.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-4338556c-f8ae-47ac-8bd8-831bab4e041f {
  min-height: 50px;
}








#s-4338556c-f8ae-47ac-8bd8-831bab4e041f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4338556c-f8ae-47ac-8bd8-831bab4e041f.shg-box.shg-c {
  justify-content: center;
}

#s-c5983ba4-1d39-412b-9aad-3b6cc5922c07 {
  background-attachment: scroll;
}








#s-c5983ba4-1d39-412b-9aad-3b6cc5922c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5983ba4-1d39-412b-9aad-3b6cc5922c07.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-7604c26d-5620-4b85-97c7-2f289bb904c3 {
  text-align: center;
}




  #s-7604c26d-5620-4b85-97c7-2f289bb904c3 img.shogun-image {
    
    width: px;
  }


#s-7604c26d-5620-4b85-97c7-2f289bb904c3 .shogun-image-content {
  
    align-items: center;
  
}

.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-0163c3fd-f1e2-4c2f-98a2-e9caa4912e9e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 750px;
}








#s-0163c3fd-f1e2-4c2f-98a2-e9caa4912e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0163c3fd-f1e2-4c2f-98a2-e9caa4912e9e.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-faedf781-be2e-4dd6-971d-b952e7f0e6a0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faedf781-be2e-4dd6-971d-b952e7f0e6a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9140eeb8-44bf-4dca-bebc-874942babb7a {
  margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}




  #s-9140eeb8-44bf-4dca-bebc-874942babb7a img.shogun-image {
    
    width: px;
  }


#s-9140eeb8-44bf-4dca-bebc-874942babb7a .shogun-image-content {
  
    align-items: center;
  
}

#s-b88fb653-2fcd-4ba4-bf91-5346f57441e0 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b88fb653-2fcd-4ba4-bf91-5346f57441e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-30b6f562-da1a-4123-93d8-cbbc57376759 {
  margin-bottom: 40px;
}

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

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

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

@media (min-width: 0px) {
[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47797d11-ae66-491f-b743-fd2d4ab3a2b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-db71466e-f747-4142-a5a3-dc0ba388068a {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db71466e-f747-4142-a5a3-dc0ba388068a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b1338ee0-5a4c-47d1-9222-145d3ed78c4c {
  margin-bottom: 40px;
}

#s-08c84cd5-5594-4da0-a8f1-61b88e6224a1 {
  margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}




  #s-08c84cd5-5594-4da0-a8f1-61b88e6224a1 img.shogun-image {
    
    width: px;
  }


#s-08c84cd5-5594-4da0-a8f1-61b88e6224a1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-06fb2165-3cb7-4815-9501-4f72fe72f3c7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-376e3f7d-8821-48ef-b182-cd2bb5363244 {
  margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}




  #s-376e3f7d-8821-48ef-b182-cd2bb5363244 img.shogun-image {
    
    width: px;
  }


#s-376e3f7d-8821-48ef-b182-cd2bb5363244 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc45f6e4-b95d-42d7-840e-41350fc77b12 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc45f6e4-b95d-42d7-840e-41350fc77b12 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1fbb1674-7357-4dc1-aa98-16cc6d55de41 {
  margin-bottom: 40px;
}

#s-5c224983-e7dc-41ee-989f-49055095aa6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c224983-e7dc-41ee-989f-49055095aa6d .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fadbe285-4b39-40c0-a410-d4e484101278 {
  margin-bottom: 40px;
}

#s-8f725935-8af6-4ae5-91f4-5fa78025ba67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f725935-8af6-4ae5-91f4-5fa78025ba67 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32abf194-2f69-4c23-a499-142679974a50 {
  margin-bottom: 40px;
}

#s-33d07358-1a31-482c-8e00-6ae9065b8037 {
  min-height: 50px;
}








#s-33d07358-1a31-482c-8e00-6ae9065b8037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d07358-1a31-482c-8e00-6ae9065b8037.shg-box.shg-c {
  justify-content: center;
}

#s-8dd28595-916f-4897-8ea7-092c289f5093 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-30d6192a-761d-4a99-a9ee-cc746a177b34 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30d6192a-761d-4a99-a9ee-cc746a177b34 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5698d5b5-ff07-4352-b869-4a28338cfa08 {
  background-repeat: no-repeat;
background-size: 42px 33px;
padding-left: 60px;
min-height: 50px;
background-position: left 4px;
}








#s-5698d5b5-ff07-4352-b869-4a28338cfa08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5698d5b5-ff07-4352-b869-4a28338cfa08.shg-box.shg-c {
  justify-content: center;
}

#s-c6878303-1a98-4e7d-a204-7bc96ee9724c {
  min-height: 50px;
}








#s-c6878303-1a98-4e7d-a204-7bc96ee9724c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6878303-1a98-4e7d-a204-7bc96ee9724c.shg-box.shg-c {
  justify-content: center;
}

#s-38865aab-0d4b-4b12-985c-bc0592c08005 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2d36822e-894a-4afe-8213-4ce6dc6715a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d36822e-894a-4afe-8213-4ce6dc6715a1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e8b2b2-1bc2-4646-bf63-ec8135fc7167"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-d9de2892-fb2b-44d6-9aa9-3a2ecdc265b1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d9de2892-fb2b-44d6-9aa9-3a2ecdc265b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9de2892-fb2b-44d6-9aa9-3a2ecdc265b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9de2892-fb2b-44d6-9aa9-3a2ecdc265b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9bd446ee-e9b1-4f42-b236-263c492da3a0 {
  border-style: solid;
margin-top: 10px;
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: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9bd446ee-e9b1-4f42-b236-263c492da3a0:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bd446ee-e9b1-4f42-b236-263c492da3a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bd446ee-e9b1-4f42-b236-263c492da3a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b5c28a2-a7b0-4f03-a92b-c68166186f07 {
  min-height: 50px;
}








#s-9b5c28a2-a7b0-4f03-a92b-c68166186f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b5c28a2-a7b0-4f03-a92b-c68166186f07.shg-box.shg-c {
  justify-content: center;
}

#s-b0a8a7ef-d9b6-4125-b8c4-cfb8d6524643 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6bd8bd85-1f4d-4c1d-9f4d-0b2119c01589 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6bd8bd85-1f4d-4c1d-9f4d-0b2119c01589 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5ab0e25d-3372-47ae-bf0c-7a8f713dbd10 {
  margin-bottom: 20px;
}

#s-7ef49dce-6d4d-4481-b38c-6fa5eedd78d3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 12px;
padding-bottom: 6px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-43b539d8-456d-4034-bdac-791d861dac3e {
  margin-bottom: 20px;
}

