.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c9178622-be02-4ac8-9de2-444d8b0f9395 {
  min-height: 50px;
}








#s-c9178622-be02-4ac8-9de2-444d8b0f9395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9178622-be02-4ac8-9de2-444d8b0f9395.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a52fb19-80b8-4104-8858-aaea8dc04cfa {
  margin-top: 24px;
margin-bottom: 24px;
min-height: 50px;
}








#s-1a52fb19-80b8-4104-8858-aaea8dc04cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a52fb19-80b8-4104-8858-aaea8dc04cfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-09cac733-ebd7-4c6f-b159-0c3f0548d384 {
  background-color: rgba(105, 137, 163, 1);
}

@media (min-width: 0px) {
[id="s-09cac733-ebd7-4c6f-b159-0c3f0548d384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09cac733-ebd7-4c6f-b159-0c3f0548d384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09cac733-ebd7-4c6f-b159-0c3f0548d384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09cac733-ebd7-4c6f-b159-0c3f0548d384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d9919b1-e813-4ae2-906f-3ee3a428bdae {
  padding-left: 10%;
padding-right: 10%;
min-height: 407px;
}








#s-0d9919b1-e813-4ae2-906f-3ee3a428bdae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d9919b1-e813-4ae2-906f-3ee3a428bdae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-b6a6d3b1-d25d-42f7-98d3-103549e589ab {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-b6a6d3b1-d25d-42f7-98d3-103549e589ab .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 0px;
  text-align: left;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-6793d8a3-ce47-45fb-a2e2-4d003948606c {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-6793d8a3-ce47-45fb-a2e2-4d003948606c hr {
  border-top: 2px solid #ddd;
}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-eed09fb6-c520-4b62-84de-a2ae40436118 {
  min-height: 350px;
}








#s-eed09fb6-c520-4b62-84de-a2ae40436118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed09fb6-c520-4b62-84de-a2ae40436118.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf {
  min-height: 350px;
text-align: center;
}







  img.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
    
    
  }


.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf .shogun-image-content {
  
    align-items: center;
  
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shg-align-container {
  text-align: center
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
    
    
  }


.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf .shogun-image-content {
  
    align-items: center;
  
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shg-align-container {
  text-align: center
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
    
    
  }


.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf .shogun-image-content {
  
    align-items: center;
  
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shg-align-container {
  text-align: center
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
    
    
  }


.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf .shogun-image-content {
  
    align-items: center;
  
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shg-align-container {
  text-align: center
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
    
    
  }


.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf .shogun-image-content {
  
    align-items: center;
  
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shg-align-container {
  text-align: center
}

.s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e782bc-e3d8-42a8-ad56-8cdfbd8416bf.shogun-image {
  box-sizing: border-box;
}


}
#s-7db0e293-05b0-4e50-bae2-25f022506ed0 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7db0e293-05b0-4e50-bae2-25f022506ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7db0e293-05b0-4e50-bae2-25f022506ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d5cf1cd-43b5-4d93-8866-3f635dade5b6 {
  min-height: 4px;
background-color: rgba(197, 208, 216, 1);
}

@media (min-width: 0px) {
[id="s-0d5cf1cd-43b5-4d93-8866-3f635dade5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d5cf1cd-43b5-4d93-8866-3f635dade5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d5cf1cd-43b5-4d93-8866-3f635dade5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d5cf1cd-43b5-4d93-8866-3f635dade5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68810c08-217e-4bff-946c-82611ff36729 {
  margin-left: 10%;
margin-right: 10%;
min-height: 450px;
}








#s-68810c08-217e-4bff-946c-82611ff36729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68810c08-217e-4bff-946c-82611ff36729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92d8d5de-c540-4186-a218-5a5225f87cb9 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-92d8d5de-c540-4186-a218-5a5225f87cb9 .shogun-heading-component h2 {
  color: rgba(59, 77, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-3d17f460-81a4-4a86-923c-81eb8d042e11 {
  min-height: 20px;
max-width: 100px;
}








#s-3d17f460-81a4-4a86-923c-81eb8d042e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d17f460-81a4-4a86-923c-81eb8d042e11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4ec08a2-4e56-46b7-9e16-fca58c03e809 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-f4ec08a2-4e56-46b7-9e16-fca58c03e809 hr {
  border-top: 2px solid rgba(59, 77, 100, 1);
}

#s-65c95e44-e1b9-451d-b5ce-bf55dfa8c4e8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-65c95e44-e1b9-451d-b5ce-bf55dfa8c4e8 {
  background-image: url(https://i.shgcdn.com/6b0bcb1c-d078-433e-833b-66e65964c113/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-65c95e44-e1b9-451d-b5ce-bf55dfa8c4e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c95e44-e1b9-451d-b5ce-bf55dfa8c4e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1241c09-858c-4236-b95c-e4381564b7da {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-e1241c09-858c-4236-b95c-e4381564b7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1241c09-858c-4236-b95c-e4381564b7da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7511f52f-8ebc-4ca6-85a9-f23d479daef4 {
  min-height: 4px;
background-color: rgba(197, 208, 216, 1);
}

@media (min-width: 0px) {
[id="s-7511f52f-8ebc-4ca6-85a9-f23d479daef4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7511f52f-8ebc-4ca6-85a9-f23d479daef4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7511f52f-8ebc-4ca6-85a9-f23d479daef4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7511f52f-8ebc-4ca6-85a9-f23d479daef4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-26f66a93-f4aa-424b-8c8f-7de8fc6662f6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}








#s-26f66a93-f4aa-424b-8c8f-7de8fc6662f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26f66a93-f4aa-424b-8c8f-7de8fc6662f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dd8d9d4-8787-40a3-b10e-54a913fccab7 {
  margin-left: 10%;
margin-right: 10%;
min-height: 450px;
}








#s-9dd8d9d4-8787-40a3-b10e-54a913fccab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dd8d9d4-8787-40a3-b10e-54a913fccab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-382170d1-5acd-49cf-93b7-bff3c030a71c {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-382170d1-5acd-49cf-93b7-bff3c030a71c .shogun-heading-component h2 {
  color: rgba(59, 77, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-97ec6568-fe69-4d68-bc9d-4ce745326485 {
  min-height: 20px;
max-width: 100px;
}








#s-97ec6568-fe69-4d68-bc9d-4ce745326485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ec6568-fe69-4d68-bc9d-4ce745326485.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f62c29d1-428d-4f98-a809-d0992987e311 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-f62c29d1-428d-4f98-a809-d0992987e311 hr {
  border-top: 2px solid rgba(59, 77, 100, 1);
}

#s-71e50d09-7224-4e91-b8f4-446d33922a03 {
  min-height: 50px;
}








#s-71e50d09-7224-4e91-b8f4-446d33922a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71e50d09-7224-4e91-b8f4-446d33922a03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58bc27f3-62e1-4c17-93f7-01426c468983 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58bc27f3-62e1-4c17-93f7-01426c468983 .shogun-heading-component h2 {
  color: rgba(137, 120, 93, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-165d4c25-1cee-4fbf-b5b0-dfa859957613 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
background-color: rgba(137, 120, 93, 1);
}








#s-165d4c25-1cee-4fbf-b5b0-dfa859957613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-165d4c25-1cee-4fbf-b5b0-dfa859957613.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1454b8f7-e883-43da-8db8-01a448a9392d {
  margin-left: -1%;
margin-right: -1%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
}

#s-1454b8f7-e883-43da-8db8-01a448a9392d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3ca990b3-5322-4be0-9a29-bfd45831a50b {
  margin-top: 24px;
margin-bottom: 24px;
min-height: 50px;
}








#s-3ca990b3-5322-4be0-9a29-bfd45831a50b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca990b3-5322-4be0-9a29-bfd45831a50b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebfa6735-9421-4c81-9372-34b1deb06775"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebfa6735-9421-4c81-9372-34b1deb06775"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebfa6735-9421-4c81-9372-34b1deb06775"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebfa6735-9421-4c81-9372-34b1deb06775"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a24181a5-ac81-48eb-9268-88c7dbc5917f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}








#s-a24181a5-ac81-48eb-9268-88c7dbc5917f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a24181a5-ac81-48eb-9268-88c7dbc5917f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5efece40-942a-496f-ba46-80b912386c66 {
  text-align: center;
}







  img.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
    
    
  }


.s-5efece40-942a-496f-ba46-80b912386c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efece40-942a-496f-ba46-80b912386c66.shg-align-container {
  text-align: center
}

