.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-0d8f21d9-a555-4ce6-97ee-76e1a52816ed {
  min-height: 50px;
}








#s-0d8f21d9-a555-4ce6-97ee-76e1a52816ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8f21d9-a555-4ce6-97ee-76e1a52816ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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%;
}

.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 {
  display: none;
}
#s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0, #wrap-s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 { display:none !important; }}@media (max-width: 767px){#s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 {
  display: none;
}
#s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0, #wrap-s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 { display:none !important; }}






  #s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 img.shogun-image {
    

    
    
    
  }


#s-c8a1ffb9-8e90-4bc7-a80a-79ab6d766ce0 .shogun-image-content {
  
    align-items: 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;
}

@media (min-width: 0px) {
[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-992af2f2-bb8f-4f4b-adc1-d36fc09089a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content 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-f14c488c-5b5d-4d56-8985-23ad0e422e42 {
  margin-right: 20%;
}

#s-088a771e-1a67-4cdf-a2e8-2577d074908a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-088a771e-1a67-4cdf-a2e8-2577d074908a {
  display: none;
}
#s-088a771e-1a67-4cdf-a2e8-2577d074908a, #wrap-s-088a771e-1a67-4cdf-a2e8-2577d074908a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-088a771e-1a67-4cdf-a2e8-2577d074908a {
  display: none;
}
#s-088a771e-1a67-4cdf-a2e8-2577d074908a, #wrap-s-088a771e-1a67-4cdf-a2e8-2577d074908a { display:none !important; }}







#s-088a771e-1a67-4cdf-a2e8-2577d074908a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-088a771e-1a67-4cdf-a2e8-2577d074908a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-595b5c86-2d10-4dd7-824f-b1b615551d7a {
  text-align: center;
}







  #s-595b5c86-2d10-4dd7-824f-b1b615551d7a img.shogun-image {
    

    
    
    
  }


#s-595b5c86-2d10-4dd7-824f-b1b615551d7a .shogun-image-content {
  
    align-items: center;
  
}

#s-a1e2aab7-8462-4f02-99f7-6004d69aaeed {
  margin-top: 375px;
}

@media (min-width: 0px) {
[id="s-a1e2aab7-8462-4f02-99f7-6004d69aaeed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a1e2aab7-8462-4f02-99f7-6004d69aaeed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1e2aab7-8462-4f02-99f7-6004d69aaeed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1e2aab7-8462-4f02-99f7-6004d69aaeed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fdd5d3ed-533c-44f0-a497-b0f8fd5608ae {
  margin-top: -15px;
margin-left: 7%;
margin-right: 7%;
}

#s-1255b49e-fe38-49fe-9b71-af3277d241c8 {
  margin-left: 7%;
margin-right: -10%;
}

#s-1f0d1c4f-83a3-4fcc-86b7-09166b1ac0c9 {
  min-height: 50px;
}








#s-1f0d1c4f-83a3-4fcc-86b7-09166b1ac0c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f0d1c4f-83a3-4fcc-86b7-09166b1ac0c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02be4f9e-c211-43cc-95bd-cbec16f8ca5b {
  min-height: 50px;
}








#s-02be4f9e-c211-43cc-95bd-cbec16f8ca5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02be4f9e-c211-43cc-95bd-cbec16f8ca5b.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-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-229007be-965f-4544-8db1-0838219b98fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a {
  padding-top: 80px;
padding-left: 25%;
padding-bottom: 80px;
padding-right: 25%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a {
  padding-left: 12.5%;
padding-right: 12.5%;
display: none;
}
#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a, #wrap-s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a { display:none !important; }}@media (max-width: 767px){#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a, #wrap-s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a { display:none !important; }}







#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-031f36fa-6ce4-4b4a-a94f-032eb0c5764a.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-df756756-83df-4dca-a961-a15e58f88d11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df756756-83df-4dca-a961-a15e58f88d11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df756756-83df-4dca-a961-a15e58f88d11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df756756-83df-4dca-a961-a15e58f88d11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43183449-742b-45f9-8ffb-d896330f181c .shogun-icon-wrapper {
  text-align: left;
}


#s-43183449-742b-45f9-8ffb-d896330f181c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(15, 30, 70, 1);
}

.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-048d539b-ed4d-4593-8b88-9041d732a383 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-048d539b-ed4d-4593-8b88-9041d732a383 .shogun-heading-component h2 {
  color: rgba(15, 30, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d70df497-ae1d-48f8-a0a6-0dc0b39ba318"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d70df497-ae1d-48f8-a0a6-0dc0b39ba318"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d70df497-ae1d-48f8-a0a6-0dc0b39ba318"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d70df497-ae1d-48f8-a0a6-0dc0b39ba318"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc4bcb63-c498-42a0-950c-9ab457ec9ef6 .shogun-icon-wrapper {
  text-align: right;
}


#s-bc4bcb63-c498-42a0-950c-9ab457ec9ef6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(15, 30, 70, 1);
}

#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c {
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c {
  display: none;
}
#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c, #wrap-s-f38fec92-5eb8-41bb-a8d1-76f47e68141c { display:none !important; }}@media (max-width: 767px){#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c {
  display: none;
}
#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c, #wrap-s-f38fec92-5eb8-41bb-a8d1-76f47e68141c { display:none !important; }}







#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f38fec92-5eb8-41bb-a8d1-76f47e68141c.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-55d9639e-9fbe-4cad-8569-12fe9550b93b {
  padding-top: 80px;
padding-left: 50px;
padding-bottom: 80px;
padding-right: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-55d9639e-9fbe-4cad-8569-12fe9550b93b {
  display: none;
}
#s-55d9639e-9fbe-4cad-8569-12fe9550b93b, #wrap-s-55d9639e-9fbe-4cad-8569-12fe9550b93b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55d9639e-9fbe-4cad-8569-12fe9550b93b {
  display: none;
}
#s-55d9639e-9fbe-4cad-8569-12fe9550b93b, #wrap-s-55d9639e-9fbe-4cad-8569-12fe9550b93b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55d9639e-9fbe-4cad-8569-12fe9550b93b {
  
}
}@media (max-width: 767px){#s-55d9639e-9fbe-4cad-8569-12fe9550b93b {
  
}
}