#s-2df2196d-03c7-4770-aa56-9f60af4d3c0b {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-2df2196d-03c7-4770-aa56-9f60af4d3c0b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-2df2196d-03c7-4770-aa56-9f60af4d3c0b.shg-box.shg-c {
  justify-content: center;
}

#s-5c022aeb-8bfb-419b-8c36-ec1b5f9e2eb5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5c022aeb-8bfb-419b-8c36-ec1b5f9e2eb5:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c022aeb-8bfb-419b-8c36-ec1b5f9e2eb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c022aeb-8bfb-419b-8c36-ec1b5f9e2eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f84e77a-2e3a-4599-99cd-b8571f892352 {
  min-height: 50px;
}








#s-7f84e77a-2e3a-4599-99cd-b8571f892352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f84e77a-2e3a-4599-99cd-b8571f892352.shg-box.shg-c {
  justify-content: center;
}

#s-b6e3141d-ded8-4146-84d1-4452001cef3a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1abc80ef-13c8-4e63-9943-24e4f2e0d86f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1abc80ef-13c8-4e63-9943-24e4f2e0d86f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-68f7ceb1-44b6-488f-9f68-0240b18020cb {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 12px;
padding-bottom: 6px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f8106b85-688b-4548-8816-bc816def895a {
  margin-bottom: 20px;
}

#s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-954d7c0c-9e6a-4f12-a4b1-392203ff69cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bbedd8ee-4a35-463c-ba39-64698e8b3fb2 {
  text-align: center;
}
#s-bbedd8ee-4a35-463c-ba39-64698e8b3fb2:hover {opacity: 0.85 !important;}



  #s-bbedd8ee-4a35-463c-ba39-64698e8b3fb2 img.shogun-image {
    
    width: px;
  }


#s-bbedd8ee-4a35-463c-ba39-64698e8b3fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3925f0fd-07bd-48e7-ad18-9f221b910b56 {
  text-align: center;
}
#s-3925f0fd-07bd-48e7-ad18-9f221b910b56:hover {opacity: 0.85 !important;}



  #s-3925f0fd-07bd-48e7-ad18-9f221b910b56 img.shogun-image {
    
    width: px;
  }


#s-3925f0fd-07bd-48e7-ad18-9f221b910b56 .shogun-image-content {
  
    align-items: center;
  
}

#s-6317b00a-d6eb-4718-a9f4-429152e5368a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 12px;
padding-bottom: 6px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-a0df32ec-8003-4f7c-ac0b-8213ef044545 {
  margin-bottom: 20px;
}

#s-098e4434-be84-49bb-8ccf-65fea540aa9b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-098e4434-be84-49bb-8ccf-65fea540aa9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-4056019d-fa59-4fc8-a91f-db18804d4db4 {
  text-align: center;
}





#s-4056019d-fa59-4fc8-a91f-db18804d4db4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c013a8a-f470-4fd5-848e-edbdbcc26ec2 {
  text-align: center;
}





#s-3c013a8a-f470-4fd5-848e-edbdbcc26ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-98fe3258-83dd-428a-8d9f-485df507e656 {
  text-align: center;
}





#s-98fe3258-83dd-428a-8d9f-485df507e656 .shogun-image-content {
  
    align-items: center;
  
}

#s-a78f31a6-630a-4879-8a38-eb7cdcde44d5 {
  text-align: center;
}





#s-a78f31a6-630a-4879-8a38-eb7cdcde44d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3073b83-d3ce-4334-baed-c300b00ee9a2 {
  margin-bottom: 20px;
}

#s-2d5f3dbc-6350-40bd-a690-fe16f6e2a123 {
  min-height: 50px;
}








#s-2d5f3dbc-6350-40bd-a690-fe16f6e2a123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5f3dbc-6350-40bd-a690-fe16f6e2a123.shg-box.shg-c {
  justify-content: center;
}

#s-26db0fbd-c5f3-4f6e-b77a-179737841f9d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-21570a57-bef4-4bcc-8c19-f1ddd94941b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21570a57-bef4-4bcc-8c19-f1ddd94941b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-c8a57e0b-93b3-434c-822a-9772d9862d2e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dfab1c27-0c80-4388-965d-d7c59d3feca6 {
  text-align: center;
}




  #s-dfab1c27-0c80-4388-965d-d7c59d3feca6 img.shogun-image {
    
    width: px;
  }


#s-dfab1c27-0c80-4388-965d-d7c59d3feca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3bc76e0-ecf3-4136-921c-5d174a5aa676 {
  text-align: center;
}




  #s-b3bc76e0-ecf3-4136-921c-5d174a5aa676 img.shogun-image {
    
    width: px;
  }


#s-b3bc76e0-ecf3-4136-921c-5d174a5aa676 .shogun-image-content {
  
    align-items: center;
  
}

#s-40ceb586-1f19-4452-a4a7-400d5b3241e1 {
  text-align: center;
}




  #s-40ceb586-1f19-4452-a4a7-400d5b3241e1 img.shogun-image {
    
    width: px;
  }


#s-40ceb586-1f19-4452-a4a7-400d5b3241e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e14333c3-7a74-4896-9900-6bb26e3c695a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c585f6bb-d35d-4c29-8bad-9b7905988dcd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4315c530-48cf-459b-b627-dba6f7a5c495 {
  display: none;
}
#s-523a7118-db6b-4d89-8089-7c3c11e06eca {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-523a7118-db6b-4d89-8089-7c3c11e06eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-523a7118-db6b-4d89-8089-7c3c11e06eca.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 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-191419bd-9c31-424f-b67d-8d3e8855b691 {
  text-align: left;
}


