.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-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  display: none;
}
#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4, #wrap-s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  display: none;
}
#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4, #wrap-s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  
}
}



  #s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 img.shogun-image {
    
    width: px;
  }


#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 .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-0c5d2330-7193-4c4b-b784-81224cb6963e {
  box-shadow:0px 0px 0px 0px rgba(198, 115, 115, 0);
border-style: solid;
margin-top: 31%;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0c5d2330-7193-4c4b-b784-81224cb6963e {
  display: none;
}
#s-0c5d2330-7193-4c4b-b784-81224cb6963e, #wrap-s-0c5d2330-7193-4c4b-b784-81224cb6963e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c5d2330-7193-4c4b-b784-81224cb6963e {
  display: none;
}
#s-0c5d2330-7193-4c4b-b784-81224cb6963e, #wrap-s-0c5d2330-7193-4c4b-b784-81224cb6963e { display:none !important; }}
.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-262f8d5c-cd57-43e0-a409-3b3ff139a275 {
  margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-262f8d5c-cd57-43e0-a409-3b3ff139a275 {
  display: none;
}
#s-262f8d5c-cd57-43e0-a409-3b3ff139a275, #wrap-s-262f8d5c-cd57-43e0-a409-3b3ff139a275 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-262f8d5c-cd57-43e0-a409-3b3ff139a275 {
  display: none;
}
#s-262f8d5c-cd57-43e0-a409-3b3ff139a275, #wrap-s-262f8d5c-cd57-43e0-a409-3b3ff139a275 { display:none !important; }}
#s-262f8d5c-cd57-43e0-a409-3b3ff139a275 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



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

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

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

#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  display: none;
}
#s-d7ea22f8-f191-445b-b612-cb5b816be46b, #wrap-s-d7ea22f8-f191-445b-b612-cb5b816be46b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  display: none;
}
#s-d7ea22f8-f191-445b-b612-cb5b816be46b, #wrap-s-d7ea22f8-f191-445b-b612-cb5b816be46b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  
}
}@media (max-width: 767px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  display: none;
}
#s-d7ea22f8-f191-445b-b612-cb5b816be46b, #wrap-s-d7ea22f8-f191-445b-b612-cb5b816be46b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.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-e7ac59c3-2202-4700-b754-c0a17da4057e {
  border-style: solid;
margin-top: 10px;
margin-left: 20%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-e7ac59c3-2202-4700-b754-c0a17da4057e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e7ac59c3-2202-4700-b754-c0a17da4057e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7ac59c3-2202-4700-b754-c0a17da4057e-btn-wrapper {
    text-align: center;
  }


#s-e7ac59c3-2202-4700-b754-c0a17da4057e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855 {
  border-style: solid;
margin-top: 10px;
margin-right: 20%;
padding-top: 14px;
padding-left: 3%;
padding-bottom: 14px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 124, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855-btn-wrapper {
    text-align: center;
  }


#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1c140497-9a66-490e-8632-75a41caafc9d {
  margin-top: 0%;
margin-left: 2px;
margin-bottom: 5%;
margin-right: 12px;
}
@media (min-width: 1200px){#s-1c140497-9a66-490e-8632-75a41caafc9d {
  display: none;
}
#s-1c140497-9a66-490e-8632-75a41caafc9d, #wrap-s-1c140497-9a66-490e-8632-75a41caafc9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c140497-9a66-490e-8632-75a41caafc9d {
  display: none;
}
#s-1c140497-9a66-490e-8632-75a41caafc9d, #wrap-s-1c140497-9a66-490e-8632-75a41caafc9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c140497-9a66-490e-8632-75a41caafc9d {
  display: none;
}
#s-1c140497-9a66-490e-8632-75a41caafc9d, #wrap-s-1c140497-9a66-490e-8632-75a41caafc9d { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-38f7e74b-f189-4df9-baff-dcd5627f66fb {
  border-style: solid;
margin-top: 10px;
margin-left: 20%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-38f7e74b-f189-4df9-baff-dcd5627f66fb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-38f7e74b-f189-4df9-baff-dcd5627f66fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38f7e74b-f189-4df9-baff-dcd5627f66fb-btn-wrapper {
    text-align: center;
  }


#s-38f7e74b-f189-4df9-baff-dcd5627f66fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-768533ff-05ba-4969-9f7d-ea98210ae476 {
  border-style: solid;
margin-top: 10px;
margin-right: 20%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-768533ff-05ba-4969-9f7d-ea98210ae476:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-768533ff-05ba-4969-9f7d-ea98210ae476:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-768533ff-05ba-4969-9f7d-ea98210ae476-btn-wrapper {
    text-align: center;
  }


#s-768533ff-05ba-4969-9f7d-ea98210ae476.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 {
  margin-bottom: -2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 {
  display: none;
}
#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78, #wrap-s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 { display:none !important; }}@media (max-width: 767px){#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 {
  display: none;
}
#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78, #wrap-s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 { display:none !important; }}



  #s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 img.shogun-image {
    
    width: px;
  }


#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 .shogun-image-content {
  
    align-items: center;
  
}

#s-e856d738-6176-4902-80cb-93627e0ce1b3 {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 12px;
padding-left: 49px;
padding-bottom: 12px;
padding-right: 49px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(2, 2, 2, 1);
}
#s-e856d738-6176-4902-80cb-93627e0ce1b3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e856d738-6176-4902-80cb-93627e0ce1b3:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-e856d738-6176-4902-80cb-93627e0ce1b3 {
  display: none;
}
#s-e856d738-6176-4902-80cb-93627e0ce1b3, #wrap-s-e856d738-6176-4902-80cb-93627e0ce1b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e856d738-6176-4902-80cb-93627e0ce1b3 {
  display: none;
}
#s-e856d738-6176-4902-80cb-93627e0ce1b3, #wrap-s-e856d738-6176-4902-80cb-93627e0ce1b3 { display:none !important; }}

  #s-e856d738-6176-4902-80cb-93627e0ce1b3-btn-wrapper {
    text-align: left;
  }


#s-e856d738-6176-4902-80cb-93627e0ce1b3.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-6b5213b1-41d6-4e02-a0ec-95114218bf89 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b5213b1-41d6-4e02-a0ec-95114218bf89 {
  display: none;
}
#s-6b5213b1-41d6-4e02-a0ec-95114218bf89, #wrap-s-6b5213b1-41d6-4e02-a0ec-95114218bf89 { display:none !important; }}@media (max-width: 767px){#s-6b5213b1-41d6-4e02-a0ec-95114218bf89 {
  display: none;
}
#s-6b5213b1-41d6-4e02-a0ec-95114218bf89, #wrap-s-6b5213b1-41d6-4e02-a0ec-95114218bf89 { display:none !important; }}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b55c0559-7caa-4a07-915a-8d658b7fa28b {
  display: none;
}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b, #wrap-s-b55c0559-7caa-4a07-915a-8d658b7fa28b { display:none !important; }}@media (max-width: 767px){#s-b55c0559-7caa-4a07-915a-8d658b7fa28b {
  display: none;
}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b, #wrap-s-b55c0559-7caa-4a07-915a-8d658b7fa28b { display:none !important; }}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-885523b6-35f8-4963-bbbf-bc2b026aca08 {
  border-style: solid;
margin-top: 35px;
margin-left: 20%;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1.5em;
}
#s-885523b6-35f8-4963-bbbf-bc2b026aca08:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-885523b6-35f8-4963-bbbf-bc2b026aca08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-885523b6-35f8-4963-bbbf-bc2b026aca08-btn-wrapper {
    text-align: left;
  }


#s-885523b6-35f8-4963-bbbf-bc2b026aca08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376 {
  border-style: solid;
margin-top: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 0.98);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
line-height: 1.5em;
}
#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376-btn-wrapper {
    text-align: left;
  }


#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89 {
  
}
}
@media (min-width: 0px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-a9d9111b-a6f9-4167-979c-fdd4b7283ba6 {
  min-height: 50px;
}








#s-a9d9111b-a6f9-4167-979c-fdd4b7283ba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d9111b-a6f9-4167-979c-fdd4b7283ba6.shg-box.shg-c {
  justify-content: center;
}

#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  text-align: center;
}
@media (min-width: 1200px){#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  display: none;
}
#s-b03082dd-9e8f-4854-ab45-d7659fb41ace, #wrap-s-b03082dd-9e8f-4854-ab45-d7659fb41ace { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  display: none;
}
#s-b03082dd-9e8f-4854-ab45-d7659fb41ace, #wrap-s-b03082dd-9e8f-4854-ab45-d7659fb41ace { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  display: none;
}
#s-b03082dd-9e8f-4854-ab45-d7659fb41ace, #wrap-s-b03082dd-9e8f-4854-ab45-d7659fb41ace { display:none !important; }}



  #s-b03082dd-9e8f-4854-ab45-d7659fb41ace img.shogun-image {
    
    width: px;
  }


#s-b03082dd-9e8f-4854-ab45-d7659fb41ace .shogun-image-content {
  
    align-items: center;
  
}

#s-b5fb3043-bdb5-4955-8b4e-1d8072524637 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-b5fb3043-bdb5-4955-8b4e-1d8072524637 {
  display: none;
}
#s-b5fb3043-bdb5-4955-8b4e-1d8072524637, #wrap-s-b5fb3043-bdb5-4955-8b4e-1d8072524637 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5fb3043-bdb5-4955-8b4e-1d8072524637 {
  display: none;
}
#s-b5fb3043-bdb5-4955-8b4e-1d8072524637, #wrap-s-b5fb3043-bdb5-4955-8b4e-1d8072524637 { display:none !important; }}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca {
  display: none;
}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca, #wrap-s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca {
  display: none;
}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca, #wrap-s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca { display:none !important; }}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 {
  margin-left: 5%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 {
  display: none;
}
#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47, #wrap-s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 {
  display: none;
}
#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47, #wrap-s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 { display:none !important; }}
#s-99a602e7-4299-432d-93af-6051ffdd01cd {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99a602e7-4299-432d-93af-6051ffdd01cd {
  display: none;
}
#s-99a602e7-4299-432d-93af-6051ffdd01cd, #wrap-s-99a602e7-4299-432d-93af-6051ffdd01cd { display:none !important; }}@media (max-width: 767px){#s-99a602e7-4299-432d-93af-6051ffdd01cd {
  display: none;
}
#s-99a602e7-4299-432d-93af-6051ffdd01cd, #wrap-s-99a602e7-4299-432d-93af-6051ffdd01cd { display:none !important; }}
#s-70d163ec-580b-4faf-8a72-98d9347a657d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-70d163ec-580b-4faf-8a72-98d9347a657d {
  display: none;
}
#s-70d163ec-580b-4faf-8a72-98d9347a657d, #wrap-s-70d163ec-580b-4faf-8a72-98d9347a657d { display:none !important; }}@media (max-width: 767px){#s-70d163ec-580b-4faf-8a72-98d9347a657d {
  display: none;
}
#s-70d163ec-580b-4faf-8a72-98d9347a657d, #wrap-s-70d163ec-580b-4faf-8a72-98d9347a657d { display:none !important; }}
#s-70d163ec-580b-4faf-8a72-98d9347a657d .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-813b54a8-5a37-411f-ab74-5946255db3ff {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-813b54a8-5a37-411f-ab74-5946255db3ff {
  display: none;
}
#s-813b54a8-5a37-411f-ab74-5946255db3ff, #wrap-s-813b54a8-5a37-411f-ab74-5946255db3ff { display:none !important; }}@media (max-width: 767px){#s-813b54a8-5a37-411f-ab74-5946255db3ff {
  display: none;
}
#s-813b54a8-5a37-411f-ab74-5946255db3ff, #wrap-s-813b54a8-5a37-411f-ab74-5946255db3ff { display:none !important; }}
#s-34770765-eb1c-42ff-bb13-009a806022ba {
  text-align: center;
}
@media (max-width: 767px){#s-34770765-eb1c-42ff-bb13-009a806022ba {
  display: none;
}
#s-34770765-eb1c-42ff-bb13-009a806022ba, #wrap-s-34770765-eb1c-42ff-bb13-009a806022ba { display:none !important; }}



  #s-34770765-eb1c-42ff-bb13-009a806022ba img.shogun-image {
    
    width: px;
  }


#s-34770765-eb1c-42ff-bb13-009a806022ba .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee47e60-90c1-4c8d-a607-43d7912383c7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ee47e60-90c1-4c8d-a607-43d7912383c7 {
  display: none;
}
#s-9ee47e60-90c1-4c8d-a607-43d7912383c7, #wrap-s-9ee47e60-90c1-4c8d-a607-43d7912383c7 { display:none !important; }}@media (max-width: 767px){#s-9ee47e60-90c1-4c8d-a607-43d7912383c7 {
  display: none;
}
#s-9ee47e60-90c1-4c8d-a607-43d7912383c7, #wrap-s-9ee47e60-90c1-4c8d-a607-43d7912383c7 { display:none !important; }}
#s-e579db2e-9eb0-4d04-a353-6fde25585092 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e579db2e-9eb0-4d04-a353-6fde25585092 {
  display: none;
}
#s-e579db2e-9eb0-4d04-a353-6fde25585092, #wrap-s-e579db2e-9eb0-4d04-a353-6fde25585092 { display:none !important; }}@media (max-width: 767px){#s-e579db2e-9eb0-4d04-a353-6fde25585092 {
  display: none;
}
#s-e579db2e-9eb0-4d04-a353-6fde25585092, #wrap-s-e579db2e-9eb0-4d04-a353-6fde25585092 { display:none !important; }}
#s-e579db2e-9eb0-4d04-a353-6fde25585092 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-2c1493f2-cba1-412a-8f17-2b65db79bb81 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c1493f2-cba1-412a-8f17-2b65db79bb81 {
  display: none;
}
#s-2c1493f2-cba1-412a-8f17-2b65db79bb81, #wrap-s-2c1493f2-cba1-412a-8f17-2b65db79bb81 { display:none !important; }}@media (max-width: 767px){#s-2c1493f2-cba1-412a-8f17-2b65db79bb81 {
  display: none;
}
#s-2c1493f2-cba1-412a-8f17-2b65db79bb81, #wrap-s-2c1493f2-cba1-412a-8f17-2b65db79bb81 { display:none !important; }}
#s-56a76231-7013-43f2-bfb8-a68284f19d7b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-56a76231-7013-43f2-bfb8-a68284f19d7b {
  display: none;
}
#s-56a76231-7013-43f2-bfb8-a68284f19d7b, #wrap-s-56a76231-7013-43f2-bfb8-a68284f19d7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a76231-7013-43f2-bfb8-a68284f19d7b {
  display: none;
}
#s-56a76231-7013-43f2-bfb8-a68284f19d7b, #wrap-s-56a76231-7013-43f2-bfb8-a68284f19d7b { display:none !important; }}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 {
  display: none;
}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311, #wrap-s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 {
  display: none;
}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311, #wrap-s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 { display:none !important; }}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf {
  margin-left: 5%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf {
  display: none;
}
#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf, #wrap-s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf {
  display: none;
}
#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf, #wrap-s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf { display:none !important; }}
#s-6823f2eb-6e2a-4130-99ad-55275dbc7dc1 {
  min-height: 50px;
}








#s-6823f2eb-6e2a-4130-99ad-55275dbc7dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6823f2eb-6e2a-4130-99ad-55275dbc7dc1.shg-box.shg-c {
  justify-content: center;
}

#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  text-align: center;
}
@media (min-width: 1200px){#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  display: none;
}
#s-273ecf36-8fed-4631-b0a1-145a566d1007, #wrap-s-273ecf36-8fed-4631-b0a1-145a566d1007 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  display: none;
}
#s-273ecf36-8fed-4631-b0a1-145a566d1007, #wrap-s-273ecf36-8fed-4631-b0a1-145a566d1007 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  display: none;
}
#s-273ecf36-8fed-4631-b0a1-145a566d1007, #wrap-s-273ecf36-8fed-4631-b0a1-145a566d1007 { display:none !important; }}



  #s-273ecf36-8fed-4631-b0a1-145a566d1007 img.shogun-image {
    
    width: px;
  }


#s-273ecf36-8fed-4631-b0a1-145a566d1007 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 {
  display: none;
}
#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852, #wrap-s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 { display:none !important; }}@media (max-width: 767px){#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 {
  display: none;
}
#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852, #wrap-s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 { display:none !important; }}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c50796b6-006a-41f4-9186-a5f5cd74a222 {
  display: none;
}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222, #wrap-s-c50796b6-006a-41f4-9186-a5f5cd74a222 { display:none !important; }}@media (max-width: 767px){#s-c50796b6-006a-41f4-9186-a5f5cd74a222 {
  display: none;
}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222, #wrap-s-c50796b6-006a-41f4-9186-a5f5cd74a222 { display:none !important; }}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-34c8c851-375c-4739-a38e-6695e60cf27f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34c8c851-375c-4739-a38e-6695e60cf27f {
  display: none;
}
#s-34c8c851-375c-4739-a38e-6695e60cf27f, #wrap-s-34c8c851-375c-4739-a38e-6695e60cf27f { display:none !important; }}@media (max-width: 767px){#s-34c8c851-375c-4739-a38e-6695e60cf27f {
  display: none;
}
#s-34c8c851-375c-4739-a38e-6695e60cf27f, #wrap-s-34c8c851-375c-4739-a38e-6695e60cf27f { display:none !important; }}
#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 {
  display: none;
}
#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14, #wrap-s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 {
  display: none;
}
#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14, #wrap-s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 { display:none !important; }}
#s-5ae8baf7-2bdb-4714-8b04-fe829734d9e4 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: right;
}

#s-5ae8baf7-2bdb-4714-8b04-fe829734d9e4 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-9a8a59e9-1d00-4e5c-8b94-540266218003 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9a8a59e9-1d00-4e5c-8b94-540266218003 {
  display: none;
}
#s-9a8a59e9-1d00-4e5c-8b94-540266218003, #wrap-s-9a8a59e9-1d00-4e5c-8b94-540266218003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a8a59e9-1d00-4e5c-8b94-540266218003 {
  display: none;
}
#s-9a8a59e9-1d00-4e5c-8b94-540266218003, #wrap-s-9a8a59e9-1d00-4e5c-8b94-540266218003 { display:none !important; }}
#s-2f196c18-a219-405b-a445-670e6809c7f5 {
  text-align: center;
}
@media (max-width: 767px){#s-2f196c18-a219-405b-a445-670e6809c7f5 {
  display: none;
}
#s-2f196c18-a219-405b-a445-670e6809c7f5, #wrap-s-2f196c18-a219-405b-a445-670e6809c7f5 { display:none !important; }}



  #s-2f196c18-a219-405b-a445-670e6809c7f5 img.shogun-image {
    
    width: px;
  }


#s-2f196c18-a219-405b-a445-670e6809c7f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-70047dbb-e420-467b-9d5b-f74fa1317b96 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-70047dbb-e420-467b-9d5b-f74fa1317b96 {
  display: none;
}
#s-70047dbb-e420-467b-9d5b-f74fa1317b96, #wrap-s-70047dbb-e420-467b-9d5b-f74fa1317b96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70047dbb-e420-467b-9d5b-f74fa1317b96 {
  display: none;
}
#s-70047dbb-e420-467b-9d5b-f74fa1317b96, #wrap-s-70047dbb-e420-467b-9d5b-f74fa1317b96 { display:none !important; }}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-55d01b49-33ba-406e-a37c-72ae61daf10a {
  display: none;
}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a, #wrap-s-55d01b49-33ba-406e-a37c-72ae61daf10a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55d01b49-33ba-406e-a37c-72ae61daf10a {
  display: none;
}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a, #wrap-s-55d01b49-33ba-406e-a37c-72ae61daf10a { display:none !important; }}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e7b7a4af-094e-481f-98d9-d6cf92446e51 {
  margin-left: 5%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e7b7a4af-094e-481f-98d9-d6cf92446e51 {
  display: none;
}
#s-e7b7a4af-094e-481f-98d9-d6cf92446e51, #wrap-s-e7b7a4af-094e-481f-98d9-d6cf92446e51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7b7a4af-094e-481f-98d9-d6cf92446e51 {
  display: none;
}
#s-e7b7a4af-094e-481f-98d9-d6cf92446e51, #wrap-s-e7b7a4af-094e-481f-98d9-d6cf92446e51 { display:none !important; }}
#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 {
  display: none;
}
#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46, #wrap-s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 { display:none !important; }}@media (max-width: 767px){#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 {
  display: none;
}
#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46, #wrap-s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 { display:none !important; }}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b {
  display: none;
}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b, #wrap-s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b { display:none !important; }}@media (max-width: 767px){#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b {
  display: none;
}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b, #wrap-s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b { display:none !important; }}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-7c270ede-b4c7-443c-89b1-bac7350ad90f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c270ede-b4c7-443c-89b1-bac7350ad90f {
  display: none;
}
#s-7c270ede-b4c7-443c-89b1-bac7350ad90f, #wrap-s-7c270ede-b4c7-443c-89b1-bac7350ad90f { display:none !important; }}@media (max-width: 767px){#s-7c270ede-b4c7-443c-89b1-bac7350ad90f {
  display: none;
}
#s-7c270ede-b4c7-443c-89b1-bac7350ad90f, #wrap-s-7c270ede-b4c7-443c-89b1-bac7350ad90f { display:none !important; }}
#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
border-color: #000;
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  display: none;
}
#s-309ab008-df1b-4cdc-b107-0009f251a211, #wrap-s-309ab008-df1b-4cdc-b107-0009f251a211 { display:none !important; }}@media (max-width: 767px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  display: none;
}
#s-309ab008-df1b-4cdc-b107-0009f251a211, #wrap-s-309ab008-df1b-4cdc-b107-0009f251a211 { display:none !important; }}
#s-309ab008-df1b-4cdc-b107-0009f251a211 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-309ab008-df1b-4cdc-b107-0009f251a211 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  display: none;
}
#s-75414f77-547d-4bfe-9a14-54c9ce187519, #wrap-s-75414f77-547d-4bfe-9a14-54c9ce187519 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  display: none;
}
#s-75414f77-547d-4bfe-9a14-54c9ce187519, #wrap-s-75414f77-547d-4bfe-9a14-54c9ce187519 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  
}
}@media (max-width: 767px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  
}
}
#s-75414f77-547d-4bfe-9a14-54c9ce187519 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-75414f77-547d-4bfe-9a14-54c9ce187519 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  display: none;
}
#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c, #wrap-s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c { display:none !important; }}@media (max-width: 767px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  display: none;
}
#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c, #wrap-s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c { display:none !important; }}







#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
}#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b {
  display: none;
}
#s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b, #wrap-s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b { display:none !important; }}



  #s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b img.shogun-image {
    
    width: px;
  }


#s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b .shogun-image-content {
  
    align-items: center;
  
}