#s-55d9639e-9fbe-4cad-8569-12fe9550b93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d9639e-9fbe-4cad-8569-12fe9550b93b.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-c27862b9-e6c3-4c3c-80ba-854d86d2b52b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c27862b9-e6c3-4c3c-80ba-854d86d2b52b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c27862b9-e6c3-4c3c-80ba-854d86d2b52b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c27862b9-e6c3-4c3c-80ba-854d86d2b52b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f353285d-d0bb-422f-a4ec-d1c7ecd63010 {
  margin-bottom: 15px;
}

#s-f353285d-d0bb-422f-a4ec-d1c7ecd63010 .shogun-icon-wrapper {
  text-align: left;
}


#s-f353285d-d0bb-422f-a4ec-d1c7ecd63010 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(15, 30, 70, 1);
}

#s-6950b231-ab1c-441b-82c9-4377efeb6b32 {
  margin-bottom: 20px;
text-align: left;
}

#s-6950b231-ab1c-441b-82c9-4377efeb6b32 .shogun-heading-component h1 {
  color: rgba(15, 30, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-6375eae4-b853-4446-8a5e-85a215f7339b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6375eae4-b853-4446-8a5e-85a215f7339b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6375eae4-b853-4446-8a5e-85a215f7339b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6375eae4-b853-4446-8a5e-85a215f7339b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f7d2edee-e821-4449-80c6-a5a94b7e10dc .shogun-icon-wrapper {
  text-align: right;
}


#s-f7d2edee-e821-4449-80c6-a5a94b7e10dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(15, 30, 70, 1);
}

#s-2adc538c-46eb-426a-94e6-a9d6f74588e3 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a50773f2-2095-4c01-bf24-872563f50a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a50773f2-2095-4c01-bf24-872563f50a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a50773f2-2095-4c01-bf24-872563f50a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a50773f2-2095-4c01-bf24-872563f50a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1353272e-4f1e-4f0f-8e9e-029e18e00a15 {
  margin-left: 20%;
margin-right: 20%;
}

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

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

#s-0f2fa75a-0318-45eb-84cc-b17bf11099f7 {
  margin-left: 10%;
margin-right: 10%;
}

#s-0f2fa75a-0318-45eb-84cc-b17bf11099f7 hr {
  border-top: 1px solid rgba(66, 66, 66, 1);
}

.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-2dca7b99-5fa3-4b8c-8065-b2961455c90e {
  margin-top: 20px;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}

#s-2dca7b99-5fa3-4b8c-8065-b2961455c90e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2dca7b99-5fa3-4b8c-8065-b2961455c90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(15, 30, 70, 1);
  padding: 10px;
}

#s-2dca7b99-5fa3-4b8c-8065-b2961455c90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2dca7b99-5fa3-4b8c-8065-b2961455c90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2dca7b99-5fa3-4b8c-8065-b2961455c90e > .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-2dca7b99-5fa3-4b8c-8065-b2961455c90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-727a09a8-6d0d-46f6-9029-829f4788ef1c {
  margin-top: 15px;
margin-left: 1%;
margin-right: 1%;
max-width: 75px;
text-align: left;
}







  #s-727a09a8-6d0d-46f6-9029-829f4788ef1c img.shogun-image {
    

    
    
    
  }


#s-727a09a8-6d0d-46f6-9029-829f4788ef1c .shogun-image-content {
  
    align-items: center;
  
}

#s-aa874928-9708-4ca2-a9cd-239a6931dfe7 {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-aa874928-9708-4ca2-a9cd-239a6931dfe7 img.shogun-image {
    

    
    
    
  }


#s-aa874928-9708-4ca2-a9cd-239a6931dfe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3756870e-8c27-4999-b710-74f01dec3456 {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-3756870e-8c27-4999-b710-74f01dec3456 img.shogun-image {
    

    
    
    
  }


#s-3756870e-8c27-4999-b710-74f01dec3456 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf96e676-6b20-4832-a371-5a291351ad2a {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-9762b76e-3a13-40e7-9a36-6bc5bbc34f51 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-c60b2477-0177-4a8b-8fb3-4c624f2e3083 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-6230a1de-0464-4634-bcc0-8f13b5319b25 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6230a1de-0464-4634-bcc0-8f13b5319b25 {
  display: none;
}
#s-6230a1de-0464-4634-bcc0-8f13b5319b25, #wrap-s-6230a1de-0464-4634-bcc0-8f13b5319b25 { display:none !important; }}@media (max-width: 767px){#s-6230a1de-0464-4634-bcc0-8f13b5319b25 {
  display: none;
}
#s-6230a1de-0464-4634-bcc0-8f13b5319b25, #wrap-s-6230a1de-0464-4634-bcc0-8f13b5319b25 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6230a1de-0464-4634-bcc0-8f13b5319b25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6230a1de-0464-4634-bcc0-8f13b5319b25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6230a1de-0464-4634-bcc0-8f13b5319b25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6230a1de-0464-4634-bcc0-8f13b5319b25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0287a177-ddec-4ca0-9dd1-fdc7c4d066be {
  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-f9e8ff51-d376-4260-a569-099c76850903 {
  text-align: left;
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 {
  max-width:  100%;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom,
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 {
  max-width:  100%;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom,
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 {
  max-width:  100%;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom,
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 {
  max-width:  100%;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom,
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 {
  max-width:  100%;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom,
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 {
  max-width:  100%;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom,
.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9e8ff51-d376-4260-a569-099c76850903 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-52c8839d-345f-43d6-b665-dd3e45949ef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52c8839d-345f-43d6-b665-dd3e45949ef9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

.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-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf-root {
    text-align: left;
  }


#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf-root {
    text-align: left;
  }


#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf-root {
    text-align: left;
  }


#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf-root {
    text-align: left;
  }


#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf-root {
    text-align: left;
  }


#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf-root {
    text-align: left;
  }


#s-f8a2f16a-687b-4c1a-9e77-50d61cf3b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-627b4c6c-2fca-4e82-999a-95e7133af9e3 {
  display: none;
}
#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  margin-left: -15%;
text-align: left;
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  max-width:  100%;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom,
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  max-width:  100%;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom,
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  max-width:  100%;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom,
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  max-width:  100%;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom,
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  max-width:  100%;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom,
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  width: 100%;
}



}
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf {
  max-width:  100%;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom,
.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abdbe7a-cc58-490c-bbd8-7592169848bf img.shogun-image {
  width: 100%;
}




#s-d76b66fe-2ad3-4cd8-a4e0-d6f3f2fa468a {
  margin-left: -15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d76b66fe-2ad3-4cd8-a4e0-d6f3f2fa468a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb {
  margin-top: 5px;
margin-left: -15%;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d4b2cad-9af2-4a83-9f37-4937f447aafb-root {
    text-align: left;
  }


#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d4b2cad-9af2-4a83-9f37-4937f447aafb-root {
    text-align: left;
  }


#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d4b2cad-9af2-4a83-9f37-4937f447aafb-root {
    text-align: left;
  }