.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 {
  max-width: 100%;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom,
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 {
  max-width: 100%;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom,
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 {
  max-width: 100%;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom,
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 {
  max-width: 100%;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom,
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 {
  max-width: 100%;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom,
.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-191419bd-9c31-424f-b67d-8d3e8855b691 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-78b20ad9-e0d1-420a-9817-9301410264dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78b20ad9-e0d1-420a-9817-9301410264dd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0a0222b8-dfa5-4a15-9343-840422c388f8 {
  text-align: center;
}

#s-0a0222b8-dfa5-4a15-9343-840422c388f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a0222b8-dfa5-4a15-9343-840422c388f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0a0222b8-dfa5-4a15-9343-840422c388f8 .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-08437a16-5331-433f-901c-86ec01193108 {
  display: none;
}
#s-70a73bcf-56bf-4dcf-8e9b-1cc794970ac8 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-70a73bcf-56bf-4dcf-8e9b-1cc794970ac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a73bcf-56bf-4dcf-8e9b-1cc794970ac8.shg-box.shg-c {
  justify-content: center;
}

#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 {
  text-align: left;
}


.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 {
  max-width: 100%;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom,
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 {
  max-width: 100%;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom,
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 {
  max-width: 100%;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom,
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 {
  max-width: 100%;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom,
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 {
  max-width: 100%;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom,
.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f861fa4-dab3-4b76-8f9a-860e994119c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ecb4f7b8-f410-44c8-bf76-03e61db6fc27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb4f7b8-f410-44c8-bf76-03e61db6fc27 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9b813fc4-d5c6-4650-ada4-6115d5678bf3 {
  text-align: center;
}

#s-9b813fc4-d5c6-4650-ada4-6115d5678bf3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9b813fc4-d5c6-4650-ada4-6115d5678bf3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9b813fc4-d5c6-4650-ada4-6115d5678bf3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e92433d-349d-4ae7-ac07-f4300788a091"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f38dc0be-2b67-401e-8911-36d2360eab4a {
  display: none;
}
#s-fc208178-f1ff-44e2-a131-3224188a9ac1 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-fc208178-f1ff-44e2-a131-3224188a9ac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc208178-f1ff-44e2-a131-3224188a9ac1.shg-box.shg-c {
  justify-content: center;
}

#s-a16ef677-d14c-44af-bb1d-589bd683655d {
  text-align: left;
}


.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d {
  max-width: 100%;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom,
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d {
  max-width: 100%;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom,
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d {
  max-width: 100%;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom,
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d {
  max-width: 100%;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom,
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d {
  max-width: 100%;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom,
.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16ef677-d14c-44af-bb1d-589bd683655d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-01c35bf5-c121-4965-a4f9-af895094542b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01c35bf5-c121-4965-a4f9-af895094542b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-067f34ba-32a5-4278-b002-57293f9c9fe5 {
  text-align: center;
}

#s-067f34ba-32a5-4278-b002-57293f9c9fe5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-067f34ba-32a5-4278-b002-57293f9c9fe5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-067f34ba-32a5-4278-b002-57293f9c9fe5 .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-ed642345-6c03-495b-89e8-7d3a9f02337e {
  display: none;
}
#s-6b382d80-068b-4df6-ad9f-6f438d71ea50 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-6b382d80-068b-4df6-ad9f-6f438d71ea50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b382d80-068b-4df6-ad9f-6f438d71ea50.shg-box.shg-c {
  justify-content: center;
}

#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 {
  text-align: left;
}


.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 {
  max-width: 100%;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom,
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 {
  max-width: 100%;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom,
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 {
  max-width: 100%;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom,
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 {
  max-width: 100%;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom,
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 {
  max-width: 100%;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom,
.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b22ba4c8-1993-40c9-8c22-cd7dc2dda5a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf1040c0-3189-4d13-ab7d-d796dead56b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf1040c0-3189-4d13-ab7d-d796dead56b7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ea5c53b9-fae8-4268-81b6-8de28453ba99 {
  text-align: center;
}

#s-ea5c53b9-fae8-4268-81b6-8de28453ba99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea5c53b9-fae8-4268-81b6-8de28453ba99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ea5c53b9-fae8-4268-81b6-8de28453ba99 .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-1ba44119-bd00-4c85-bc92-f63db96b61df {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1ba44119-bd00-4c85-bc92-f63db96b61df .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-689c1828-a321-4b86-ac91-e99dd32c9b49 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0963e69-a894-4cc7-a32b-6e2485a75f28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d3fec7bd-9a05-4e7e-b933-ddc1168377cb {
  padding-top: 10px;
min-height: 50px;
}








#s-d3fec7bd-9a05-4e7e-b933-ddc1168377cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3fec7bd-9a05-4e7e-b933-ddc1168377cb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c04dc2e-eed6-4e1d-b112-2eca387a29e0 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100px;
text-align: center;
}




  #s-4c04dc2e-eed6-4e1d-b112-2eca387a29e0 img.shogun-image {
    
    width: px;
  }


#s-4c04dc2e-eed6-4e1d-b112-2eca387a29e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-78ced60e-1e4d-4c43-8639-4de7bc58d1f0 {
  min-height: 50px;
}








#s-78ced60e-1e4d-4c43-8639-4de7bc58d1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78ced60e-1e4d-4c43-8639-4de7bc58d1f0.shg-box.shg-c {
  justify-content: center;
}

#s-0f30dbfb-5e37-4747-8c2a-fe6d3d74ade4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f30dbfb-5e37-4747-8c2a-fe6d3d74ade4 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b4486f80-3635-4ce0-a5a8-f00917863b30 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f61c9788-d494-43c1-a62f-0f5b9a344fc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a42ff99f-b948-432f-b4a8-b75bd73cf896 {
  padding-top: 10px;
min-height: 50px;
}








#s-a42ff99f-b948-432f-b4a8-b75bd73cf896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42ff99f-b948-432f-b4a8-b75bd73cf896.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2b862660-9d00-42e7-ae2d-10d45d660152 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100px;
text-align: center;
}




  #s-2b862660-9d00-42e7-ae2d-10d45d660152 img.shogun-image {
    
    width: px;
  }


#s-2b862660-9d00-42e7-ae2d-10d45d660152 .shogun-image-content {
  
    align-items: center;
  
}

#s-891fc570-b942-490a-8977-f85a57d09cde {
  min-height: 50px;
}








#s-891fc570-b942-490a-8977-f85a57d09cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-891fc570-b942-490a-8977-f85a57d09cde.shg-box.shg-c {
  justify-content: center;
}

#s-c83bdafe-5abe-4352-b4d2-302d76a1ac63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c83bdafe-5abe-4352-b4d2-302d76a1ac63 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-60201f35-04d7-4d87-b6ed-a4346fd976ac {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4269d81d-51d6-43a5-aa28-3d999650ebe0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-504e6e72-67cf-48c3-b3a7-32884ead6dd1 {
  padding-top: 10px;
min-height: 50px;
}








#s-504e6e72-67cf-48c3-b3a7-32884ead6dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-504e6e72-67cf-48c3-b3a7-32884ead6dd1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85005454-37e8-46d2-a8ad-957bfe0fe9ad {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100px;
text-align: center;
}




  #s-85005454-37e8-46d2-a8ad-957bfe0fe9ad img.shogun-image {
    
    width: px;
  }


#s-85005454-37e8-46d2-a8ad-957bfe0fe9ad .shogun-image-content {
  
    align-items: center;
  
}

#s-7ed9c08b-3e23-4a54-b15b-430be9616fb4 {
  min-height: 50px;
}








#s-7ed9c08b-3e23-4a54-b15b-430be9616fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed9c08b-3e23-4a54-b15b-430be9616fb4.shg-box.shg-c {
  justify-content: center;
}

#s-a9955512-d3b3-4b84-af5b-4c245779953c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9955512-d3b3-4b84-af5b-4c245779953c .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4ecb8231-07ed-4d53-b783-80ca18521939 {
  margin-bottom: 10px;
}