.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
    
    
  }


.s-5efece40-942a-496f-ba46-80b912386c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efece40-942a-496f-ba46-80b912386c66.shg-align-container {
  text-align: center
}

.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
    
    
  }


.s-5efece40-942a-496f-ba46-80b912386c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efece40-942a-496f-ba46-80b912386c66.shg-align-container {
  text-align: center
}

.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
    
    
  }


.s-5efece40-942a-496f-ba46-80b912386c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efece40-942a-496f-ba46-80b912386c66.shg-align-container {
  text-align: center
}

.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
    
    
  }


.s-5efece40-942a-496f-ba46-80b912386c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-5efece40-942a-496f-ba46-80b912386c66.shg-align-container {
  text-align: center
}

.s-5efece40-942a-496f-ba46-80b912386c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5efece40-942a-496f-ba46-80b912386c66.shogun-image {
  box-sizing: border-box;
}


}
#s-7ce33c2a-4f71-461b-a981-2f919621cded {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-7ce33c2a-4f71-461b-a981-2f919621cded .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1281a540-48db-41a6-8514-1aa299be8131 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-ec89abe5-9150-46a4-891b-6931a4deec54 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}








#s-ec89abe5-9150-46a4-891b-6931a4deec54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec89abe5-9150-46a4-891b-6931a4deec54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf90b948-0e8c-4c45-8b9a-0328116a35a4 {
  text-align: center;
}







  img.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
    
    
  }


.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shg-align-container {
  text-align: center
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
    
    
  }


.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shg-align-container {
  text-align: center
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
    
    
  }


.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shg-align-container {
  text-align: center
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
    
    
  }


.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shg-align-container {
  text-align: center
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
    
    
  }


.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shg-align-container {
  text-align: center
}

.s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf90b948-0e8c-4c45-8b9a-0328116a35a4.shogun-image {
  box-sizing: border-box;
}


}
#s-0971afa7-0bb0-4a54-bac4-1ace3df110df {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-0971afa7-0bb0-4a54-bac4-1ace3df110df .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4690ff22-ef8e-444b-8468-f2a114f292fd {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-bfb6a44c-fb82-4415-8beb-000374449e9f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}








#s-bfb6a44c-fb82-4415-8beb-000374449e9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb6a44c-fb82-4415-8beb-000374449e9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaa172ed-eab8-4989-a985-18ba017f40b6 {
  text-align: center;
}







  img.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
    
    
  }


.s-aaa172ed-eab8-4989-a985-18ba017f40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shg-align-container {
  text-align: center
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
    
    
  }


.s-aaa172ed-eab8-4989-a985-18ba017f40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shg-align-container {
  text-align: center
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
    
    
  }


.s-aaa172ed-eab8-4989-a985-18ba017f40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shg-align-container {
  text-align: center
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
    
    
  }


.s-aaa172ed-eab8-4989-a985-18ba017f40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shg-align-container {
  text-align: center
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
    
    
  }


.s-aaa172ed-eab8-4989-a985-18ba017f40b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shg-align-container {
  text-align: center
}

.s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa172ed-eab8-4989-a985-18ba017f40b6.shogun-image {
  box-sizing: border-box;
}


}
#s-811024cc-6513-4b99-8b44-68a28f66baa8 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-811024cc-6513-4b99-8b44-68a28f66baa8 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e0e5980d-addb-4cd2-b1bd-f70e34e88296 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-dcb4f37c-dfec-4d85-af98-71c3127e30de {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-dcb4f37c-dfec-4d85-af98-71c3127e30de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb4f37c-dfec-4d85-af98-71c3127e30de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55ff1b87-0191-4d63-b2f9-0dfbabc63915 {
  min-height: 4px;
background-color: rgba(247, 248, 249, 1);
}

@media (min-width: 0px) {
[id="s-55ff1b87-0191-4d63-b2f9-0dfbabc63915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ff1b87-0191-4d63-b2f9-0dfbabc63915"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55ff1b87-0191-4d63-b2f9-0dfbabc63915"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ff1b87-0191-4d63-b2f9-0dfbabc63915"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2f1a9a6-53bf-486a-83ee-45de52fcaa6b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}








#s-a2f1a9a6-53bf-486a-83ee-45de52fcaa6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2f1a9a6-53bf-486a-83ee-45de52fcaa6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6180582-abd2-4413-a228-e7325832a5ac {
  margin-left: 10%;
margin-right: 10%;
min-height: 450px;
}








#s-f6180582-abd2-4413-a228-e7325832a5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6180582-abd2-4413-a228-e7325832a5ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a8edeb7-9c7c-4dd2-b0ee-c88e893a8ded {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-4a8edeb7-9c7c-4dd2-b0ee-c88e893a8ded .shogun-heading-component h3 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-a662b408-d4ad-40f6-9bd4-1e877dfd4853 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-a662b408-d4ad-40f6-9bd4-1e877dfd4853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a662b408-d4ad-40f6-9bd4-1e877dfd4853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37181836-afa2-4538-bf82-09d1e124763c {
  min-height: 4px;
background-color: rgba(247, 248, 249, 1);
}

@media (min-width: 0px) {
[id="s-37181836-afa2-4538-bf82-09d1e124763c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37181836-afa2-4538-bf82-09d1e124763c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37181836-afa2-4538-bf82-09d1e124763c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37181836-afa2-4538-bf82-09d1e124763c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-82018135-0128-4fd4-a54a-2821f084f9ba {
  margin-left: 10%;
margin-right: 10%;
min-height: 450px;
}








#s-82018135-0128-4fd4-a54a-2821f084f9ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82018135-0128-4fd4-a54a-2821f084f9ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfef954e-e5d7-41d2-b5bd-8e04231cd7e7 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-cfef954e-e5d7-41d2-b5bd-8e04231cd7e7 .shogun-heading-component h3 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-45d4d0f8-dec8-47b1-8641-74b2efecc2ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}








#s-45d4d0f8-dec8-47b1-8641-74b2efecc2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45d4d0f8-dec8-47b1-8641-74b2efecc2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86e28cc-0cd8-4e66-bd9d-319aad7728b1 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-b86e28cc-0cd8-4e66-bd9d-319aad7728b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86e28cc-0cd8-4e66-bd9d-319aad7728b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e5ce80d-990f-465c-9d26-c68dc3b2abbe {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7e5ce80d-990f-465c-9d26-c68dc3b2abbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e5ce80d-990f-465c-9d26-c68dc3b2abbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e5ce80d-990f-465c-9d26-c68dc3b2abbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e5ce80d-990f-465c-9d26-c68dc3b2abbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5fbba43a-f383-4cb6-887b-eab7d24cc5cc {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-5fbba43a-f383-4cb6-887b-eab7d24cc5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fbba43a-f383-4cb6-887b-eab7d24cc5cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0863662c-f5dc-40bc-b8ec-1fabc457ed00 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 {
  text-align: left;
}



.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ff7fdf-12b5-47b2-9af6-e45e35a59129 img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-6e866fe5-8500-41ae-9e5c-25a1e38d29a9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-6e866fe5-8500-41ae-9e5c-25a1e38d29a9 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5b03c318-bb3f-4fe7-8d89-a174f07fd5f8 {
  text-align: center;
}

#s-5b03c318-bb3f-4fe7-8d89-a174f07fd5f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b03c318-bb3f-4fe7-8d89-a174f07fd5f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5b03c318-bb3f-4fe7-8d89-a174f07fd5f8 .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;
}

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

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

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

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

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

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

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

#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff6c7c4d-b818-4162-883c-46c6b42bb29a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2730b32e-17de-4a74-af8f-49501f98dfe3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2730b32e-17de-4a74-af8f-49501f98dfe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2730b32e-17de-4a74-af8f-49501f98dfe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f01911e-231c-420c-9868-8f7328d39e85 {
  display: none;
}
#s-c4d13a39-523d-4b9f-9f11-87554206263e {
  text-align: left;
}



.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4d13a39-523d-4b9f-9f11-87554206263e img.shogun-image {
  width: 100%;
}



}
#s-ae3211db-8dbd-4b1e-91a6-d0efb3b05327 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-ae3211db-8dbd-4b1e-91a6-d0efb3b05327 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8fb50839-763b-4796-9e72-17323e0e14b7 {
  text-align: center;
}