#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d4b2cad-9af2-4a83-9f37-4937f447aafb-root {
    text-align: left;
  }


#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d4b2cad-9af2-4a83-9f37-4937f447aafb-root {
    text-align: left;
  }


#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-6d4b2cad-9af2-4a83-9f37-4937f447aafb-root {
    text-align: left;
  }


#s-6d4b2cad-9af2-4a83-9f37-4937f447aafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77bb6743-6030-47ff-9c7c-c2066b0586a5 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-77bb6743-6030-47ff-9c7c-c2066b0586a5 {
  display: none;
}
#s-77bb6743-6030-47ff-9c7c-c2066b0586a5, #wrap-s-77bb6743-6030-47ff-9c7c-c2066b0586a5 { display:none !important; }}@media (max-width: 767px){#s-77bb6743-6030-47ff-9c7c-c2066b0586a5 {
  display: none;
}
#s-77bb6743-6030-47ff-9c7c-c2066b0586a5, #wrap-s-77bb6743-6030-47ff-9c7c-c2066b0586a5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-77bb6743-6030-47ff-9c7c-c2066b0586a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-77bb6743-6030-47ff-9c7c-c2066b0586a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77bb6743-6030-47ff-9c7c-c2066b0586a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77bb6743-6030-47ff-9c7c-c2066b0586a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-12fcf9c9-451b-4b80-ab62-75b525d8abf1 {
  display: none;
}
#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  text-align: left;
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  max-width:  100%;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom,
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  max-width:  100%;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom,
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  max-width:  100%;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom,
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  max-width:  100%;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom,
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  max-width:  100%;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom,
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 {
  max-width:  100%;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom,
.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad526216-c726-434e-9c62-f0d8154931d9 img.shogun-image {
  width: 100%;
}




#s-70fe23c7-ba10-497d-8ac5-0cafe1507c5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70fe23c7-ba10-497d-8ac5-0cafe1507c5b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-fe70c19d-a63f-4a54-936f-32461c9f3007 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fe70c19d-a63f-4a54-936f-32461c9f3007:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe70c19d-a63f-4a54-936f-32461c9f3007:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe70c19d-a63f-4a54-936f-32461c9f3007-root {
    text-align: left;
  }


#s-fe70c19d-a63f-4a54-936f-32461c9f3007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe70c19d-a63f-4a54-936f-32461c9f3007-root {
    text-align: left;
  }


#s-fe70c19d-a63f-4a54-936f-32461c9f3007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe70c19d-a63f-4a54-936f-32461c9f3007-root {
    text-align: left;
  }


#s-fe70c19d-a63f-4a54-936f-32461c9f3007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe70c19d-a63f-4a54-936f-32461c9f3007-root {
    text-align: left;
  }


#s-fe70c19d-a63f-4a54-936f-32461c9f3007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe70c19d-a63f-4a54-936f-32461c9f3007-root {
    text-align: left;
  }


#s-fe70c19d-a63f-4a54-936f-32461c9f3007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-fe70c19d-a63f-4a54-936f-32461c9f3007-root {
    text-align: left;
  }


#s-fe70c19d-a63f-4a54-936f-32461c9f3007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-14607e58-4b09-4d0a-ab22-1e90c14f8215 {
  display: none;
}
#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  margin-left: -15%;
text-align: left;
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  max-width:  100%;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom,
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  max-width:  100%;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom,
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  max-width:  100%;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom,
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  max-width:  100%;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom,
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  max-width:  100%;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom,
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  width: 100%;
}



}
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc {
  max-width:  100%;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom,
.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9327b74b-e7b0-4394-882b-9ae10c0843bc img.shogun-image {
  width: 100%;
}




#s-8a687f6e-a4b4-4992-8053-e64748d3358c {
  margin-left: -15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a687f6e-a4b4-4992-8053-e64748d3358c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a189d881-5441-4626-b868-0722835a4117 {
  margin-top: 5px;
margin-left: -15%;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a189d881-5441-4626-b868-0722835a4117:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a189d881-5441-4626-b868-0722835a4117:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a189d881-5441-4626-b868-0722835a4117-root {
    text-align: left;
  }


#s-a189d881-5441-4626-b868-0722835a4117.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a189d881-5441-4626-b868-0722835a4117-root {
    text-align: left;
  }


#s-a189d881-5441-4626-b868-0722835a4117.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a189d881-5441-4626-b868-0722835a4117-root {
    text-align: left;
  }


#s-a189d881-5441-4626-b868-0722835a4117.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a189d881-5441-4626-b868-0722835a4117-root {
    text-align: left;
  }


#s-a189d881-5441-4626-b868-0722835a4117.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a189d881-5441-4626-b868-0722835a4117-root {
    text-align: left;
  }


#s-a189d881-5441-4626-b868-0722835a4117.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-a189d881-5441-4626-b868-0722835a4117-root {
    text-align: left;
  }


#s-a189d881-5441-4626-b868-0722835a4117.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1dad2913-90c0-471f-bb83-bcf937ce87bc {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-1dad2913-90c0-471f-bb83-bcf937ce87bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1dad2913-90c0-471f-bb83-bcf937ce87bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dad2913-90c0-471f-bb83-bcf937ce87bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dad2913-90c0-471f-bb83-bcf937ce87bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-c1cdf586-bf7a-44c6-ab20-bce1f701f31a {
  display: none;
}
#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  text-align: left;
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  max-width:  100%;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom,
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  max-width:  100%;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom,
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  max-width:  100%;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom,
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  max-width:  100%;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom,
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  max-width:  100%;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom,
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 {
  max-width:  100%;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom,
.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05fe4abd-db8d-478c-b8b2-bd7620c92572 img.shogun-image {
  width: 100%;
}




#s-63189b96-46ba-42b5-acca-ff7965db730b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63189b96-46ba-42b5-acca-ff7965db730b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-177e647a-f53e-4e98-9540-fe13353fa170 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-177e647a-f53e-4e98-9540-fe13353fa170:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-177e647a-f53e-4e98-9540-fe13353fa170:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-177e647a-f53e-4e98-9540-fe13353fa170-root {
    text-align: left;
  }