#s-1310ea55-0714-4532-b357-6d8c84ec4d82 {
  min-height: 50px;
}








#s-1310ea55-0714-4532-b357-6d8c84ec4d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1310ea55-0714-4532-b357-6d8c84ec4d82.shg-box.shg-c {
  justify-content: center;
}

#s-8c427e46-6aeb-470f-96de-6783e7de5bab hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0551dff5-68e7-487d-a471-b8ea8f71dc60 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0551dff5-68e7-487d-a471-b8ea8f71dc60 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-4d1c2638-8553-458f-b4a5-8c60cf40a5b4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-4d1c2638-8553-458f-b4a5-8c60cf40a5b4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4d1c2638-8553-458f-b4a5-8c60cf40a5b4 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-4d1c2638-8553-458f-b4a5-8c60cf40a5b4 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4d1c2638-8553-458f-b4a5-8c60cf40a5b4 td.shogun-table-column, #s-4d1c2638-8553-458f-b4a5-8c60cf40a5b4 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-545493bd-752a-4d40-93cf-48c3c2e475f3 {
  min-height: 50px;
}








#s-545493bd-752a-4d40-93cf-48c3c2e475f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545493bd-752a-4d40-93cf-48c3c2e475f3.shg-box.shg-c {
  justify-content: center;
}

#s-f443a08e-f15b-4b93-bc97-176924dff0bc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-92174a38-96cf-449e-b033-0ae9b7355690 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92174a38-96cf-449e-b033-0ae9b7355690 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

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

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs {
  justify-content: flex-start;
}


  #s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(244, 244, 244, 1);
  }
  #s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-27dda7af-3de7-4c5a-b4d4-32bc50413a7b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-677794f9-02e7-48b3-8b92-fc5a6f8b0fec {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-677794f9-02e7-48b3-8b92-fc5a6f8b0fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677794f9-02e7-48b3-8b92-fc5a6f8b0fec.shg-box.shg-c {
  justify-content: center;
}

#s-58bab0b1-be7a-43d8-b0a1-c7b023fb029d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-58bab0b1-be7a-43d8-b0a1-c7b023fb029d img.shogun-image {
    
    width: px;
  }


#s-58bab0b1-be7a-43d8-b0a1-c7b023fb029d .shogun-image-content {
  
    align-items: center;
  
}

#s-0e24d255-242b-4fd1-8192-d9a8cd683f8b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e24d255-242b-4fd1-8192-d9a8cd683f8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8059a274-9aed-463d-b369-3a70b9530248 {
  display: none;
}
#s-d946b08a-85c8-444c-a539-f359e3e55245 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-d946b08a-85c8-444c-a539-f359e3e55245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d946b08a-85c8-444c-a539-f359e3e55245.shg-box.shg-c {
  justify-content: center;
}

#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f {
  text-align: left;
}