#s-de38203d-c333-400d-8050-35629b351cf4 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-de38203d-c333-400d-8050-35629b351cf4 {
  display: none;
}
#s-de38203d-c333-400d-8050-35629b351cf4, #wrap-s-de38203d-c333-400d-8050-35629b351cf4 { display:none !important; }}



  #s-de38203d-c333-400d-8050-35629b351cf4 img.shogun-image {
    
    width: px;
  }


#s-de38203d-c333-400d-8050-35629b351cf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-86d9acb5-ad89-488d-8c4c-e675bfee5698 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-86d9acb5-ad89-488d-8c4c-e675bfee5698 {
  display: none;
}
#s-86d9acb5-ad89-488d-8c4c-e675bfee5698, #wrap-s-86d9acb5-ad89-488d-8c4c-e675bfee5698 { display:none !important; }}



  #s-86d9acb5-ad89-488d-8c4c-e675bfee5698 img.shogun-image {
    
    width: px;
  }


#s-86d9acb5-ad89-488d-8c4c-e675bfee5698 .shogun-image-content {
  
    align-items: center;
  
}

#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  padding-left: 1%;
padding-right: 1%;
min-height: 40px;
}
@media (min-width: 1200px){#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  display: none;
}
#s-600e5a9e-fe12-4f73-9934-d60fa21713be, #wrap-s-600e5a9e-fe12-4f73-9934-d60fa21713be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  display: none;
}
#s-600e5a9e-fe12-4f73-9934-d60fa21713be, #wrap-s-600e5a9e-fe12-4f73-9934-d60fa21713be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  
}
}







#s-600e5a9e-fe12-4f73-9934-d60fa21713be > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
}#s-600e5a9e-fe12-4f73-9934-d60fa21713be.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cd326f71-8fe3-4102-9f63-d2e458df7c7d {
  text-align: center;
}
@media (max-width: 767px){#s-cd326f71-8fe3-4102-9f63-d2e458df7c7d {
  display: none;
}
#s-cd326f71-8fe3-4102-9f63-d2e458df7c7d, #wrap-s-cd326f71-8fe3-4102-9f63-d2e458df7c7d { display:none !important; }}



  #s-cd326f71-8fe3-4102-9f63-d2e458df7c7d img.shogun-image {
    
    width: px;
  }


#s-cd326f71-8fe3-4102-9f63-d2e458df7c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 {
  text-align: center;
}
@media (min-width: 1200px){#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 {
  display: none;
}
#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8, #wrap-s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 {
  display: none;
}
#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8, #wrap-s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 {
  display: none;
}
#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8, #wrap-s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 { display:none !important; }}



  #s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 img.shogun-image {
    
    width: px;
  }


#s-8c6a8d31-e60a-4fba-a456-0d211befc6b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 {
  display: none;
}
#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9, #wrap-s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 {
  display: none;
}
#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9, #wrap-s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 {
  display: none;
}
#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9, #wrap-s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 { display:none !important; }}



  #s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 img.shogun-image {
    
    width: px;
  }


#s-de062857-688d-484b-9aa0-e5ee8b9c8fb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d94d85d-ad42-4605-99d6-2cddb7ede74d {
  text-align: center;
}
@media (max-width: 767px){#s-9d94d85d-ad42-4605-99d6-2cddb7ede74d {
  display: none;
}
#s-9d94d85d-ad42-4605-99d6-2cddb7ede74d, #wrap-s-9d94d85d-ad42-4605-99d6-2cddb7ede74d { display:none !important; }}



  #s-9d94d85d-ad42-4605-99d6-2cddb7ede74d img.shogun-image {
    
    width: px;
  }


#s-9d94d85d-ad42-4605-99d6-2cddb7ede74d .shogun-image-content {
  
    align-items: center;
  
}

#s-6c9c0660-73ea-45e3-880c-16013151cb34 {
  text-align: center;
}
@media (min-width: 1200px){#s-6c9c0660-73ea-45e3-880c-16013151cb34 {
  display: none;
}
#s-6c9c0660-73ea-45e3-880c-16013151cb34, #wrap-s-6c9c0660-73ea-45e3-880c-16013151cb34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c9c0660-73ea-45e3-880c-16013151cb34 {
  display: none;
}
#s-6c9c0660-73ea-45e3-880c-16013151cb34, #wrap-s-6c9c0660-73ea-45e3-880c-16013151cb34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c9c0660-73ea-45e3-880c-16013151cb34 {
  display: none;
}
#s-6c9c0660-73ea-45e3-880c-16013151cb34, #wrap-s-6c9c0660-73ea-45e3-880c-16013151cb34 { display:none !important; }}



  #s-6c9c0660-73ea-45e3-880c-16013151cb34 img.shogun-image {
    
    width: px;
  }


#s-6c9c0660-73ea-45e3-880c-16013151cb34 .shogun-image-content {
  
    align-items: center;
  
}

#s-5188128d-6664-41e9-ab35-64f2ea604977 {
  text-align: center;
}
@media (min-width: 1200px){#s-5188128d-6664-41e9-ab35-64f2ea604977 {
  display: none;
}
#s-5188128d-6664-41e9-ab35-64f2ea604977, #wrap-s-5188128d-6664-41e9-ab35-64f2ea604977 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5188128d-6664-41e9-ab35-64f2ea604977 {
  display: none;
}
#s-5188128d-6664-41e9-ab35-64f2ea604977, #wrap-s-5188128d-6664-41e9-ab35-64f2ea604977 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5188128d-6664-41e9-ab35-64f2ea604977 {
  display: none;
}
#s-5188128d-6664-41e9-ab35-64f2ea604977, #wrap-s-5188128d-6664-41e9-ab35-64f2ea604977 { display:none !important; }}



  #s-5188128d-6664-41e9-ab35-64f2ea604977 img.shogun-image {
    
    width: px;
  }


#s-5188128d-6664-41e9-ab35-64f2ea604977 .shogun-image-content {
  
    align-items: center;
  
}

#s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 {
  text-align: center;
}
@media (max-width: 767px){#s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 {
  display: none;
}
#s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13, #wrap-s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 { display:none !important; }}



  #s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 img.shogun-image {
    
    width: px;
  }


#s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e {
  text-align: center;
}
@media (min-width: 1200px){#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e {
  display: none;
}
#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e, #wrap-s-b49b208a-84bb-443b-b9ba-7d8a139efc1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e {
  display: none;
}
#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e, #wrap-s-b49b208a-84bb-443b-b9ba-7d8a139efc1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e {
  display: none;
}
#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e, #wrap-s-b49b208a-84bb-443b-b9ba-7d8a139efc1e { display:none !important; }}



  #s-b49b208a-84bb-443b-b9ba-7d8a139efc1e img.shogun-image {
    
    width: px;
  }


#s-b49b208a-84bb-443b-b9ba-7d8a139efc1e .shogun-image-content {
  
    align-items: center;
  
}

#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c {
  text-align: center;
}
@media (min-width: 1200px){#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c {
  display: none;
}
#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c, #wrap-s-bbb5f2e6-fbef-4edc-92fb-957c355a627c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c {
  display: none;
}
#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c, #wrap-s-bbb5f2e6-fbef-4edc-92fb-957c355a627c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c {
  display: none;
}
#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c, #wrap-s-bbb5f2e6-fbef-4edc-92fb-957c355a627c { display:none !important; }}



  #s-bbb5f2e6-fbef-4edc-92fb-957c355a627c img.shogun-image {
    
    width: px;
  }


#s-bbb5f2e6-fbef-4edc-92fb-957c355a627c .shogun-image-content {
  
    align-items: center;
  
}

#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  
}
}







#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312303c2-a10f-46b1-87c4-1cb1a01bd049.shg-box.shg-c {
  justify-content: center;
}

#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  display: none;
}
#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32, #wrap-s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  display: none;
}
#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32, #wrap-s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 { display:none !important; }}







#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32.shg-box.shg-c {
  justify-content: center;
}

#s-ec7a3c36-38f9-48bc-ba57-959a0c5e2d82 {
  margin-top: -13px;
margin-bottom: -13px;
min-height: 50px;
}








#s-ec7a3c36-38f9-48bc-ba57-959a0c5e2d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec7a3c36-38f9-48bc-ba57-959a0c5e2d82.shg-box.shg-c {
  justify-content: center;
}

#s-ff645e8f-3e12-4d06-8652-2d79db18cecd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff645e8f-3e12-4d06-8652-2d79db18cecd {
  display: none;
}
#s-ff645e8f-3e12-4d06-8652-2d79db18cecd, #wrap-s-ff645e8f-3e12-4d06-8652-2d79db18cecd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff645e8f-3e12-4d06-8652-2d79db18cecd {
  display: none;
}
#s-ff645e8f-3e12-4d06-8652-2d79db18cecd, #wrap-s-ff645e8f-3e12-4d06-8652-2d79db18cecd { display:none !important; }}







#s-ff645e8f-3e12-4d06-8652-2d79db18cecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff645e8f-3e12-4d06-8652-2d79db18cecd.shg-box.shg-c {
  justify-content: center;
}

#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 1200px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  display: none;
}
#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4, #wrap-s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  display: none;
}
#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4, #wrap-s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  
}
}@media (max-width: 767px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  
}
}
#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  display: none;
}
#s-7bfbe99c-69a7-4598-9800-73f79d4dc486, #wrap-s-7bfbe99c-69a7-4598-9800-73f79d4dc486 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  display: none;
}
#s-7bfbe99c-69a7-4598-9800-73f79d4dc486, #wrap-s-7bfbe99c-69a7-4598-9800-73f79d4dc486 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c085f86-af89-44b9-92e8-49946038b11b {
  text-align: center;
}




  #s-6c085f86-af89-44b9-92e8-49946038b11b img.shogun-image {
    
    width: px;
  }


#s-6c085f86-af89-44b9-92e8-49946038b11b .shogun-image-content {
  
    align-items: center;
  
}

#s-be20ecb7-0672-400a-b19b-8a809a4f9ef3 {
  margin-top: 80%;
text-align: center;
}

#s-be20ecb7-0672-400a-b19b-8a809a4f9ef3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5942456-593a-4c6c-9935-92de3fd0ffe4 {
  text-align: center;
}




  #s-a5942456-593a-4c6c-9935-92de3fd0ffe4 img.shogun-image {
    
    width: px;
  }


#s-a5942456-593a-4c6c-9935-92de3fd0ffe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c7b057-8c9d-4bac-9159-5691329ca3fa {
  margin-top: 80%;
text-align: center;
}

#s-86c7b057-8c9d-4bac-9159-5691329ca3fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  display: none;
}
#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347, #wrap-s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  display: none;
}
#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347, #wrap-s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  text-align: center;
}
@media (min-width: 1200px){#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  display: none;
}
#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89, #wrap-s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  display: none;
}
#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89, #wrap-s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 { display:none !important; }}



  #s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 img.shogun-image {
    
    width: px;
  }


#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 .shogun-image-content {
  
    align-items: center;
  
}

#s-67c1d90c-0bf8-406a-b66d-19905ad45c92 {
  margin-top: 80%;
text-align: center;
}

#s-67c1d90c-0bf8-406a-b66d-19905ad45c92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  text-align: center;
}
@media (min-width: 1200px){#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  display: none;
}
#s-affab3d3-1d20-4653-ba12-dd5b63fe32af, #wrap-s-affab3d3-1d20-4653-ba12-dd5b63fe32af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  display: none;
}
#s-affab3d3-1d20-4653-ba12-dd5b63fe32af, #wrap-s-affab3d3-1d20-4653-ba12-dd5b63fe32af { display:none !important; }}



  #s-affab3d3-1d20-4653-ba12-dd5b63fe32af img.shogun-image {
    
    width: px;
  }


#s-affab3d3-1d20-4653-ba12-dd5b63fe32af .shogun-image-content {
  
    align-items: center;
  
}

#s-f669b5b8-7bd2-419c-ba75-dd3da891cd03 {
  margin-top: 80%;
text-align: center;
}

#s-f669b5b8-7bd2-419c-ba75-dd3da891cd03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 {
  display: none;
}
#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465, #wrap-s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 {
  display: none;
}
#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465, #wrap-s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 { display:none !important; }}







#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465.shg-box.shg-c {
  justify-content: center;
}

#s-341cb101-c44d-4c38-ac21-043b0872a5c7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-341cb101-c44d-4c38-ac21-043b0872a5c7 {
  display: none;
}
#s-341cb101-c44d-4c38-ac21-043b0872a5c7, #wrap-s-341cb101-c44d-4c38-ac21-043b0872a5c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-341cb101-c44d-4c38-ac21-043b0872a5c7 {
  display: none;
}
#s-341cb101-c44d-4c38-ac21-043b0872a5c7, #wrap-s-341cb101-c44d-4c38-ac21-043b0872a5c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-341cb101-c44d-4c38-ac21-043b0872a5c7 {
  display: none;
}
#s-341cb101-c44d-4c38-ac21-043b0872a5c7, #wrap-s-341cb101-c44d-4c38-ac21-043b0872a5c7 { display:none !important; }}@media (max-width: 767px){#s-341cb101-c44d-4c38-ac21-043b0872a5c7 {
  
}
}







#s-341cb101-c44d-4c38-ac21-043b0872a5c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-341cb101-c44d-4c38-ac21-043b0872a5c7.shg-box.shg-c {
  justify-content: center;
}

#s-d59bf274-7a87-4942-8392-e441e63b4afc {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 8px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d59bf274-7a87-4942-8392-e441e63b4afc .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-93bb1cfc-e59d-47d9-9e68-89da9407150d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-2df20100-cae6-4ff7-a371-579afab759cf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2df20100-cae6-4ff7-a371-579afab759cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2df20100-cae6-4ff7-a371-579afab759cf {
  
}
}







#s-2df20100-cae6-4ff7-a371-579afab759cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2df20100-cae6-4ff7-a371-579afab759cf.shg-box.shg-c {
  justify-content: center;
}

#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 {
  display: none;
}
#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919, #wrap-s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 {
  display: none;
}
#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919, #wrap-s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 {
  display: none;
}
#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919, #wrap-s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 { display:none !important; }}







#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f84112f9-4fa7-44e1-ba3c-caa1aaa2c919.shg-box.shg-c {
  justify-content: center;
}

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

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.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-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff {
  display: none;
}
#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff, #wrap-s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff {
  display: none;
}
#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff, #wrap-s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff {
  display: none;
}
#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff, #wrap-s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff { display:none !important; }}
#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff .shg-sld-nav-button.shg-sld-left,
#s-cc3d7cdc-9a07-454b-a32e-7b0e555c54ff .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-c5ea3fd2-286a-4adc-bfbd-a8f96bf21b8f {
  text-align: center;
}




  #s-c5ea3fd2-286a-4adc-bfbd-a8f96bf21b8f img.shogun-image {
    
    width: px;
  }


#s-c5ea3fd2-286a-4adc-bfbd-a8f96bf21b8f .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb4d16f-d7cb-4d88-b14a-144256adfc0d {
  text-align: center;
}




  #s-2cb4d16f-d7cb-4d88-b14a-144256adfc0d img.shogun-image {
    
    width: px;
  }


#s-2cb4d16f-d7cb-4d88-b14a-144256adfc0d .shogun-image-content {
  
    align-items: center;
  
}

#s-a3d5f529-f820-4d0c-b550-77243028415d {
  text-align: center;
}




  #s-a3d5f529-f820-4d0c-b550-77243028415d img.shogun-image {
    
    width: px;
  }


#s-a3d5f529-f820-4d0c-b550-77243028415d .shogun-image-content {
  
    align-items: center;
  
}

#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec {
  text-align: center;
}
@media (min-width: 1200px){#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec {
  display: none;
}
#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec, #wrap-s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec {
  display: none;
}
#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec, #wrap-s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec {
  display: none;
}
#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec, #wrap-s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec { display:none !important; }}



  #s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec img.shogun-image {
    
    width: px;
  }


#s-62d8d9ef-ae97-4a26-a6b0-004cd05ca6ec .shogun-image-content {
  
    align-items: center;
  
}

#s-2ce2faaf-c6fb-4d64-88e5-978bdd4f481b {
  display: none;
}
#s-5d7c14cc-40de-413d-90f5-a134f02359d9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5d7c14cc-40de-413d-90f5-a134f02359d9 {
  display: none;
}
#s-5d7c14cc-40de-413d-90f5-a134f02359d9, #wrap-s-5d7c14cc-40de-413d-90f5-a134f02359d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d7c14cc-40de-413d-90f5-a134f02359d9 {
  display: none;
}
#s-5d7c14cc-40de-413d-90f5-a134f02359d9, #wrap-s-5d7c14cc-40de-413d-90f5-a134f02359d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d7c14cc-40de-413d-90f5-a134f02359d9 {
  display: none;
}
#s-5d7c14cc-40de-413d-90f5-a134f02359d9, #wrap-s-5d7c14cc-40de-413d-90f5-a134f02359d9 { display:none !important; }}







#s-5d7c14cc-40de-413d-90f5-a134f02359d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7c14cc-40de-413d-90f5-a134f02359d9.shg-box.shg-c {
  justify-content: center;
}

.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-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 {
  display: none;
}
#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63, #wrap-s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 {
  display: none;
}
#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63, #wrap-s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 {
  display: none;
}
#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63, #wrap-s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 { display:none !important; }}
#s-ff2419c4-bb2a-4d41-a902-c1b22e4e0a63 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-12aee016-f855-4626-ac05-c1840423ca91 {
  display: none;
}
#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 {
  text-align: center;
}
@media (min-width: 1200px){#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 {
  display: none;
}
#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4, #wrap-s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 {
  display: none;
}
#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4, #wrap-s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 {
  display: none;
}
#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4, #wrap-s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 { display:none !important; }}
#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-fb598825-dd49-4a5a-a28f-bda34b55a2c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9e746442-301f-4905-a490-c7692e5ecb38 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9e746442-301f-4905-a490-c7692e5ecb38 {
  display: none;
}
#s-9e746442-301f-4905-a490-c7692e5ecb38, #wrap-s-9e746442-301f-4905-a490-c7692e5ecb38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e746442-301f-4905-a490-c7692e5ecb38 {
  display: none;
}
#s-9e746442-301f-4905-a490-c7692e5ecb38, #wrap-s-9e746442-301f-4905-a490-c7692e5ecb38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e746442-301f-4905-a490-c7692e5ecb38 {
  display: none;
}
#s-9e746442-301f-4905-a490-c7692e5ecb38, #wrap-s-9e746442-301f-4905-a490-c7692e5ecb38 { display:none !important; }}







#s-9e746442-301f-4905-a490-c7692e5ecb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e746442-301f-4905-a490-c7692e5ecb38.shg-box.shg-c {
  justify-content: center;
}

#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 {
  display: none;
}
#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2, #wrap-s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 {
  display: none;
}
#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2, #wrap-s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 {
  display: none;
}
#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2, #wrap-s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 { display:none !important; }}
#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 .shg-sld-nav-button.shg-sld-left,
#s-e7b2a350-8c8c-4e02-99c8-937b7da089e2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-cbca9ad5-bd6f-49f3-a450-17a1fec8056c {
  text-align: center;
}




  #s-cbca9ad5-bd6f-49f3-a450-17a1fec8056c img.shogun-image {
    
    width: px;
  }


#s-cbca9ad5-bd6f-49f3-a450-17a1fec8056c .shogun-image-content {
  
    align-items: center;
  
}

#s-b464b5a9-5efc-4513-bbb0-497cb51ba99a {
  text-align: center;
}




  #s-b464b5a9-5efc-4513-bbb0-497cb51ba99a img.shogun-image {
    
    width: px;
  }


#s-b464b5a9-5efc-4513-bbb0-497cb51ba99a .shogun-image-content {
  
    align-items: center;
  
}

#s-2509bfbe-a225-42b2-8c53-21763df9b6b8 {
  text-align: center;
}




  #s-2509bfbe-a225-42b2-8c53-21763df9b6b8 img.shogun-image {
    
    width: px;
  }


#s-2509bfbe-a225-42b2-8c53-21763df9b6b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-261ddf92-3b3f-482a-b200-b14a878e2b01 {
  text-align: center;
}
@media (min-width: 1200px){#s-261ddf92-3b3f-482a-b200-b14a878e2b01 {
  display: none;
}
#s-261ddf92-3b3f-482a-b200-b14a878e2b01, #wrap-s-261ddf92-3b3f-482a-b200-b14a878e2b01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-261ddf92-3b3f-482a-b200-b14a878e2b01 {
  display: none;
}
#s-261ddf92-3b3f-482a-b200-b14a878e2b01, #wrap-s-261ddf92-3b3f-482a-b200-b14a878e2b01 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-261ddf92-3b3f-482a-b200-b14a878e2b01 {
  display: none;
}
#s-261ddf92-3b3f-482a-b200-b14a878e2b01, #wrap-s-261ddf92-3b3f-482a-b200-b14a878e2b01 { display:none !important; }}



  #s-261ddf92-3b3f-482a-b200-b14a878e2b01 img.shogun-image {
    
    width: px;
  }


#s-261ddf92-3b3f-482a-b200-b14a878e2b01 .shogun-image-content {
  
    align-items: center;
  
}

#s-415bde83-70f6-47d4-9468-ebd78986155c {
  display: none;
}
#s-76a6140f-8170-49ed-90b9-d7b897e926bf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-76a6140f-8170-49ed-90b9-d7b897e926bf {
  display: none;
}
#s-76a6140f-8170-49ed-90b9-d7b897e926bf, #wrap-s-76a6140f-8170-49ed-90b9-d7b897e926bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76a6140f-8170-49ed-90b9-d7b897e926bf {
  display: none;
}
#s-76a6140f-8170-49ed-90b9-d7b897e926bf, #wrap-s-76a6140f-8170-49ed-90b9-d7b897e926bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76a6140f-8170-49ed-90b9-d7b897e926bf {
  display: none;
}
#s-76a6140f-8170-49ed-90b9-d7b897e926bf, #wrap-s-76a6140f-8170-49ed-90b9-d7b897e926bf { display:none !important; }}







#s-76a6140f-8170-49ed-90b9-d7b897e926bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76a6140f-8170-49ed-90b9-d7b897e926bf.shg-box.shg-c {
  justify-content: center;
}