#s-177e647a-f53e-4e98-9540-fe13353fa170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-177e647a-f53e-4e98-9540-fe13353fa170-root {
    text-align: left;
  }


#s-177e647a-f53e-4e98-9540-fe13353fa170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-177e647a-f53e-4e98-9540-fe13353fa170-root {
    text-align: left;
  }


#s-177e647a-f53e-4e98-9540-fe13353fa170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-177e647a-f53e-4e98-9540-fe13353fa170-root {
    text-align: left;
  }


#s-177e647a-f53e-4e98-9540-fe13353fa170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-177e647a-f53e-4e98-9540-fe13353fa170-root {
    text-align: left;
  }


#s-177e647a-f53e-4e98-9540-fe13353fa170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-177e647a-f53e-4e98-9540-fe13353fa170-root {
    text-align: left;
  }


#s-177e647a-f53e-4e98-9540-fe13353fa170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-785ed568-2ecf-4863-b795-9abaa777eee4 {
  display: none;
}
#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  text-align: left;
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  max-width:  100%;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom,
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  max-width:  100%;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom,
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  max-width:  100%;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom,
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  max-width:  100%;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom,
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  max-width:  100%;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom,
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 {
  max-width:  100%;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom,
.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff1b4a3-04af-4c43-b7b0-691f8ae0f427 img.shogun-image {
  width: 100%;
}




#s-4468462a-e533-4648-a057-b4aa6f5963b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4468462a-e533-4648-a057-b4aa6f5963b7 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f94a48e3-f827-4404-b881-1230a4ba2805 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f94a48e3-f827-4404-b881-1230a4ba2805:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f94a48e3-f827-4404-b881-1230a4ba2805:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f94a48e3-f827-4404-b881-1230a4ba2805-root {
    text-align: left;
  }


#s-f94a48e3-f827-4404-b881-1230a4ba2805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f94a48e3-f827-4404-b881-1230a4ba2805-root {
    text-align: left;
  }


#s-f94a48e3-f827-4404-b881-1230a4ba2805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f94a48e3-f827-4404-b881-1230a4ba2805-root {
    text-align: left;
  }


#s-f94a48e3-f827-4404-b881-1230a4ba2805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f94a48e3-f827-4404-b881-1230a4ba2805-root {
    text-align: left;
  }


#s-f94a48e3-f827-4404-b881-1230a4ba2805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f94a48e3-f827-4404-b881-1230a4ba2805-root {
    text-align: left;
  }


#s-f94a48e3-f827-4404-b881-1230a4ba2805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-f94a48e3-f827-4404-b881-1230a4ba2805-root {
    text-align: left;
  }


#s-f94a48e3-f827-4404-b881-1230a4ba2805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7920583-09e9-4faf-84d0-85230eebd8e7 {
  display: none;
}
#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  text-align: left;
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  max-width:  100%;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom,
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  max-width:  100%;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom,
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  max-width:  100%;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom,
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  max-width:  100%;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom,
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  max-width:  100%;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom,
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 {
  max-width:  100%;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom,
.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e20936-a0d8-42a4-8eaa-14c24ccad6f7 img.shogun-image {
  width: 100%;
}




#s-3a1fa45b-bc31-4f62-b144-484d45e0c63c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a1fa45b-bc31-4f62-b144-484d45e0c63c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6a5704fb-a769-439d-a91d-7b17ccef3f27 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a5704fb-a769-439d-a91d-7b17ccef3f27:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a5704fb-a769-439d-a91d-7b17ccef3f27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a5704fb-a769-439d-a91d-7b17ccef3f27-root {
    text-align: left;
  }


#s-6a5704fb-a769-439d-a91d-7b17ccef3f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a5704fb-a769-439d-a91d-7b17ccef3f27-root {
    text-align: left;
  }


#s-6a5704fb-a769-439d-a91d-7b17ccef3f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a5704fb-a769-439d-a91d-7b17ccef3f27-root {
    text-align: left;
  }


#s-6a5704fb-a769-439d-a91d-7b17ccef3f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a5704fb-a769-439d-a91d-7b17ccef3f27-root {
    text-align: left;
  }


#s-6a5704fb-a769-439d-a91d-7b17ccef3f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a5704fb-a769-439d-a91d-7b17ccef3f27-root {
    text-align: left;
  }


#s-6a5704fb-a769-439d-a91d-7b17ccef3f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-6a5704fb-a769-439d-a91d-7b17ccef3f27-root {
    text-align: left;
  }


#s-6a5704fb-a769-439d-a91d-7b17ccef3f27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e9b3463-003d-4238-bb87-1624021e1819 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-5e9b3463-003d-4238-bb87-1624021e1819 {
  display: none;
}
#s-5e9b3463-003d-4238-bb87-1624021e1819, #wrap-s-5e9b3463-003d-4238-bb87-1624021e1819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e9b3463-003d-4238-bb87-1624021e1819 {
  display: none;
}
#s-5e9b3463-003d-4238-bb87-1624021e1819, #wrap-s-5e9b3463-003d-4238-bb87-1624021e1819 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5e9b3463-003d-4238-bb87-1624021e1819"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5e9b3463-003d-4238-bb87-1624021e1819"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e9b3463-003d-4238-bb87-1624021e1819"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e9b3463-003d-4238-bb87-1624021e1819"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-27c2c9c2-7704-45c3-91bb-7636d97f13b9 {
  display: none;
}
#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  text-align: left;
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  max-width:  100%;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom,
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  max-width:  100%;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom,
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  max-width:  100%;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom,
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  max-width:  100%;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom,
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  max-width:  100%;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom,
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 {
  max-width:  100%;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom,
.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcffbf3-1bc6-4444-bd57-0a524868c905 img.shogun-image {
  width: 100%;
}




#s-2908e615-51b9-4d4f-b8b9-5ae4b8cfef1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2908e615-51b9-4d4f-b8b9-5ae4b8cfef1d .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bd66e388-3512-4245-940c-9d3c86598505 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bd66e388-3512-4245-940c-9d3c86598505:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd66e388-3512-4245-940c-9d3c86598505:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd66e388-3512-4245-940c-9d3c86598505-root {
    text-align: left;
  }