.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f {
  max-width: 100%;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom,
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f {
  max-width: 100%;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom,
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f {
  max-width: 100%;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom,
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f {
  max-width: 100%;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom,
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f {
  max-width: 100%;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom,
.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a3809d6-3cf4-4c9e-a67a-4e286540144f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7f095e8f-9d8c-4487-a6bb-9aca94b7cf25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f095e8f-9d8c-4487-a6bb-9aca94b7cf25 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-38eeeb83-4fde-45d9-82fb-12f4608b9161 {
  text-align: center;
}

#s-38eeeb83-4fde-45d9-82fb-12f4608b9161 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-38eeeb83-4fde-45d9-82fb-12f4608b9161 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-38eeeb83-4fde-45d9-82fb-12f4608b9161 .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-7c82612d-16a6-41ac-a557-014132eb72f3 {
  display: none;
}
#s-1acbcabc-1528-43b4-a85f-7ab310420250 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-1acbcabc-1528-43b4-a85f-7ab310420250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1acbcabc-1528-43b4-a85f-7ab310420250.shg-box.shg-c {
  justify-content: center;
}

#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 {
  text-align: left;
}


.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 {
  max-width: 100%;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom,
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 {
  max-width: 100%;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom,
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 {
  max-width: 100%;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom,
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 {
  max-width: 100%;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom,
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 {
  max-width: 100%;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom,
.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49917e61-57e5-47c4-b69d-1e509b5f38c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e797204f-b9bb-427a-ad16-14af90f8505b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e797204f-b9bb-427a-ad16-14af90f8505b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-404d3475-5093-49a1-ac63-8fac8d5a6aa0 {
  text-align: center;
}

#s-404d3475-5093-49a1-ac63-8fac8d5a6aa0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-404d3475-5093-49a1-ac63-8fac8d5a6aa0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-404d3475-5093-49a1-ac63-8fac8d5a6aa0 .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-4e7b5a73-5512-4e7e-8e64-ca4919693d9b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4e7b5a73-5512-4e7e-8e64-ca4919693d9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e7b5a73-5512-4e7e-8e64-ca4919693d9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e7b5a73-5512-4e7e-8e64-ca4919693d9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d1226c7-4f06-4f96-8606-49dc0ab1a79d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-3d1226c7-4f06-4f96-8606-49dc0ab1a79d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d1226c7-4f06-4f96-8606-49dc0ab1a79d.shg-box.shg-c {
  justify-content: center;
}

#s-2a02613d-30f9-441b-84e0-03fa1b83857b {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-2a02613d-30f9-441b-84e0-03fa1b83857b img.shogun-image {
    
    width: px;
  }


#s-2a02613d-30f9-441b-84e0-03fa1b83857b .shogun-image-content {
  
    align-items: center;
  
}

#s-bb1e4838-bbe1-4214-a209-2a1712830f35 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb1e4838-bbe1-4214-a209-2a1712830f35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d550d9f5-0377-4368-8d9d-9a7f07073071 {
  display: none;
}
#s-2d4c9a05-6fd5-44e2-a289-45ea7aaa08cd {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-2d4c9a05-6fd5-44e2-a289-45ea7aaa08cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4c9a05-6fd5-44e2-a289-45ea7aaa08cd.shg-box.shg-c {
  justify-content: center;
}

#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 {
  text-align: left;
}


.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 {
  max-width: 100%;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom,
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 {
  max-width: 100%;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom,
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 {
  max-width: 100%;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom,
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 {
  max-width: 100%;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom,
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 {
  max-width: 100%;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom,
.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11bd932e-8e54-4cf1-a30e-132e8fb59f27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d55b443b-0695-4ac1-86e8-514cc7008b1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d55b443b-0695-4ac1-86e8-514cc7008b1d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a17a32cb-5737-4520-a411-dfe2cf07c8d2 {
  text-align: center;
}

#s-a17a32cb-5737-4520-a411-dfe2cf07c8d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a17a32cb-5737-4520-a411-dfe2cf07c8d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a17a32cb-5737-4520-a411-dfe2cf07c8d2 .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-ecb16d4f-fe9d-4a5d-a358-5d24b13ebe47 {
  display: none;
}
#s-e13f4ebe-7d08-49d1-97e6-d1e1c3d93a3b {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-e13f4ebe-7d08-49d1-97e6-d1e1c3d93a3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13f4ebe-7d08-49d1-97e6-d1e1c3d93a3b.shg-box.shg-c {
  justify-content: center;
}

#s-364071cb-c92b-41ce-84a9-bdd04298fb11 {
  text-align: left;
}


.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 {
  max-width: 100%;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom,
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 {
  max-width: 100%;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom,
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 {
  max-width: 100%;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom,
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 {
  max-width: 100%;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom,
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 {
  max-width: 100%;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom,
.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-364071cb-c92b-41ce-84a9-bdd04298fb11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7a16c43f-1b7a-423f-93b5-76c243227244 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a16c43f-1b7a-423f-93b5-76c243227244 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1fcbc8e1-7e63-46de-b59c-a6ef99d0bfaa {
  text-align: center;
}

#s-1fcbc8e1-7e63-46de-b59c-a6ef99d0bfaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1fcbc8e1-7e63-46de-b59c-a6ef99d0bfaa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1fcbc8e1-7e63-46de-b59c-a6ef99d0bfaa .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-053c4f4e-5e8c-4206-90e3-032db78c669f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-053c4f4e-5e8c-4206-90e3-032db78c669f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-053c4f4e-5e8c-4206-90e3-032db78c669f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-053c4f4e-5e8c-4206-90e3-032db78c669f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdbd09d6-402e-484d-a26a-e43fc5506aad {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-cdbd09d6-402e-484d-a26a-e43fc5506aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdbd09d6-402e-484d-a26a-e43fc5506aad.shg-box.shg-c {
  justify-content: center;
}

#s-c83588de-e596-40f6-aac2-4e11fd76d541 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-c83588de-e596-40f6-aac2-4e11fd76d541 img.shogun-image {
    
    width: px;
  }


#s-c83588de-e596-40f6-aac2-4e11fd76d541 .shogun-image-content {
  
    align-items: center;
  
}

#s-49a1e261-b3fe-4352-969e-25a350eddf6e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49a1e261-b3fe-4352-969e-25a350eddf6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-72ef4d95-6c0a-4b2a-b092-29819e0eb6c8 {
  display: none;
}
#s-d29dd89b-c4af-47eb-8b0d-820c2bf551e9 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-d29dd89b-c4af-47eb-8b0d-820c2bf551e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d29dd89b-c4af-47eb-8b0d-820c2bf551e9.shg-box.shg-c {
  justify-content: center;
}

#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 {
  text-align: left;
}


.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 {
  max-width: 100%;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom,
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 {
  max-width: 100%;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom,
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 {
  max-width: 100%;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom,
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 {
  max-width: 100%;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom,
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 {
  max-width: 100%;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom,
.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff1b5ef9-8967-4afc-8178-f54fa00b9b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e1d34622-3eb2-43fa-80ac-a68b3cdf088f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1d34622-3eb2-43fa-80ac-a68b3cdf088f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0f414718-653b-4fbb-9e45-9ad335e51784 {
  text-align: center;
}

#s-0f414718-653b-4fbb-9e45-9ad335e51784 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0f414718-653b-4fbb-9e45-9ad335e51784 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f414718-653b-4fbb-9e45-9ad335e51784 .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-b1629ede-cb7a-4ff6-8cd0-c84f2016954f {
  display: none;
}
#s-bc043f1f-8dd2-4479-8e9c-002772102fd9 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-bc043f1f-8dd2-4479-8e9c-002772102fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc043f1f-8dd2-4479-8e9c-002772102fd9.shg-box.shg-c {
  justify-content: center;
}

#s-ece271f6-b9c6-41ae-a840-bce612c64456 {
  text-align: left;
}


.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 {
  max-width: 100%;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom,
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 {
  max-width: 100%;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom,
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 {
  max-width: 100%;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom,
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 {
  max-width: 100%;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom,
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 {
  max-width: 100%;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom,
.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ece271f6-b9c6-41ae-a840-bce612c64456 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a348e727-970a-4f88-ae5c-4969ba5bddd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a348e727-970a-4f88-ae5c-4969ba5bddd9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dc992856-ee70-464c-af07-b63632b5e0b6 {
  text-align: center;
}

#s-dc992856-ee70-464c-af07-b63632b5e0b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc992856-ee70-464c-af07-b63632b5e0b6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dc992856-ee70-464c-af07-b63632b5e0b6 .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-668b1954-0bc7-40b9-9149-e0cac05440d4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-668b1954-0bc7-40b9-9149-e0cac05440d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-668b1954-0bc7-40b9-9149-e0cac05440d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-668b1954-0bc7-40b9-9149-e0cac05440d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6156abcf-74bb-47c9-bc42-d5f26ea34b86 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-6156abcf-74bb-47c9-bc42-d5f26ea34b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6156abcf-74bb-47c9-bc42-d5f26ea34b86.shg-box.shg-c {
  justify-content: center;
}

#s-58660be4-ca51-4dc3-9365-54e7db764354 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-58660be4-ca51-4dc3-9365-54e7db764354 img.shogun-image {
    
    width: px;
  }


#s-58660be4-ca51-4dc3-9365-54e7db764354 .shogun-image-content {
  
    align-items: center;
  
}

#s-114a8025-6551-4d89-ad92-ef66380ab0af {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-114a8025-6551-4d89-ad92-ef66380ab0af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c6be7981-d993-4846-83e3-d81bdae33c9c {
  display: none;
}
#s-379fe5d7-f398-4cae-85d3-ba56d3fa172e {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-379fe5d7-f398-4cae-85d3-ba56d3fa172e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-379fe5d7-f398-4cae-85d3-ba56d3fa172e.shg-box.shg-c {
  justify-content: center;
}

#s-704213d4-d1de-4fa6-8497-000df1f2880e {
  text-align: left;
}


.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e {
  max-width: 100%;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom,
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e {
  max-width: 100%;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom,
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e {
  max-width: 100%;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom,
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e {
  max-width: 100%;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom,
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e {
  max-width: 100%;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom,
.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-704213d4-d1de-4fa6-8497-000df1f2880e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76a6e2e5-8e73-4383-85dd-6a02f42791b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76a6e2e5-8e73-4383-85dd-6a02f42791b8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5acbf891-6336-44ea-b69f-f50ef9668fa9 {
  text-align: center;
}

#s-5acbf891-6336-44ea-b69f-f50ef9668fa9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5acbf891-6336-44ea-b69f-f50ef9668fa9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5acbf891-6336-44ea-b69f-f50ef9668fa9 .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-faa090ce-9b1a-4146-81af-6527bf02f01b {
  display: none;
}
#s-9c265797-d805-44f5-a35a-36d661702cc8 {
  margin-left: auto;
margin-right: auto;
min-height: 166px;
max-width: 166px;
}








#s-9c265797-d805-44f5-a35a-36d661702cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c265797-d805-44f5-a35a-36d661702cc8.shg-box.shg-c {
  justify-content: center;
}

#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 {
  text-align: left;
}


.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 {
  max-width: 100%;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom,
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 {
  max-width: 100%;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom,
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 {
  max-width: 100%;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom,
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 {
  max-width: 100%;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom,
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 {
  max-width: 100%;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom,
.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8ab9ad3f-5581-45b8-8b2d-65fac7209aa4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8813c084-1dc0-40ec-b535-3237895964db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8813c084-1dc0-40ec-b535-3237895964db .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-08d62971-2b53-4790-b9c7-5540b7093c40 {
  text-align: center;
}

#s-08d62971-2b53-4790-b9c7-5540b7093c40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-08d62971-2b53-4790-b9c7-5540b7093c40 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-08d62971-2b53-4790-b9c7-5540b7093c40 .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-9d0d2794-e7a3-480f-b46f-61a21248edb0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9d0d2794-e7a3-480f-b46f-61a21248edb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d0d2794-e7a3-480f-b46f-61a21248edb0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d0d2794-e7a3-480f-b46f-61a21248edb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cad98f8f-cf0f-4f7d-9f4d-46ff81b728aa {
  min-height: 50px;
}








#s-cad98f8f-cf0f-4f7d-9f4d-46ff81b728aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cad98f8f-cf0f-4f7d-9f4d-46ff81b728aa.shg-box.shg-c {
  justify-content: center;
}

#s-8c05a75f-489b-414e-8794-828af4bb9faa hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-16d33ad7-89f8-4775-9c46-3b251e9c0ebc {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16d33ad7-89f8-4775-9c46-3b251e9c0ebc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-9a249e5b-1f13-400f-8563-06a9711f0725 {
  margin-left: -1px;
margin-right: -1px;
}

#s-9a249e5b-1f13-400f-8563-06a9711f0725 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-9a249e5b-1f13-400f-8563-06a9711f0725 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9a249e5b-1f13-400f-8563-06a9711f0725 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9a249e5b-1f13-400f-8563-06a9711f0725 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-9a249e5b-1f13-400f-8563-06a9711f0725 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-9a249e5b-1f13-400f-8563-06a9711f0725 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-1c4a7840-27bb-4a37-92a4-a5d74dfce2c3 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 40px;
min-height: 50px;
}








#s-1c4a7840-27bb-4a37-92a4-a5d74dfce2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c4a7840-27bb-4a37-92a4-a5d74dfce2c3.shg-box.shg-c {
  justify-content: center;
}

#s-4ef2c65a-4a6e-4020-aff8-a92f8be6d8cb {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-d845aaea-cc9d-4b13-8d1b-4b8690d2243d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-1ac90686-0749-4b07-b8b5-bca16f109f11 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5dcbeb7d-3577-458e-87a7-0d1be0db77f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-b308aa07-83c4-4971-a924-a698878ac636 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 40px;
min-height: 50px;
}








#s-b308aa07-83c4-4971-a924-a698878ac636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b308aa07-83c4-4971-a924-a698878ac636.shg-box.shg-c {
  justify-content: center;
}

#s-a4e14765-2fe2-4783-a4f6-7b2314a1641c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2c35615e-25fd-467d-a01f-bc3ff47f4983"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-2921d758-9f80-4790-bc4d-1d54c88f8993 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c2fc0975-0f1b-4d13-b853-eccd76e6605a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-c239e919-6b38-44f4-802a-3fcf62a89d67 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-c239e919-6b38-44f4-802a-3fcf62a89d67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c239e919-6b38-44f4-802a-3fcf62a89d67.shg-box.shg-c {
  justify-content: center;
}

#s-e325f0c4-9705-4cda-af41-86e9424e0e0a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a57c09e6-d403-4735-a512-f1cf53f956aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-5f820c4b-6067-4252-962a-7a80d1b2cf56 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-43bda062-e933-4a6a-a0a0-3b8c40281eb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-3b4df216-c495-43ed-a23c-d8d5afc9adbc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a3784999-f565-4826-982c-4b04e726c53d {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 40px;
min-height: 50px;
}