#s-c5ea8355-a86f-413a-ba63-c7cf2a0602a7 {
  display: none;
}
#s-f393cec7-5b26-4814-8b28-9381e7193327 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f393cec7-5b26-4814-8b28-9381e7193327 {
  display: none;
}
#s-f393cec7-5b26-4814-8b28-9381e7193327, #wrap-s-f393cec7-5b26-4814-8b28-9381e7193327 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f393cec7-5b26-4814-8b28-9381e7193327 {
  display: none;
}
#s-f393cec7-5b26-4814-8b28-9381e7193327, #wrap-s-f393cec7-5b26-4814-8b28-9381e7193327 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f393cec7-5b26-4814-8b28-9381e7193327 {
  display: none;
}
#s-f393cec7-5b26-4814-8b28-9381e7193327, #wrap-s-f393cec7-5b26-4814-8b28-9381e7193327 { display:none !important; }}
#s-f393cec7-5b26-4814-8b28-9381e7193327 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 {
  text-align: center;
}
@media (min-width: 1200px){#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 {
  display: none;
}
#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4, #wrap-s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 {
  display: none;
}
#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4, #wrap-s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 {
  display: none;
}
#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4, #wrap-s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 { display:none !important; }}
#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-588a8a65-e5e6-4cca-aa8a-4b8cef9521b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c {
  display: none;
}
#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c, #wrap-s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c {
  display: none;
}
#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c, #wrap-s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c {
  display: none;
}
#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c, #wrap-s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c { display:none !important; }}







#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb479dbc-a37a-49bf-9aa0-f98e8f73ea1c.shg-box.shg-c {
  justify-content: center;
}

#s-39531d0e-de90-4562-96ca-d8d6947e5484 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-39531d0e-de90-4562-96ca-d8d6947e5484 {
  display: none;
}
#s-39531d0e-de90-4562-96ca-d8d6947e5484, #wrap-s-39531d0e-de90-4562-96ca-d8d6947e5484 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39531d0e-de90-4562-96ca-d8d6947e5484 {
  display: none;
}
#s-39531d0e-de90-4562-96ca-d8d6947e5484, #wrap-s-39531d0e-de90-4562-96ca-d8d6947e5484 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39531d0e-de90-4562-96ca-d8d6947e5484 {
  display: none;
}
#s-39531d0e-de90-4562-96ca-d8d6947e5484, #wrap-s-39531d0e-de90-4562-96ca-d8d6947e5484 { display:none !important; }}
#s-39531d0e-de90-4562-96ca-d8d6947e5484 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-39531d0e-de90-4562-96ca-d8d6947e5484 .shg-sld-nav-button.shg-sld-left,
#s-39531d0e-de90-4562-96ca-d8d6947e5484 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-b1b49783-e5b7-46a1-80e6-13371ffab92c {
  text-align: center;
}




  #s-b1b49783-e5b7-46a1-80e6-13371ffab92c img.shogun-image {
    
    width: px;
  }


#s-b1b49783-e5b7-46a1-80e6-13371ffab92c .shogun-image-content {
  
    align-items: center;
  
}

#s-4aaba00b-277e-4142-b8ce-1aa8b1f02f58 {
  text-align: center;
}




  #s-4aaba00b-277e-4142-b8ce-1aa8b1f02f58 img.shogun-image {
    
    width: px;
  }


#s-4aaba00b-277e-4142-b8ce-1aa8b1f02f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f425687-d3ff-4c1e-9afc-d4c0bad423ba {
  text-align: center;
}




  #s-7f425687-d3ff-4c1e-9afc-d4c0bad423ba img.shogun-image {
    
    width: px;
  }


#s-7f425687-d3ff-4c1e-9afc-d4c0bad423ba .shogun-image-content {
  
    align-items: center;
  
}

#s-f9defbc0-ee27-49f2-a281-5e52604fef91 {
  text-align: center;
}
@media (min-width: 1200px){#s-f9defbc0-ee27-49f2-a281-5e52604fef91 {
  display: none;
}
#s-f9defbc0-ee27-49f2-a281-5e52604fef91, #wrap-s-f9defbc0-ee27-49f2-a281-5e52604fef91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9defbc0-ee27-49f2-a281-5e52604fef91 {
  display: none;
}
#s-f9defbc0-ee27-49f2-a281-5e52604fef91, #wrap-s-f9defbc0-ee27-49f2-a281-5e52604fef91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9defbc0-ee27-49f2-a281-5e52604fef91 {
  display: none;
}
#s-f9defbc0-ee27-49f2-a281-5e52604fef91, #wrap-s-f9defbc0-ee27-49f2-a281-5e52604fef91 { display:none !important; }}



  #s-f9defbc0-ee27-49f2-a281-5e52604fef91 img.shogun-image {
    
    width: px;
  }


#s-f9defbc0-ee27-49f2-a281-5e52604fef91 .shogun-image-content {
  
    align-items: center;
  
}

#s-857f8a8a-9dc0-4e0d-94b4-e2c5010667ec {
  display: none;
}
#s-e1311d24-c2b8-4080-93f9-f5bff10175b7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e1311d24-c2b8-4080-93f9-f5bff10175b7 {
  display: none;
}
#s-e1311d24-c2b8-4080-93f9-f5bff10175b7, #wrap-s-e1311d24-c2b8-4080-93f9-f5bff10175b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1311d24-c2b8-4080-93f9-f5bff10175b7 {
  display: none;
}
#s-e1311d24-c2b8-4080-93f9-f5bff10175b7, #wrap-s-e1311d24-c2b8-4080-93f9-f5bff10175b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1311d24-c2b8-4080-93f9-f5bff10175b7 {
  display: none;
}
#s-e1311d24-c2b8-4080-93f9-f5bff10175b7, #wrap-s-e1311d24-c2b8-4080-93f9-f5bff10175b7 { display:none !important; }}







#s-e1311d24-c2b8-4080-93f9-f5bff10175b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1311d24-c2b8-4080-93f9-f5bff10175b7.shg-box.shg-c {
  justify-content: center;
}

#s-9cdc28e2-26d8-414c-adb9-14825fa0df88 {
  display: none;
}
#s-283a92f3-c73d-4703-b3ca-df57642cb97c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-283a92f3-c73d-4703-b3ca-df57642cb97c {
  display: none;
}
#s-283a92f3-c73d-4703-b3ca-df57642cb97c, #wrap-s-283a92f3-c73d-4703-b3ca-df57642cb97c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-283a92f3-c73d-4703-b3ca-df57642cb97c {
  display: none;
}
#s-283a92f3-c73d-4703-b3ca-df57642cb97c, #wrap-s-283a92f3-c73d-4703-b3ca-df57642cb97c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-283a92f3-c73d-4703-b3ca-df57642cb97c {
  display: none;
}
#s-283a92f3-c73d-4703-b3ca-df57642cb97c, #wrap-s-283a92f3-c73d-4703-b3ca-df57642cb97c { display:none !important; }}
#s-283a92f3-c73d-4703-b3ca-df57642cb97c .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb {
  text-align: center;
}
@media (min-width: 1200px){#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb {
  display: none;
}
#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb, #wrap-s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb {
  display: none;
}
#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb, #wrap-s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb {
  display: none;
}
#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb, #wrap-s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb { display:none !important; }}
#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-1c449be3-4ac2-4ec0-956a-9f5ffa84cdfb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ddae8c9c-5df1-4001-96c9-f39ad54955be {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ddae8c9c-5df1-4001-96c9-f39ad54955be {
  display: none;
}
#s-ddae8c9c-5df1-4001-96c9-f39ad54955be, #wrap-s-ddae8c9c-5df1-4001-96c9-f39ad54955be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddae8c9c-5df1-4001-96c9-f39ad54955be {
  display: none;
}
#s-ddae8c9c-5df1-4001-96c9-f39ad54955be, #wrap-s-ddae8c9c-5df1-4001-96c9-f39ad54955be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddae8c9c-5df1-4001-96c9-f39ad54955be {
  display: none;
}
#s-ddae8c9c-5df1-4001-96c9-f39ad54955be, #wrap-s-ddae8c9c-5df1-4001-96c9-f39ad54955be { display:none !important; }}







#s-ddae8c9c-5df1-4001-96c9-f39ad54955be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddae8c9c-5df1-4001-96c9-f39ad54955be.shg-box.shg-c {
  justify-content: center;
}

#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 {
  display: none;
}
#s-f34fb449-55d8-4ddf-964a-832bf0945ea2, #wrap-s-f34fb449-55d8-4ddf-964a-832bf0945ea2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 {
  display: none;
}
#s-f34fb449-55d8-4ddf-964a-832bf0945ea2, #wrap-s-f34fb449-55d8-4ddf-964a-832bf0945ea2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 {
  display: none;
}
#s-f34fb449-55d8-4ddf-964a-832bf0945ea2, #wrap-s-f34fb449-55d8-4ddf-964a-832bf0945ea2 { display:none !important; }}
#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 .shg-sld-nav-button.shg-sld-left,
#s-f34fb449-55d8-4ddf-964a-832bf0945ea2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-1ea35761-6c7c-4b90-b703-8972dad64fce {
  text-align: center;
}




  #s-1ea35761-6c7c-4b90-b703-8972dad64fce img.shogun-image {
    
    width: px;
  }


#s-1ea35761-6c7c-4b90-b703-8972dad64fce .shogun-image-content {
  
    align-items: center;
  
}

#s-59a48045-f33e-45cf-9464-7315bba8940e {
  text-align: center;
}




  #s-59a48045-f33e-45cf-9464-7315bba8940e img.shogun-image {
    
    width: px;
  }


#s-59a48045-f33e-45cf-9464-7315bba8940e .shogun-image-content {
  
    align-items: center;
  
}

#s-146c92a3-fde5-4c69-bcaa-b6507efa1e12 {
  text-align: center;
}




  #s-146c92a3-fde5-4c69-bcaa-b6507efa1e12 img.shogun-image {
    
    width: px;
  }


#s-146c92a3-fde5-4c69-bcaa-b6507efa1e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-78bad380-cf06-421a-9fcd-99a7b751b173 {
  text-align: center;
}
@media (min-width: 1200px){#s-78bad380-cf06-421a-9fcd-99a7b751b173 {
  display: none;
}
#s-78bad380-cf06-421a-9fcd-99a7b751b173, #wrap-s-78bad380-cf06-421a-9fcd-99a7b751b173 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78bad380-cf06-421a-9fcd-99a7b751b173 {
  display: none;
}
#s-78bad380-cf06-421a-9fcd-99a7b751b173, #wrap-s-78bad380-cf06-421a-9fcd-99a7b751b173 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78bad380-cf06-421a-9fcd-99a7b751b173 {
  display: none;
}
#s-78bad380-cf06-421a-9fcd-99a7b751b173, #wrap-s-78bad380-cf06-421a-9fcd-99a7b751b173 { display:none !important; }}



  #s-78bad380-cf06-421a-9fcd-99a7b751b173 img.shogun-image {
    
    width: px;
  }


#s-78bad380-cf06-421a-9fcd-99a7b751b173 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1d24ee6-275e-4dc3-8926-bc3a49863234 {
  display: none;
}
#s-3b4af25c-3862-4848-8591-777245de7524 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3b4af25c-3862-4848-8591-777245de7524 {
  display: none;
}
#s-3b4af25c-3862-4848-8591-777245de7524, #wrap-s-3b4af25c-3862-4848-8591-777245de7524 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b4af25c-3862-4848-8591-777245de7524 {
  display: none;
}
#s-3b4af25c-3862-4848-8591-777245de7524, #wrap-s-3b4af25c-3862-4848-8591-777245de7524 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b4af25c-3862-4848-8591-777245de7524 {
  display: none;
}
#s-3b4af25c-3862-4848-8591-777245de7524, #wrap-s-3b4af25c-3862-4848-8591-777245de7524 { display:none !important; }}







#s-3b4af25c-3862-4848-8591-777245de7524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4af25c-3862-4848-8591-777245de7524.shg-box.shg-c {
  justify-content: center;
}

#s-fea83812-dbea-4282-930a-03f49f52dd24 {
  display: none;
}
#s-f397ea3a-0d64-484e-9e4f-243db643d497 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f397ea3a-0d64-484e-9e4f-243db643d497 {
  display: none;
}
#s-f397ea3a-0d64-484e-9e4f-243db643d497, #wrap-s-f397ea3a-0d64-484e-9e4f-243db643d497 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f397ea3a-0d64-484e-9e4f-243db643d497 {
  display: none;
}
#s-f397ea3a-0d64-484e-9e4f-243db643d497, #wrap-s-f397ea3a-0d64-484e-9e4f-243db643d497 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f397ea3a-0d64-484e-9e4f-243db643d497 {
  display: none;
}
#s-f397ea3a-0d64-484e-9e4f-243db643d497, #wrap-s-f397ea3a-0d64-484e-9e4f-243db643d497 { display:none !important; }}
#s-f397ea3a-0d64-484e-9e4f-243db643d497 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 {
  text-align: center;
}
@media (min-width: 1200px){#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 {
  display: none;
}
#s-9d37c893-503b-4e2e-8b09-e0d1edef6993, #wrap-s-9d37c893-503b-4e2e-8b09-e0d1edef6993 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 {
  display: none;
}
#s-9d37c893-503b-4e2e-8b09-e0d1edef6993, #wrap-s-9d37c893-503b-4e2e-8b09-e0d1edef6993 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 {
  display: none;
}
#s-9d37c893-503b-4e2e-8b09-e0d1edef6993, #wrap-s-9d37c893-503b-4e2e-8b09-e0d1edef6993 { display:none !important; }}
#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-9d37c893-503b-4e2e-8b09-e0d1edef6993 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 {
  display: none;
}
#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307, #wrap-s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 {
  display: none;
}
#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307, #wrap-s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 {
  
}
}@media (max-width: 767px){#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307 {
  
}
}


#s-c3a3fc83-42fd-4a39-99ff-4bcc458d2307.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 {
  display: none;
}
#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2, #wrap-s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 {
  display: none;
}
#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2, #wrap-s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 {
  display: none;
}
#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2, #wrap-s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 { display:none !important; }}







#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e81be3be-1f4f-41a5-ae74-e274f7ccdad2.shg-box.shg-c {
  justify-content: center;
}

#s-0ba10c8b-e2d9-48c3-b3dc-8faaa3eed62f {
  text-align: center;
}




  #s-0ba10c8b-e2d9-48c3-b3dc-8faaa3eed62f img.shogun-image {
    
    width: px;
  }


#s-0ba10c8b-e2d9-48c3-b3dc-8faaa3eed62f .shogun-image-content {
  
    align-items: center;
  
}

#s-98132337-9636-484a-9ec4-3ba0bc5236ee {
  min-height: 50px;
}








#s-98132337-9636-484a-9ec4-3ba0bc5236ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98132337-9636-484a-9ec4-3ba0bc5236ee.shg-box.shg-c {
  justify-content: center;
}

#s-5431c08b-9c93-4fd0-b134-374dcffe0512 {
  min-height: 50px;
}








#s-5431c08b-9c93-4fd0-b134-374dcffe0512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5431c08b-9c93-4fd0-b134-374dcffe0512.shg-box.shg-c {
  justify-content: center;
}

#s-fd083417-f83a-40f0-9b78-a09e65846596 {
  min-height: 50px;
}








#s-fd083417-f83a-40f0-9b78-a09e65846596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd083417-f83a-40f0-9b78-a09e65846596.shg-box.shg-c {
  justify-content: center;
}

#s-14e6f607-1506-4d5b-a093-7fca67926157 {
  margin-left: 5%;
margin-right: 37%;
text-align: center;
}




  #s-14e6f607-1506-4d5b-a093-7fca67926157 img.shogun-image {
    
    width: px;
  }


#s-14e6f607-1506-4d5b-a093-7fca67926157 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0335b51-f011-49a8-b9cf-b21f8bd271d7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-2fb440cc-5dd8-43c9-acb9-b57a2bd44c81 {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2fb440cc-5dd8-43c9-acb9-b57a2bd44c81:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2fb440cc-5dd8-43c9-acb9-b57a2bd44c81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fb440cc-5dd8-43c9-acb9-b57a2bd44c81-btn-wrapper {
    text-align: left;
  }


#s-2fb440cc-5dd8-43c9-acb9-b57a2bd44c81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-7c11fa2b-5325-452e-8515-e374d2a3be6b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7c11fa2b-5325-452e-8515-e374d2a3be6b {
  display: none;
}
#s-7c11fa2b-5325-452e-8515-e374d2a3be6b, #wrap-s-7c11fa2b-5325-452e-8515-e374d2a3be6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c11fa2b-5325-452e-8515-e374d2a3be6b {
  display: none;
}
#s-7c11fa2b-5325-452e-8515-e374d2a3be6b, #wrap-s-7c11fa2b-5325-452e-8515-e374d2a3be6b { display:none !important; }}







#s-7c11fa2b-5325-452e-8515-e374d2a3be6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c11fa2b-5325-452e-8515-e374d2a3be6b.shg-box.shg-c {
  justify-content: center;
}

#s-44998103-40a5-45a3-861e-b04f03f13c8a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44998103-40a5-45a3-861e-b04f03f13c8a {
  display: none;
}
#s-44998103-40a5-45a3-861e-b04f03f13c8a, #wrap-s-44998103-40a5-45a3-861e-b04f03f13c8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44998103-40a5-45a3-861e-b04f03f13c8a {
  display: none;
}
#s-44998103-40a5-45a3-861e-b04f03f13c8a, #wrap-s-44998103-40a5-45a3-861e-b04f03f13c8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44998103-40a5-45a3-861e-b04f03f13c8a {
  display: none;
}
#s-44998103-40a5-45a3-861e-b04f03f13c8a, #wrap-s-44998103-40a5-45a3-861e-b04f03f13c8a { display:none !important; }}@media (max-width: 767px){#s-44998103-40a5-45a3-861e-b04f03f13c8a {
  
}
}







#s-44998103-40a5-45a3-861e-b04f03f13c8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44998103-40a5-45a3-861e-b04f03f13c8a.shg-box.shg-c {
  justify-content: center;
}

#s-88124f07-8762-4bae-adac-3c4f85807776 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 8px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88124f07-8762-4bae-adac-3c4f85807776 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-aafa57d4-3584-45b2-9c09-870f7ff3366c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-4ab34804-c4bd-4711-b560-8d612658fbad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4ab34804-c4bd-4711-b560-8d612658fbad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ab34804-c4bd-4711-b560-8d612658fbad {
  
}
}







#s-4ab34804-c4bd-4711-b560-8d612658fbad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab34804-c4bd-4711-b560-8d612658fbad.shg-box.shg-c {
  justify-content: center;
}

#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 {
  display: none;
}
#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0, #wrap-s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 {
  display: none;
}
#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0, #wrap-s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 {
  display: none;
}
#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0, #wrap-s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 { display:none !important; }}







#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e084e76a-9868-4abb-b7a4-9ef35fd11cd0.shg-box.shg-c {
  justify-content: center;
}

#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 {
  display: none;
}
#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44, #wrap-s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 {
  display: none;
}
#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44, #wrap-s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 {
  display: none;
}
#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44, #wrap-s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 { display:none !important; }}
#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 .shg-sld-nav-button.shg-sld-left,
#s-6c1f8ec2-7c3b-4415-a76b-fbd9492d7c44 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-f9beacd3-6fc5-4e36-8673-eec54ed9b8e6 {
  text-align: center;
}




  #s-f9beacd3-6fc5-4e36-8673-eec54ed9b8e6 img.shogun-image {
    
    width: px;
  }


#s-f9beacd3-6fc5-4e36-8673-eec54ed9b8e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d1bb555-69d9-458f-9105-63d05071c257 {
  text-align: center;
}




  #s-4d1bb555-69d9-458f-9105-63d05071c257 img.shogun-image {
    
    width: px;
  }


#s-4d1bb555-69d9-458f-9105-63d05071c257 .shogun-image-content {
  
    align-items: center;
  
}

#s-21d53990-f32d-4472-a199-6fa676a25190 {
  text-align: center;
}




  #s-21d53990-f32d-4472-a199-6fa676a25190 img.shogun-image {
    
    width: px;
  }


#s-21d53990-f32d-4472-a199-6fa676a25190 .shogun-image-content {
  
    align-items: center;
  
}

#s-88bb9b65-2733-4a89-a03f-373d89f1c486 {
  text-align: center;
}
@media (min-width: 1200px){#s-88bb9b65-2733-4a89-a03f-373d89f1c486 {
  display: none;
}
#s-88bb9b65-2733-4a89-a03f-373d89f1c486, #wrap-s-88bb9b65-2733-4a89-a03f-373d89f1c486 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88bb9b65-2733-4a89-a03f-373d89f1c486 {
  display: none;
}
#s-88bb9b65-2733-4a89-a03f-373d89f1c486, #wrap-s-88bb9b65-2733-4a89-a03f-373d89f1c486 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88bb9b65-2733-4a89-a03f-373d89f1c486 {
  display: none;
}
#s-88bb9b65-2733-4a89-a03f-373d89f1c486, #wrap-s-88bb9b65-2733-4a89-a03f-373d89f1c486 { display:none !important; }}



  #s-88bb9b65-2733-4a89-a03f-373d89f1c486 img.shogun-image {
    
    width: px;
  }


#s-88bb9b65-2733-4a89-a03f-373d89f1c486 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f3d8295-7e8f-4a03-a25b-fa6ed3a47610 {
  display: none;
}
#s-dc369a46-bf19-4a15-955d-9617934b30df {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc369a46-bf19-4a15-955d-9617934b30df {
  display: none;
}
#s-dc369a46-bf19-4a15-955d-9617934b30df, #wrap-s-dc369a46-bf19-4a15-955d-9617934b30df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc369a46-bf19-4a15-955d-9617934b30df {
  display: none;
}
#s-dc369a46-bf19-4a15-955d-9617934b30df, #wrap-s-dc369a46-bf19-4a15-955d-9617934b30df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc369a46-bf19-4a15-955d-9617934b30df {
  display: none;
}
#s-dc369a46-bf19-4a15-955d-9617934b30df, #wrap-s-dc369a46-bf19-4a15-955d-9617934b30df { display:none !important; }}







#s-dc369a46-bf19-4a15-955d-9617934b30df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc369a46-bf19-4a15-955d-9617934b30df.shg-box.shg-c {
  justify-content: center;
}