#s-bd66e388-3512-4245-940c-9d3c86598505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd66e388-3512-4245-940c-9d3c86598505-root {
    text-align: left;
  }


#s-bd66e388-3512-4245-940c-9d3c86598505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd66e388-3512-4245-940c-9d3c86598505-root {
    text-align: left;
  }


#s-bd66e388-3512-4245-940c-9d3c86598505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd66e388-3512-4245-940c-9d3c86598505-root {
    text-align: left;
  }


#s-bd66e388-3512-4245-940c-9d3c86598505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd66e388-3512-4245-940c-9d3c86598505-root {
    text-align: left;
  }


#s-bd66e388-3512-4245-940c-9d3c86598505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-bd66e388-3512-4245-940c-9d3c86598505-root {
    text-align: left;
  }


#s-bd66e388-3512-4245-940c-9d3c86598505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b9a6564-e9e4-49fd-b718-6fef48bde5b5 {
  display: none;
}
#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  text-align: left;
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  max-width:  100%;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom,
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  max-width:  100%;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom,
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  max-width:  100%;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom,
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  max-width:  100%;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom,
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  max-width:  100%;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom,
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  width: 100%;
}



}
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece {
  max-width:  100%;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom,
.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cedca8f9-9a78-4636-88c4-659dfc5f0ece img.shogun-image {
  width: 100%;
}




#s-fc6a52d5-77bd-4b09-8c9b-160563dbd879 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc6a52d5-77bd-4b09-8c9b-160563dbd879 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65-root {
    text-align: left;
  }


#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65-root {
    text-align: left;
  }


#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65-root {
    text-align: left;
  }


#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65-root {
    text-align: left;
  }


#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65-root {
    text-align: left;
  }


#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65-root {
    text-align: left;
  }


#s-ae8ff546-9dc1-4c1a-a41f-8cc14dc33d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d7b552d-87a9-4401-85ce-1e92a14de461 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-3d7b552d-87a9-4401-85ce-1e92a14de461 {
  display: none;
}
#s-3d7b552d-87a9-4401-85ce-1e92a14de461, #wrap-s-3d7b552d-87a9-4401-85ce-1e92a14de461 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d7b552d-87a9-4401-85ce-1e92a14de461 {
  display: none;
}
#s-3d7b552d-87a9-4401-85ce-1e92a14de461, #wrap-s-3d7b552d-87a9-4401-85ce-1e92a14de461 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3d7b552d-87a9-4401-85ce-1e92a14de461"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3d7b552d-87a9-4401-85ce-1e92a14de461"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d7b552d-87a9-4401-85ce-1e92a14de461"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d7b552d-87a9-4401-85ce-1e92a14de461"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6672747e-0c58-47d5-bf00-2277f69b66c3 {
  display: none;
}
#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  text-align: left;
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  max-width:  100%;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom,
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  max-width:  100%;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom,
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  max-width:  100%;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom,
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  max-width:  100%;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom,
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  max-width:  100%;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom,
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 {
  max-width:  100%;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom,
.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-beeee786-5c5a-4166-8856-c0289732fdb1 img.shogun-image {
  width: 100%;
}




#s-e0dc820f-60d3-4e3f-862c-72ede298a045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0dc820f-60d3-4e3f-862c-72ede298a045 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b-root {
    text-align: left;
  }


#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b-root {
    text-align: left;
  }


#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b-root {
    text-align: left;
  }


#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b-root {
    text-align: left;
  }


#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b-root {
    text-align: left;
  }


#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b-root {
    text-align: left;
  }


#s-9ae092ef-f9ba-49cd-9ecb-4b27d368031b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8effda42-fcfe-4783-9ce0-5e542dbf8e18 {
  display: none;
}
#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  text-align: left;
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  max-width:  100%;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom,
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  max-width:  100%;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom,
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  max-width:  100%;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom,
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  max-width:  100%;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom,
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  max-width:  100%;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom,
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  width: 100%;
}



}
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd {
  max-width:  100%;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom,
.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92f8640-73c4-47ad-9868-8c44c64679bd img.shogun-image {
  width: 100%;
}




#s-33bd2f63-9c72-4b98-9208-d78c3819ec17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-33bd2f63-9c72-4b98-9208-d78c3819ec17 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-09f52bbe-8b95-445f-9084-5702ba2a7bce {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-09f52bbe-8b95-445f-9084-5702ba2a7bce:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09f52bbe-8b95-445f-9084-5702ba2a7bce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09f52bbe-8b95-445f-9084-5702ba2a7bce-root {
    text-align: left;
  }


#s-09f52bbe-8b95-445f-9084-5702ba2a7bce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09f52bbe-8b95-445f-9084-5702ba2a7bce-root {
    text-align: left;
  }


#s-09f52bbe-8b95-445f-9084-5702ba2a7bce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09f52bbe-8b95-445f-9084-5702ba2a7bce-root {
    text-align: left;
  }


#s-09f52bbe-8b95-445f-9084-5702ba2a7bce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09f52bbe-8b95-445f-9084-5702ba2a7bce-root {
    text-align: left;
  }


#s-09f52bbe-8b95-445f-9084-5702ba2a7bce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09f52bbe-8b95-445f-9084-5702ba2a7bce-root {
    text-align: left;
  }


#s-09f52bbe-8b95-445f-9084-5702ba2a7bce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-09f52bbe-8b95-445f-9084-5702ba2a7bce-root {
    text-align: left;
  }


#s-09f52bbe-8b95-445f-9084-5702ba2a7bce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-a607d23b-51b9-4931-8bf6-fa6d069bbf4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a607d23b-51b9-4931-8bf6-fa6d069bbf4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a607d23b-51b9-4931-8bf6-fa6d069bbf4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a607d23b-51b9-4931-8bf6-fa6d069bbf4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-494ae087-ffd1-4869-b8cc-2f5f59e1ec1e {
  margin-left: 20%;
margin-right: 20%;
}

#s-aa64ddd1-59d7-465f-ac23-31f317eaf8f4 {
  margin-left: 10%;
margin-right: 10%;
}

#s-aa64ddd1-59d7-465f-ac23-31f317eaf8f4 hr {
  border-top: 1px solid rgba(66, 66, 66, 1);
}