#s-a3784999-f565-4826-982c-4b04e726c53d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3784999-f565-4826-982c-4b04e726c53d.shg-box.shg-c {
  justify-content: center;
}

#s-1aed581f-312c-49e7-aa2e-578f9b98b97b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-6e16596e-36b7-4c5f-8605-59ad9d92c845"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-1017d118-4d59-40ce-8311-a018dd086dd1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0df367e7-2c1a-42f6-923b-4d2632895c1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-e7201545-798d-40ec-84d9-b2365adb0c7f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8ff59c34-66cc-4738-87d6-be3b71dfb342"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-961e976b-9586-40f2-9c32-66c94d8b5bf1 {
  min-height: 50px;
}








#s-961e976b-9586-40f2-9c32-66c94d8b5bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961e976b-9586-40f2-9c32-66c94d8b5bf1.shg-box.shg-c {
  justify-content: center;
}

#s-1891f62f-7a79-4a52-8995-d2d4345b815d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-144ea5b1-75c6-4e24-8768-3559e037da91 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-144ea5b1-75c6-4e24-8768-3559e037da91 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-697e98b0-7b93-4865-9c15-90ac76faaaa5 {
  margin-bottom: 30px;
}

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

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

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

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

#s-68204dd8-fd2f-4628-a6f8-d3ed6bc10170 {
  min-height: 50px;
}








#s-68204dd8-fd2f-4628-a6f8-d3ed6bc10170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68204dd8-fd2f-4628-a6f8-d3ed6bc10170.shg-box.shg-c {
  justify-content: center;
}

#s-ed327120-0356-4178-b1b8-0f95e9a51400 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-151a3f1b-cb5f-4af6-bca0-65ae29f32728 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-151a3f1b-cb5f-4af6-bca0-65ae29f32728 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ead5d1dd-654c-4700-967b-5105e46a62ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f6236bcb-da7e-46ca-858b-4beeda47bc73 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f6236bcb-da7e-46ca-858b-4beeda47bc73 .shogun-icon-wrapper {
  text-align: center;
}