#s-8fb50839-763b-4796-9e72-17323e0e14b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8fb50839-763b-4796-9e72-17323e0e14b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8fb50839-763b-4796-9e72-17323e0e14b7 .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-7f8ddcce-8f10-479d-8351-a47e29aad762 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7f8ddcce-8f10-479d-8351-a47e29aad762:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f8ddcce-8f10-479d-8351-a47e29aad762:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f8ddcce-8f10-479d-8351-a47e29aad762 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f8ddcce-8f10-479d-8351-a47e29aad762.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f8ddcce-8f10-479d-8351-a47e29aad762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f8ddcce-8f10-479d-8351-a47e29aad762.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e74ff95-0b93-4d1b-ba15-49ff16bdcfa5 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6e74ff95-0b93-4d1b-ba15-49ff16bdcfa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e74ff95-0b93-4d1b-ba15-49ff16bdcfa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3222f058-0cd9-4f27-8091-153dcade709a {
  display: none;
}
#s-057b5a86-e7f3-4a95-bd5e-509128101eab {
  text-align: left;
}



.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-057b5a86-e7f3-4a95-bd5e-509128101eab img.shogun-image {
  width: 100%;
}



}
#s-15bb7210-e482-4060-bd2e-caa561b2fb80 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-15bb7210-e482-4060-bd2e-caa561b2fb80 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5172e7b3-9e64-4bf3-bf88-34193f04ac27 {
  text-align: center;
}

#s-5172e7b3-9e64-4bf3-bf88-34193f04ac27 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5172e7b3-9e64-4bf3-bf88-34193f04ac27 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5172e7b3-9e64-4bf3-bf88-34193f04ac27 .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-521cfa7d-d754-40f2-8c5f-62433a3117e4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-521cfa7d-d754-40f2-8c5f-62433a3117e4:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-521cfa7d-d754-40f2-8c5f-62433a3117e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-521cfa7d-d754-40f2-8c5f-62433a3117e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-521cfa7d-d754-40f2-8c5f-62433a3117e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-521cfa7d-d754-40f2-8c5f-62433a3117e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-521cfa7d-d754-40f2-8c5f-62433a3117e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4cf1ac26-d043-45d5-a922-e7a0e7689268 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-4cf1ac26-d043-45d5-a922-e7a0e7689268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf1ac26-d043-45d5-a922-e7a0e7689268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d910913-dcf7-48eb-927d-d85afba2a6a9 {
  display: none;
}
#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 {
  text-align: left;
}



.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe81a75-d8ad-4618-ba06-b21c58aa5d25 img.shogun-image {
  width: 100%;
}



}
#s-9b87a02c-b78e-4223-8e0b-655cafb4a025 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-9b87a02c-b78e-4223-8e0b-655cafb4a025 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ba01dc6a-b570-4b3f-9aa6-f750383c67bc {
  text-align: center;
}

#s-ba01dc6a-b570-4b3f-9aa6-f750383c67bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba01dc6a-b570-4b3f-9aa6-f750383c67bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba01dc6a-b570-4b3f-9aa6-f750383c67bc .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-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9c0279b-b1fc-493c-80a5-c3cc5971f0cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c7934ee-c3e7-491a-95b9-4db728821a12 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-1c7934ee-c3e7-491a-95b9-4db728821a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7934ee-c3e7-491a-95b9-4db728821a12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c2af5d4-1626-45f7-878a-271177b85bb0 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7c2af5d4-1626-45f7-878a-271177b85bb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c2af5d4-1626-45f7-878a-271177b85bb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7c2af5d4-1626-45f7-878a-271177b85bb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c2af5d4-1626-45f7-878a-271177b85bb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-df993121-dcfc-4919-8db5-7ad21b924ee4 {
  min-height: 50px;
}








#s-df993121-dcfc-4919-8db5-7ad21b924ee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df993121-dcfc-4919-8db5-7ad21b924ee4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ae370a6-52ae-4b24-bf59-4d426d529197 {
  display: none;
}
#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 {
  text-align: left;
}



.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec349f3-b2ca-4b8d-bae5-b259954318b4 img.shogun-image {
  width: 100%;
}



}
#s-e721fa31-9056-4f7d-8af1-132b98f88127 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-e721fa31-9056-4f7d-8af1-132b98f88127 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-910888ec-c501-447f-95f5-9a21f380ade5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-910888ec-c501-447f-95f5-9a21f380ade5:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-910888ec-c501-447f-95f5-9a21f380ade5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-910888ec-c501-447f-95f5-9a21f380ade5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-910888ec-c501-447f-95f5-9a21f380ade5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-910888ec-c501-447f-95f5-9a21f380ade5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-910888ec-c501-447f-95f5-9a21f380ade5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-10467341-1046-423b-a74c-4f0b55d83e0d {
  min-height: 50px;
}








#s-10467341-1046-423b-a74c-4f0b55d83e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10467341-1046-423b-a74c-4f0b55d83e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c060374-d2d2-49b9-b510-4ed6e57f38b8 {
  display: none;
}
#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c {
  text-align: left;
}



.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709e97c-ca81-4e1b-a90a-f9feb47d949c img.shogun-image {
  width: 100%;
}



}
#s-c4b7ba61-93e4-4586-a322-5c9ea1883ec8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-c4b7ba61-93e4-4586-a322-5c9ea1883ec8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e2e2d811-03da-48e9-b232-716f8b8d839f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e2e2d811-03da-48e9-b232-716f8b8d839f:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2e2d811-03da-48e9-b232-716f8b8d839f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e2e2d811-03da-48e9-b232-716f8b8d839f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2e2d811-03da-48e9-b232-716f8b8d839f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2e2d811-03da-48e9-b232-716f8b8d839f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e2e2d811-03da-48e9-b232-716f8b8d839f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fc626c27-6931-49b0-8700-6d56446e9eb6 {
  min-height: 50px;
}








#s-fc626c27-6931-49b0-8700-6d56446e9eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc626c27-6931-49b0-8700-6d56446e9eb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab9d8875-279c-4da3-a315-c35f32c97c79 {
  display: none;
}
#s-867c8f95-3e27-46c8-9223-90ddba9370c7 {
  text-align: left;
}



.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-867c8f95-3e27-46c8-9223-90ddba9370c7 img.shogun-image {
  width: 100%;
}



}
#s-17eef07a-1315-4930-8d15-bf5bb26fe4be {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-17eef07a-1315-4930-8d15-bf5bb26fe4be .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef794212-bc5e-4de9-a632-bb41ac5bdac1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d8330f67-1c89-44e1-af38-c91ab6c11088 {
  min-height: 50px;
}








#s-d8330f67-1c89-44e1-af38-c91ab6c11088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8330f67-1c89-44e1-af38-c91ab6c11088.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-427b9f51-642a-4613-bcba-407cbe7434fb {
  display: none;
}
#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 {
  text-align: left;
}



.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f60ff14-baf5-4bcc-9435-9d5b988e9e94 img.shogun-image {
  width: 100%;
}



}
#s-b943a907-e9b4-4457-a010-ec7f44e11453 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-b943a907-e9b4-4457-a010-ec7f44e11453 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-47baa787-23c0-4237-b906-d3f6f53ff0a0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-47baa787-23c0-4237-b906-d3f6f53ff0a0:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47baa787-23c0-4237-b906-d3f6f53ff0a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47baa787-23c0-4237-b906-d3f6f53ff0a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47baa787-23c0-4237-b906-d3f6f53ff0a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47baa787-23c0-4237-b906-d3f6f53ff0a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47baa787-23c0-4237-b906-d3f6f53ff0a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f35d10f0-19a1-457e-82cb-fefd7c433409 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f35d10f0-19a1-457e-82cb-fefd7c433409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f35d10f0-19a1-457e-82cb-fefd7c433409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cdb35d0-e8f0-492d-ace2-e9469ee4c9bd {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8cdb35d0-e8f0-492d-ace2-e9469ee4c9bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cdb35d0-e8f0-492d-ace2-e9469ee4c9bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cdb35d0-e8f0-492d-ace2-e9469ee4c9bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cdb35d0-e8f0-492d-ace2-e9469ee4c9bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7d2e103c-fc31-42fb-a618-bb1898467736 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-7d2e103c-fc31-42fb-a618-bb1898467736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d2e103c-fc31-42fb-a618-bb1898467736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2603b37f-47c5-43e2-8d85-4998b63f83f3 {
  display: none;
}
#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 {
  text-align: left;
}