#s-a71a8528-fe19-41bf-95e7-0b9a4a61f52e {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-a71a8528-fe19-41bf-95e7-0b9a4a61f52e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a71a8528-fe19-41bf-95e7-0b9a4a61f52e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(15, 30, 70, 1);
  padding: 10px;
}

#s-a71a8528-fe19-41bf-95e7-0b9a4a61f52e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a71a8528-fe19-41bf-95e7-0b9a4a61f52e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a71a8528-fe19-41bf-95e7-0b9a4a61f52e > .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-a71a8528-fe19-41bf-95e7-0b9a4a61f52e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e02b3e0f-068d-4472-91ae-b6219596b451 {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-e02b3e0f-068d-4472-91ae-b6219596b451 img.shogun-image {
    

    
    
    
  }


#s-e02b3e0f-068d-4472-91ae-b6219596b451 .shogun-image-content {
  
    align-items: center;
  
}

#s-15be11a4-69ce-4b53-93ff-a30d46a256ff {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-15be11a4-69ce-4b53-93ff-a30d46a256ff img.shogun-image {
    

    
    
    
  }


#s-15be11a4-69ce-4b53-93ff-a30d46a256ff .shogun-image-content {
  
    align-items: center;
  
}

#s-f772f28b-059c-49e8-8717-eb364397f475 {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-f772f28b-059c-49e8-8717-eb364397f475 img.shogun-image {
    

    
    
    
  }


#s-f772f28b-059c-49e8-8717-eb364397f475 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a94256b-b330-4f71-b578-c2f2320cd2a2 {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-8a94256b-b330-4f71-b578-c2f2320cd2a2 img.shogun-image {
    

    
    
    
  }


#s-8a94256b-b330-4f71-b578-c2f2320cd2a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0dec2aa-c978-4e9f-83d0-e18b7dd5ef68 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-bc33347d-1390-4910-91ad-ac72aea2ce63 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-c51b4636-e1da-4797-b674-5806565f8057 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-1019ccf7-f5fe-4b5e-9b94-1b6bf493648e {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-5e0a8c19-91ec-40bd-ad6e-a8850d87d030 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-5e0a8c19-91ec-40bd-ad6e-a8850d87d030"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5e0a8c19-91ec-40bd-ad6e-a8850d87d030"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0a8c19-91ec-40bd-ad6e-a8850d87d030"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0a8c19-91ec-40bd-ad6e-a8850d87d030"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ab87b77d-58d0-4067-9fd1-1075b9831329 {
  display: none;
}
#s-529e69db-c045-412f-8e22-a7122b3735ed {
  text-align: left;
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed {
  max-width:  100%;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom,
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed {
  max-width:  100%;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom,
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed {
  max-width:  100%;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom,
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed {
  max-width:  100%;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom,
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed {
  max-width:  100%;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom,
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  width: 100%;
}



}
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed {
  max-width:  100%;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom,
.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-529e69db-c045-412f-8e22-a7122b3735ed img.shogun-image {
  width: 100%;
}




#s-eb4865aa-d29e-46b6-9033-f7c0566e1d3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb4865aa-d29e-46b6-9033-f7c0566e1d3a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1-root {
    text-align: left;
  }


#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1-root {
    text-align: left;
  }


#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1-root {
    text-align: left;
  }


#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1-root {
    text-align: left;
  }


#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1-root {
    text-align: left;
  }


#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1-root {
    text-align: left;
  }


#s-661cfcd9-f991-43e2-8409-8ec9ac82e2e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdd1acb0-92ec-44f8-bbf5-025ac995dfcb {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-fdd1acb0-92ec-44f8-bbf5-025ac995dfcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fdd1acb0-92ec-44f8-bbf5-025ac995dfcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdd1acb0-92ec-44f8-bbf5-025ac995dfcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdd1acb0-92ec-44f8-bbf5-025ac995dfcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8ab055f2-19a1-4371-ac8d-b791d3d1aa45 {
  display: none;
}
#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  text-align: left;
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  max-width:  100%;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom,
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  max-width:  100%;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom,
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  max-width:  100%;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom,
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  max-width:  100%;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom,
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  max-width:  100%;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom,
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  width: 100%;
}



}
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df {
  max-width:  100%;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom,
.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69465eb8-0621-4a4f-95a8-22cfee4be7df img.shogun-image {
  width: 100%;
}




#s-8ac9c758-88de-4cc4-b571-b8fa4a8cf6e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ac9c758-88de-4cc4-b571-b8fa4a8cf6e8 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1-root {
    text-align: left;
  }


#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1-root {
    text-align: left;
  }


#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1-root {
    text-align: left;
  }


#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1-root {
    text-align: left;
  }


#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1-root {
    text-align: left;
  }


#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1-root {
    text-align: left;
  }


#s-ba05e2d7-92be-46ab-b2fc-2a3ec87325f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-36e8b740-d102-4a9d-8eb8-2236c9d0240d {
  display: none;
}
#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  text-align: left;
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  max-width:  100%;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom,
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  max-width:  100%;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom,
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  max-width:  100%;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom,
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  max-width:  100%;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom,
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  max-width:  100%;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom,
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  width: 100%;
}



}
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec {
  max-width:  100%;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom,
.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1939a18-3577-433f-901c-e6dd198e59ec img.shogun-image {
  width: 100%;
}




#s-9997cb62-2098-4aaf-ba79-5b060f13c37a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9997cb62-2098-4aaf-ba79-5b060f13c37a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-53d444a4-5190-49f7-8fba-ad1db86f7d26 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53d444a4-5190-49f7-8fba-ad1db86f7d26:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53d444a4-5190-49f7-8fba-ad1db86f7d26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53d444a4-5190-49f7-8fba-ad1db86f7d26-root {
    text-align: left;
  }


#s-53d444a4-5190-49f7-8fba-ad1db86f7d26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53d444a4-5190-49f7-8fba-ad1db86f7d26-root {
    text-align: left;
  }


#s-53d444a4-5190-49f7-8fba-ad1db86f7d26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53d444a4-5190-49f7-8fba-ad1db86f7d26-root {
    text-align: left;
  }


#s-53d444a4-5190-49f7-8fba-ad1db86f7d26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53d444a4-5190-49f7-8fba-ad1db86f7d26-root {
    text-align: left;
  }