#s-2afabed3-6ff5-45f0-9dff-e6cfae02ccfd {
  display: none;
}
#s-001f7519-4d10-4643-98da-0698a9d2b98a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-001f7519-4d10-4643-98da-0698a9d2b98a {
  display: none;
}
#s-001f7519-4d10-4643-98da-0698a9d2b98a, #wrap-s-001f7519-4d10-4643-98da-0698a9d2b98a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-001f7519-4d10-4643-98da-0698a9d2b98a {
  display: none;
}
#s-001f7519-4d10-4643-98da-0698a9d2b98a, #wrap-s-001f7519-4d10-4643-98da-0698a9d2b98a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-001f7519-4d10-4643-98da-0698a9d2b98a {
  display: none;
}
#s-001f7519-4d10-4643-98da-0698a9d2b98a, #wrap-s-001f7519-4d10-4643-98da-0698a9d2b98a { display:none !important; }}
#s-001f7519-4d10-4643-98da-0698a9d2b98a .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-143846ae-8398-43ee-a98a-8811c87ab990 {
  text-align: center;
}
@media (min-width: 1200px){#s-143846ae-8398-43ee-a98a-8811c87ab990 {
  display: none;
}
#s-143846ae-8398-43ee-a98a-8811c87ab990, #wrap-s-143846ae-8398-43ee-a98a-8811c87ab990 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-143846ae-8398-43ee-a98a-8811c87ab990 {
  display: none;
}
#s-143846ae-8398-43ee-a98a-8811c87ab990, #wrap-s-143846ae-8398-43ee-a98a-8811c87ab990 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-143846ae-8398-43ee-a98a-8811c87ab990 {
  display: none;
}
#s-143846ae-8398-43ee-a98a-8811c87ab990, #wrap-s-143846ae-8398-43ee-a98a-8811c87ab990 { display:none !important; }}
#s-143846ae-8398-43ee-a98a-8811c87ab990 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-143846ae-8398-43ee-a98a-8811c87ab990 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-143846ae-8398-43ee-a98a-8811c87ab990 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-28db23d3-a147-448e-a17e-6538f25856e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-28db23d3-a147-448e-a17e-6538f25856e7 {
  display: none;
}
#s-28db23d3-a147-448e-a17e-6538f25856e7, #wrap-s-28db23d3-a147-448e-a17e-6538f25856e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28db23d3-a147-448e-a17e-6538f25856e7 {
  display: none;
}
#s-28db23d3-a147-448e-a17e-6538f25856e7, #wrap-s-28db23d3-a147-448e-a17e-6538f25856e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28db23d3-a147-448e-a17e-6538f25856e7 {
  display: none;
}
#s-28db23d3-a147-448e-a17e-6538f25856e7, #wrap-s-28db23d3-a147-448e-a17e-6538f25856e7 { display:none !important; }}







#s-28db23d3-a147-448e-a17e-6538f25856e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28db23d3-a147-448e-a17e-6538f25856e7.shg-box.shg-c {
  justify-content: center;
}

#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 {
  display: none;
}
#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3, #wrap-s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 {
  display: none;
}
#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3, #wrap-s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 {
  display: none;
}
#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3, #wrap-s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 { display:none !important; }}
#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 .shg-sld-nav-button.shg-sld-left,
#s-52c9b2c2-6d0e-4726-b359-8b2068d0a9b3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-4cc28910-5160-4950-8d5b-405b8ebcb5b2 {
  text-align: center;
}




  #s-4cc28910-5160-4950-8d5b-405b8ebcb5b2 img.shogun-image {
    
    width: px;
  }


#s-4cc28910-5160-4950-8d5b-405b8ebcb5b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a92598e-f6ca-42d9-948c-0f36e499b54c {
  text-align: center;
}




  #s-2a92598e-f6ca-42d9-948c-0f36e499b54c img.shogun-image {
    
    width: px;
  }


#s-2a92598e-f6ca-42d9-948c-0f36e499b54c .shogun-image-content {
  
    align-items: center;
  
}

#s-0793a71c-652a-4ef2-8f62-3290363009da {
  text-align: center;
}




  #s-0793a71c-652a-4ef2-8f62-3290363009da img.shogun-image {
    
    width: px;
  }


#s-0793a71c-652a-4ef2-8f62-3290363009da .shogun-image-content {
  
    align-items: center;
  
}

#s-d096e3d8-da1e-4564-ace6-3b210ab008fb {
  text-align: center;
}
@media (min-width: 1200px){#s-d096e3d8-da1e-4564-ace6-3b210ab008fb {
  display: none;
}
#s-d096e3d8-da1e-4564-ace6-3b210ab008fb, #wrap-s-d096e3d8-da1e-4564-ace6-3b210ab008fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d096e3d8-da1e-4564-ace6-3b210ab008fb {
  display: none;
}
#s-d096e3d8-da1e-4564-ace6-3b210ab008fb, #wrap-s-d096e3d8-da1e-4564-ace6-3b210ab008fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d096e3d8-da1e-4564-ace6-3b210ab008fb {
  display: none;
}
#s-d096e3d8-da1e-4564-ace6-3b210ab008fb, #wrap-s-d096e3d8-da1e-4564-ace6-3b210ab008fb { display:none !important; }}



  #s-d096e3d8-da1e-4564-ace6-3b210ab008fb img.shogun-image {
    
    width: px;
  }


#s-d096e3d8-da1e-4564-ace6-3b210ab008fb .shogun-image-content {
  
    align-items: center;
  
}

#s-b41d2a15-d7b3-4b23-9db7-3c8fe9bd3310 {
  display: none;
}
#s-d76abd3c-6305-49d9-b917-713baf53da28 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d76abd3c-6305-49d9-b917-713baf53da28 {
  display: none;
}
#s-d76abd3c-6305-49d9-b917-713baf53da28, #wrap-s-d76abd3c-6305-49d9-b917-713baf53da28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d76abd3c-6305-49d9-b917-713baf53da28 {
  display: none;
}
#s-d76abd3c-6305-49d9-b917-713baf53da28, #wrap-s-d76abd3c-6305-49d9-b917-713baf53da28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d76abd3c-6305-49d9-b917-713baf53da28 {
  display: none;
}
#s-d76abd3c-6305-49d9-b917-713baf53da28, #wrap-s-d76abd3c-6305-49d9-b917-713baf53da28 { display:none !important; }}







#s-d76abd3c-6305-49d9-b917-713baf53da28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76abd3c-6305-49d9-b917-713baf53da28.shg-box.shg-c {
  justify-content: center;
}

#s-afc897a0-d3fe-4cdd-8ddc-cab1514ba3fb {
  display: none;
}
#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 {
  display: none;
}
#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1, #wrap-s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 {
  display: none;
}
#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1, #wrap-s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 {
  display: none;
}
#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1, #wrap-s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 { display:none !important; }}
#s-b2a715d9-9623-4c9b-8ac9-35dbd998daf1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-587dcce5-1170-4c2e-8dad-4c5fee359358 {
  text-align: center;
}
@media (min-width: 1200px){#s-587dcce5-1170-4c2e-8dad-4c5fee359358 {
  display: none;
}
#s-587dcce5-1170-4c2e-8dad-4c5fee359358, #wrap-s-587dcce5-1170-4c2e-8dad-4c5fee359358 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-587dcce5-1170-4c2e-8dad-4c5fee359358 {
  display: none;
}
#s-587dcce5-1170-4c2e-8dad-4c5fee359358, #wrap-s-587dcce5-1170-4c2e-8dad-4c5fee359358 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-587dcce5-1170-4c2e-8dad-4c5fee359358 {
  display: none;
}
#s-587dcce5-1170-4c2e-8dad-4c5fee359358, #wrap-s-587dcce5-1170-4c2e-8dad-4c5fee359358 { display:none !important; }}
#s-587dcce5-1170-4c2e-8dad-4c5fee359358 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-587dcce5-1170-4c2e-8dad-4c5fee359358 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-587dcce5-1170-4c2e-8dad-4c5fee359358 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 {
  display: none;
}
#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51, #wrap-s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 {
  display: none;
}
#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51, #wrap-s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 {
  display: none;
}
#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51, #wrap-s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 { display:none !important; }}







#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfbe155-6f4b-4689-86ce-01fd0f402c51.shg-box.shg-c {
  justify-content: center;
}

#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc {
  display: none;
}
#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc, #wrap-s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc {
  display: none;
}
#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc, #wrap-s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc {
  display: none;
}
#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc, #wrap-s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc { display:none !important; }}
#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc .shg-sld-nav-button.shg-sld-left,
#s-1cef0983-c77c-42f0-84d2-16e3d17ab9cc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-a2fa434a-db8d-43df-a347-c05f2c6bbc64 {
  text-align: center;
}




  #s-a2fa434a-db8d-43df-a347-c05f2c6bbc64 img.shogun-image {
    
    width: px;
  }


#s-a2fa434a-db8d-43df-a347-c05f2c6bbc64 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d80b7d7-9021-4683-a0e4-11ea6e9058f2 {
  text-align: center;
}




  #s-3d80b7d7-9021-4683-a0e4-11ea6e9058f2 img.shogun-image {
    
    width: px;
  }


#s-3d80b7d7-9021-4683-a0e4-11ea6e9058f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d81af720-40da-4beb-bc35-5a405b7e8bdf {
  text-align: center;
}




  #s-d81af720-40da-4beb-bc35-5a405b7e8bdf img.shogun-image {
    
    width: px;
  }


#s-d81af720-40da-4beb-bc35-5a405b7e8bdf .shogun-image-content {
  
    align-items: center;
  
}

#s-235a9883-f304-42aa-9645-f3a4dae1cfa4 {
  text-align: center;
}
@media (min-width: 1200px){#s-235a9883-f304-42aa-9645-f3a4dae1cfa4 {
  display: none;
}
#s-235a9883-f304-42aa-9645-f3a4dae1cfa4, #wrap-s-235a9883-f304-42aa-9645-f3a4dae1cfa4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-235a9883-f304-42aa-9645-f3a4dae1cfa4 {
  display: none;
}
#s-235a9883-f304-42aa-9645-f3a4dae1cfa4, #wrap-s-235a9883-f304-42aa-9645-f3a4dae1cfa4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-235a9883-f304-42aa-9645-f3a4dae1cfa4 {
  display: none;
}
#s-235a9883-f304-42aa-9645-f3a4dae1cfa4, #wrap-s-235a9883-f304-42aa-9645-f3a4dae1cfa4 { display:none !important; }}



  #s-235a9883-f304-42aa-9645-f3a4dae1cfa4 img.shogun-image {
    
    width: px;
  }


#s-235a9883-f304-42aa-9645-f3a4dae1cfa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc2f454-1200-4328-bfc9-7f7433b5fd11 {
  display: none;
}
#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b {
  display: none;
}
#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b, #wrap-s-c7ba6df0-95d0-4347-95f5-5b1616c9091b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b {
  display: none;
}
#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b, #wrap-s-c7ba6df0-95d0-4347-95f5-5b1616c9091b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b {
  display: none;
}
#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b, #wrap-s-c7ba6df0-95d0-4347-95f5-5b1616c9091b { display:none !important; }}







#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7ba6df0-95d0-4347-95f5-5b1616c9091b.shg-box.shg-c {
  justify-content: center;
}

#s-0aa90c7d-7306-4c5d-96a8-cdffd979cc3e {
  display: none;
}
#s-b89756c7-6dd9-4575-8719-1d68417344e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b89756c7-6dd9-4575-8719-1d68417344e5 {
  display: none;
}
#s-b89756c7-6dd9-4575-8719-1d68417344e5, #wrap-s-b89756c7-6dd9-4575-8719-1d68417344e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b89756c7-6dd9-4575-8719-1d68417344e5 {
  display: none;
}
#s-b89756c7-6dd9-4575-8719-1d68417344e5, #wrap-s-b89756c7-6dd9-4575-8719-1d68417344e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b89756c7-6dd9-4575-8719-1d68417344e5 {
  display: none;
}
#s-b89756c7-6dd9-4575-8719-1d68417344e5, #wrap-s-b89756c7-6dd9-4575-8719-1d68417344e5 { display:none !important; }}
#s-b89756c7-6dd9-4575-8719-1d68417344e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0f9008a6-a746-432f-a5d2-14362e926155 {
  text-align: center;
}
@media (min-width: 1200px){#s-0f9008a6-a746-432f-a5d2-14362e926155 {
  display: none;
}
#s-0f9008a6-a746-432f-a5d2-14362e926155, #wrap-s-0f9008a6-a746-432f-a5d2-14362e926155 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f9008a6-a746-432f-a5d2-14362e926155 {
  display: none;
}
#s-0f9008a6-a746-432f-a5d2-14362e926155, #wrap-s-0f9008a6-a746-432f-a5d2-14362e926155 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f9008a6-a746-432f-a5d2-14362e926155 {
  display: none;
}
#s-0f9008a6-a746-432f-a5d2-14362e926155, #wrap-s-0f9008a6-a746-432f-a5d2-14362e926155 { display:none !important; }}
#s-0f9008a6-a746-432f-a5d2-14362e926155 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0f9008a6-a746-432f-a5d2-14362e926155 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-0f9008a6-a746-432f-a5d2-14362e926155 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 {
  display: none;
}
#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884, #wrap-s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 {
  display: none;
}
#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884, #wrap-s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 {
  display: none;
}
#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884, #wrap-s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 { display:none !important; }}







#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a07e88-530e-48d8-8dd5-617cbbcf8884.shg-box.shg-c {
  justify-content: center;
}

#s-08b90ee8-a839-4474-b00a-4fb558e14426 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-08b90ee8-a839-4474-b00a-4fb558e14426 {
  display: none;
}
#s-08b90ee8-a839-4474-b00a-4fb558e14426, #wrap-s-08b90ee8-a839-4474-b00a-4fb558e14426 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08b90ee8-a839-4474-b00a-4fb558e14426 {
  display: none;
}
#s-08b90ee8-a839-4474-b00a-4fb558e14426, #wrap-s-08b90ee8-a839-4474-b00a-4fb558e14426 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08b90ee8-a839-4474-b00a-4fb558e14426 {
  display: none;
}
#s-08b90ee8-a839-4474-b00a-4fb558e14426, #wrap-s-08b90ee8-a839-4474-b00a-4fb558e14426 { display:none !important; }}
#s-08b90ee8-a839-4474-b00a-4fb558e14426 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-08b90ee8-a839-4474-b00a-4fb558e14426 .shg-sld-nav-button.shg-sld-left,
#s-08b90ee8-a839-4474-b00a-4fb558e14426 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-ab15d64a-9ed2-46e3-a0ab-c6a65690246f {
  text-align: center;
}




  #s-ab15d64a-9ed2-46e3-a0ab-c6a65690246f img.shogun-image {
    
    width: px;
  }


#s-ab15d64a-9ed2-46e3-a0ab-c6a65690246f .shogun-image-content {
  
    align-items: center;
  
}

#s-0e428ddd-6ed1-4049-9afc-b22b381d226f {
  text-align: center;
}




  #s-0e428ddd-6ed1-4049-9afc-b22b381d226f img.shogun-image {
    
    width: px;
  }


#s-0e428ddd-6ed1-4049-9afc-b22b381d226f .shogun-image-content {
  
    align-items: center;
  
}

#s-9ce21f63-924e-41dd-b910-9ba52f5ede0c {
  text-align: center;
}




  #s-9ce21f63-924e-41dd-b910-9ba52f5ede0c img.shogun-image {
    
    width: px;
  }


#s-9ce21f63-924e-41dd-b910-9ba52f5ede0c .shogun-image-content {
  
    align-items: center;
  
}

#s-f1f198db-733a-4601-82ce-f2ec36cdf810 {
  text-align: center;
}
@media (min-width: 1200px){#s-f1f198db-733a-4601-82ce-f2ec36cdf810 {
  display: none;
}
#s-f1f198db-733a-4601-82ce-f2ec36cdf810, #wrap-s-f1f198db-733a-4601-82ce-f2ec36cdf810 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1f198db-733a-4601-82ce-f2ec36cdf810 {
  display: none;
}
#s-f1f198db-733a-4601-82ce-f2ec36cdf810, #wrap-s-f1f198db-733a-4601-82ce-f2ec36cdf810 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1f198db-733a-4601-82ce-f2ec36cdf810 {
  display: none;
}
#s-f1f198db-733a-4601-82ce-f2ec36cdf810, #wrap-s-f1f198db-733a-4601-82ce-f2ec36cdf810 { display:none !important; }}



  #s-f1f198db-733a-4601-82ce-f2ec36cdf810 img.shogun-image {
    
    width: px;
  }


#s-f1f198db-733a-4601-82ce-f2ec36cdf810 .shogun-image-content {
  
    align-items: center;
  
}

#s-3477623b-3338-46e8-bda0-016dbd4ba56c {
  display: none;
}
#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 {
  display: none;
}
#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5, #wrap-s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 {
  display: none;
}
#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5, #wrap-s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 {
  display: none;
}
#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5, #wrap-s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 { display:none !important; }}







#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f84996cc-cfd4-49f5-bce1-e0cfb96521c5.shg-box.shg-c {
  justify-content: center;
}

#s-0a881f7c-5240-452b-bcee-c06f2a4fc1a0 {
  display: none;
}
#s-e11b3a05-b891-4889-a383-012d261bc5b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e11b3a05-b891-4889-a383-012d261bc5b2 {
  display: none;
}
#s-e11b3a05-b891-4889-a383-012d261bc5b2, #wrap-s-e11b3a05-b891-4889-a383-012d261bc5b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e11b3a05-b891-4889-a383-012d261bc5b2 {
  display: none;
}
#s-e11b3a05-b891-4889-a383-012d261bc5b2, #wrap-s-e11b3a05-b891-4889-a383-012d261bc5b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e11b3a05-b891-4889-a383-012d261bc5b2 {
  display: none;
}
#s-e11b3a05-b891-4889-a383-012d261bc5b2, #wrap-s-e11b3a05-b891-4889-a383-012d261bc5b2 { display:none !important; }}
#s-e11b3a05-b891-4889-a383-012d261bc5b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-760a1c0c-6116-4316-bb66-2725f6908b6c {
  text-align: center;
}
@media (min-width: 1200px){#s-760a1c0c-6116-4316-bb66-2725f6908b6c {
  display: none;
}
#s-760a1c0c-6116-4316-bb66-2725f6908b6c, #wrap-s-760a1c0c-6116-4316-bb66-2725f6908b6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-760a1c0c-6116-4316-bb66-2725f6908b6c {
  display: none;
}
#s-760a1c0c-6116-4316-bb66-2725f6908b6c, #wrap-s-760a1c0c-6116-4316-bb66-2725f6908b6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-760a1c0c-6116-4316-bb66-2725f6908b6c {
  display: none;
}
#s-760a1c0c-6116-4316-bb66-2725f6908b6c, #wrap-s-760a1c0c-6116-4316-bb66-2725f6908b6c { display:none !important; }}
#s-760a1c0c-6116-4316-bb66-2725f6908b6c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-760a1c0c-6116-4316-bb66-2725f6908b6c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-760a1c0c-6116-4316-bb66-2725f6908b6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2 {
  
}
}@media (max-width: 767px){#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2 {
  
}
}


#s-57a1dc05-0fde-4b4c-9994-d9c1b67be0f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e {
  display: none;
}
#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e, #wrap-s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e {
  display: none;
}
#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e, #wrap-s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e {
  display: none;
}
#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e, #wrap-s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e { display:none !important; }}







#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a0e4f39-55c5-4c05-80ae-b74cd9b39e0e.shg-box.shg-c {
  justify-content: center;
}

#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  
}
}@media (max-width: 767px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}







#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d.shg-box.shg-c {
  justify-content: center;
}

#s-425933a8-fafe-4f26-b3df-90f985f2c13f {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 8px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-425933a8-fafe-4f26-b3df-90f985f2c13f .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-828d8926-e9ec-4f72-8364-bc35502d3e8b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-d067abca-6927-4005-b89a-eabe0eb11309 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d067abca-6927-4005-b89a-eabe0eb11309 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d067abca-6927-4005-b89a-eabe0eb11309 {
  
}
}







#s-d067abca-6927-4005-b89a-eabe0eb11309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d067abca-6927-4005-b89a-eabe0eb11309.shg-box.shg-c {
  justify-content: center;
}

#s-e15e2703-e558-4df2-b66c-4b765dd03fca {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-8edebed8-f7af-4ef6-b44f-d48a131800c4 {
  text-align: center;
}




  #s-8edebed8-f7af-4ef6-b44f-d48a131800c4 img.shogun-image {
    
    width: px;
  }


#s-8edebed8-f7af-4ef6-b44f-d48a131800c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3707e2da-9a99-4695-ac9d-1b21a124e1b8 {
  display: none;
}
#s-a9fcaf35-aaf3-4bf9-b038-db3ed8d2f09e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9fcaf35-aaf3-4bf9-b038-db3ed8d2f09e .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 {
  text-align: center;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6ab84169-5935-436c-8784-e4b2635d3c1a {
  text-align: center;
}




  #s-6ab84169-5935-436c-8784-e4b2635d3c1a img.shogun-image {
    
    width: px;
  }


#s-6ab84169-5935-436c-8784-e4b2635d3c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-4baceece-4fda-427e-865b-a5023f08e051 {
  display: none;
}
#s-f70bc17f-570b-4ddd-9a0d-d59085662f5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f70bc17f-570b-4ddd-9a0d-d59085662f5a .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 {
  text-align: center;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7a6fe8ac-5458-4b01-b27d-bb99bdc1fde1 {
  text-align: center;
}




  #s-7a6fe8ac-5458-4b01-b27d-bb99bdc1fde1 img.shogun-image {
    
    width: px;
  }


#s-7a6fe8ac-5458-4b01-b27d-bb99bdc1fde1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d81fc24-fecf-4962-b5d8-8fc1788aec58 {
  display: none;
}
#s-a2f305b2-5c08-4d16-8818-e9dd41c04bbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2f305b2-5c08-4d16-8818-e9dd41c04bbb .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 {
  text-align: center;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5ed36ba5-ded3-4aa1-b6d0-95feb672345d {
  display: none;
}
#s-e067e5db-376f-4ee8-b844-96e6e8025742 {
  text-align: center;
}




  #s-e067e5db-376f-4ee8-b844-96e6e8025742 img.shogun-image {
    
    width: px;
  }


#s-e067e5db-376f-4ee8-b844-96e6e8025742 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a001769-5941-49ae-9c81-d32e6b744e38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a001769-5941-49ae-9c81-d32e6b744e38 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 {
  text-align: center;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-151c4188-fe03-4737-a56b-635c665076ca {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-151c4188-fe03-4737-a56b-635c665076ca:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-151c4188-fe03-4737-a56b-635c665076ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  display: none;
}
#s-151c4188-fe03-4737-a56b-635c665076ca, #wrap-s-151c4188-fe03-4737-a56b-635c665076ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  display: none;
}
#s-151c4188-fe03-4737-a56b-635c665076ca, #wrap-s-151c4188-fe03-4737-a56b-635c665076ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  
}
}@media (max-width: 767px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  
}
}


#s-151c4188-fe03-4737-a56b-635c665076ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c {
  display: none;
}
#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c, #wrap-s-43f0c5b3-ee2b-4272-a199-fd7d4691177c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c {
  display: none;
}
#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c, #wrap-s-43f0c5b3-ee2b-4272-a199-fd7d4691177c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c {
  display: none;
}
#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c, #wrap-s-43f0c5b3-ee2b-4272-a199-fd7d4691177c { display:none !important; }}







#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43f0c5b3-ee2b-4272-a199-fd7d4691177c.shg-box.shg-c {
  justify-content: center;
}

#s-04a57821-5a9b-4415-b14c-8794dadae969 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-04a57821-5a9b-4415-b14c-8794dadae969 {
  display: none;
}
#s-04a57821-5a9b-4415-b14c-8794dadae969, #wrap-s-04a57821-5a9b-4415-b14c-8794dadae969 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04a57821-5a9b-4415-b14c-8794dadae969 {
  display: none;
}
#s-04a57821-5a9b-4415-b14c-8794dadae969, #wrap-s-04a57821-5a9b-4415-b14c-8794dadae969 { display:none !important; }}