.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfb7327f-4f3f-4f5b-9581-237dc1d61473 img.shogun-image {
  width: 100%;
}



}
#s-26544e0a-9fb6-4039-bfb8-c89f3d8978a2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-26544e0a-9fb6-4039-bfb8-c89f3d8978a2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-583ea3ba-5002-491f-ab7c-97c94dad5fa0 {
  text-align: center;
}

#s-583ea3ba-5002-491f-ab7c-97c94dad5fa0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-583ea3ba-5002-491f-ab7c-97c94dad5fa0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-583ea3ba-5002-491f-ab7c-97c94dad5fa0 .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-8ab2d326-98ea-47a0-b398-78b7f15d2d8c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8ab2d326-98ea-47a0-b398-78b7f15d2d8c:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ab2d326-98ea-47a0-b398-78b7f15d2d8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ab2d326-98ea-47a0-b398-78b7f15d2d8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ab2d326-98ea-47a0-b398-78b7f15d2d8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ab2d326-98ea-47a0-b398-78b7f15d2d8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8ab2d326-98ea-47a0-b398-78b7f15d2d8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c8c146fa-c3e8-454a-b184-eb0eff289fc5 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-c8c146fa-c3e8-454a-b184-eb0eff289fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c146fa-c3e8-454a-b184-eb0eff289fc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ed2ebd2-37d0-44a8-be98-8638b7d079db {
  display: none;
}
#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 {
  text-align: left;
}



.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c87f2771-e8ee-4d88-81fd-e7c9bfd24d76 img.shogun-image {
  width: 100%;
}



}
#s-64d0d448-be06-47a0-a42a-b444265da7b1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-64d0d448-be06-47a0-a42a-b444265da7b1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7c0024af-8a63-4466-809d-c856b4353664 {
  text-align: center;
}

#s-7c0024af-8a63-4466-809d-c856b4353664 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c0024af-8a63-4466-809d-c856b4353664 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7c0024af-8a63-4466-809d-c856b4353664 .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-99ed74fc-1a0b-4ae9-935c-d6f6e30825be {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-99ed74fc-1a0b-4ae9-935c-d6f6e30825be:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99ed74fc-1a0b-4ae9-935c-d6f6e30825be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99ed74fc-1a0b-4ae9-935c-d6f6e30825be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99ed74fc-1a0b-4ae9-935c-d6f6e30825be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99ed74fc-1a0b-4ae9-935c-d6f6e30825be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-99ed74fc-1a0b-4ae9-935c-d6f6e30825be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a44e60e-b783-4900-986a-557e9022f2e6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-7a44e60e-b783-4900-986a-557e9022f2e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a44e60e-b783-4900-986a-557e9022f2e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a271769b-76aa-4303-a9c3-30a94423728d {
  display: none;
}
#s-c137c80f-f0a1-4445-8103-9661c44bcdfb {
  text-align: left;
}



.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c137c80f-f0a1-4445-8103-9661c44bcdfb img.shogun-image {
  width: 100%;
}



}
#s-97d2f6d7-52b7-451c-82d6-fee34b37a0b3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 77px;
text-align: center;
}

#s-97d2f6d7-52b7-451c-82d6-fee34b37a0b3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-66db5ff1-929e-45a9-901e-881baa61d1dc {
  text-align: center;
}

#s-66db5ff1-929e-45a9-901e-881baa61d1dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66db5ff1-929e-45a9-901e-881baa61d1dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-66db5ff1-929e-45a9-901e-881baa61d1dc .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-e2b8a010-8cb0-4632-a10d-4eeace817e04 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e2b8a010-8cb0-4632-a10d-4eeace817e04:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2b8a010-8cb0-4632-a10d-4eeace817e04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e2b8a010-8cb0-4632-a10d-4eeace817e04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2b8a010-8cb0-4632-a10d-4eeace817e04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2b8a010-8cb0-4632-a10d-4eeace817e04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e2b8a010-8cb0-4632-a10d-4eeace817e04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-07778cb5-7105-4835-b980-86e0165605d9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07778cb5-7105-4835-b980-86e0165605d9 {
  
}
}@media (max-width: 767px){#s-07778cb5-7105-4835-b980-86e0165605d9 {
  
}
}







#s-07778cb5-7105-4835-b980-86e0165605d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07778cb5-7105-4835-b980-86e0165605d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab118a1f-00c5-44d8-b58f-a6afd66695aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-09a96b34-acc9-4621-8618-93e8e74b9a0a {
  min-height: 50px;
}








#s-09a96b34-acc9-4621-8618-93e8e74b9a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09a96b34-acc9-4621-8618-93e8e74b9a0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8718119c-b481-4efe-907b-92f09ec00a56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8718119c-b481-4efe-907b-92f09ec00a56 .shogun-heading-component h3 {
  color: rgba(209, 175, 147, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ac75fd0f-c52c-49ee-aa84-97c876a44051 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-faa95c57-2ab3-4f91-b08f-ef9150f51c08 {
  display: none;
}
#s-213691f7-8680-4d49-8247-713c3b1cf765 {
  text-align: left;
}



.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-213691f7-8680-4d49-8247-713c3b1cf765 img.shogun-image {
  width: 100%;
}



}
#s-739d6817-e6b0-4835-abb3-3ef93a1eec0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-739d6817-e6b0-4835-abb3-3ef93a1eec0f .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(209, 175, 147, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0:hover {background-color: rgba(209, 175, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5270a04-5c45-4d2d-8514-0efe16aa12e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01ef1ecd-0864-4c6d-9297-c8589df96754 {
  display: none;
}
#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 {
  text-align: left;
}



.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf1bd93-34bb-4d42-b984-63f9f529cb45 img.shogun-image {
  width: 100%;
}



}
#s-166e1169-c9d5-4abe-b8d7-bfcaea88f40f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-166e1169-c9d5-4abe-b8d7-bfcaea88f40f .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(209, 175, 147, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d:hover {background-color: rgba(209, 175, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6d5e81b-5ee8-4a14-b12d-7100dd3a801d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d1a36da-c3e8-4558-917f-520cba8e3450 {
  display: none;
}
#s-9f0d9707-5e24-450c-a649-6baed48ed1ce {
  text-align: left;
}



.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0d9707-5e24-450c-a649-6baed48ed1ce img.shogun-image {
  width: 100%;
}



}
#s-dd243d80-7466-4838-a989-0ce56fa81629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd243d80-7466-4838-a989-0ce56fa81629 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-25827941-fbf5-4e13-b203-17743484dcc1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(209, 175, 147, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-25827941-fbf5-4e13-b203-17743484dcc1:hover {background-color: rgba(209, 175, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25827941-fbf5-4e13-b203-17743484dcc1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25827941-fbf5-4e13-b203-17743484dcc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25827941-fbf5-4e13-b203-17743484dcc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25827941-fbf5-4e13-b203-17743484dcc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25827941-fbf5-4e13-b203-17743484dcc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6c324a43-41dd-4923-8e78-a6019e63c4e7 {
  min-height: 450px;
background-color: rgba(209, 175, 147, 1);
}








#s-6c324a43-41dd-4923-8e78-a6019e63c4e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c324a43-41dd-4923-8e78-a6019e63c4e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ce9794f-d845-4aa9-a2b3-4243899ea6fd {
  min-height: 300px;
}








#s-7ce9794f-d845-4aa9-a2b3-4243899ea6fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce9794f-d845-4aa9-a2b3-4243899ea6fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afdc602a-23ec-4e70-b701-dddf8586e9a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afdc602a-23ec-4e70-b701-dddf8586e9a4 .shogun-heading-component h3 {
  color: rgba(242, 242, 242, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5efc285c-b946-40a9-89d0-3636605c17f1 {
  margin-left: 20px;
margin-right: 20px;
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-ed6d48cd-67db-47da-853a-bf78342d70ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(209, 175, 147, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed6d48cd-67db-47da-853a-bf78342d70ec:hover {background-color: rgba(209, 175, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed6d48cd-67db-47da-853a-bf78342d70ec:active {background-color: rgba(209, 175, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ed6d48cd-67db-47da-853a-bf78342d70ec-btn-wrapper {
    text-align: center;
  }


#s-ed6d48cd-67db-47da-853a-bf78342d70ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed6d48cd-67db-47da-853a-bf78342d70ec-btn-wrapper {
    text-align: center;
  }


#s-ed6d48cd-67db-47da-853a-bf78342d70ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed6d48cd-67db-47da-853a-bf78342d70ec-btn-wrapper {
    text-align: center;
  }


#s-ed6d48cd-67db-47da-853a-bf78342d70ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed6d48cd-67db-47da-853a-bf78342d70ec-btn-wrapper {
    text-align: center;
  }


#s-ed6d48cd-67db-47da-853a-bf78342d70ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed6d48cd-67db-47da-853a-bf78342d70ec-btn-wrapper {
    text-align: center;
  }


#s-ed6d48cd-67db-47da-853a-bf78342d70ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3ba3cefd-65ed-4fd0-9766-cb37368b4a99 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-3ba3cefd-65ed-4fd0-9766-cb37368b4a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba3cefd-65ed-4fd0-9766-cb37368b4a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2f90e8c-a546-45c2-8fd8-d0e657d0503c {
  display: none;
}
#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 {
  text-align: left;
}



.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7e63669-c7e5-496b-a6b1-cc5d80f94f19 img.shogun-image {
  width: 100%;
}



}
#s-d66fee84-1a28-473e-97b2-ad3969cd9d83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d66fee84-1a28-473e-97b2-ad3969cd9d83 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-61890b57-ad7d-4f34-83e9-427ba7fa43f2 {
  text-align: center;
}