#s-f6236bcb-da7e-46ca-858b-4beeda47bc73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-b158d1cb-72fe-4d6e-9956-bd866e7ac8c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b158d1cb-72fe-4d6e-9956-bd866e7ac8c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-b158d1cb-72fe-4d6e-9956-bd866e7ac8c5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-cec58a29-76f9-4d6a-88f6-c13fafd375ca {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cec58a29-76f9-4d6a-88f6-c13fafd375ca .shogun-icon-wrapper {
  text-align: center;
}


#s-cec58a29-76f9-4d6a-88f6-c13fafd375ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-62e0b7f3-50f7-46e0-9204-32babb2ff3db {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62e0b7f3-50f7-46e0-9204-32babb2ff3db .shogun-icon-wrapper {
  text-align: center;
}


#s-62e0b7f3-50f7-46e0-9204-32babb2ff3db .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-19a58b6d-6813-43dd-90b4-1b8521712a15 {
  min-height: 50px;
}








#s-19a58b6d-6813-43dd-90b4-1b8521712a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19a58b6d-6813-43dd-90b4-1b8521712a15.shg-box.shg-c {
  justify-content: center;
}

#s-e041443e-a5b1-4ed8-940d-5c8b7546fb5b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0c6252e0-7f6a-4727-85cd-12faedf164fe {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c6252e0-7f6a-4727-85cd-12faedf164fe .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-604649ed-dd06-4fc6-ba6c-7e4c0cde24ee .shogun-countdown span, #s-604649ed-dd06-4fc6-ba6c-7e4c0cde24ee .shogun-countdown label {
  color: #555;
}
#s-bc69a244-5078-455e-a075-387be72e056d {
  min-height: 50px;
}








#s-bc69a244-5078-455e-a075-387be72e056d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc69a244-5078-455e-a075-387be72e056d.shg-box.shg-c {
  justify-content: center;
}

#s-c52060b9-d6b9-4a63-8ab5-222c8bfd3d4a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0579bc02-4bc3-4fc4-a057-21cef32a021b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0579bc02-4bc3-4fc4-a057-21cef32a021b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-632913c0-4862-455e-8b3d-190b1e659437 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(205, 205, 205, 0);
}

#s-632913c0-4862-455e-8b3d-190b1e659437 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-632913c0-4862-455e-8b3d-190b1e659437 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-632913c0-4862-455e-8b3d-190b1e659437 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-632913c0-4862-455e-8b3d-190b1e659437 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-632913c0-4862-455e-8b3d-190b1e659437 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-632913c0-4862-455e-8b3d-190b1e659437 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-71721b05-99f9-4eaa-8124-6c88b92df493 {
  min-height: 50px;
}








#s-71721b05-99f9-4eaa-8124-6c88b92df493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71721b05-99f9-4eaa-8124-6c88b92df493.shg-box.shg-c {
  justify-content: center;
}

#s-ae3eb796-dc4c-43fd-b201-35c71b9e4836 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3b106019-baa7-4dd4-863d-baee5b886219 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b106019-baa7-4dd4-863d-baee5b886219 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-3bee45f1-0dc3-4c0e-b261-029422f62219 {
  min-height: 400px;
}

#s-ac3db381-7b80-4714-9bd3-0bb5b7f5965c {
  min-height: 50px;
}








#s-ac3db381-7b80-4714-9bd3-0bb5b7f5965c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3db381-7b80-4714-9bd3-0bb5b7f5965c.shg-box.shg-c {
  justify-content: center;
}

#s-c611e58b-1ca4-492b-ae00-0be103bdec96 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7c69a52e-98d4-493e-b053-4fba801804d0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c69a52e-98d4-493e-b053-4fba801804d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-32eeede6-2793-4917-b69d-ad1482d6fa72 {
  margin-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-32eeede6-2793-4917-b69d-ad1482d6fa72"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-45e4f3f9-3f15-4ab7-842f-e47fd432b07a {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45e4f3f9-3f15-4ab7-842f-e47fd432b07a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f4f2067-9381-4263-8182-fc9794947726 {
  min-height: 50px;
}








#s-6f4f2067-9381-4263-8182-fc9794947726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4f2067-9381-4263-8182-fc9794947726.shg-box.shg-c {
  justify-content: center;
}

#s-4a2149e1-1cd3-4a3d-8b03-6f91ec9c2427 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5a1547f3-ffe5-4ed0-9e67-aa5b11eb2777 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a1547f3-ffe5-4ed0-9e67-aa5b11eb2777 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-8756c05c-399b-46dd-95ae-555811f70a57 {
  text-align: center;
}

#s-9f1eb90e-3bd5-4b7e-b58d-ef2ef56a5ecd {
  min-height: 50px;
}








#s-9f1eb90e-3bd5-4b7e-b58d-ef2ef56a5ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f1eb90e-3bd5-4b7e-b58d-ef2ef56a5ecd.shg-box.shg-c {
  justify-content: center;
}

#s-ac89cc8b-4781-4962-92be-fb05fba228bf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0f093ff3-fe8f-4954-a9e2-e026ef981b1f {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f093ff3-fe8f-4954-a9e2-e026ef981b1f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

[id="s-27f974d6-cf1e-41e4-a0d4-6d179b2d1865"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-27f974d6-cf1e-41e4-a0d4-6d179b2d1865"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

#s-fde4dcbe-9fd8-452f-89c3-7f49e4cae549 {
  min-height: 50px;
}








#s-fde4dcbe-9fd8-452f-89c3-7f49e4cae549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde4dcbe-9fd8-452f-89c3-7f49e4cae549.shg-box.shg-c {
  justify-content: center;
}

#s-80067583-ed93-40e0-a860-40235d07915b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3097ab77-c5ee-450b-ac00-85707107c3cd {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3097ab77-c5ee-450b-ac00-85707107c3cd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e1619878-9fdc-4188-a1d0-ad52a3e5d828 {
  margin-bottom: 30px;
}