#s-04a57821-5a9b-4415-b14c-8794dadae969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04a57821-5a9b-4415-b14c-8794dadae969.shg-box.shg-c {
  justify-content: center;
}

#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  text-align: center;
}
@media (min-width: 1200px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  display: none;
}
#s-09aa98b9-82bc-418a-a353-ffe4a4297043, #wrap-s-09aa98b9-82bc-418a-a353-ffe4a4297043 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  display: none;
}
#s-09aa98b9-82bc-418a-a353-ffe4a4297043, #wrap-s-09aa98b9-82bc-418a-a353-ffe4a4297043 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  
}
}@media (max-width: 767px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  
}
}



  #s-09aa98b9-82bc-418a-a353-ffe4a4297043 img.shogun-image {
    
    width: px;
  }


#s-09aa98b9-82bc-418a-a353-ffe4a4297043 .shogun-image-content {
  
    align-items: center;
  
}

#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 {
  display: none;
}
#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8, #wrap-s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 { display:none !important; }}@media (max-width: 767px){#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 {
  display: none;
}
#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8, #wrap-s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 { display:none !important; }}
#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-0f803707-cd80-4fe8-bcae-6f4c05309967 {
  margin-top: 55%;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0f803707-cd80-4fe8-bcae-6f4c05309967 {
  display: none;
}
#s-0f803707-cd80-4fe8-bcae-6f4c05309967, #wrap-s-0f803707-cd80-4fe8-bcae-6f4c05309967 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f803707-cd80-4fe8-bcae-6f4c05309967 {
  display: none;
}
#s-0f803707-cd80-4fe8-bcae-6f4c05309967, #wrap-s-0f803707-cd80-4fe8-bcae-6f4c05309967 { display:none !important; }}
#s-0f803707-cd80-4fe8-bcae-6f4c05309967 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0f803707-cd80-4fe8-bcae-6f4c05309967 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 {
  display: none;
}
#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9, #wrap-s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 {
  display: none;
}
#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9, #wrap-s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 { display:none !important; }}

  #s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9-btn-wrapper {
    text-align: center;
  }


#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 {
  display: none;
}
#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592, #wrap-s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 {
  display: none;
}
#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592, #wrap-s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 {
  display: none;
}
#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592, #wrap-s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 { display:none !important; }}







#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57787a7-96fb-4dca-bcb5-c757f0cb6592.shg-box.shg-c {
  justify-content: center;
}

#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a {
  display: none;
}
#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a, #wrap-s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a {
  display: none;
}
#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a, #wrap-s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a { display:none !important; }}







#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f89bc951-c0b0-4b8a-96dd-1a4f9608074a.shg-box.shg-c {
  justify-content: center;
}

#s-62fc9f78-63e0-4b74-809f-e6d14654549f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62fc9f78-63e0-4b74-809f-e6d14654549f {
  display: none;
}
#s-62fc9f78-63e0-4b74-809f-e6d14654549f, #wrap-s-62fc9f78-63e0-4b74-809f-e6d14654549f { display:none !important; }}@media (max-width: 767px){#s-62fc9f78-63e0-4b74-809f-e6d14654549f {
  display: none;
}
#s-62fc9f78-63e0-4b74-809f-e6d14654549f, #wrap-s-62fc9f78-63e0-4b74-809f-e6d14654549f { display:none !important; }}







#s-62fc9f78-63e0-4b74-809f-e6d14654549f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62fc9f78-63e0-4b74-809f-e6d14654549f.shg-box.shg-c {
  justify-content: center;
}

#s-5eae4763-6101-46d1-b0f3-d04be6daf727 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5eae4763-6101-46d1-b0f3-d04be6daf727 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5eae4763-6101-46d1-b0f3-d04be6daf727 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5eae4763-6101-46d1-b0f3-d04be6daf727 {
  display: none;
}
#s-5eae4763-6101-46d1-b0f3-d04be6daf727, #wrap-s-5eae4763-6101-46d1-b0f3-d04be6daf727 { display:none !important; }}@media (max-width: 767px){#s-5eae4763-6101-46d1-b0f3-d04be6daf727 {
  display: none;
}
#s-5eae4763-6101-46d1-b0f3-d04be6daf727, #wrap-s-5eae4763-6101-46d1-b0f3-d04be6daf727 { display:none !important; }}







#s-5eae4763-6101-46d1-b0f3-d04be6daf727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eae4763-6101-46d1-b0f3-d04be6daf727.shg-box.shg-c {
  justify-content: center;
}

#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a {
  display: none;
}
#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a, #wrap-s-336abcb7-e5eb-4c95-86bf-11dc83f7100a { display:none !important; }}@media (max-width: 767px){#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a {
  display: none;
}
#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a, #wrap-s-336abcb7-e5eb-4c95-86bf-11dc83f7100a { display:none !important; }}







#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336abcb7-e5eb-4c95-86bf-11dc83f7100a.shg-box.shg-c {
  justify-content: center;
}

#s-89d2e2bc-a959-4a77-abaf-ababc82d761a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89d2e2bc-a959-4a77-abaf-ababc82d761a {
  display: none;
}
#s-89d2e2bc-a959-4a77-abaf-ababc82d761a, #wrap-s-89d2e2bc-a959-4a77-abaf-ababc82d761a { display:none !important; }}@media (max-width: 767px){#s-89d2e2bc-a959-4a77-abaf-ababc82d761a {
  display: none;
}
#s-89d2e2bc-a959-4a77-abaf-ababc82d761a, #wrap-s-89d2e2bc-a959-4a77-abaf-ababc82d761a { display:none !important; }}







#s-89d2e2bc-a959-4a77-abaf-ababc82d761a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d2e2bc-a959-4a77-abaf-ababc82d761a.shg-box.shg-c {
  justify-content: center;
}

#s-071156eb-1c28-4828-8492-dd3bd1c03856 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(237, 221, 196, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-071156eb-1c28-4828-8492-dd3bd1c03856:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 221, 196, 1) !important;}#s-071156eb-1c28-4828-8492-dd3bd1c03856:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-071156eb-1c28-4828-8492-dd3bd1c03856 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-071156eb-1c28-4828-8492-dd3bd1c03856 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-071156eb-1c28-4828-8492-dd3bd1c03856 {
  display: none;
}
#s-071156eb-1c28-4828-8492-dd3bd1c03856, #wrap-s-071156eb-1c28-4828-8492-dd3bd1c03856 { display:none !important; }}@media (max-width: 767px){#s-071156eb-1c28-4828-8492-dd3bd1c03856 {
  display: none;
}
#s-071156eb-1c28-4828-8492-dd3bd1c03856, #wrap-s-071156eb-1c28-4828-8492-dd3bd1c03856 { display:none !important; }}


#s-071156eb-1c28-4828-8492-dd3bd1c03856.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-4ce80945-f0aa-470e-a7cc-864658622d8e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ce80945-f0aa-470e-a7cc-864658622d8e {
  display: none;
}
#s-4ce80945-f0aa-470e-a7cc-864658622d8e, #wrap-s-4ce80945-f0aa-470e-a7cc-864658622d8e { display:none !important; }}@media (max-width: 767px){#s-4ce80945-f0aa-470e-a7cc-864658622d8e {
  display: none;
}
#s-4ce80945-f0aa-470e-a7cc-864658622d8e, #wrap-s-4ce80945-f0aa-470e-a7cc-864658622d8e { display:none !important; }}







#s-4ce80945-f0aa-470e-a7cc-864658622d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce80945-f0aa-470e-a7cc-864658622d8e.shg-box.shg-c {
  justify-content: center;
}

#s-7460d123-ce7a-4b86-ac4a-3fab0d686313 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7460d123-ce7a-4b86-ac4a-3fab0d686313 {
  display: none;
}
#s-7460d123-ce7a-4b86-ac4a-3fab0d686313, #wrap-s-7460d123-ce7a-4b86-ac4a-3fab0d686313 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7460d123-ce7a-4b86-ac4a-3fab0d686313 {
  display: none;
}
#s-7460d123-ce7a-4b86-ac4a-3fab0d686313, #wrap-s-7460d123-ce7a-4b86-ac4a-3fab0d686313 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7460d123-ce7a-4b86-ac4a-3fab0d686313 {
  display: none;
}
#s-7460d123-ce7a-4b86-ac4a-3fab0d686313, #wrap-s-7460d123-ce7a-4b86-ac4a-3fab0d686313 { display:none !important; }}@media (max-width: 767px){#s-7460d123-ce7a-4b86-ac4a-3fab0d686313 {
  
}
}







#s-7460d123-ce7a-4b86-ac4a-3fab0d686313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7460d123-ce7a-4b86-ac4a-3fab0d686313.shg-box.shg-c {
  justify-content: center;
}

#s-04f8cda0-2554-4327-8409-0c12fc13389e {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 8px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04f8cda0-2554-4327-8409-0c12fc13389e .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-dd4b8b8d-b7ba-418a-90f8-24fdf1a50e38 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-295baa4e-5213-4b91-8c3f-ee486175a945 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-295baa4e-5213-4b91-8c3f-ee486175a945 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-295baa4e-5213-4b91-8c3f-ee486175a945 {
  
}
}







#s-295baa4e-5213-4b91-8c3f-ee486175a945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-295baa4e-5213-4b91-8c3f-ee486175a945.shg-box.shg-c {
  justify-content: center;
}

#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf {
  display: none;
}
#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf, #wrap-s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf {
  display: none;
}
#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf, #wrap-s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf {
  display: none;
}
#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf, #wrap-s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf { display:none !important; }}







#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540b9055-0ff4-4fcf-85fa-9a2df44abdbf.shg-box.shg-c {
  justify-content: center;
}

#s-9e2711e9-45ed-4059-b279-27cf06700b40 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9e2711e9-45ed-4059-b279-27cf06700b40 {
  display: none;
}
#s-9e2711e9-45ed-4059-b279-27cf06700b40, #wrap-s-9e2711e9-45ed-4059-b279-27cf06700b40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e2711e9-45ed-4059-b279-27cf06700b40 {
  display: none;
}
#s-9e2711e9-45ed-4059-b279-27cf06700b40, #wrap-s-9e2711e9-45ed-4059-b279-27cf06700b40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e2711e9-45ed-4059-b279-27cf06700b40 {
  display: none;
}
#s-9e2711e9-45ed-4059-b279-27cf06700b40, #wrap-s-9e2711e9-45ed-4059-b279-27cf06700b40 { display:none !important; }}
#s-9e2711e9-45ed-4059-b279-27cf06700b40 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-9e2711e9-45ed-4059-b279-27cf06700b40 .shg-sld-nav-button.shg-sld-left,
#s-9e2711e9-45ed-4059-b279-27cf06700b40 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-b021035f-e51e-41d0-a6b2-af94d76fdc0a {
  text-align: center;
}




  #s-b021035f-e51e-41d0-a6b2-af94d76fdc0a img.shogun-image {
    
    width: px;
  }


#s-b021035f-e51e-41d0-a6b2-af94d76fdc0a .shogun-image-content {
  
    align-items: center;
  
}

#s-2ca3ce4b-41b6-4410-91ba-32bf7ab30153 {
  text-align: center;
}




  #s-2ca3ce4b-41b6-4410-91ba-32bf7ab30153 img.shogun-image {
    
    width: px;
  }


#s-2ca3ce4b-41b6-4410-91ba-32bf7ab30153 .shogun-image-content {
  
    align-items: center;
  
}

#s-a890b5cb-0dcf-40ae-916e-3888e41ee4db {
  text-align: center;
}




  #s-a890b5cb-0dcf-40ae-916e-3888e41ee4db img.shogun-image {
    
    width: px;
  }


#s-a890b5cb-0dcf-40ae-916e-3888e41ee4db .shogun-image-content {
  
    align-items: center;
  
}

#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef {
  text-align: center;
}
@media (min-width: 1200px){#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef {
  display: none;
}
#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef, #wrap-s-b684fe32-7b81-4cf0-a523-58e23d12e2ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef {
  display: none;
}
#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef, #wrap-s-b684fe32-7b81-4cf0-a523-58e23d12e2ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef {
  display: none;
}
#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef, #wrap-s-b684fe32-7b81-4cf0-a523-58e23d12e2ef { display:none !important; }}



  #s-b684fe32-7b81-4cf0-a523-58e23d12e2ef img.shogun-image {
    
    width: px;
  }


#s-b684fe32-7b81-4cf0-a523-58e23d12e2ef .shogun-image-content {
  
    align-items: center;
  
}

#s-92a49943-80d1-4c60-b63a-5b3593f8a79e {
  display: none;
}
#s-ab33888c-5095-49e6-b657-08416d198492 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab33888c-5095-49e6-b657-08416d198492 {
  display: none;
}
#s-ab33888c-5095-49e6-b657-08416d198492, #wrap-s-ab33888c-5095-49e6-b657-08416d198492 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab33888c-5095-49e6-b657-08416d198492 {
  display: none;
}
#s-ab33888c-5095-49e6-b657-08416d198492, #wrap-s-ab33888c-5095-49e6-b657-08416d198492 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab33888c-5095-49e6-b657-08416d198492 {
  display: none;
}
#s-ab33888c-5095-49e6-b657-08416d198492, #wrap-s-ab33888c-5095-49e6-b657-08416d198492 { display:none !important; }}







#s-ab33888c-5095-49e6-b657-08416d198492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab33888c-5095-49e6-b657-08416d198492.shg-box.shg-c {
  justify-content: center;
}

#s-48e42b4c-ff55-4413-bf75-a33b0e2cd623 {
  display: none;
}
#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 {
  display: none;
}
#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9, #wrap-s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 {
  display: none;
}
#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9, #wrap-s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 {
  display: none;
}
#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9, #wrap-s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 { display:none !important; }}
#s-0be0a7ae-528a-4baa-b16f-4bd024219ae9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-57625c99-413a-4d96-8af1-efaccd65a208 {
  text-align: center;
}
@media (min-width: 1200px){#s-57625c99-413a-4d96-8af1-efaccd65a208 {
  display: none;
}
#s-57625c99-413a-4d96-8af1-efaccd65a208, #wrap-s-57625c99-413a-4d96-8af1-efaccd65a208 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57625c99-413a-4d96-8af1-efaccd65a208 {
  display: none;
}
#s-57625c99-413a-4d96-8af1-efaccd65a208, #wrap-s-57625c99-413a-4d96-8af1-efaccd65a208 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57625c99-413a-4d96-8af1-efaccd65a208 {
  display: none;
}
#s-57625c99-413a-4d96-8af1-efaccd65a208, #wrap-s-57625c99-413a-4d96-8af1-efaccd65a208 { display:none !important; }}
#s-57625c99-413a-4d96-8af1-efaccd65a208 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-57625c99-413a-4d96-8af1-efaccd65a208 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-57625c99-413a-4d96-8af1-efaccd65a208 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-45896152-70f5-4f31-af77-4cae219908d4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-45896152-70f5-4f31-af77-4cae219908d4 {
  display: none;
}
#s-45896152-70f5-4f31-af77-4cae219908d4, #wrap-s-45896152-70f5-4f31-af77-4cae219908d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45896152-70f5-4f31-af77-4cae219908d4 {
  display: none;
}
#s-45896152-70f5-4f31-af77-4cae219908d4, #wrap-s-45896152-70f5-4f31-af77-4cae219908d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45896152-70f5-4f31-af77-4cae219908d4 {
  display: none;
}
#s-45896152-70f5-4f31-af77-4cae219908d4, #wrap-s-45896152-70f5-4f31-af77-4cae219908d4 { display:none !important; }}







#s-45896152-70f5-4f31-af77-4cae219908d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45896152-70f5-4f31-af77-4cae219908d4.shg-box.shg-c {
  justify-content: center;
}

#s-d91889e5-ce9e-4838-989d-80a2d078590a {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d91889e5-ce9e-4838-989d-80a2d078590a {
  display: none;
}
#s-d91889e5-ce9e-4838-989d-80a2d078590a, #wrap-s-d91889e5-ce9e-4838-989d-80a2d078590a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d91889e5-ce9e-4838-989d-80a2d078590a {
  display: none;
}
#s-d91889e5-ce9e-4838-989d-80a2d078590a, #wrap-s-d91889e5-ce9e-4838-989d-80a2d078590a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d91889e5-ce9e-4838-989d-80a2d078590a {
  display: none;
}
#s-d91889e5-ce9e-4838-989d-80a2d078590a, #wrap-s-d91889e5-ce9e-4838-989d-80a2d078590a { display:none !important; }}
#s-d91889e5-ce9e-4838-989d-80a2d078590a .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-d91889e5-ce9e-4838-989d-80a2d078590a .shg-sld-nav-button.shg-sld-left,
#s-d91889e5-ce9e-4838-989d-80a2d078590a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-073f0dea-ef19-4f80-ba68-9c8776da064e {
  text-align: center;
}




  #s-073f0dea-ef19-4f80-ba68-9c8776da064e img.shogun-image {
    
    width: px;
  }


#s-073f0dea-ef19-4f80-ba68-9c8776da064e .shogun-image-content {
  
    align-items: center;
  
}

#s-b10ca970-6b98-409f-afc5-7c76f1bf9f38 {
  text-align: center;
}




  #s-b10ca970-6b98-409f-afc5-7c76f1bf9f38 img.shogun-image {
    
    width: px;
  }


#s-b10ca970-6b98-409f-afc5-7c76f1bf9f38 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f2dd71e-77e3-4883-b1bc-6e307eeb3eeb {
  text-align: center;
}




  #s-6f2dd71e-77e3-4883-b1bc-6e307eeb3eeb img.shogun-image {
    
    width: px;
  }


#s-6f2dd71e-77e3-4883-b1bc-6e307eeb3eeb .shogun-image-content {
  
    align-items: center;
  
}

#s-5957a0af-8a5a-4f13-8113-f2252050b3a5 {
  text-align: center;
}
@media (min-width: 1200px){#s-5957a0af-8a5a-4f13-8113-f2252050b3a5 {
  display: none;
}
#s-5957a0af-8a5a-4f13-8113-f2252050b3a5, #wrap-s-5957a0af-8a5a-4f13-8113-f2252050b3a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5957a0af-8a5a-4f13-8113-f2252050b3a5 {
  display: none;
}
#s-5957a0af-8a5a-4f13-8113-f2252050b3a5, #wrap-s-5957a0af-8a5a-4f13-8113-f2252050b3a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5957a0af-8a5a-4f13-8113-f2252050b3a5 {
  display: none;
}
#s-5957a0af-8a5a-4f13-8113-f2252050b3a5, #wrap-s-5957a0af-8a5a-4f13-8113-f2252050b3a5 { display:none !important; }}



  #s-5957a0af-8a5a-4f13-8113-f2252050b3a5 img.shogun-image {
    
    width: px;
  }


#s-5957a0af-8a5a-4f13-8113-f2252050b3a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2663d7ee-d516-40f6-8cba-baa6cd96dec8 {
  display: none;
}
#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 {
  display: none;
}
#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0, #wrap-s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 {
  display: none;
}
#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0, #wrap-s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 {
  display: none;
}
#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0, #wrap-s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 { display:none !important; }}







#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f68f54-7bcb-4653-8cd7-02c0e20b1cf0.shg-box.shg-c {
  justify-content: center;
}

#s-af031b22-785c-43d8-95c0-083698bc9d05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-af031b22-785c-43d8-95c0-083698bc9d05 {
  display: none;
}
#s-af031b22-785c-43d8-95c0-083698bc9d05, #wrap-s-af031b22-785c-43d8-95c0-083698bc9d05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af031b22-785c-43d8-95c0-083698bc9d05 {
  display: none;
}
#s-af031b22-785c-43d8-95c0-083698bc9d05, #wrap-s-af031b22-785c-43d8-95c0-083698bc9d05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af031b22-785c-43d8-95c0-083698bc9d05 {
  display: none;
}
#s-af031b22-785c-43d8-95c0-083698bc9d05, #wrap-s-af031b22-785c-43d8-95c0-083698bc9d05 { display:none !important; }}
#s-af031b22-785c-43d8-95c0-083698bc9d05 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1f242991-aafd-4895-a81b-757f21c1ce4d {
  display: none;
}
#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 {
  text-align: center;
}
@media (min-width: 1200px){#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 {
  display: none;
}
#s-11fe7efe-e6b1-46a5-aa54-a733281a6950, #wrap-s-11fe7efe-e6b1-46a5-aa54-a733281a6950 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 {
  display: none;
}
#s-11fe7efe-e6b1-46a5-aa54-a733281a6950, #wrap-s-11fe7efe-e6b1-46a5-aa54-a733281a6950 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 {
  display: none;
}
#s-11fe7efe-e6b1-46a5-aa54-a733281a6950, #wrap-s-11fe7efe-e6b1-46a5-aa54-a733281a6950 { display:none !important; }}
#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-11fe7efe-e6b1-46a5-aa54-a733281a6950 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 {
  display: none;
}
#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0, #wrap-s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 {
  display: none;
}
#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0, #wrap-s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 {
  display: none;
}
#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0, #wrap-s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 { display:none !important; }}







#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-176d9668-1b84-4b09-bed0-9c48b1edb1e0.shg-box.shg-c {
  justify-content: center;
}

#s-a99ff3d6-0139-4e29-acc0-873988fd1234 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a99ff3d6-0139-4e29-acc0-873988fd1234 {
  display: none;
}
#s-a99ff3d6-0139-4e29-acc0-873988fd1234, #wrap-s-a99ff3d6-0139-4e29-acc0-873988fd1234 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a99ff3d6-0139-4e29-acc0-873988fd1234 {
  display: none;
}
#s-a99ff3d6-0139-4e29-acc0-873988fd1234, #wrap-s-a99ff3d6-0139-4e29-acc0-873988fd1234 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a99ff3d6-0139-4e29-acc0-873988fd1234 {
  display: none;
}
#s-a99ff3d6-0139-4e29-acc0-873988fd1234, #wrap-s-a99ff3d6-0139-4e29-acc0-873988fd1234 { display:none !important; }}
#s-a99ff3d6-0139-4e29-acc0-873988fd1234 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-a99ff3d6-0139-4e29-acc0-873988fd1234 .shg-sld-nav-button.shg-sld-left,
#s-a99ff3d6-0139-4e29-acc0-873988fd1234 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-fe6f3d0a-36ca-4f13-a72c-2fdeed9cc37e {
  text-align: center;
}




  #s-fe6f3d0a-36ca-4f13-a72c-2fdeed9cc37e img.shogun-image {
    
    width: px;
  }


#s-fe6f3d0a-36ca-4f13-a72c-2fdeed9cc37e .shogun-image-content {
  
    align-items: center;
  
}