#s-61890b57-ad7d-4f34-83e9-427ba7fa43f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61890b57-ad7d-4f34-83e9-427ba7fa43f2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-61890b57-ad7d-4f34-83e9-427ba7fa43f2 .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-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-97dbd6fd-5d1b-4dfc-b486-cd47ce1dd414.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78dda43d-04ba-445c-8a3c-a54a92cd2c11 {
  display: none;
}
#s-54d16381-e82e-46e5-804b-7478821bb30b {
  text-align: left;
}



.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d16381-e82e-46e5-804b-7478821bb30b img.shogun-image {
  width: 100%;
}



}
#s-c7f0f9ff-9e89-4dd5-9a7c-6521a2346fba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7f0f9ff-9e89-4dd5-9a7c-6521a2346fba .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cf17a995-3716-43e0-aa26-d0299ece6c84 {
  text-align: center;
}

#s-cf17a995-3716-43e0-aa26-d0299ece6c84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf17a995-3716-43e0-aa26-d0299ece6c84 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cf17a995-3716-43e0-aa26-d0299ece6c84 .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-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d6b047d-fb7b-48ec-a5b0-093a9ef95bf2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2b5c57b5-f80a-46fe-9105-6adfdd8567db {
  display: none;
}
#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b {
  text-align: left;
}



.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0d0a016-dcb7-429c-9e29-5dff5d4ef74b img.shogun-image {
  width: 100%;
}



}
#s-4f78a8d2-8692-4819-ba50-967a2e238033 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f78a8d2-8692-4819-ba50-967a2e238033 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-951ebd1b-b54d-4fea-a2bd-6222adb608c7 {
  text-align: center;
}

#s-951ebd1b-b54d-4fea-a2bd-6222adb608c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-951ebd1b-b54d-4fea-a2bd-6222adb608c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-951ebd1b-b54d-4fea-a2bd-6222adb608c7 .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-427fd4ac-4553-4497-b936-c56532eaa514 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-427fd4ac-4553-4497-b936-c56532eaa514:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-427fd4ac-4553-4497-b936-c56532eaa514:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-427fd4ac-4553-4497-b936-c56532eaa514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-427fd4ac-4553-4497-b936-c56532eaa514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-427fd4ac-4553-4497-b936-c56532eaa514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-427fd4ac-4553-4497-b936-c56532eaa514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6ed3a6e6-46e0-44e1-9651-82773bd4d282 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-6ed3a6e6-46e0-44e1-9651-82773bd4d282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ed3a6e6-46e0-44e1-9651-82773bd4d282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68a439c3-ae3e-43e0-9f9c-1158b18cdb1e {
  display: none;
}
#s-2a801d9b-4aa9-4319-88d4-04a74528e310 {
  text-align: left;
}



.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a801d9b-4aa9-4319-88d4-04a74528e310 img.shogun-image {
  width: 100%;
}



}
#s-441c4dde-00ac-4103-b0f6-cec6284666c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-441c4dde-00ac-4103-b0f6-cec6284666c2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-12400e73-9f3a-4a1b-b07d-65cca7fc5d8f {
  text-align: center;
}

#s-12400e73-9f3a-4a1b-b07d-65cca7fc5d8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12400e73-9f3a-4a1b-b07d-65cca7fc5d8f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-12400e73-9f3a-4a1b-b07d-65cca7fc5d8f .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-f83855b4-7541-45e6-aa5f-4a4d74a5e927 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f83855b4-7541-45e6-aa5f-4a4d74a5e927:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f83855b4-7541-45e6-aa5f-4a4d74a5e927:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f83855b4-7541-45e6-aa5f-4a4d74a5e927 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f83855b4-7541-45e6-aa5f-4a4d74a5e927.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f83855b4-7541-45e6-aa5f-4a4d74a5e927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f83855b4-7541-45e6-aa5f-4a4d74a5e927.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-625bd0c5-0c2a-41f3-93bb-e45f24854de5 {
  display: none;
}
#s-986b1f41-cb76-4676-9378-b5118f4e8996 {
  text-align: left;
}



.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-986b1f41-cb76-4676-9378-b5118f4e8996 img.shogun-image {
  width: 100%;
}



}
#s-5b3211fc-a9eb-469f-9d90-60c16bbb5110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b3211fc-a9eb-469f-9d90-60c16bbb5110 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-aae82e0d-f603-4165-b147-6d1ebf7d4ac4 {
  text-align: center;
}

#s-aae82e0d-f603-4165-b147-6d1ebf7d4ac4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aae82e0d-f603-4165-b147-6d1ebf7d4ac4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-aae82e0d-f603-4165-b147-6d1ebf7d4ac4 .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-5738fb86-38fb-4471-968a-f245e6ea8e5a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5738fb86-38fb-4471-968a-f245e6ea8e5a:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5738fb86-38fb-4471-968a-f245e6ea8e5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5738fb86-38fb-4471-968a-f245e6ea8e5a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5738fb86-38fb-4471-968a-f245e6ea8e5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5738fb86-38fb-4471-968a-f245e6ea8e5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5738fb86-38fb-4471-968a-f245e6ea8e5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0e02cd5b-e60b-45d0-b774-74b32f27b18c {
  display: none;
}
#s-3d0de738-a26f-4b65-b60f-f973f3f30066 {
  text-align: left;
}



.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0de738-a26f-4b65-b60f-f973f3f30066 img.shogun-image {
  width: 100%;
}



}
#s-446f69de-b744-439d-a98f-7c6e228d49be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-446f69de-b744-439d-a98f-7c6e228d49be .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5e57fcc9-fab3-43f2-852c-6334f2e281f4 {
  text-align: center;
}

#s-5e57fcc9-fab3-43f2-852c-6334f2e281f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5e57fcc9-fab3-43f2-852c-6334f2e281f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5e57fcc9-fab3-43f2-852c-6334f2e281f4 .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-5ba1be20-ecbf-463a-8337-ceaaa5d333f5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5ba1be20-ecbf-463a-8337-ceaaa5d333f5:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ba1be20-ecbf-463a-8337-ceaaa5d333f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ba1be20-ecbf-463a-8337-ceaaa5d333f5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ba1be20-ecbf-463a-8337-ceaaa5d333f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ba1be20-ecbf-463a-8337-ceaaa5d333f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ba1be20-ecbf-463a-8337-ceaaa5d333f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0a5820b-6083-47cc-a344-1c079efd83fe {
  display: none;
}
#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 {
  text-align: left;
}



.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be23911f-d9d8-4a0d-82c2-a7d8ddb2ed05 img.shogun-image {
  width: 100%;
}



}
#s-3c39ccb3-1acc-45ef-9596-61e3d5ad5f76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c39ccb3-1acc-45ef-9596-61e3d5ad5f76 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9d904902-9608-4c98-86bf-34c693796910 {
  text-align: center;
}