#s-53d444a4-5190-49f7-8fba-ad1db86f7d26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53d444a4-5190-49f7-8fba-ad1db86f7d26-root {
    text-align: left;
  }


#s-53d444a4-5190-49f7-8fba-ad1db86f7d26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-53d444a4-5190-49f7-8fba-ad1db86f7d26-root {
    text-align: left;
  }


#s-53d444a4-5190-49f7-8fba-ad1db86f7d26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61e9bcbc-ec86-40f5-99c8-ecf00172404d {
  display: none;
}
#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  text-align: left;
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  max-width:  100%;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom,
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  max-width:  100%;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom,
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  max-width:  100%;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom,
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  max-width:  100%;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom,
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  max-width:  100%;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom,
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  width: 100%;
}



}
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d {
  max-width:  100%;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom,
.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bdde09-c0a6-49fd-9827-954b22e2056d img.shogun-image {
  width: 100%;
}




#s-57df85fd-3c7d-450d-90f3-fb73949a38aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57df85fd-3c7d-450d-90f3-fb73949a38aa .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2654af3-3740-421c-a67a-c1c5ae2ad36d-root {
    text-align: left;
  }


#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2654af3-3740-421c-a67a-c1c5ae2ad36d-root {
    text-align: left;
  }


#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2654af3-3740-421c-a67a-c1c5ae2ad36d-root {
    text-align: left;
  }


#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2654af3-3740-421c-a67a-c1c5ae2ad36d-root {
    text-align: left;
  }


#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2654af3-3740-421c-a67a-c1c5ae2ad36d-root {
    text-align: left;
  }


#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-a2654af3-3740-421c-a67a-c1c5ae2ad36d-root {
    text-align: left;
  }


#s-a2654af3-3740-421c-a67a-c1c5ae2ad36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed9c1b7a-15ad-4c58-b131-12b3e8568562 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-ed9c1b7a-15ad-4c58-b131-12b3e8568562"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ed9c1b7a-15ad-4c58-b131-12b3e8568562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed9c1b7a-15ad-4c58-b131-12b3e8568562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed9c1b7a-15ad-4c58-b131-12b3e8568562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ea80fb4c-5cde-41d3-92ba-c2fd7efe51cc {
  display: none;
}
#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  text-align: left;
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  max-width:  100%;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom,
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  max-width:  100%;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom,
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  max-width:  100%;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom,
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  max-width:  100%;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom,
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  max-width:  100%;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom,
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  width: 100%;
}



}
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c {
  max-width:  100%;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom,
.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2fcad4b-62d9-4e42-bd20-f3b8286e4e3c img.shogun-image {
  width: 100%;
}




#s-b6f4f465-c7b4-4dee-8e73-9ae16bac96b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b6f4f465-c7b4-4dee-8e73-9ae16bac96b7 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-091927b7-d82c-4cd9-9ac6-720460e5bc77 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-091927b7-d82c-4cd9-9ac6-720460e5bc77:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-091927b7-d82c-4cd9-9ac6-720460e5bc77:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-091927b7-d82c-4cd9-9ac6-720460e5bc77-root {
    text-align: left;
  }


#s-091927b7-d82c-4cd9-9ac6-720460e5bc77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-091927b7-d82c-4cd9-9ac6-720460e5bc77-root {
    text-align: left;
  }


#s-091927b7-d82c-4cd9-9ac6-720460e5bc77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-091927b7-d82c-4cd9-9ac6-720460e5bc77-root {
    text-align: left;
  }


#s-091927b7-d82c-4cd9-9ac6-720460e5bc77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-091927b7-d82c-4cd9-9ac6-720460e5bc77-root {
    text-align: left;
  }


#s-091927b7-d82c-4cd9-9ac6-720460e5bc77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-091927b7-d82c-4cd9-9ac6-720460e5bc77-root {
    text-align: left;
  }


#s-091927b7-d82c-4cd9-9ac6-720460e5bc77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-091927b7-d82c-4cd9-9ac6-720460e5bc77-root {
    text-align: left;
  }


#s-091927b7-d82c-4cd9-9ac6-720460e5bc77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c5988f2-c7dc-456f-bc6b-076da3b2fc46 {
  display: none;
}
#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  text-align: left;
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  max-width:  100%;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom,
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  max-width:  100%;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom,
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  max-width:  100%;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom,
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  max-width:  100%;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom,
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  max-width:  100%;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom,
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  width: 100%;
}



}
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b {
  max-width:  100%;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom,
.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757c7907-3d25-4038-a63c-3154bec3b01b img.shogun-image {
  width: 100%;
}




#s-f8ab14e0-fbbf-4e4a-a4f6-f0db936d9c1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8ab14e0-fbbf-4e4a-a4f6-f0db936d9c1b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c9e02713-f830-47ac-be48-28b0cb6bcd13 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9e02713-f830-47ac-be48-28b0cb6bcd13:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9e02713-f830-47ac-be48-28b0cb6bcd13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9e02713-f830-47ac-be48-28b0cb6bcd13-root {
    text-align: left;
  }


#s-c9e02713-f830-47ac-be48-28b0cb6bcd13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9e02713-f830-47ac-be48-28b0cb6bcd13-root {
    text-align: left;
  }


#s-c9e02713-f830-47ac-be48-28b0cb6bcd13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9e02713-f830-47ac-be48-28b0cb6bcd13-root {
    text-align: left;
  }


#s-c9e02713-f830-47ac-be48-28b0cb6bcd13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9e02713-f830-47ac-be48-28b0cb6bcd13-root {
    text-align: left;
  }


#s-c9e02713-f830-47ac-be48-28b0cb6bcd13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9e02713-f830-47ac-be48-28b0cb6bcd13-root {
    text-align: left;
  }


#s-c9e02713-f830-47ac-be48-28b0cb6bcd13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-c9e02713-f830-47ac-be48-28b0cb6bcd13-root {
    text-align: left;
  }