#s-e8bc9df2-9363-4b61-803c-a21ab5fc4a82 {
  text-align: center;
}




  #s-e8bc9df2-9363-4b61-803c-a21ab5fc4a82 img.shogun-image {
    
    width: px;
  }


#s-e8bc9df2-9363-4b61-803c-a21ab5fc4a82 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7f9e0c1-2b18-4326-9bc5-eaf640084c09 {
  text-align: center;
}




  #s-e7f9e0c1-2b18-4326-9bc5-eaf640084c09 img.shogun-image {
    
    width: px;
  }


#s-e7f9e0c1-2b18-4326-9bc5-eaf640084c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c {
  text-align: center;
}
@media (min-width: 1200px){#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c {
  display: none;
}
#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c, #wrap-s-55701e13-afc5-45e5-a665-ddfcb14fbf4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c {
  display: none;
}
#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c, #wrap-s-55701e13-afc5-45e5-a665-ddfcb14fbf4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c {
  display: none;
}
#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c, #wrap-s-55701e13-afc5-45e5-a665-ddfcb14fbf4c { display:none !important; }}



  #s-55701e13-afc5-45e5-a665-ddfcb14fbf4c img.shogun-image {
    
    width: px;
  }


#s-55701e13-afc5-45e5-a665-ddfcb14fbf4c .shogun-image-content {
  
    align-items: center;
  
}

#s-168ccc00-74a3-4d96-8d59-943856a0d0b9 {
  display: none;
}
#s-4af15af2-afb4-462f-a57b-4ea9b899ed87 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4af15af2-afb4-462f-a57b-4ea9b899ed87 {
  display: none;
}
#s-4af15af2-afb4-462f-a57b-4ea9b899ed87, #wrap-s-4af15af2-afb4-462f-a57b-4ea9b899ed87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4af15af2-afb4-462f-a57b-4ea9b899ed87 {
  display: none;
}
#s-4af15af2-afb4-462f-a57b-4ea9b899ed87, #wrap-s-4af15af2-afb4-462f-a57b-4ea9b899ed87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4af15af2-afb4-462f-a57b-4ea9b899ed87 {
  display: none;
}
#s-4af15af2-afb4-462f-a57b-4ea9b899ed87, #wrap-s-4af15af2-afb4-462f-a57b-4ea9b899ed87 { display:none !important; }}







#s-4af15af2-afb4-462f-a57b-4ea9b899ed87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af15af2-afb4-462f-a57b-4ea9b899ed87.shg-box.shg-c {
  justify-content: center;
}

#s-8d68be87-7bb3-48a4-aaa8-994bc1f5bb21 {
  display: none;
}
#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade {
  display: none;
}
#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade, #wrap-s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade {
  display: none;
}
#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade, #wrap-s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade {
  display: none;
}
#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade, #wrap-s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade { display:none !important; }}
#s-9b7cf9f4-cc64-49b6-a6a5-09fd74139ade .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc {
  text-align: center;
}
@media (min-width: 1200px){#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc {
  display: none;
}
#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc, #wrap-s-83f87432-4f41-4788-9ac2-4a81b4ac15fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc {
  display: none;
}
#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc, #wrap-s-83f87432-4f41-4788-9ac2-4a81b4ac15fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc {
  display: none;
}
#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc, #wrap-s-83f87432-4f41-4788-9ac2-4a81b4ac15fc { display:none !important; }}
#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-83f87432-4f41-4788-9ac2-4a81b4ac15fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 {
  display: none;
}
#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750, #wrap-s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 {
  display: none;
}
#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750, #wrap-s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 {
  display: none;
}
#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750, #wrap-s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 { display:none !important; }}







#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0009fa3c-7ffd-46ae-87f4-2da7a0018750.shg-box.shg-c {
  justify-content: center;
}

#s-57504c10-f5b9-499a-8468-e5859fe711c5 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-57504c10-f5b9-499a-8468-e5859fe711c5 {
  display: none;
}
#s-57504c10-f5b9-499a-8468-e5859fe711c5, #wrap-s-57504c10-f5b9-499a-8468-e5859fe711c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57504c10-f5b9-499a-8468-e5859fe711c5 {
  display: none;
}
#s-57504c10-f5b9-499a-8468-e5859fe711c5, #wrap-s-57504c10-f5b9-499a-8468-e5859fe711c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57504c10-f5b9-499a-8468-e5859fe711c5 {
  display: none;
}
#s-57504c10-f5b9-499a-8468-e5859fe711c5, #wrap-s-57504c10-f5b9-499a-8468-e5859fe711c5 { display:none !important; }}
#s-57504c10-f5b9-499a-8468-e5859fe711c5 .shg-sld-dot {
  background-color: rgba(176, 176, 176, 1);
}

#s-57504c10-f5b9-499a-8468-e5859fe711c5 .shg-sld-nav-button.shg-sld-left,
#s-57504c10-f5b9-499a-8468-e5859fe711c5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(176, 176, 176, 1);
}

#s-f3ce4ff0-e9df-4408-adff-1d1360324a9b {
  text-align: center;
}




  #s-f3ce4ff0-e9df-4408-adff-1d1360324a9b img.shogun-image {
    
    width: px;
  }


#s-f3ce4ff0-e9df-4408-adff-1d1360324a9b .shogun-image-content {
  
    align-items: center;
  
}

#s-c67b792f-b041-4079-a013-89b3502c0883 {
  text-align: center;
}




  #s-c67b792f-b041-4079-a013-89b3502c0883 img.shogun-image {
    
    width: px;
  }


#s-c67b792f-b041-4079-a013-89b3502c0883 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c014d6b-1ac2-49f2-9ba2-37f8d9dcf6b5 {
  text-align: center;
}




  #s-3c014d6b-1ac2-49f2-9ba2-37f8d9dcf6b5 img.shogun-image {
    
    width: px;
  }


#s-3c014d6b-1ac2-49f2-9ba2-37f8d9dcf6b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a879671e-3680-40cf-8cfe-c607544ca74a {
  text-align: center;
}
@media (min-width: 1200px){#s-a879671e-3680-40cf-8cfe-c607544ca74a {
  display: none;
}
#s-a879671e-3680-40cf-8cfe-c607544ca74a, #wrap-s-a879671e-3680-40cf-8cfe-c607544ca74a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a879671e-3680-40cf-8cfe-c607544ca74a {
  display: none;
}
#s-a879671e-3680-40cf-8cfe-c607544ca74a, #wrap-s-a879671e-3680-40cf-8cfe-c607544ca74a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a879671e-3680-40cf-8cfe-c607544ca74a {
  display: none;
}
#s-a879671e-3680-40cf-8cfe-c607544ca74a, #wrap-s-a879671e-3680-40cf-8cfe-c607544ca74a { display:none !important; }}



  #s-a879671e-3680-40cf-8cfe-c607544ca74a img.shogun-image {
    
    width: px;
  }


#s-a879671e-3680-40cf-8cfe-c607544ca74a .shogun-image-content {
  
    align-items: center;
  
}

#s-94b5723e-e2a0-497a-a033-34eb72c9d177 {
  display: none;
}
#s-88fd9557-da35-4d8d-8548-d992843f0265 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-88fd9557-da35-4d8d-8548-d992843f0265 {
  display: none;
}
#s-88fd9557-da35-4d8d-8548-d992843f0265, #wrap-s-88fd9557-da35-4d8d-8548-d992843f0265 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88fd9557-da35-4d8d-8548-d992843f0265 {
  display: none;
}
#s-88fd9557-da35-4d8d-8548-d992843f0265, #wrap-s-88fd9557-da35-4d8d-8548-d992843f0265 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88fd9557-da35-4d8d-8548-d992843f0265 {
  display: none;
}
#s-88fd9557-da35-4d8d-8548-d992843f0265, #wrap-s-88fd9557-da35-4d8d-8548-d992843f0265 { display:none !important; }}







#s-88fd9557-da35-4d8d-8548-d992843f0265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88fd9557-da35-4d8d-8548-d992843f0265.shg-box.shg-c {
  justify-content: center;
}

#s-4c8b59f1-a796-4d32-89c4-d3b386d9709d {
  display: none;
}
#s-16367d69-b898-4b07-961b-e3e7fafe8a4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-16367d69-b898-4b07-961b-e3e7fafe8a4f {
  display: none;
}
#s-16367d69-b898-4b07-961b-e3e7fafe8a4f, #wrap-s-16367d69-b898-4b07-961b-e3e7fafe8a4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16367d69-b898-4b07-961b-e3e7fafe8a4f {
  display: none;
}
#s-16367d69-b898-4b07-961b-e3e7fafe8a4f, #wrap-s-16367d69-b898-4b07-961b-e3e7fafe8a4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16367d69-b898-4b07-961b-e3e7fafe8a4f {
  display: none;
}
#s-16367d69-b898-4b07-961b-e3e7fafe8a4f, #wrap-s-16367d69-b898-4b07-961b-e3e7fafe8a4f { display:none !important; }}
#s-16367d69-b898-4b07-961b-e3e7fafe8a4f .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e7ef97c2-193d-4131-a796-5d0810808bc5 {
  text-align: center;
}
@media (min-width: 1200px){#s-e7ef97c2-193d-4131-a796-5d0810808bc5 {
  display: none;
}
#s-e7ef97c2-193d-4131-a796-5d0810808bc5, #wrap-s-e7ef97c2-193d-4131-a796-5d0810808bc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7ef97c2-193d-4131-a796-5d0810808bc5 {
  display: none;
}
#s-e7ef97c2-193d-4131-a796-5d0810808bc5, #wrap-s-e7ef97c2-193d-4131-a796-5d0810808bc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7ef97c2-193d-4131-a796-5d0810808bc5 {
  display: none;
}
#s-e7ef97c2-193d-4131-a796-5d0810808bc5, #wrap-s-e7ef97c2-193d-4131-a796-5d0810808bc5 { display:none !important; }}
#s-e7ef97c2-193d-4131-a796-5d0810808bc5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e7ef97c2-193d-4131-a796-5d0810808bc5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e7ef97c2-193d-4131-a796-5d0810808bc5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e4ffecba-7bcc-4981-8e94-1901d5689aea {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-e4ffecba-7bcc-4981-8e94-1901d5689aea:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4ffecba-7bcc-4981-8e94-1901d5689aea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e4ffecba-7bcc-4981-8e94-1901d5689aea {
  display: none;
}
#s-e4ffecba-7bcc-4981-8e94-1901d5689aea, #wrap-s-e4ffecba-7bcc-4981-8e94-1901d5689aea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4ffecba-7bcc-4981-8e94-1901d5689aea {
  display: none;
}
#s-e4ffecba-7bcc-4981-8e94-1901d5689aea, #wrap-s-e4ffecba-7bcc-4981-8e94-1901d5689aea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4ffecba-7bcc-4981-8e94-1901d5689aea {
  
}
}@media (max-width: 767px){#s-e4ffecba-7bcc-4981-8e94-1901d5689aea {
  
}
}


#s-e4ffecba-7bcc-4981-8e94-1901d5689aea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-11fefada-afc7-444e-9d20-85c1f75b23dc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11fefada-afc7-444e-9d20-85c1f75b23dc {
  display: none;
}
#s-11fefada-afc7-444e-9d20-85c1f75b23dc, #wrap-s-11fefada-afc7-444e-9d20-85c1f75b23dc { display:none !important; }}@media (max-width: 767px){#s-11fefada-afc7-444e-9d20-85c1f75b23dc {
  display: none;
}
#s-11fefada-afc7-444e-9d20-85c1f75b23dc, #wrap-s-11fefada-afc7-444e-9d20-85c1f75b23dc { display:none !important; }}







#s-11fefada-afc7-444e-9d20-85c1f75b23dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11fefada-afc7-444e-9d20-85c1f75b23dc.shg-box.shg-c {
  justify-content: center;
}

#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249 {
  display: none;
}
#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249, #wrap-s-e0fd4485-fa99-4a6a-b336-6594ca5e1249 { display:none !important; }}@media (max-width: 767px){#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249 {
  display: none;
}
#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249, #wrap-s-e0fd4485-fa99-4a6a-b336-6594ca5e1249 { display:none !important; }}







#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0fd4485-fa99-4a6a-b336-6594ca5e1249.shg-box.shg-c {
  justify-content: center;
}

#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95 {
  
}
}@media (max-width: 767px){#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95 {
  
}
}


#s-a29a20fb-8a4c-4600-91a0-3b1f68f7cd95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-446e03f4-3575-48e6-809c-54431f1ebb8e {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-446e03f4-3575-48e6-809c-54431f1ebb8e {
  display: none;
}
#s-446e03f4-3575-48e6-809c-54431f1ebb8e, #wrap-s-446e03f4-3575-48e6-809c-54431f1ebb8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446e03f4-3575-48e6-809c-54431f1ebb8e {
  display: none;
}
#s-446e03f4-3575-48e6-809c-54431f1ebb8e, #wrap-s-446e03f4-3575-48e6-809c-54431f1ebb8e { display:none !important; }}







#s-446e03f4-3575-48e6-809c-54431f1ebb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-446e03f4-3575-48e6-809c-54431f1ebb8e.shg-box.shg-c {
  justify-content: center;
}

#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 {
  display: none;
}
#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4, #wrap-s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 { display:none !important; }}@media (max-width: 767px){#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 {
  display: none;
}
#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4, #wrap-s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 { display:none !important; }}







#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4.shg-box.shg-c {
  justify-content: center;
}

#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  display: none;
}
#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1, #wrap-s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 { display:none !important; }}@media (max-width: 767px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  display: none;
}
#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1, #wrap-s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 { display:none !important; }}







#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1.shg-box.shg-c {
  justify-content: center;
}

#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  display: none;
}
#s-b919c49f-d753-4f8f-8e1e-226747d0d557, #wrap-s-b919c49f-d753-4f8f-8e1e-226747d0d557 { display:none !important; }}@media (max-width: 767px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  display: none;
}
#s-b919c49f-d753-4f8f-8e1e-226747d0d557, #wrap-s-b919c49f-d753-4f8f-8e1e-226747d0d557 { display:none !important; }}







#s-b919c49f-d753-4f8f-8e1e-226747d0d557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b919c49f-d753-4f8f-8e1e-226747d0d557.shg-box.shg-c {
  justify-content: center;
}

#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 {
  
}
}@media (max-width: 767px){#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 {
  
}
}
#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af {
  min-height: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af {
  display: none;
}
#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af, #wrap-s-a7b360ed-b31e-41c7-b3d4-061a4616c9af { display:none !important; }}@media (max-width: 767px){#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af {
  display: none;
}
#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af, #wrap-s-a7b360ed-b31e-41c7-b3d4-061a4616c9af { display:none !important; }}
@media (min-width: 0px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-51448d01-7e7b-42d6-9214-df9288e5505d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51448d01-7e7b-42d6-9214-df9288e5505d {
  display: none;
}
#s-51448d01-7e7b-42d6-9214-df9288e5505d, #wrap-s-51448d01-7e7b-42d6-9214-df9288e5505d { display:none !important; }}@media (max-width: 767px){#s-51448d01-7e7b-42d6-9214-df9288e5505d {
  display: none;
}
#s-51448d01-7e7b-42d6-9214-df9288e5505d, #wrap-s-51448d01-7e7b-42d6-9214-df9288e5505d { display:none !important; }}



  #s-51448d01-7e7b-42d6-9214-df9288e5505d img.shogun-image {
    
    width: px;
  }


#s-51448d01-7e7b-42d6-9214-df9288e5505d .shogun-image-content {
  
    align-items: center;
  
}

#s-75d220e2-95d7-491a-a3bf-bf6b07feee34 {
  margin-top: 80%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75d220e2-95d7-491a-a3bf-bf6b07feee34 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd86b839-ae75-42ea-bb75-b4468a942767 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd86b839-ae75-42ea-bb75-b4468a942767 {
  display: none;
}
#s-dd86b839-ae75-42ea-bb75-b4468a942767, #wrap-s-dd86b839-ae75-42ea-bb75-b4468a942767 { display:none !important; }}@media (max-width: 767px){#s-dd86b839-ae75-42ea-bb75-b4468a942767 {
  display: none;
}
#s-dd86b839-ae75-42ea-bb75-b4468a942767, #wrap-s-dd86b839-ae75-42ea-bb75-b4468a942767 { display:none !important; }}



  #s-dd86b839-ae75-42ea-bb75-b4468a942767 img.shogun-image {
    
    width: px;
  }


#s-dd86b839-ae75-42ea-bb75-b4468a942767 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5d6c99-a3db-4c75-a52e-4494b01705f9 {
  margin-top: 80%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba5d6c99-a3db-4c75-a52e-4494b01705f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 {
  display: none;
}
#s-3c03326f-041e-4d1a-93b3-ffd09986eec2, #wrap-s-3c03326f-041e-4d1a-93b3-ffd09986eec2 { display:none !important; }}@media (max-width: 767px){#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 {
  display: none;
}
#s-3c03326f-041e-4d1a-93b3-ffd09986eec2, #wrap-s-3c03326f-041e-4d1a-93b3-ffd09986eec2 { display:none !important; }}



  #s-3c03326f-041e-4d1a-93b3-ffd09986eec2 img.shogun-image {
    
    width: px;
  }


#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 {
  margin-top: 80%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 {
  display: none;
}
#s-360d96a1-ca63-44f3-80e0-d4e9fa531463, #wrap-s-360d96a1-ca63-44f3-80e0-d4e9fa531463 { display:none !important; }}@media (max-width: 767px){#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 {
  display: none;
}
#s-360d96a1-ca63-44f3-80e0-d4e9fa531463, #wrap-s-360d96a1-ca63-44f3-80e0-d4e9fa531463 { display:none !important; }}
#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61c72f37-04fb-43c4-9cde-1f782950976e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-61c72f37-04fb-43c4-9cde-1f782950976e {
  display: none;
}
#s-61c72f37-04fb-43c4-9cde-1f782950976e, #wrap-s-61c72f37-04fb-43c4-9cde-1f782950976e { display:none !important; }}@media (max-width: 767px){#s-61c72f37-04fb-43c4-9cde-1f782950976e {
  display: none;
}
#s-61c72f37-04fb-43c4-9cde-1f782950976e, #wrap-s-61c72f37-04fb-43c4-9cde-1f782950976e { display:none !important; }}



  #s-61c72f37-04fb-43c4-9cde-1f782950976e img.shogun-image {
    
    width: px;
  }


#s-61c72f37-04fb-43c4-9cde-1f782950976e .shogun-image-content {
  
    align-items: center;
  
}

#s-520f7e55-b6d3-415b-a5e7-092e4571b622 {
  margin-top: 80%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-520f7e55-b6d3-415b-a5e7-092e4571b622 {
  display: none;
}
#s-520f7e55-b6d3-415b-a5e7-092e4571b622, #wrap-s-520f7e55-b6d3-415b-a5e7-092e4571b622 { display:none !important; }}@media (max-width: 767px){#s-520f7e55-b6d3-415b-a5e7-092e4571b622 {
  display: none;
}
#s-520f7e55-b6d3-415b-a5e7-092e4571b622, #wrap-s-520f7e55-b6d3-415b-a5e7-092e4571b622 { display:none !important; }}
#s-520f7e55-b6d3-415b-a5e7-092e4571b622 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 {
  display: none;
}
#s-b5701467-376a-471f-8fe0-4ea75f5c03f7, #wrap-s-b5701467-376a-471f-8fe0-4ea75f5c03f7 { display:none !important; }}@media (max-width: 767px){#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 {
  display: none;
}
#s-b5701467-376a-471f-8fe0-4ea75f5c03f7, #wrap-s-b5701467-376a-471f-8fe0-4ea75f5c03f7 { display:none !important; }}







#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5701467-376a-471f-8fe0-4ea75f5c03f7.shg-box.shg-c {
  justify-content: center;
}

#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  display: none;
}
#s-03366091-4c5c-4d3c-9087-33ba40d90528, #wrap-s-03366091-4c5c-4d3c-9087-33ba40d90528 { display:none !important; }}@media (max-width: 767px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  display: none;
}
#s-03366091-4c5c-4d3c-9087-33ba40d90528, #wrap-s-03366091-4c5c-4d3c-9087-33ba40d90528 { display:none !important; }}







#s-03366091-4c5c-4d3c-9087-33ba40d90528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03366091-4c5c-4d3c-9087-33ba40d90528.shg-box.shg-c {
  justify-content: center;
}

#s-b2a320a6-5f35-48fa-829e-69e322bdb981 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2a320a6-5f35-48fa-829e-69e322bdb981 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e5f68869-ae55-4806-aa9c-9610c278de1a {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d {
  
}
}







#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d.shg-box.shg-c {
  justify-content: center;
}

#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 {
  display: none;
}
#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768, #wrap-s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 { display:none !important; }}@media (max-width: 767px){#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 {
  display: none;
}
#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768, #wrap-s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-0be60eee-07dd-424b-9dcf-e83e0dd7c908 {
  text-align: center;
}




  #s-0be60eee-07dd-424b-9dcf-e83e0dd7c908 img.shogun-image {
    
    width: px;
  }


#s-0be60eee-07dd-424b-9dcf-e83e0dd7c908 .shogun-image-content {
  
    align-items: center;
  
}

#s-eda6789d-7b85-4af2-a86b-385f55c5adcd {
  display: none;
}
#s-f83fdfec-405c-4ccb-8fac-8f109cdebd6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f83fdfec-405c-4ccb-8fac-8f109cdebd6e .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d {
  text-align: center;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1f2b2da8-6ba7-43f0-9864-c6dcdb76e76d {
  text-align: center;
}




  #s-1f2b2da8-6ba7-43f0-9864-c6dcdb76e76d img.shogun-image {
    
    width: px;
  }


#s-1f2b2da8-6ba7-43f0-9864-c6dcdb76e76d .shogun-image-content {
  
    align-items: center;
  
}

#s-7bb60abc-3a51-432d-9c9d-19117e8cc8e6 {
  display: none;
}
#s-6a775d8f-94aa-48de-b8e2-faefa77be1b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a775d8f-94aa-48de-b8e2-faefa77be1b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 {
  text-align: center;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e412e3f5-4b7b-46c6-8106-65b23836cfc7 {
  text-align: center;
}




  #s-e412e3f5-4b7b-46c6-8106-65b23836cfc7 img.shogun-image {
    
    width: px;
  }


#s-e412e3f5-4b7b-46c6-8106-65b23836cfc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c61c06f7-eccb-4ecf-b70e-46a8c81dd0c9 {
  display: none;
}
#s-07b56682-b3ce-4586-8d1f-b7827cadce6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07b56682-b3ce-4586-8d1f-b7827cadce6a .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 {
  text-align: center;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7e864ccd-a4e1-4055-ac65-4174a06e5264 {
  display: none;
}
#s-d12aeaec-5721-4d08-bbfc-764fbf99d88f {
  text-align: center;
}




  #s-d12aeaec-5721-4d08-bbfc-764fbf99d88f img.shogun-image {
    
    width: px;
  }