#s-9d904902-9608-4c98-86bf-34c693796910 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d904902-9608-4c98-86bf-34c693796910 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9d904902-9608-4c98-86bf-34c693796910 .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-24091d4e-4fb5-496f-b33e-c4d77e467bda {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(105, 137, 163, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-24091d4e-4fb5-496f-b33e-c4d77e467bda:hover {background-color: rgba(59, 77, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24091d4e-4fb5-496f-b33e-c4d77e467bda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24091d4e-4fb5-496f-b33e-c4d77e467bda {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24091d4e-4fb5-496f-b33e-c4d77e467bda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24091d4e-4fb5-496f-b33e-c4d77e467bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24091d4e-4fb5-496f-b33e-c4d77e467bda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-268c5cf2-6eec-4473-b65c-7dd7da3bc0b9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-268c5cf2-6eec-4473-b65c-7dd7da3bc0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-268c5cf2-6eec-4473-b65c-7dd7da3bc0b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87e0839f-0bf2-4c75-9c99-6552076dfd43 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87e0839f-0bf2-4c75-9c99-6552076dfd43 .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-12c24e84-442d-44c0-81f3-d742846ce848"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12c24e84-442d-44c0-81f3-d742846ce848"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12c24e84-442d-44c0-81f3-d742846ce848"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c24e84-442d-44c0-81f3-d742846ce848"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-83843977-7646-4e78-a6d7-cf2edee9d65c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-83843977-7646-4e78-a6d7-cf2edee9d65c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83843977-7646-4e78-a6d7-cf2edee9d65c {
  cursor: pointer;
}#s-83843977-7646-4e78-a6d7-cf2edee9d65c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8960ec32-3d40-4a42-b7ef-84c8a22af8af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8960ec32-3d40-4a42-b7ef-84c8a22af8af .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8960ec32-3d40-4a42-b7ef-84c8a22af8af .shogun-heading-component h4 a {
  color: rgba(53, 78, 102, 1);
}


#s-674cce8f-e40f-4312-9bae-a9a2e2c3cb2f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-674cce8f-e40f-4312-9bae-a9a2e2c3cb2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674cce8f-e40f-4312-9bae-a9a2e2c3cb2f {
  cursor: pointer;
}#s-674cce8f-e40f-4312-9bae-a9a2e2c3cb2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83fc97d1-6f8e-4b22-99f0-be27996c20c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83fc97d1-6f8e-4b22-99f0-be27996c20c2 .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-83fc97d1-6f8e-4b22-99f0-be27996c20c2 .shogun-heading-component h4 a {
  color: rgba(53, 78, 102, 1);
}


#s-b86424b3-81cb-4c46-917c-2de1c4add97e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-b86424b3-81cb-4c46-917c-2de1c4add97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86424b3-81cb-4c46-917c-2de1c4add97e {
  cursor: pointer;
}#s-b86424b3-81cb-4c46-917c-2de1c4add97e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b79f78e-dffa-4e5d-b253-35646a9dc1e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b79f78e-dffa-4e5d-b253-35646a9dc1e2 .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1b79f78e-dffa-4e5d-b253-35646a9dc1e2 .shogun-heading-component h4 a {
  color: rgba(53, 78, 102, 1);
}


@media (min-width: 0px) {
[id="s-de1111f5-3d33-442b-9a75-a0c6c10688b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de1111f5-3d33-442b-9a75-a0c6c10688b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de1111f5-3d33-442b-9a75-a0c6c10688b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de1111f5-3d33-442b-9a75-a0c6c10688b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-29791139-036d-4aca-a54e-64ce3556145f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-29791139-036d-4aca-a54e-64ce3556145f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29791139-036d-4aca-a54e-64ce3556145f {
  cursor: pointer;
}#s-29791139-036d-4aca-a54e-64ce3556145f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4c2403d-1c25-4703-a94e-8ea7170a4736 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4c2403d-1c25-4703-a94e-8ea7170a4736 .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b4c2403d-1c25-4703-a94e-8ea7170a4736 .shogun-heading-component h4 a {
  color: rgba(53, 78, 102, 1);
}


#s-38bbab19-ea20-483a-b918-910d6d527136 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-38bbab19-ea20-483a-b918-910d6d527136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38bbab19-ea20-483a-b918-910d6d527136 {
  cursor: pointer;
}#s-38bbab19-ea20-483a-b918-910d6d527136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94baf6e3-24ab-4284-9486-251cc7170ae8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94baf6e3-24ab-4284-9486-251cc7170ae8 .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-94baf6e3-24ab-4284-9486-251cc7170ae8 .shogun-heading-component h4 a {
  color: rgba(53, 78, 102, 1);
}


#s-a467c539-41e9-4808-afd3-52fa89497ba4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-a467c539-41e9-4808-afd3-52fa89497ba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a467c539-41e9-4808-afd3-52fa89497ba4 {
  cursor: pointer;
}#s-a467c539-41e9-4808-afd3-52fa89497ba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cae26534-9828-4354-8319-172f3fbbc2e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cae26534-9828-4354-8319-172f3fbbc2e7 .shogun-heading-component h4 {
  color: rgba(53, 78, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cae26534-9828-4354-8319-172f3fbbc2e7 .shogun-heading-component h4 a {
  color: rgba(53, 78, 102, 1);
}


#s-3c8304ab-29ba-40ad-be6b-0c3163d0a43f {
  margin-top: 24px;
margin-bottom: 24px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c8304ab-29ba-40ad-be6b-0c3163d0a43f {
  
}
}@media (max-width: 767px){#s-3c8304ab-29ba-40ad-be6b-0c3163d0a43f {
  
}
}







#s-3c8304ab-29ba-40ad-be6b-0c3163d0a43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c8304ab-29ba-40ad-be6b-0c3163d0a43f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-08c4de11-95f9-4f18-893c-5dbd14ec9f24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08c4de11-95f9-4f18-893c-5dbd14ec9f24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08c4de11-95f9-4f18-893c-5dbd14ec9f24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08c4de11-95f9-4f18-893c-5dbd14ec9f24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71be9cbc-f043-47d5-b2db-5361615a5610 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 500px;
background-position: center -126px;
}








#s-71be9cbc-f043-47d5-b2db-5361615a5610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71be9cbc-f043-47d5-b2db-5361615a5610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c723387-258b-4d4f-877c-6f74c59e8605 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-9c723387-258b-4d4f-877c-6f74c59e8605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c723387-258b-4d4f-877c-6f74c59e8605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c999f86f-5940-497f-bc33-be7d5509a75f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c999f86f-5940-497f-bc33-be7d5509a75f {
  
}
}@media (max-width: 767px){#s-c999f86f-5940-497f-bc33-be7d5509a75f {
  
}
}







#s-c999f86f-5940-497f-bc33-be7d5509a75f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c999f86f-5940-497f-bc33-be7d5509a75f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-02a0c700-0dc9-424f-9af3-52366d8de0e1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7c3fd8be-5a83-48f3-b124-b314524462fc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-7c3fd8be-5a83-48f3-b124-b314524462fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3fd8be-5a83-48f3-b124-b314524462fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f7d48c-fc16-4521-a3f0-3437be7da806 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(197, 208, 216, 1);
}








#s-25f7d48c-fc16-4521-a3f0-3437be7da806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25f7d48c-fc16-4521-a3f0-3437be7da806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-771f27ed-f556-4a8f-a93c-d6116748619b {
  min-height: 300px;
}








#s-771f27ed-f556-4a8f-a93c-d6116748619b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771f27ed-f556-4a8f-a93c-d6116748619b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ecd692a-15fd-44be-9c50-bfa22e1d50c3 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-7ecd692a-15fd-44be-9c50-bfa22e1d50c3 .shogun-heading-component h3 {
  color: rgba(59, 77, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a0c29b48-874b-4bcf-9f9a-cbe399351faa {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0c29b48-874b-4bcf-9f9a-cbe399351faa {
  
}
}@media (max-width: 767px){#s-a0c29b48-874b-4bcf-9f9a-cbe399351faa {
  
}
}







#s-a0c29b48-874b-4bcf-9f9a-cbe399351faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c29b48-874b-4bcf-9f9a-cbe399351faa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80d57483-9f66-4423-bb5b-c1a99e0f50df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-298380c9-6fbd-4151-a3a2-7958129c36fb {
  margin-top: 25px;
margin-bottom: 25px;
padding-left: 0%;
padding-right: 0%;
min-height: 300px;
background-color: rgba(197, 208, 216, 1);
}








#s-298380c9-6fbd-4151-a3a2-7958129c36fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-298380c9-6fbd-4151-a3a2-7958129c36fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4239f5f-d8d9-4632-b0d2-1e2fe64dbea0 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-f4239f5f-d8d9-4632-b0d2-1e2fe64dbea0 .shogun-heading-component h3 {
  color: rgba(59, 77, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-61739b62-b477-400c-b45f-13175c8b3113 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-61739b62-b477-400c-b45f-13175c8b3113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61739b62-b477-400c-b45f-13175c8b3113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20bb7f5f-8b1b-4812-8710-626ebf79d933 {
  margin-top: 24px;
margin-bottom: 24px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20bb7f5f-8b1b-4812-8710-626ebf79d933 {
  
}
}@media (max-width: 767px){#s-20bb7f5f-8b1b-4812-8710-626ebf79d933 {
  
}
}