#s-c9e02713-f830-47ac-be48-28b0cb6bcd13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4571e41e-6607-4bde-8545-ea70988f5933 {
  display: none;
}
#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  text-align: left;
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  max-width:  100%;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom,
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  max-width:  100%;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom,
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  max-width:  100%;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom,
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  max-width:  100%;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom,
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  max-width:  100%;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom,
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  width: 100%;
}



}
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da {
  max-width:  100%;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom,
.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35c4e056-97e0-47dd-8222-1bb69caee2da img.shogun-image {
  width: 100%;
}




#s-8761007b-d7ef-442e-8212-5957afda9bab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8761007b-d7ef-442e-8212-5957afda9bab .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-04b0ed9f-02c9-46be-87aa-279f8186afe7 {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-04b0ed9f-02c9-46be-87aa-279f8186afe7:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04b0ed9f-02c9-46be-87aa-279f8186afe7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04b0ed9f-02c9-46be-87aa-279f8186afe7-root {
    text-align: left;
  }


#s-04b0ed9f-02c9-46be-87aa-279f8186afe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04b0ed9f-02c9-46be-87aa-279f8186afe7-root {
    text-align: left;
  }


#s-04b0ed9f-02c9-46be-87aa-279f8186afe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04b0ed9f-02c9-46be-87aa-279f8186afe7-root {
    text-align: left;
  }


#s-04b0ed9f-02c9-46be-87aa-279f8186afe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04b0ed9f-02c9-46be-87aa-279f8186afe7-root {
    text-align: left;
  }


#s-04b0ed9f-02c9-46be-87aa-279f8186afe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04b0ed9f-02c9-46be-87aa-279f8186afe7-root {
    text-align: left;
  }


#s-04b0ed9f-02c9-46be-87aa-279f8186afe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-04b0ed9f-02c9-46be-87aa-279f8186afe7-root {
    text-align: left;
  }


#s-04b0ed9f-02c9-46be-87aa-279f8186afe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82e9ac44-5820-4150-97ea-c9f18a1c4ff3 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-82e9ac44-5820-4150-97ea-c9f18a1c4ff3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-82e9ac44-5820-4150-97ea-c9f18a1c4ff3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82e9ac44-5820-4150-97ea-c9f18a1c4ff3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82e9ac44-5820-4150-97ea-c9f18a1c4ff3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1da79b27-10b4-46f8-8c66-9f93fe01733e {
  display: none;
}
#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  text-align: left;
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  max-width:  100%;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom,
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  max-width:  100%;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom,
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  max-width:  100%;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom,
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  max-width:  100%;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom,
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  max-width:  100%;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom,
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  width: 100%;
}



}
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a {
  max-width:  100%;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom,
.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba988ff2-143c-4822-a7a5-2decd743be3a img.shogun-image {
  width: 100%;
}




#s-377f429b-a522-4b16-805e-ff4e0a4d7029 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-377f429b-a522-4b16-805e-ff4e0a4d7029 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-139d72bb-74d9-495a-a81a-12343ec416de {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-139d72bb-74d9-495a-a81a-12343ec416de:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-139d72bb-74d9-495a-a81a-12343ec416de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-139d72bb-74d9-495a-a81a-12343ec416de-root {
    text-align: left;
  }


#s-139d72bb-74d9-495a-a81a-12343ec416de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-139d72bb-74d9-495a-a81a-12343ec416de-root {
    text-align: left;
  }


#s-139d72bb-74d9-495a-a81a-12343ec416de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-139d72bb-74d9-495a-a81a-12343ec416de-root {
    text-align: left;
  }


#s-139d72bb-74d9-495a-a81a-12343ec416de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-139d72bb-74d9-495a-a81a-12343ec416de-root {
    text-align: left;
  }


#s-139d72bb-74d9-495a-a81a-12343ec416de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-139d72bb-74d9-495a-a81a-12343ec416de-root {
    text-align: left;
  }


#s-139d72bb-74d9-495a-a81a-12343ec416de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-139d72bb-74d9-495a-a81a-12343ec416de-root {
    text-align: left;
  }


#s-139d72bb-74d9-495a-a81a-12343ec416de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-c0cf7587-596a-41af-976a-d10cc3712345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0cf7587-596a-41af-976a-d10cc3712345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0cf7587-596a-41af-976a-d10cc3712345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0cf7587-596a-41af-976a-d10cc3712345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07af49b4-d2ee-4baa-8d26-3b419fcde049 {
  margin-left: 20%;
margin-right: 20%;
}

#s-6b35b123-34c4-4750-b0d4-2c6cc2636776 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6b35b123-34c4-4750-b0d4-2c6cc2636776 hr {
  border-top: 1px solid rgba(66, 66, 66, 1);
}

#s-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca {
  margin-top: 20px;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}

#s-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(15, 30, 70, 1);
  padding: 10px;
}

#s-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca > .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-dee6303f-3345-4b63-b9fc-27ea4cb1c3ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2b6312aa-6743-4a18-a84a-df29dae3b68c {
  margin-top: 15px;
margin-left: 1%;
max-width: 75px;
text-align: left;
}







  #s-2b6312aa-6743-4a18-a84a-df29dae3b68c img.shogun-image {
    

    
    
    
  }


#s-2b6312aa-6743-4a18-a84a-df29dae3b68c .shogun-image-content {
  
    align-items: center;
  
}

#s-1fd36dc7-03e0-49da-ba54-225aceabb87f {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}

#s-089311e3-8a3b-48d8-8193-044d606687ec {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-089311e3-8a3b-48d8-8193-044d606687ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-089311e3-8a3b-48d8-8193-044d606687ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-089311e3-8a3b-48d8-8193-044d606687ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-089311e3-8a3b-48d8-8193-044d606687ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-80c42375-2135-4c47-93fd-c5058cc64c1d {
  display: none;
}
#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  text-align: left;
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  max-width:  100%;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom,
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  max-width:  100%;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom,
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  max-width:  100%;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom,
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  max-width:  100%;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom,
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  max-width:  100%;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom,
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  width: 100%;
}



}
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e {
  max-width:  100%;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom,
.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e97b8f9f-9d85-4e92-afd1-bcf4dec32f8e img.shogun-image {
  width: 100%;
}




#s-39d8a274-bc79-4ea3-b17c-e1ddd820d0df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39d8a274-bc79-4ea3-b17c-e1ddd820d0df .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a {
  margin-top: 5px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a-root {
    text-align: left;
  }


#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a-root {
    text-align: left;
  }


#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a-root {
    text-align: left;
  }


#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a-root {
    text-align: left;
  }


#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a-root {
    text-align: left;
  }


#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a-root {
    text-align: left;
  }


#s-915b13e6-b52e-4d8e-a0a4-30e9d3be875a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}