#s-d12aeaec-5721-4d08-bbfc-764fbf99d88f .shogun-image-content {
  
    align-items: center;
  
}

#s-bd97730d-ba86-4e80-9e97-713629174f09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd97730d-ba86-4e80-9e97-713629174f09 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 {
  text-align: center;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-537585d6-2618-407b-8b21-16a0cdbfde0b {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.5em;
}
#s-537585d6-2618-407b-8b21-16a0cdbfde0b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-537585d6-2618-407b-8b21-16a0cdbfde0b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-537585d6-2618-407b-8b21-16a0cdbfde0b {
  display: none;
}
#s-537585d6-2618-407b-8b21-16a0cdbfde0b, #wrap-s-537585d6-2618-407b-8b21-16a0cdbfde0b { display:none !important; }}@media (max-width: 767px){#s-537585d6-2618-407b-8b21-16a0cdbfde0b {
  display: none;
}
#s-537585d6-2618-407b-8b21-16a0cdbfde0b, #wrap-s-537585d6-2618-407b-8b21-16a0cdbfde0b { display:none !important; }}


#s-537585d6-2618-407b-8b21-16a0cdbfde0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 {
  display: none;
}
#s-22efd2f5-b79c-4982-a42b-ce13b3108b12, #wrap-s-22efd2f5-b79c-4982-a42b-ce13b3108b12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 {
  display: none;
}
#s-22efd2f5-b79c-4982-a42b-ce13b3108b12, #wrap-s-22efd2f5-b79c-4982-a42b-ce13b3108b12 { display:none !important; }}







#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22efd2f5-b79c-4982-a42b-ce13b3108b12.shg-box.shg-c {
  justify-content: center;
}

#s-dc86f11a-0560-458d-b284-1067bc98496d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc86f11a-0560-458d-b284-1067bc98496d {
  display: none;
}
#s-dc86f11a-0560-458d-b284-1067bc98496d, #wrap-s-dc86f11a-0560-458d-b284-1067bc98496d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc86f11a-0560-458d-b284-1067bc98496d {
  display: none;
}
#s-dc86f11a-0560-458d-b284-1067bc98496d, #wrap-s-dc86f11a-0560-458d-b284-1067bc98496d { display:none !important; }}







#s-dc86f11a-0560-458d-b284-1067bc98496d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc86f11a-0560-458d-b284-1067bc98496d.shg-box.shg-c {
  justify-content: center;
}

#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  display: none;
}
#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2, #wrap-s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 { display:none !important; }}@media (max-width: 767px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  display: none;
}
#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2, #wrap-s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 { display:none !important; }}







#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2.shg-box.shg-c {
  justify-content: center;
}

#s-2abfde95-90a5-4534-add9-219255053b3b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2abfde95-90a5-4534-add9-219255053b3b {
  display: none;
}
#s-2abfde95-90a5-4534-add9-219255053b3b, #wrap-s-2abfde95-90a5-4534-add9-219255053b3b { display:none !important; }}@media (max-width: 767px){#s-2abfde95-90a5-4534-add9-219255053b3b {
  display: none;
}
#s-2abfde95-90a5-4534-add9-219255053b3b, #wrap-s-2abfde95-90a5-4534-add9-219255053b3b { display:none !important; }}



  #s-2abfde95-90a5-4534-add9-219255053b3b img.shogun-image {
    
    width: px;
  }


#s-2abfde95-90a5-4534-add9-219255053b3b .shogun-image-content {
  
    align-items: center;
  
}

#s-0f6fb721-a5fc-4136-b130-7f37e708d3d4 {
  min-height: 50px;
}








#s-0f6fb721-a5fc-4136-b130-7f37e708d3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f6fb721-a5fc-4136-b130-7f37e708d3d4.shg-box.shg-c {
  justify-content: center;
}

#s-71a114fd-7b2a-48d1-9f10-4abc2852c1e1 {
  min-height: 50px;
}








#s-71a114fd-7b2a-48d1-9f10-4abc2852c1e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a114fd-7b2a-48d1-9f10-4abc2852c1e1.shg-box.shg-c {
  justify-content: center;
}

#s-9b8c7e66-d87d-4da9-9a85-ea7181cd97ce {
  min-height: 50px;
}








#s-9b8c7e66-d87d-4da9-9a85-ea7181cd97ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b8c7e66-d87d-4da9-9a85-ea7181cd97ce.shg-box.shg-c {
  justify-content: center;
}

#s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95 {
  display: none;
}
#s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95, #wrap-s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95 { display:none !important; }}@media (max-width: 767px){#s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95 {
  display: none;
}
#s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95, #wrap-s-18dfabd4-4cfd-4500-ad47-5743c7ab8b95 { display:none !important; }}
#s-2b0e09b9-2fd6-47d9-a78f-3d68b356c6be {
  margin-left: 4%;
margin-right: 67%;
text-align: left;
}




  #s-2b0e09b9-2fd6-47d9-a78f-3d68b356c6be img.shogun-image {
    
    width: px;
  }


#s-2b0e09b9-2fd6-47d9-a78f-3d68b356c6be .shogun-image-content {
  
    align-items: center;
  
}

#s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f {
  margin-top: 25px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f {
  display: none;
}
#s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f, #wrap-s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f { display:none !important; }}@media (max-width: 767px){#s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f {
  display: none;
}
#s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f, #wrap-s-b7a5d4c1-a123-4c4b-98d7-073dc654f00f { display:none !important; }}
#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0 {
  border-style: solid;
margin-top: 6px;
margin-left: 4%;
margin-bottom: 6px;
margin-right: 4%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 4, 4, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0-btn-wrapper {
    text-align: left;
  }


#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 {
  
}
}@media (max-width: 767px){#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 {
  display: none;
}
#s-80fa2a18-a256-4aa7-a41e-9903c1b99569, #wrap-s-80fa2a18-a256-4aa7-a41e-9903c1b99569 { display:none !important; }}







#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80fa2a18-a256-4aa7-a41e-9903c1b99569.shg-box.shg-c {
  justify-content: center;
}

#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e {
  display: none;
}
#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e, #wrap-s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e { display:none !important; }}@media (max-width: 767px){#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e {
  display: none;
}
#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e, #wrap-s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e { display:none !important; }}







#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08cca342-d1c4-4742-bfe8-bbc3a3dfad5e.shg-box.shg-c {
  justify-content: center;
}

#s-e1c30d60-7e78-4c97-900c-56ab062180c4 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1c30d60-7e78-4c97-900c-56ab062180c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-ba0a2331-0db2-4794-bbf1-607bab7e8d07 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 {
  
}
}@media (max-width: 767px){#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 {
  
}
}







#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba8dd182-0ddc-448b-9e26-15238abf72d2.shg-box.shg-c {
  justify-content: center;
}

#s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a {
  padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2849ef3d-d07c-45fa-9a5d-a718fa1a4c2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1ac30fd1-c94c-4bfd-ac2a-6d93172bd488 {
  display: none;
}
#s-d1c55b83-f2fe-4ff8-9998-6db2222feb92 {
  text-align: center;
}




  #s-d1c55b83-f2fe-4ff8-9998-6db2222feb92 img.shogun-image {
    
    width: px;
  }


#s-d1c55b83-f2fe-4ff8-9998-6db2222feb92 .shogun-image-content {
  
    align-items: center;
  
}

#s-41e10947-0f69-4ab3-bc9a-16b84f17178c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41e10947-0f69-4ab3-bc9a-16b84f17178c .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-af1c1b4f-b410-4ca3-a332-d2222ab6d9e8 {
  text-align: center;
}

#s-af1c1b4f-b410-4ca3-a332-d2222ab6d9e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-af1c1b4f-b410-4ca3-a332-d2222ab6d9e8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-af1c1b4f-b410-4ca3-a332-d2222ab6d9e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-561759e4-850e-4190-b130-887df25b8288 {
  display: none;
}
#s-ff6eca6e-ac3a-4c13-bd98-8846f4360711 {
  text-align: center;
}




  #s-ff6eca6e-ac3a-4c13-bd98-8846f4360711 img.shogun-image {
    
    width: px;
  }


#s-ff6eca6e-ac3a-4c13-bd98-8846f4360711 .shogun-image-content {
  
    align-items: center;
  
}

#s-376e0bee-a35a-4d61-a0fd-f98176d175e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-376e0bee-a35a-4d61-a0fd-f98176d175e6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-58724c7a-f5f3-4d4b-9b32-cacf1315d96c {
  text-align: center;
}

#s-58724c7a-f5f3-4d4b-9b32-cacf1315d96c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-58724c7a-f5f3-4d4b-9b32-cacf1315d96c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-58724c7a-f5f3-4d4b-9b32-cacf1315d96c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-748481b5-a6a0-4cc1-b865-fbab9032da7e {
  display: none;
}
#s-46da3dac-9752-4021-81e5-2c50f5881349 {
  text-align: center;
}




  #s-46da3dac-9752-4021-81e5-2c50f5881349 img.shogun-image {
    
    width: px;
  }


#s-46da3dac-9752-4021-81e5-2c50f5881349 .shogun-image-content {
  
    align-items: center;
  
}

#s-3068a02d-daa6-4b24-917f-14e8a0ddad46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3068a02d-daa6-4b24-917f-14e8a0ddad46 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e356a857-e5b6-4e5f-9361-d0bf9410bfb4 {
  text-align: center;
}

#s-e356a857-e5b6-4e5f-9361-d0bf9410bfb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e356a857-e5b6-4e5f-9361-d0bf9410bfb4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e356a857-e5b6-4e5f-9361-d0bf9410bfb4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40e8b458-4138-4a59-b166-4886d8e942e5 {
  display: none;
}
#s-7d7ec977-cc98-4b77-ba59-d3f5e1687044 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-7d7ec977-cc98-4b77-ba59-d3f5e1687044 img.shogun-image {
    
    width: px;
  }


#s-7d7ec977-cc98-4b77-ba59-d3f5e1687044 .shogun-image-content {
  
    align-items: center;
  
}

#s-50b9362c-8176-4007-b85f-3bda7d38e368 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50b9362c-8176-4007-b85f-3bda7d38e368 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-11e6d3b6-df7c-4ea7-9fd9-2ff22b586fa4 {
  text-align: center;
}

#s-11e6d3b6-df7c-4ea7-9fd9-2ff22b586fa4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-11e6d3b6-df7c-4ea7-9fd9-2ff22b586fa4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-11e6d3b6-df7c-4ea7-9fd9-2ff22b586fa4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-53dbb339-afa7-48d4-b65e-9078b2484164:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-53dbb339-afa7-48d4-b65e-9078b2484164:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}@media (max-width: 767px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}


#s-53dbb339-afa7-48d4-b65e-9078b2484164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-efd50546-8d1d-470c-baaf-40045a2e1413 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efd50546-8d1d-470c-baaf-40045a2e1413 {
  
}
}@media (max-width: 767px){#s-efd50546-8d1d-470c-baaf-40045a2e1413 {
  
}
}







#s-efd50546-8d1d-470c-baaf-40045a2e1413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd50546-8d1d-470c-baaf-40045a2e1413.shg-box.shg-c {
  justify-content: center;
}

#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 {
  display: none;
}
#s-8a4c7db9-6679-4a6b-ba52-89494fefb828, #wrap-s-8a4c7db9-6679-4a6b-ba52-89494fefb828 { display:none !important; }}@media (max-width: 767px){#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 {
  display: none;
}
#s-8a4c7db9-6679-4a6b-ba52-89494fefb828, #wrap-s-8a4c7db9-6679-4a6b-ba52-89494fefb828 { display:none !important; }}



  #s-8a4c7db9-6679-4a6b-ba52-89494fefb828 img.shogun-image {
    
    width: px;
  }


#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 .shogun-image-content {
  
    align-items: center;
  
}

#s-f05d3e26-a855-4619-97e5-0a0830e77b3e {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-999a1a6b-e2d1-42e3-8547-cf5387558af7 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-999a1a6b-e2d1-42e3-8547-cf5387558af7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-999a1a6b-e2d1-42e3-8547-cf5387558af7 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-19469832-3957-4a30-b4a5-3deef41870e0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-cb5b1e21-c241-4ef5-adfe-401c8e299cb9 {
  border-style: solid;
margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 4, 4, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cb5b1e21-c241-4ef5-adfe-401c8e299cb9:hover {border-style: solid !important;
border-color: rgba(61, 22, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-cb5b1e21-c241-4ef5-adfe-401c8e299cb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb5b1e21-c241-4ef5-adfe-401c8e299cb9-btn-wrapper {
    text-align: center;
  }


#s-cb5b1e21-c241-4ef5-adfe-401c8e299cb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}@media (max-width: 767px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}







#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c.shg-box.shg-c {
  justify-content: center;
}

#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 {
  display: none;
}
#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8, #wrap-s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 { display:none !important; }}@media (max-width: 767px){#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 {
  display: none;
}
#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8, #wrap-s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 { display:none !important; }}







#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8.shg-box.shg-c {
  justify-content: center;
}

#s-8afdfd78-6118-40b8-ad1c-cb58c28720db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8afdfd78-6118-40b8-ad1c-cb58c28720db {
  display: none;
}
#s-8afdfd78-6118-40b8-ad1c-cb58c28720db, #wrap-s-8afdfd78-6118-40b8-ad1c-cb58c28720db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8afdfd78-6118-40b8-ad1c-cb58c28720db {
  display: none;
}
#s-8afdfd78-6118-40b8-ad1c-cb58c28720db, #wrap-s-8afdfd78-6118-40b8-ad1c-cb58c28720db { display:none !important; }}







#s-8afdfd78-6118-40b8-ad1c-cb58c28720db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8afdfd78-6118-40b8-ad1c-cb58c28720db.shg-box.shg-c {
  justify-content: center;
}

#s-f59cad24-d6e0-45c6-9434-67229393dd49 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f59cad24-d6e0-45c6-9434-67229393dd49 {
  display: none;
}
#s-f59cad24-d6e0-45c6-9434-67229393dd49, #wrap-s-f59cad24-d6e0-45c6-9434-67229393dd49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f59cad24-d6e0-45c6-9434-67229393dd49 {
  display: none;
}
#s-f59cad24-d6e0-45c6-9434-67229393dd49, #wrap-s-f59cad24-d6e0-45c6-9434-67229393dd49 { display:none !important; }}







#s-f59cad24-d6e0-45c6-9434-67229393dd49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f59cad24-d6e0-45c6-9434-67229393dd49.shg-box.shg-c {
  justify-content: center;
}

#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 {
  
}
}@media (max-width: 767px){#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 {
  
}
}







#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91.shg-box.shg-c {
  justify-content: center;
}

#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  text-align: center;
}
@media (min-width: 1200px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  display: none;
}
#s-9668071d-a8bb-4067-be9e-231baa8da46b, #wrap-s-9668071d-a8bb-4067-be9e-231baa8da46b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  display: none;
}
#s-9668071d-a8bb-4067-be9e-231baa8da46b, #wrap-s-9668071d-a8bb-4067-be9e-231baa8da46b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  
}
}@media (max-width: 767px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  
}
}



  #s-9668071d-a8bb-4067-be9e-231baa8da46b img.shogun-image {
    
    width: px;
  }


#s-9668071d-a8bb-4067-be9e-231baa8da46b .shogun-image-content {
  
    align-items: center;
  
}

#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f {
  display: none;
}
#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f, #wrap-s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f { display:none !important; }}@media (max-width: 767px){#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f {
  display: none;
}
#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f, #wrap-s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f { display:none !important; }}
#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-724c0c03-25db-4ddc-96f8-80252fb1b270 {
  margin-top: 55%;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-724c0c03-25db-4ddc-96f8-80252fb1b270 {
  display: none;
}
#s-724c0c03-25db-4ddc-96f8-80252fb1b270, #wrap-s-724c0c03-25db-4ddc-96f8-80252fb1b270 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-724c0c03-25db-4ddc-96f8-80252fb1b270 {
  display: none;
}
#s-724c0c03-25db-4ddc-96f8-80252fb1b270, #wrap-s-724c0c03-25db-4ddc-96f8-80252fb1b270 { display:none !important; }}
#s-724c0c03-25db-4ddc-96f8-80252fb1b270 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-724c0c03-25db-4ddc-96f8-80252fb1b270 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 {
  display: none;
}
#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4, #wrap-s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 {
  display: none;
}
#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4, #wrap-s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 { display:none !important; }}

  #s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4-btn-wrapper {
    text-align: center;
  }


#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f {
  min-height: 50px;
}
@media (max-width: 767px){#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f {
  display: none;
}
#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f, #wrap-s-0a212ee5-6aa6-45ac-bbb1-e364030f038f { display:none !important; }}







#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f.shg-box.shg-c {
  justify-content: center;
}

#s-b496adf9-b2c4-4c01-8ace-204191251abd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b496adf9-b2c4-4c01-8ace-204191251abd {
  display: none;
}
#s-b496adf9-b2c4-4c01-8ace-204191251abd, #wrap-s-b496adf9-b2c4-4c01-8ace-204191251abd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b496adf9-b2c4-4c01-8ace-204191251abd {
  display: none;
}
#s-b496adf9-b2c4-4c01-8ace-204191251abd, #wrap-s-b496adf9-b2c4-4c01-8ace-204191251abd { display:none !important; }}







#s-b496adf9-b2c4-4c01-8ace-204191251abd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b496adf9-b2c4-4c01-8ace-204191251abd.shg-box.shg-c {
  justify-content: center;
}

#s-aa155670-af2a-469f-9ecd-98a4fdf5888b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa155670-af2a-469f-9ecd-98a4fdf5888b {
  display: none;
}
#s-aa155670-af2a-469f-9ecd-98a4fdf5888b, #wrap-s-aa155670-af2a-469f-9ecd-98a4fdf5888b { display:none !important; }}@media (max-width: 767px){#s-aa155670-af2a-469f-9ecd-98a4fdf5888b {
  display: none;
}
#s-aa155670-af2a-469f-9ecd-98a4fdf5888b, #wrap-s-aa155670-af2a-469f-9ecd-98a4fdf5888b { display:none !important; }}







#s-aa155670-af2a-469f-9ecd-98a4fdf5888b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa155670-af2a-469f-9ecd-98a4fdf5888b.shg-box.shg-c {
  justify-content: center;
}

#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  display: none;
}
#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda, #wrap-s-8796edb6-6b14-4f17-b24e-e2b1443bbeda { display:none !important; }}@media (max-width: 767px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  display: none;
}
#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda, #wrap-s-8796edb6-6b14-4f17-b24e-e2b1443bbeda { display:none !important; }}







#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda.shg-box.shg-c {
  justify-content: center;
}

#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e {
  display: none;
}
#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e, #wrap-s-ad1eca25-aac1-429f-a76c-f2eb90f2097e { display:none !important; }}@media (max-width: 767px){#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e {
  display: none;
}
#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e, #wrap-s-ad1eca25-aac1-429f-a76c-f2eb90f2097e { display:none !important; }}







#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e.shg-box.shg-c {
  justify-content: center;
}

#s-b9e8c094-d848-430c-9501-9d1310d53cd1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9e8c094-d848-430c-9501-9d1310d53cd1 {
  display: none;
}
#s-b9e8c094-d848-430c-9501-9d1310d53cd1, #wrap-s-b9e8c094-d848-430c-9501-9d1310d53cd1 { display:none !important; }}@media (max-width: 767px){#s-b9e8c094-d848-430c-9501-9d1310d53cd1 {
  display: none;
}
#s-b9e8c094-d848-430c-9501-9d1310d53cd1, #wrap-s-b9e8c094-d848-430c-9501-9d1310d53cd1 { display:none !important; }}







#s-b9e8c094-d848-430c-9501-9d1310d53cd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e8c094-d848-430c-9501-9d1310d53cd1.shg-box.shg-c {
  justify-content: center;
}

#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(237, 221, 196, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 221, 196, 1) !important;}#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  display: none;
}
#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980, #wrap-s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 { display:none !important; }}@media (max-width: 767px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  display: none;
}
#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980, #wrap-s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 { display:none !important; }}


#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5afd2ee3-f50b-4180-a75b-4bded637b217 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5afd2ee3-f50b-4180-a75b-4bded637b217 {
  display: none;
}
#s-5afd2ee3-f50b-4180-a75b-4bded637b217, #wrap-s-5afd2ee3-f50b-4180-a75b-4bded637b217 { display:none !important; }}@media (max-width: 767px){#s-5afd2ee3-f50b-4180-a75b-4bded637b217 {
  display: none;
}
#s-5afd2ee3-f50b-4180-a75b-4bded637b217, #wrap-s-5afd2ee3-f50b-4180-a75b-4bded637b217 { display:none !important; }}







#s-5afd2ee3-f50b-4180-a75b-4bded637b217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5afd2ee3-f50b-4180-a75b-4bded637b217.shg-box.shg-c {
  justify-content: center;
}

#s-7d2c8f7a-49d8-4185-a31b-5b16ced67859 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d2c8f7a-49d8-4185-a31b-5b16ced67859 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-2af89e53-120d-4168-85ef-f869968484d0 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 {
  
}
}







#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f6a1ba-70b2-4612-9113-ea4035d7a514.shg-box.shg-c {
  justify-content: center;
}

#s-9beb5d65-248d-4d65-a567-d90693df70e6 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}








#s-9beb5d65-248d-4d65-a567-d90693df70e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9beb5d65-248d-4d65-a567-d90693df70e6.shg-box.shg-c {
  justify-content: center;
}

#s-d866f76e-86f5-4b82-af04-daca127eaecf {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-753715f5-2691-4961-a8c0-67c99d90195b {
  text-align: center;
}




  #s-753715f5-2691-4961-a8c0-67c99d90195b img.shogun-image {
    
    width: px;
  }


#s-753715f5-2691-4961-a8c0-67c99d90195b .shogun-image-content {
  
    align-items: center;
  
}

#s-03abce14-a630-4ca3-8981-729525fb293a {
  display: none;
}
#s-dae62101-4f4f-4e2d-928a-92d4af4f85dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dae62101-4f4f-4e2d-928a-92d4af4f85dd .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 {
  text-align: center;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b86a8359-04bf-4779-99c5-10c8f40f1375 {
  text-align: center;
}




  #s-b86a8359-04bf-4779-99c5-10c8f40f1375 img.shogun-image {
    
    width: px;
  }


#s-b86a8359-04bf-4779-99c5-10c8f40f1375 .shogun-image-content {
  
    align-items: center;
  
}