#s-20bb7f5f-8b1b-4812-8710-626ebf79d933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20bb7f5f-8b1b-4812-8710-626ebf79d933.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-292eda8e-0e47-4367-b770-7dfea928b121"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-c64b8160-1109-49fd-aa4b-21796d9f8a27 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-c64b8160-1109-49fd-aa4b-21796d9f8a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64b8160-1109-49fd-aa4b-21796d9f8a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44a80784-c90d-44a8-9dea-18214cf35de4 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(231, 215, 218, 1);
}








#s-44a80784-c90d-44a8-9dea-18214cf35de4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a80784-c90d-44a8-9dea-18214cf35de4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6de2ed38-6073-499c-b973-e4dabb855781 {
  min-height: 300px;
}








#s-6de2ed38-6073-499c-b973-e4dabb855781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6de2ed38-6073-499c-b973-e4dabb855781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76ec913c-a0a0-44d5-8c7b-019db5a43105 {
  margin-left: 20%;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-76ec913c-a0a0-44d5-8c7b-019db5a43105 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: right;
}



#s-0e9be3ea-9eb9-4528-8fdb-8cafae08f193 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2a14c2c7-8db3-46bf-807d-b4922b74f1f1 {
  margin-top: 25px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a14c2c7-8db3-46bf-807d-b4922b74f1f1 {
  
}
}@media (max-width: 767px){#s-2a14c2c7-8db3-46bf-807d-b4922b74f1f1 {
  
}
}







#s-2a14c2c7-8db3-46bf-807d-b4922b74f1f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a14c2c7-8db3-46bf-807d-b4922b74f1f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ea10810-24d5-44b9-930f-63330e23745c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3bd886b9-531c-479d-9389-7199bb658c53 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(231, 215, 218, 1);
}








#s-3bd886b9-531c-479d-9389-7199bb658c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd886b9-531c-479d-9389-7199bb658c53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e77bcf7-c9b9-4d14-9e65-005c8f05f7fe {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e77bcf7-c9b9-4d14-9e65-005c8f05f7fe .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-8b743dbd-2eb3-4b4c-8b4b-4b6287507435 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9fd8012c-eaf2-4194-94ce-aa93611e7b79 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 500px;
background-position: center center;
}








#s-9fd8012c-eaf2-4194-94ce-aa93611e7b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fd8012c-eaf2-4194-94ce-aa93611e7b79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc83847-f916-4d89-82b4-e9bfd406e7e5 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-adc83847-f916-4d89-82b4-e9bfd406e7e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adc83847-f916-4d89-82b4-e9bfd406e7e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-53ae7308-beaf-4a48-8a99-a12aa37dc769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ae7308-beaf-4a48-8a99-a12aa37dc769"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53ae7308-beaf-4a48-8a99-a12aa37dc769"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ae7308-beaf-4a48-8a99-a12aa37dc769"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-53ae7308-beaf-4a48-8a99-a12aa37dc769"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3aa65cf7-3f8d-4350-b8a3-e7580cee22b2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-3aa65cf7-3f8d-4350-b8a3-e7580cee22b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa65cf7-3f8d-4350-b8a3-e7580cee22b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-1cab6e99-ee7b-4bfa-9ebc-f8da3083cc0a {
  min-height: 300px;
}

#s-f0a17a50-ef5e-4a42-a645-fd4c475c7db0 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(197, 208, 216, 1);
}








#s-f0a17a50-ef5e-4a42-a645-fd4c475c7db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0a17a50-ef5e-4a42-a645-fd4c475c7db0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a04db36-da04-4a7a-91a1-f89848455c8c {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-9a04db36-da04-4a7a-91a1-f89848455c8c .shogun-heading-component h3 {
  color: rgba(59, 77, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-160086bc-5c64-4682-b685-e242c4f926d5 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-160086bc-5c64-4682-b685-e242c4f926d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-160086bc-5c64-4682-b685-e242c4f926d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8d1cc0b2-e4f2-418b-9164-223eedb48b16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d1cc0b2-e4f2-418b-9164-223eedb48b16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d1cc0b2-e4f2-418b-9164-223eedb48b16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d1cc0b2-e4f2-418b-9164-223eedb48b16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c83dee2-67b0-461e-a607-97fc8687eaa2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(197, 208, 216, 1);
}








#s-1c83dee2-67b0-461e-a607-97fc8687eaa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c83dee2-67b0-461e-a607-97fc8687eaa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62ebcc37-ffbe-439c-8035-fbf0c7175f1c {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-62ebcc37-ffbe-439c-8035-fbf0c7175f1c .shogun-heading-component h3 {
  color: rgba(59, 77, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b890180d-2927-4b5a-bcff-0bb2aecd2cd2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-b890180d-2927-4b5a-bcff-0bb2aecd2cd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b890180d-2927-4b5a-bcff-0bb2aecd2cd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db0ce075-14e1-4833-8c0e-0f76361e2a52 {
  min-height: 300px;
}

#s-5ced3121-4076-4ddf-aa72-09614566d534 {
  margin-top: 24px;
margin-bottom: 24px;
min-height: 50px;
}








#s-5ced3121-4076-4ddf-aa72-09614566d534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ced3121-4076-4ddf-aa72-09614566d534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3c173c16-04d2-4d2e-8900-4b592371ad62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c173c16-04d2-4d2e-8900-4b592371ad62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3c173c16-04d2-4d2e-8900-4b592371ad62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c173c16-04d2-4d2e-8900-4b592371ad62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2cb755a7-042b-415a-8cee-d0cd7e48e4a7 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}








#s-2cb755a7-042b-415a-8cee-d0cd7e48e4a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb755a7-042b-415a-8cee-d0cd7e48e4a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ab22c1-2c3c-4b45-8d34-4c2186ad0e55 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-b1ab22c1-2c3c-4b45-8d34-4c2186ad0e55 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c4763cf3-40b0-48d6-8598-54c4017da7ad {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-27b8a1ba-2ee6-4a25-8b7d-867e41490f9c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}








#s-27b8a1ba-2ee6-4a25-8b7d-867e41490f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b8a1ba-2ee6-4a25-8b7d-867e41490f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-953d8d5b-4009-4871-8e1a-1a3193d8ec62 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-953d8d5b-4009-4871-8e1a-1a3193d8ec62 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-423b5a0f-dfab-40c5-b963-9f85802b3d63 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-0772a223-5f6f-4458-add4-ceb8efc4bb53 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}








#s-0772a223-5f6f-4458-add4-ceb8efc4bb53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0772a223-5f6f-4458-add4-ceb8efc4bb53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6907b65-80bc-416b-8310-2ba4c1d813ef {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-d6907b65-80bc-416b-8310-2ba4c1d813ef .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-10b0a552-b7e1-46d0-978a-6ab865018242 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-7a59fef3-626b-4374-8b38-737de93770d8 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(247, 248, 249, 1);
}








#s-7a59fef3-626b-4374-8b38-737de93770d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a59fef3-626b-4374-8b38-737de93770d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6412106e-550d-4d8e-b2b9-956f596c9718 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-6412106e-550d-4d8e-b2b9-956f596c9718 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c96d9bc5-3992-4af3-b26d-528132726736"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c96d9bc5-3992-4af3-b26d-528132726736"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c96d9bc5-3992-4af3-b26d-528132726736"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c96d9bc5-3992-4af3-b26d-528132726736"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dfdb7af2-049a-47a9-9204-bead7f511569 {
  margin-bottom: 20px;
}

#s-dfdb7af2-049a-47a9-9204-bead7f511569 .shogun-icon-wrapper {
  text-align: center;
}


#s-dfdb7af2-049a-47a9-9204-bead7f511569 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-158a2dee-d6d9-47c7-a45a-36cff6545c49 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-158a2dee-d6d9-47c7-a45a-36cff6545c49 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-5866b1f7-429f-41c1-8c55-2ddcf8380c4e {
  margin-bottom: 20px;
}

#s-5866b1f7-429f-41c1-8c55-2ddcf8380c4e .shogun-icon-wrapper {
  text-align: center;
}