#s-4ed84393-4d2e-44ef-b9b5-aac730151706 {
  display: none;
}
@media (min-width: 0px) {
[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcb3cd0-9a71-4fd5-9310-05d780aee07b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b384caf3-15c8-4d70-a9fd-716b6131a053 {
  text-align: left;
}


.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 {
  max-width: 100%;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom,
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 {
  max-width: 100%;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom,
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 {
  max-width: 100%;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom,
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 {
  max-width: 100%;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom,
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 {
  max-width: 100%;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom,
.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b384caf3-15c8-4d70-a9fd-716b6131a053 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-65e10c57-3eb1-4791-94e9-eb24bc325881 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-65e10c57-3eb1-4791-94e9-eb24bc325881 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-65e10c57-3eb1-4791-94e9-eb24bc325881 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-38253918-b36d-4c12-a71e-b9c07969adeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38253918-b36d-4c12-a71e-b9c07969adeb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e8215587-3a2c-4c39-ac7a-4775c60e94b9 {
  text-align: left;
}

#s-e8215587-3a2c-4c39-ac7a-4775c60e94b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8215587-3a2c-4c39-ac7a-4775c60e94b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-e8215587-3a2c-4c39-ac7a-4775c60e94b9 .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-194eab7a-e85c-447e-8325-57099ae60826 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}

#s-194eab7a-e85c-447e-8325-57099ae60826 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-194eab7a-e85c-447e-8325-57099ae60826 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-194eab7a-e85c-447e-8325-57099ae60826 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-194eab7a-e85c-447e-8325-57099ae60826 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1c29473d-e163-425f-9105-b59853aa0485 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-1c29473d-e163-425f-9105-b59853aa0485 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1c29473d-e163-425f-9105-b59853aa0485 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1c29473d-e163-425f-9105-b59853aa0485 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1c29473d-e163-425f-9105-b59853aa0485 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1c29473d-e163-425f-9105-b59853aa0485 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-95d54940-ecb7-4078-be6c-1e492ea4db41 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-95d54940-ecb7-4078-be6c-1e492ea4db41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95d54940-ecb7-4078-be6c-1e492ea4db41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95d54940-ecb7-4078-be6c-1e492ea4db41-atc-btn-wrapper {
    text-align: center;
  }


#s-95d54940-ecb7-4078-be6c-1e492ea4db41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95d54940-ecb7-4078-be6c-1e492ea4db41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95d54940-ecb7-4078-be6c-1e492ea4db41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-95d54940-ecb7-4078-be6c-1e492ea4db41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2f44b6d-7f46-4a0a-9a25-3085b6f024ab hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-title-header {
  width: 85%;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  display: inline-block;
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d {
  margin-top: 20px;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-9e49a503-5ddb-4acf-bb1b-aa7a0fc2668d .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-4e59b5a1-9473-4253-bb23-100f139de425 {
  min-height: 50px;
}








#s-4e59b5a1-9473-4253-bb23-100f139de425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e59b5a1-9473-4253-bb23-100f139de425.shg-box.shg-c {
  justify-content: center;
}

#s-ca5c8698-cb73-44e5-95ec-73a911a496fc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c456f7eb-ed8c-4d2f-b2ad-574e766f8c37 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c456f7eb-ed8c-4d2f-b2ad-574e766f8c37 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ac884f79-48da-4491-9422-37581f365417 {
  display: none;
}
#s-d7e324f8-49ae-4cb4-943b-4005b1dc679b {
  min-height: 342px;
}








#s-d7e324f8-49ae-4cb4-943b-4005b1dc679b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7e324f8-49ae-4cb4-943b-4005b1dc679b.shg-box.shg-c {
  justify-content: center;
}

#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f {
  text-align: left;
}


.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f {
  max-width: 100%;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom,
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f {
  max-width: 100%;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom,
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f {
  max-width: 100%;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom,
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f {
  max-width: 100%;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom,
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f {
  max-width: 100%;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom,
.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a576e1c5-2a9f-4b53-94b5-bece42090f8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9d5eaecd-cad3-494d-9b4b-59a67d6d57ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d5eaecd-cad3-494d-9b4b-59a67d6d57ff .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0872f063-1f40-4950-9781-2bd70d2a0d69 {
  text-align: center;
}

#s-0872f063-1f40-4950-9781-2bd70d2a0d69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0872f063-1f40-4950-9781-2bd70d2a0d69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0872f063-1f40-4950-9781-2bd70d2a0d69 .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-3824265a-6958-4061-8abb-ae58d3f65e11 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3824265a-6958-4061-8abb-ae58d3f65e11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3824265a-6958-4061-8abb-ae58d3f65e11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3824265a-6958-4061-8abb-ae58d3f65e11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3824265a-6958-4061-8abb-ae58d3f65e11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3824265a-6958-4061-8abb-ae58d3f65e11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3824265a-6958-4061-8abb-ae58d3f65e11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0e75082b-e68f-4c37-93e6-def57ffca21e {
  display: none;
}
#s-9a54a608-865e-4c80-a8d6-8a5e3989ef68 {
  min-height: 342px;
}








#s-9a54a608-865e-4c80-a8d6-8a5e3989ef68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a54a608-865e-4c80-a8d6-8a5e3989ef68.shg-box.shg-c {
  justify-content: center;
}

#s-6b25758c-0964-4ef7-86c3-f057ba69045a {
  text-align: left;
}


.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a {
  max-width: 100%;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom,
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a {
  max-width: 100%;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom,
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a {
  max-width: 100%;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom,
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a {
  max-width: 100%;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom,
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a {
  max-width: 100%;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom,
.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b25758c-0964-4ef7-86c3-f057ba69045a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d8622e3c-7b4a-4176-b026-3d66b5d6dc6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8622e3c-7b4a-4176-b026-3d66b5d6dc6b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-760eb2a9-e554-460b-a511-6d33b2f33f88 {
  text-align: center;
}

#s-760eb2a9-e554-460b-a511-6d33b2f33f88 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-760eb2a9-e554-460b-a511-6d33b2f33f88 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-760eb2a9-e554-460b-a511-6d33b2f33f88 .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-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-495e5fd4-469a-4f4d-9e2e-d499aa3fa46d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d3a39ab-b308-421e-83c8-328612a452a7 {
  display: none;
}
#s-6cfa777a-c983-4aa9-8e13-7c13a26114c3 {
  min-height: 342px;
}








#s-6cfa777a-c983-4aa9-8e13-7c13a26114c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cfa777a-c983-4aa9-8e13-7c13a26114c3.shg-box.shg-c {
  justify-content: center;
}

#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 {
  text-align: left;
}


.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 {
  max-width: 100%;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom,
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 {
  max-width: 100%;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom,
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 {
  max-width: 100%;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom,
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 {
  max-width: 100%;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom,
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 {
  max-width: 100%;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom,
.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e686b32-3dba-4ea7-b35d-f16b31d865c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2657ac1-4a4c-49e0-b6a5-4ca1e6ff6b1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2657ac1-4a4c-49e0-b6a5-4ca1e6ff6b1b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-17a9eab4-ddb9-4e8c-bf80-04416872f91f {
  text-align: center;
}

#s-17a9eab4-ddb9-4e8c-bf80-04416872f91f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17a9eab4-ddb9-4e8c-bf80-04416872f91f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17a9eab4-ddb9-4e8c-bf80-04416872f91f .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-da57800b-b21b-4699-a6e6-587b57b61c44 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-da57800b-b21b-4699-a6e6-587b57b61c44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da57800b-b21b-4699-a6e6-587b57b61c44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da57800b-b21b-4699-a6e6-587b57b61c44 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da57800b-b21b-4699-a6e6-587b57b61c44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da57800b-b21b-4699-a6e6-587b57b61c44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-da57800b-b21b-4699-a6e6-587b57b61c44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