#s-129f6031-bf80-4036-8dc4-4c1ae3196bb6 {
  display: none;
}
#s-f34a0b33-fe3e-431a-9084-7e42d059cc3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f34a0b33-fe3e-431a-9084-7e42d059cc3f .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 {
  text-align: center;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-da441bba-b29c-4b7a-b3ea-f1067cfb0db2 {
  text-align: center;
}




  #s-da441bba-b29c-4b7a-b3ea-f1067cfb0db2 img.shogun-image {
    
    width: px;
  }


#s-da441bba-b29c-4b7a-b3ea-f1067cfb0db2 .shogun-image-content {
  
    align-items: center;
  
}

#s-016fd8ec-7427-4716-9c62-1c62aa40bd4a {
  display: none;
}
#s-c267a99f-7c71-4581-a448-2d7753389147 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c267a99f-7c71-4581-a448-2d7753389147 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 {
  text-align: center;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1dd3d58b-4b2b-413d-82c1-eb8a9c9ebca5 {
  text-align: center;
}




  #s-1dd3d58b-4b2b-413d-82c1-eb8a9c9ebca5 img.shogun-image {
    
    width: px;
  }


#s-1dd3d58b-4b2b-413d-82c1-eb8a9c9ebca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d86dba1-a7bf-4575-9908-83a1545d40bf {
  display: none;
}
#s-99144899-2ac5-442e-9fad-9e29f46ec01d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99144899-2ac5-442e-9fad-9e29f46ec01d .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c {
  text-align: center;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  display: none;
}
#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf, #wrap-s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  display: none;
}
#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf, #wrap-s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  
}
}@media (max-width: 767px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  
}
}


#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 {
  display: none;
}
#s-80788a2f-c6c9-492a-80b5-f5652f760ac5, #wrap-s-80788a2f-c6c9-492a-80b5-f5652f760ac5 { display:none !important; }}@media (max-width: 767px){#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 {
  display: none;
}
#s-80788a2f-c6c9-492a-80b5-f5652f760ac5, #wrap-s-80788a2f-c6c9-492a-80b5-f5652f760ac5 { display:none !important; }}







#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80788a2f-c6c9-492a-80b5-f5652f760ac5.shg-box.shg-c {
  justify-content: center;
}

#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 {
  display: none;
}
#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0, #wrap-s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 { display:none !important; }}@media (max-width: 767px){#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 {
  display: none;
}
#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0, #wrap-s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 { display:none !important; }}







#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0.shg-box.shg-c {
  justify-content: center;
}

#s-edb45870-6776-480f-9270-f1afe05d74cf {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-edb45870-6776-480f-9270-f1afe05d74cf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-edb45870-6776-480f-9270-f1afe05d74cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}@media (max-width: 767px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}


#s-edb45870-6776-480f-9270-f1afe05d74cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 {
  display: none;
}
#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5, #wrap-s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 { display:none !important; }}@media (max-width: 767px){#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 {
  display: none;
}
#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5, #wrap-s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 { display:none !important; }}







#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5974bfc3-3b9d-45e8-b344-c7fdf1fe45b5.shg-box.shg-c {
  justify-content: center;
}

#s-aa697fac-9244-4448-83bf-c159c572a99b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa697fac-9244-4448-83bf-c159c572a99b {
  display: none;
}
#s-aa697fac-9244-4448-83bf-c159c572a99b, #wrap-s-aa697fac-9244-4448-83bf-c159c572a99b { display:none !important; }}@media (max-width: 767px){#s-aa697fac-9244-4448-83bf-c159c572a99b {
  display: none;
}
#s-aa697fac-9244-4448-83bf-c159c572a99b, #wrap-s-aa697fac-9244-4448-83bf-c159c572a99b { display:none !important; }}



  #s-aa697fac-9244-4448-83bf-c159c572a99b img.shogun-image {
    
    width: px;
  }


#s-aa697fac-9244-4448-83bf-c159c572a99b .shogun-image-content {
  
    align-items: center;
  
}

#s-d8af7992-845b-423a-82d1-7fadb1eea1d6 {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eac0b3df-c362-4c53-be07-7088179c275f {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eac0b3df-c362-4c53-be07-7088179c275f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-eac0b3df-c362-4c53-be07-7088179c275f .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-62d46026-d859-4204-a8eb-04fb6fd13e65 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f8437187-0d3c-4f9d-8082-e154897088d2 {
  border-style: solid;
margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 4, 4, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(2, 2, 2, 1);
background-image: none;
hover-type: color;
}
#s-f8437187-0d3c-4f9d-8082-e154897088d2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8437187-0d3c-4f9d-8082-e154897088d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8437187-0d3c-4f9d-8082-e154897088d2-btn-wrapper {
    text-align: center;
  }


#s-f8437187-0d3c-4f9d-8082-e154897088d2.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-70fb126c-1c80-4aed-abb7-91629e49457c {
  min-height: 50px;
}








#s-70fb126c-1c80-4aed-abb7-91629e49457c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70fb126c-1c80-4aed-abb7-91629e49457c.shg-box.shg-c {
  justify-content: center;
}

#s-f16b2810-03f2-4124-b98f-dacb98151e8e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f16b2810-03f2-4124-b98f-dacb98151e8e {
  
}
}@media (max-width: 767px){#s-f16b2810-03f2-4124-b98f-dacb98151e8e {
  
}
}







#s-f16b2810-03f2-4124-b98f-dacb98151e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f16b2810-03f2-4124-b98f-dacb98151e8e.shg-box.shg-c {
  justify-content: center;
}

#s-0b0724a7-cf62-4f03-a79f-0f217e3a689b {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b0724a7-cf62-4f03-a79f-0f217e3a689b .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-8277d970-698a-47ce-8476-1f35ae704b2c {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-c70afb2b-9595-4704-b376-313393752b35 {
  min-height: 50px;
}








#s-c70afb2b-9595-4704-b376-313393752b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c70afb2b-9595-4704-b376-313393752b35.shg-box.shg-c {
  justify-content: center;
}

#s-c5bbf92a-60f5-4064-bc87-e291a9784658 {
  min-height: 50px;
}








#s-c5bbf92a-60f5-4064-bc87-e291a9784658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5bbf92a-60f5-4064-bc87-e291a9784658.shg-box.shg-c {
  justify-content: center;
}

#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  display: none;
}
#s-0369e063-8ded-4fa6-954b-4f2f8b37c794, #wrap-s-0369e063-8ded-4fa6-954b-4f2f8b37c794 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  display: none;
}
#s-0369e063-8ded-4fa6-954b-4f2f8b37c794, #wrap-s-0369e063-8ded-4fa6-954b-4f2f8b37c794 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  display: none;
}
#s-0369e063-8ded-4fa6-954b-4f2f8b37c794, #wrap-s-0369e063-8ded-4fa6-954b-4f2f8b37c794 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  text-align: center;
}
@media (min-width: 1200px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  display: none;
}
#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2, #wrap-s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  display: none;
}
#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2, #wrap-s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  
}
}@media (max-width: 767px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  
}
}



  #s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 img.shogun-image {
    
    width: px;
  }


#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd {
  display: none;
}
#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd, #wrap-s-56f197b1-8325-481d-b8b2-0c2e5493d3dd { display:none !important; }}@media (max-width: 767px){#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd {
  display: none;
}
#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd, #wrap-s-56f197b1-8325-481d-b8b2-0c2e5493d3dd { display:none !important; }}
#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-d1259d74-6874-48a8-91b1-c75cbcb578f6 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b430faaa-6e6e-412e-89de-dd6e65b0fc79 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b430faaa-6e6e-412e-89de-dd6e65b0fc79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-47882983-a4bd-4edc-ae42-e37c44adcdc5 {
  border-style: solid;
margin-top: 4px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-47882983-a4bd-4edc-ae42-e37c44adcdc5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47882983-a4bd-4edc-ae42-e37c44adcdc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47882983-a4bd-4edc-ae42-e37c44adcdc5-btn-wrapper {
    text-align: left;
  }


#s-47882983-a4bd-4edc-ae42-e37c44adcdc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c {
  display: none;
}
#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c, #wrap-s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c { display:none !important; }}@media (max-width: 767px){#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c {
  display: none;
}
#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c, #wrap-s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c { display:none !important; }}







#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c.shg-box.shg-c {
  justify-content: center;
}

#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  display: none;
}
#s-ae3da227-a2ba-40e7-b28d-eac8952547d7, #wrap-s-ae3da227-a2ba-40e7-b28d-eac8952547d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  display: none;
}
#s-ae3da227-a2ba-40e7-b28d-eac8952547d7, #wrap-s-ae3da227-a2ba-40e7-b28d-eac8952547d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  
}
}@media (max-width: 767px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  
}
}







#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae3da227-a2ba-40e7-b28d-eac8952547d7.shg-box.shg-c {
  justify-content: center;
}

#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 {
  display: none;
}
#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797, #wrap-s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 { display:none !important; }}@media (max-width: 767px){#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 {
  display: none;
}
#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797, #wrap-s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 { display:none !important; }}







#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797.shg-box.shg-c {
  justify-content: center;
}

#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 {
  display: none;
}
#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74, #wrap-s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 { display:none !important; }}@media (max-width: 767px){#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 {
  display: none;
}
#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74, #wrap-s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-2453f7ee-7646-44d8-8f0e-436b4e65dd6c {
  text-align: center;
}




  #s-2453f7ee-7646-44d8-8f0e-436b4e65dd6c img.shogun-image {
    
    width: px;
  }


#s-2453f7ee-7646-44d8-8f0e-436b4e65dd6c .shogun-image-content {
  
    align-items: center;
  
}

#s-db09b3fc-7b54-48ef-9eaf-38f67da07754 {
  display: none;
}
#s-e84b4a22-1272-40a1-ab41-0cacba743dfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e84b4a22-1272-40a1-ab41-0cacba743dfa .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 {
  text-align: center;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 .shg-product-sold-out {
  display: none;
  color: rgba(23, 0, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 .shg-product-price {
  color: rgba(23, 0, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c3b22891-6ae8-49dc-82c2-534c04c6614d {
  text-align: center;
}




  #s-c3b22891-6ae8-49dc-82c2-534c04c6614d img.shogun-image {
    
    width: px;
  }


#s-c3b22891-6ae8-49dc-82c2-534c04c6614d .shogun-image-content {
  
    align-items: center;
  
}

#s-ac0ed0f2-e2fc-484d-89c8-d44f7da9203b {
  display: none;
}
#s-6d3f3677-7284-459d-944e-75f5480e6a64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d3f3677-7284-459d-944e-75f5480e6a64 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 {
  text-align: center;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6151c016-8678-443f-a439-ee9bdb154554 {
  text-align: center;
}




  #s-6151c016-8678-443f-a439-ee9bdb154554 img.shogun-image {
    
    width: px;
  }


#s-6151c016-8678-443f-a439-ee9bdb154554 .shogun-image-content {
  
    align-items: center;
  
}

#s-f19b70dd-50a9-4524-998b-d321ce7c03cd {
  display: none;
}
#s-53565b87-fdda-479f-8ba7-a9bd1d172bbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53565b87-fdda-479f-8ba7-a9bd1d172bbb .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 {
  text-align: center;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 .shg-product-sold-out {
  display: none;
  color: rgba(23, 0, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 .shg-product-price {
  color: rgba(23, 0, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-287c83f7-073c-4e9f-9234-928ea0cb8f64 {
  display: none;
}
#s-638dff9a-618d-4619-a85b-57f83fca8879 {
  text-align: center;
}




  #s-638dff9a-618d-4619-a85b-57f83fca8879 img.shogun-image {
    
    width: px;
  }


#s-638dff9a-618d-4619-a85b-57f83fca8879 .shogun-image-content {
  
    align-items: center;
  
}

#s-e09623c1-ce6a-43eb-a1b7-a0ad80994457 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e09623c1-ce6a-43eb-a1b7-a0ad80994457 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a {
  text-align: center;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a .shg-product-sold-out {
  display: none;
  color: rgba(23, 0, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a .shg-product-price {
  color: rgba(23, 0, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-736db541-bab0-4eba-bca3-44b0a0ce0d53 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-736db541-bab0-4eba-bca3-44b0a0ce0d53 {
  display: none;
}
#s-736db541-bab0-4eba-bca3-44b0a0ce0d53, #wrap-s-736db541-bab0-4eba-bca3-44b0a0ce0d53 { display:none !important; }}@media (max-width: 767px){#s-736db541-bab0-4eba-bca3-44b0a0ce0d53 {
  display: none;
}
#s-736db541-bab0-4eba-bca3-44b0a0ce0d53, #wrap-s-736db541-bab0-4eba-bca3-44b0a0ce0d53 { display:none !important; }}
@media (min-width: 0px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d609f58d-792d-4599-a79a-e3df48528447 {
  text-align: center;
}




  #s-d609f58d-792d-4599-a79a-e3df48528447 img.shogun-image {
    
    width: px;
  }


#s-d609f58d-792d-4599-a79a-e3df48528447 .shogun-image-content {
  
    align-items: center;
  
}

#s-c62dafa0-3c65-4013-8aa7-8331471f1955 {
  margin-top: 130px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-56d1ee28-9f9e-4f64-80bb-1ea0e68b4992 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-56d1ee28-9f9e-4f64-80bb-1ea0e68b4992 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-306ec712-1e86-4046-b880-8a2d01784aaf {
  border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-306ec712-1e86-4046-b880-8a2d01784aaf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-306ec712-1e86-4046-b880-8a2d01784aaf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-306ec712-1e86-4046-b880-8a2d01784aaf-btn-wrapper {
    text-align: left;
  }


#s-306ec712-1e86-4046-b880-8a2d01784aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  display: none;
}
#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543, #wrap-s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  display: none;
}
#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543, #wrap-s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  
}
}@media (max-width: 767px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  display: none;
}
#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543, #wrap-s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  text-align: center;
}
@media (min-width: 1200px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  display: none;
}
#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c, #wrap-s-57a3baa6-36df-48bf-a9d7-867f4d04d52c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  display: none;
}
#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c, #wrap-s-57a3baa6-36df-48bf-a9d7-867f4d04d52c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  
}
}@media (max-width: 767px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  
}
}



  #s-57a3baa6-36df-48bf-a9d7-867f4d04d52c img.shogun-image {
    
    width: px;
  }


#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c .shogun-image-content {
  
    align-items: center;
  
}

#s-172100ee-395c-48fc-9aba-80629a747711 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-172100ee-395c-48fc-9aba-80629a747711 {
  display: none;
}
#s-172100ee-395c-48fc-9aba-80629a747711, #wrap-s-172100ee-395c-48fc-9aba-80629a747711 { display:none !important; }}@media (max-width: 767px){#s-172100ee-395c-48fc-9aba-80629a747711 {
  display: none;
}
#s-172100ee-395c-48fc-9aba-80629a747711, #wrap-s-172100ee-395c-48fc-9aba-80629a747711 { display:none !important; }}
#s-172100ee-395c-48fc-9aba-80629a747711 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-172100ee-395c-48fc-9aba-80629a747711 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-bb349569-67ab-4faf-83e1-5b8f74381b02 {
  margin-top: 100px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e8a81e48-d358-442c-8a7a-0495e32b29b7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8a81e48-d358-442c-8a7a-0495e32b29b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-333b5396-2020-43d0-9e58-dfbc96266168 {
  border-style: solid;
margin-top: 4px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1.5em;
letter-spacing: 1px;
}
#s-333b5396-2020-43d0-9e58-dfbc96266168:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-333b5396-2020-43d0-9e58-dfbc96266168:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-333b5396-2020-43d0-9e58-dfbc96266168-btn-wrapper {
    text-align: left;
  }


#s-333b5396-2020-43d0-9e58-dfbc96266168.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40.shg-box.shg-c {
  justify-content: center;
}

#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 {
  
}
}@media (max-width: 767px){#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 {
  
}
}







#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49.shg-box.shg-c {
  justify-content: center;
}

#s-893a8ebe-22b6-4371-a784-dd4b51500f7d {
  min-height: 50px;
}








#s-893a8ebe-22b6-4371-a784-dd4b51500f7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-893a8ebe-22b6-4371-a784-dd4b51500f7d.shg-box.shg-c {
  justify-content: center;
}

#s-93d9ba32-d4c8-425b-9c44-5c545fab2962 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-93d9ba32-d4c8-425b-9c44-5c545fab2962 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  display: none;
}
#s-61e4e537-e6e6-45b5-8c20-105de339609f, #wrap-s-61e4e537-e6e6-45b5-8c20-105de339609f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  display: none;
}
#s-61e4e537-e6e6-45b5-8c20-105de339609f, #wrap-s-61e4e537-e6e6-45b5-8c20-105de339609f { display:none !important; }}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  display: none;
}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab, #wrap-s-0ab30402-84d5-4abe-a7c7-092fe101ebab { display:none !important; }}@media (max-width: 767px){#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  display: none;
}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab, #wrap-s-0ab30402-84d5-4abe-a7c7-092fe101ebab { display:none !important; }}
#s-74526691-d23a-4771-b414-aefc4b695d64 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74526691-d23a-4771-b414-aefc4b695d64 {
  
}
}@media (max-width: 767px){#s-74526691-d23a-4771-b414-aefc4b695d64 {
  
}
}







#s-74526691-d23a-4771-b414-aefc4b695d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74526691-d23a-4771-b414-aefc4b695d64.shg-box.shg-c {
  justify-content: center;
}

#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  background-color: rgba(245, 226, 226, 1);
}
@media (min-width: 1200px){#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  display: none;
}
#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8, #wrap-s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  display: none;
}
#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8, #wrap-s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  display: none;
}
#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8, #wrap-s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-54e90072-0393-486e-bb59-3f51c5a9bdeb {
  text-align: center;
}




  #s-54e90072-0393-486e-bb59-3f51c5a9bdeb img.shogun-image {
    
    width: px;
  }


#s-54e90072-0393-486e-bb59-3f51c5a9bdeb .shogun-image-content {
  
    align-items: center;
  
}

#s-1b247c89-260b-49bc-9a2b-e546e648132d {
  min-height: 50px;
}








#s-1b247c89-260b-49bc-9a2b-e546e648132d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b247c89-260b-49bc-9a2b-e546e648132d.shg-box.shg-c {
  justify-content: center;
}

#s-a3d6b372-57b8-45fa-a461-a7fd6327b22f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3d6b372-57b8-45fa-a461-a7fd6327b22f .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 39px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3e17fddc-6370-41a6-9772-5db6e17ac627 {
  margin-top: 8px;
margin-left: 10%;
margin-bottom: 8px;
margin-right: 10%;
}

#s-c570a121-fa31-43a2-b833-d5accb909621 {
  border-style: solid;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(245, 226, 226, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c570a121-fa31-43a2-b833-d5accb909621:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 226, 226, 1) !important;}#s-c570a121-fa31-43a2-b833-d5accb909621:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c570a121-fa31-43a2-b833-d5accb909621-btn-wrapper {
    text-align: left;
  }


#s-c570a121-fa31-43a2-b833-d5accb909621.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-403761ec-f1a0-4816-af9e-f792a2934850 {
  min-height: 50px;
}








#s-403761ec-f1a0-4816-af9e-f792a2934850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403761ec-f1a0-4816-af9e-f792a2934850.shg-box.shg-c {
  justify-content: center;
}

#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  background-color: rgba(245, 226, 226, 1);
}
@media (min-width: 1200px){#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  display: none;
}
#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09, #wrap-s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  display: none;
}
#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09, #wrap-s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 { display:none !important; }}@media (max-width: 767px){#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  display: none;
}
#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09, #wrap-s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 { display:none !important; }}
@media (min-width: 0px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cf70e0d7-4450-452e-b3b3-bdfc29212201 {
  min-height: 50px;
}








#s-cf70e0d7-4450-452e-b3b3-bdfc29212201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf70e0d7-4450-452e-b3b3-bdfc29212201.shg-box.shg-c {
  justify-content: center;
}

#s-83ec2bab-554a-4492-b3d2-fc02b5c84fb7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83ec2bab-554a-4492-b3d2-fc02b5c84fb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 39px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a3a68669-a332-4bb8-9381-fddfe71e0c4e {
  margin-top: 8px;
margin-left: 10%;
margin-bottom: 8px;
margin-right: 10%;
}

#s-6251f438-5582-42fc-95df-72a044719d2c {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(245, 226, 226, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6251f438-5582-42fc-95df-72a044719d2c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 226, 226, 1) !important;}#s-6251f438-5582-42fc-95df-72a044719d2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6251f438-5582-42fc-95df-72a044719d2c-btn-wrapper {
    text-align: left;
  }


#s-6251f438-5582-42fc-95df-72a044719d2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1c1b1e56-f1a7-49d3-98a0-c404fe044138 {
  text-align: center;
}




  #s-1c1b1e56-f1a7-49d3-98a0-c404fe044138 img.shogun-image {
    
    width: px;
  }


#s-1c1b1e56-f1a7-49d3-98a0-c404fe044138 .shogun-image-content {
  
    align-items: center;
  
}

#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 {
  background-color: rgba(245, 226, 226, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 {
  display: none;
}
#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89, #wrap-s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 { display:none !important; }}@media (max-width: 767px){#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 {
  display: none;
}
#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89, #wrap-s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 { display:none !important; }}
@media (min-width: 0px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0d283036-a9ce-4596-9dd5-fcdb94f8cc99 {
  margin-top: 8%;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d283036-a9ce-4596-9dd5-fcdb94f8cc99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e0560579-257a-492d-ac70-0063fc48689b {
  margin-top: 8px;
margin-left: 10%;
margin-bottom: 8px;
margin-right: 10%;
}

#s-df5e42c3-264b-4ffe-aeb2-595580234627 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-df5e42c3-264b-4ffe-aeb2-595580234627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df5e42c3-264b-4ffe-aeb2-595580234627.shg-box.shg-c {
  justify-content: center;
}

#s-125f012a-e7b7-4e94-8362-0ce23d61fc44 {
  border-style: solid;
margin-top: 3%;
margin-left: 10%;
margin-bottom: 8%;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(245, 226, 226, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-125f012a-e7b7-4e94-8362-0ce23d61fc44:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 226, 226, 1) !important;}#s-125f012a-e7b7-4e94-8362-0ce23d61fc44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-125f012a-e7b7-4e94-8362-0ce23d61fc44-btn-wrapper {
    text-align: left;
  }


#s-125f012a-e7b7-4e94-8362-0ce23d61fc44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-587d24cd-7c16-48d4-a0de-8e93e1c776cf {
  text-align: center;
}




  #s-587d24cd-7c16-48d4-a0de-8e93e1c776cf img.shogun-image {
    
    width: px;
  }


#s-587d24cd-7c16-48d4-a0de-8e93e1c776cf .shogun-image-content {
  
    align-items: center;
  
}

#s-d97a727d-d5b0-437e-9d47-12810a1f0069 {
  min-height: 50px;
}








#s-d97a727d-d5b0-437e-9d47-12810a1f0069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d97a727d-d5b0-437e-9d47-12810a1f0069.shg-box.shg-c {
  justify-content: center;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
  $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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