#s-5866b1f7-429f-41c1-8c55-2ddcf8380c4e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-d78fb104-0257-4fe9-87a6-f17166140645 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d78fb104-0257-4fe9-87a6-f17166140645 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-ffb8b3e9-232a-4e09-b00e-cec81d1b182f {
  margin-bottom: 20px;
}

#s-ffb8b3e9-232a-4e09-b00e-cec81d1b182f .shogun-icon-wrapper {
  text-align: center;
}


#s-ffb8b3e9-232a-4e09-b00e-cec81d1b182f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(51, 51, 51, 1);
}

#s-732a65df-749b-4d25-8909-5b915f57961d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-732a65df-749b-4d25-8909-5b915f57961d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-88287021-afd2-4515-b2ba-0c1c182ee68d {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-88287021-afd2-4515-b2ba-0c1c182ee68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88287021-afd2-4515-b2ba-0c1c182ee68d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42880436-e2c0-49a6-83e5-779df83b082a {
  text-align: center;
}







  img.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
    
    
  }


.s-42880436-e2c0-49a6-83e5-779df83b082a .shogun-image-content {
  
    align-items: center;
  
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shg-align-container {
  text-align: center
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
    
    
  }


.s-42880436-e2c0-49a6-83e5-779df83b082a .shogun-image-content {
  
    align-items: center;
  
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shg-align-container {
  text-align: center
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
    
    
  }


.s-42880436-e2c0-49a6-83e5-779df83b082a .shogun-image-content {
  
    align-items: center;
  
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shg-align-container {
  text-align: center
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
    
    
  }


.s-42880436-e2c0-49a6-83e5-779df83b082a .shogun-image-content {
  
    align-items: center;
  
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shg-align-container {
  text-align: center
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
    
    
  }


.s-42880436-e2c0-49a6-83e5-779df83b082a .shogun-image-content {
  
    align-items: center;
  
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shg-align-container {
  text-align: center
}

.s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42880436-e2c0-49a6-83e5-779df83b082a.shogun-image {
  box-sizing: border-box;
}


}
#s-30eb7257-9a36-4b02-a50e-7f5c3f5759bb {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-30eb7257-9a36-4b02-a50e-7f5c3f5759bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30eb7257-9a36-4b02-a50e-7f5c3f5759bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e094dd14-3314-40e2-9902-6c12a231b233 {
  text-align: center;
}







  img.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
    
    
  }


.s-e094dd14-3314-40e2-9902-6c12a231b233 .shogun-image-content {
  
    align-items: center;
  
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shg-align-container {
  text-align: center
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
    
    
  }


.s-e094dd14-3314-40e2-9902-6c12a231b233 .shogun-image-content {
  
    align-items: center;
  
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shg-align-container {
  text-align: center
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
    
    
  }


.s-e094dd14-3314-40e2-9902-6c12a231b233 .shogun-image-content {
  
    align-items: center;
  
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shg-align-container {
  text-align: center
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
    
    
  }


.s-e094dd14-3314-40e2-9902-6c12a231b233 .shogun-image-content {
  
    align-items: center;
  
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shg-align-container {
  text-align: center
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
    
    
  }


.s-e094dd14-3314-40e2-9902-6c12a231b233 .shogun-image-content {
  
    align-items: center;
  
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shg-align-container {
  text-align: center
}

.s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e094dd14-3314-40e2-9902-6c12a231b233.shogun-image {
  box-sizing: border-box;
}


}
#s-1fd88ca2-5886-4bd5-8d5a-0846f3216038 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-1fd88ca2-5886-4bd5-8d5a-0846f3216038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fd88ca2-5886-4bd5-8d5a-0846f3216038.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15adcc24-c511-477c-bd3b-cb67179c8a5f {
  text-align: center;
}







  img.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
    
    
  }


.s-15adcc24-c511-477c-bd3b-cb67179c8a5f .shogun-image-content {
  
    align-items: center;
  
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shg-align-container {
  text-align: center
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
    
    
  }


.s-15adcc24-c511-477c-bd3b-cb67179c8a5f .shogun-image-content {
  
    align-items: center;
  
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shg-align-container {
  text-align: center
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
    
    
  }


.s-15adcc24-c511-477c-bd3b-cb67179c8a5f .shogun-image-content {
  
    align-items: center;
  
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shg-align-container {
  text-align: center
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
    
    
  }


.s-15adcc24-c511-477c-bd3b-cb67179c8a5f .shogun-image-content {
  
    align-items: center;
  
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shg-align-container {
  text-align: center
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
    
    
  }


.s-15adcc24-c511-477c-bd3b-cb67179c8a5f .shogun-image-content {
  
    align-items: center;
  
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shg-align-container {
  text-align: center
}

.s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15adcc24-c511-477c-bd3b-cb67179c8a5f.shogun-image {
  box-sizing: border-box;
}


}
#s-1cbba7bf-8726-402d-81a1-9459414de82a {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-1cbba7bf-8726-402d-81a1-9459414de82a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cbba7bf-8726-402d-81a1-9459414de82a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b {
  text-align: center;
}







  img.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
    
    
  }


.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b .shogun-image-content {
  
    align-items: center;
  
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shg-align-container {
  text-align: center
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
    
    
  }


.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b .shogun-image-content {
  
    align-items: center;
  
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shg-align-container {
  text-align: center
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
    
    
  }


.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b .shogun-image-content {
  
    align-items: center;
  
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shg-align-container {
  text-align: center
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
    
    
  }


.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b .shogun-image-content {
  
    align-items: center;
  
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shg-align-container {
  text-align: center
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
    
    
  }


.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b .shogun-image-content {
  
    align-items: center;
  
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shg-align-container {
  text-align: center
}

.s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fce9b9c-d9dd-4fb2-8391-d0cfbaa4940b.shogun-image {
  box-sizing: border-box;
}


}
#s-38da5f74-9210-416c-afc6-4e6bfea05f33 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-38da5f74-9210-416c-afc6-4e6bfea05f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38da5f74-9210-416c-afc6-4e6bfea05f33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-704cae9c-8339-4a53-996a-b817f7463396 {
  text-align: center;
}







  img.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
    
    
  }


.s-704cae9c-8339-4a53-996a-b817f7463396 .shogun-image-content {
  
    align-items: center;
  
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shg-align-container {
  text-align: center
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
    
    
  }


.s-704cae9c-8339-4a53-996a-b817f7463396 .shogun-image-content {
  
    align-items: center;
  
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shg-align-container {
  text-align: center
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
    
    
  }


.s-704cae9c-8339-4a53-996a-b817f7463396 .shogun-image-content {
  
    align-items: center;
  
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shg-align-container {
  text-align: center
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
    
    
  }


.s-704cae9c-8339-4a53-996a-b817f7463396 .shogun-image-content {
  
    align-items: center;
  
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shg-align-container {
  text-align: center
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
    
    
  }


.s-704cae9c-8339-4a53-996a-b817f7463396 .shogun-image-content {
  
    align-items: center;
  
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shg-align-container {
  text-align: center
}

.s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704cae9c-8339-4a53-996a-b817f7463396.shogun-image {
  box-sizing: border-box;
}


}
#s-80757a62-97b4-4621-aead-22be445265b6 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-80757a62-97b4-4621-aead-22be445265b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80757a62-97b4-4621-aead-22be445265b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9b4a274-4891-4b2e-98b0-3f0b84c9ea6a {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e9b4a274-4891-4b2e-98b0-3f0b84c9ea6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9b4a274-4891-4b2e-98b0-3f0b84c9ea6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f495acf-bf9a-49ec-bd51-129e9d7ecf8e {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 12px;
padding-bottom: 25px;
text-align: center;
}

#s-6f495acf-bf9a-49ec-bd51-129e9d7ecf8e .shogun-heading-component h2 {
  color: rgba(105, 137, 163, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c {
  margin-top: 0px;
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(105, 137, 163, 1);
  padding: 16px;
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1e4c6839-8615-43a5-9e97-438e74ddfe1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3acf6737-d6c8-4cee-8f61-eb36f036d66d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0a2ab6aa-8cf2-4ccd-83af-03a63c4b0f91 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-db55dbe0-b4ef-4272-84b9-077b636d6a55 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6e819483-d7c6-4a2a-ab12-2dbd9d32be01 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0cb23ad8-5e57-43cf-9d18-d421eed99675 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f5a8fe33-d08a-489b-9a87-16c8635a7ad6 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f5a8fe33-d08a-489b-9a87-16c8635a7ad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a8fe33-d08a-489b-9a87-16c8635a7ad6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

.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, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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-lazyload-bg-image{display:none}.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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
