.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-080fb384-2bb9-4d32-90bd-8510166e3e74 {
  min-height: 50px;
}








#s-080fb384-2bb9-4d32-90bd-8510166e3e74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-080fb384-2bb9-4d32-90bd-8510166e3e74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9901c99-5b8b-466d-975d-8e46acdfefe5 {
  min-height: 50px;
}








#s-e9901c99-5b8b-466d-975d-8e46acdfefe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9901c99-5b8b-466d-975d-8e46acdfefe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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: ;
}

.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-4aea55b2-5290-4d53-875e-e9feb8eb9fe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4aea55b2-5290-4d53-875e-e9feb8eb9fe4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4aea55b2-5290-4d53-875e-e9feb8eb9fe4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aea55b2-5290-4d53-875e-e9feb8eb9fe4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

.shg-btn-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-e66343e7-8882-42ad-9859-f5a1ea2cd898 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-e66343e7-8882-42ad-9859-f5a1ea2cd898:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e66343e7-8882-42ad-9859-f5a1ea2cd898:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e66343e7-8882-42ad-9859-f5a1ea2cd898-root {
    text-align: center;
  }


#s-e66343e7-8882-42ad-9859-f5a1ea2cd898.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e66343e7-8882-42ad-9859-f5a1ea2cd898-root {
    text-align: center;
  }


#s-e66343e7-8882-42ad-9859-f5a1ea2cd898.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e66343e7-8882-42ad-9859-f5a1ea2cd898-root {
    text-align: center;
  }


#s-e66343e7-8882-42ad-9859-f5a1ea2cd898.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e66343e7-8882-42ad-9859-f5a1ea2cd898-root {
    text-align: center;
  }


#s-e66343e7-8882-42ad-9859-f5a1ea2cd898.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e66343e7-8882-42ad-9859-f5a1ea2cd898-root {
    text-align: center;
  }


#s-e66343e7-8882-42ad-9859-f5a1ea2cd898.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}
#s-99021a68-74dd-4391-a5b8-caff569492fc {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-99021a68-74dd-4391-a5b8-caff569492fc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99021a68-74dd-4391-a5b8-caff569492fc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-99021a68-74dd-4391-a5b8-caff569492fc-root {
    text-align: center;
  }


#s-99021a68-74dd-4391-a5b8-caff569492fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99021a68-74dd-4391-a5b8-caff569492fc-root {
    text-align: center;
  }


#s-99021a68-74dd-4391-a5b8-caff569492fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99021a68-74dd-4391-a5b8-caff569492fc-root {
    text-align: center;
  }


#s-99021a68-74dd-4391-a5b8-caff569492fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99021a68-74dd-4391-a5b8-caff569492fc-root {
    text-align: center;
  }


#s-99021a68-74dd-4391-a5b8-caff569492fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99021a68-74dd-4391-a5b8-caff569492fc-root {
    text-align: center;
  }


#s-99021a68-74dd-4391-a5b8-caff569492fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (max-width: 767px){#s-cfe749a6-f948-4f69-b127-2621bf00cca9 {
  
}
}
#s-cfe749a6-f948-4f69-b127-2621bf00cca9 hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-01104fcc-22a2-44b5-8a71-01f89578bf1a {
  
}
}
@media (min-width: 0px) {
[id="s-63c9217b-9ca9-4ec2-8a13-e9bb3a444fd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63c9217b-9ca9-4ec2-8a13-e9bb3a444fd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-63c9217b-9ca9-4ec2-8a13-e9bb3a444fd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-63c9217b-9ca9-4ec2-8a13-e9bb3a444fd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e99b13f1-35f8-47f9-84bb-d8c603c183eb {
  padding-left: 2%;
}

#s-c0ca5a76-f118-47a8-bba3-94c6bc497b29 {
  padding-left: 2%;
}

#s-ee6df60b-4be0-4fab-bf11-d06924fb31b4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ee6df60b-4be0-4fab-bf11-d06924fb31b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee6df60b-4be0-4fab-bf11-d06924fb31b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee6df60b-4be0-4fab-bf11-d06924fb31b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee6df60b-4be0-4fab-bf11-d06924fb31b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ab622599-ec57-4fe6-8a55-d0f1d90ae709 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-ab622599-ec57-4fe6-8a55-d0f1d90ae709 {
  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-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 {
  text-align: center;
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 {
  max-width:  100%;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom,
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 {
  max-width:  100%;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom,
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 {
  max-width:  100%;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom,
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 {
  max-width:  100%;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom,
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 {
  max-width:  100%;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom,
.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ed7b55-b56a-4e3b-a46f-8c7ecbc92258 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-2d1e44ae-23c8-4538-97bf-5ea642e67c8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d1e44ae-23c8-4538-97bf-5ea642e67c8a .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-27b90ca3-d518-444d-93e5-267b0e02c0e9 {
  text-align: left;
}

#s-27b90ca3-d518-444d-93e5-267b0e02c0e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-27b90ca3-d518-444d-93e5-267b0e02c0e9 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-27b90ca3-d518-444d-93e5-267b0e02c0e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3d1658d8-84d2-4e7d-b0cf-34e5c2ca7c20 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-3d1658d8-84d2-4e7d-b0cf-34e5c2ca7c20 {
  display: none;
}
#s-96446a90-679f-4e1e-aa4a-890195e8ec8f {
  text-align: center;
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f {
  max-width:  100%;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom,
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f {
  max-width:  100%;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom,
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f {
  max-width:  100%;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom,
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f {
  max-width:  100%;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom,
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f {
  max-width:  100%;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom,
.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96446a90-679f-4e1e-aa4a-890195e8ec8f img.shogun-image {
  width: 100%;
}



}
#s-035b74fd-4f09-4ec6-9843-74f5dd697fc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-035b74fd-4f09-4ec6-9843-74f5dd697fc4 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-60edebb4-a71c-4a02-9abc-3b4bcd85e967 {
  text-align: left;
}

#s-60edebb4-a71c-4a02-9abc-3b4bcd85e967 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-60edebb4-a71c-4a02-9abc-3b4bcd85e967 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-60edebb4-a71c-4a02-9abc-3b4bcd85e967 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-527d6040-c371-4859-a306-23f7f9f54147 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-527d6040-c371-4859-a306-23f7f9f54147 {
  display: none;
}
#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f {
  text-align: center;
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f {
  max-width:  100%;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom,
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f {
  max-width:  100%;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom,
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f {
  max-width:  100%;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom,
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f {
  max-width:  100%;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom,
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f {
  max-width:  100%;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom,
.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d265bf-e4a9-4fae-832e-aa2ab40bf32f img.shogun-image {
  width: 100%;
}



}
#s-c39ace1e-da10-4432-97fa-a3c68ea43e16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c39ace1e-da10-4432-97fa-a3c68ea43e16 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e32a6aaf-2d6f-4a2f-89b7-73b3075db7ae {
  text-align: left;
}

#s-e32a6aaf-2d6f-4a2f-89b7-73b3075db7ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-e32a6aaf-2d6f-4a2f-89b7-73b3075db7ae .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-e32a6aaf-2d6f-4a2f-89b7-73b3075db7ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-144d17da-3fa3-444e-99ae-ec34c153fe64 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-144d17da-3fa3-444e-99ae-ec34c153fe64 {
  display: none;
}
#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 {
  text-align: center;
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 {
  max-width:  100%;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom,
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 {
  max-width:  100%;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom,
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 {
  max-width:  100%;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom,
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 {
  max-width:  100%;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom,
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 {
  max-width:  100%;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom,
.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0c64e3c-62a9-474b-9de4-f1d68b70bb85 img.shogun-image {
  width: 100%;
}



}
#s-e0b315c2-8209-4c62-80d2-2118197e59ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0b315c2-8209-4c62-80d2-2118197e59ba .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ae3f2c04-417b-4bfa-add5-44642972f91c {
  text-align: left;
}

#s-ae3f2c04-417b-4bfa-add5-44642972f91c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-ae3f2c04-417b-4bfa-add5-44642972f91c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-ae3f2c04-417b-4bfa-add5-44642972f91c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-2a4c72ff-3b9c-4fbf-996a-9707f9310b48 {
  
}
}
#s-2a4c72ff-3b9c-4fbf-996a-9707f9310b48 hr {
  border-top: 2px solid #ddd;
}

#s-1e70f347-4ef9-488e-8af9-dca8035d079b {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e70f347-4ef9-488e-8af9-dca8035d079b {
  
}
}@media (max-width: 767px){#s-1e70f347-4ef9-488e-8af9-dca8035d079b {
  
}
}
@media (min-width: 0px) {
[id="s-1e70f347-4ef9-488e-8af9-dca8035d079b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e70f347-4ef9-488e-8af9-dca8035d079b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-1e70f347-4ef9-488e-8af9-dca8035d079b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e70f347-4ef9-488e-8af9-dca8035d079b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

.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;
}
#s-238212a8-fcc8-4fda-8032-ef408a260a7a {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-238212a8-fcc8-4fda-8032-ef408a260a7a {
  
}
}






  #s-238212a8-fcc8-4fda-8032-ef408a260a7a img.shogun-image {
    

    
    
    
  }


#s-238212a8-fcc8-4fda-8032-ef408a260a7a .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a06e28f2-b79a-46a9-aa98-31066abf5e77 {
  
}
}
#s-a06e28f2-b79a-46a9-aa98-31066abf5e77 {
  display: none;
}
#s-7eb7a93a-844d-41d4-bd33-2a29b30009ab {
  padding-top: 9px;
padding-left: 8%;
padding-bottom: 9px;
padding-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}
@media (max-width: 767px){#s-7eb7a93a-844d-41d4-bd33-2a29b30009ab {
  
}
}
#s-7eb7a93a-844d-41d4-bd33-2a29b30009ab {
  display: none;
}
#s-65fe8381-018d-440a-9da6-8b6e01303799 {
  text-align: center;
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 {
  max-width:  100%;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom,
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 {
  max-width:  100%;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom,
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 {
  max-width:  100%;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom,
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 {
  max-width:  100%;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom,
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 {
  max-width:  100%;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom,
.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fe8381-018d-440a-9da6-8b6e01303799 img.shogun-image {
  width: 100%;
}



}
#s-d12f618a-e9b0-48a4-9157-ba4d9389a1f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d12f618a-e9b0-48a4-9157-ba4d9389a1f0 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-63e1349b-697d-4172-9da0-e3848c6b2995 {
  text-align: left;
}

#s-63e1349b-697d-4172-9da0-e3848c6b2995 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-63e1349b-697d-4172-9da0-e3848c6b2995 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-63e1349b-697d-4172-9da0-e3848c6b2995 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-4bdf70bf-1434-44de-8cbb-0cd16dcb3f28 {
  
}
}
#s-4bdf70bf-1434-44de-8cbb-0cd16dcb3f28 hr {
  border-top: 2px solid #ddd;
}

#s-8a9a0965-8d79-4d3d-aaf8-83c0c6aa70e6 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (max-width: 767px){#s-01dd69f8-f44a-4ad5-bd07-7aa8b66da1ef {
  
}
}
#s-01dd69f8-f44a-4ad5-bd07-7aa8b66da1ef hr {
  border-top: 2px solid #ddd;
}

#s-421671e0-e2ab-4905-a227-a200df8626e0 {
  min-height: 50px;
}








#s-421671e0-e2ab-4905-a227-a200df8626e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-421671e0-e2ab-4905-a227-a200df8626e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-44cca51c-7ef4-4aeb-b663-be7ad64479bd {
  display: none;
}
#s-44cca51c-7ef4-4aeb-b663-be7ad64479bd, #wrap-s-44cca51c-7ef4-4aeb-b663-be7ad64479bd { display:none !important; }}@media (max-width: 767px){#s-44cca51c-7ef4-4aeb-b663-be7ad64479bd {
  display: none;
}
#s-44cca51c-7ef4-4aeb-b663-be7ad64479bd, #wrap-s-44cca51c-7ef4-4aeb-b663-be7ad64479bd { display:none !important; }}
@media (min-width: 0px) {
[id="s-44cca51c-7ef4-4aeb-b663-be7ad64479bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44cca51c-7ef4-4aeb-b663-be7ad64479bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44cca51c-7ef4-4aeb-b663-be7ad64479bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44cca51c-7ef4-4aeb-b663-be7ad64479bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-b6f0b3ae-3bd9-425d-9e5d-6b51550789f2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b6f0b3ae-3bd9-425d-9e5d-6b51550789f2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b6f0b3ae-3bd9-425d-9e5d-6b51550789f2 .shg-sld-nav-button.shg-sld-left,
#s-b6f0b3ae-3bd9-425d-9e5d-6b51550789f2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1b322a51-1a43-49e2-99f9-587a08456da2 {
  text-align: center;
}







  #s-1b322a51-1a43-49e2-99f9-587a08456da2 img.shogun-image {
    

    
    
    
  }


#s-1b322a51-1a43-49e2-99f9-587a08456da2 .shogun-image-content {
  
    align-items: center;
  
}

#s-50ab0227-8e63-48ae-b2ed-dfd89d9348e8 {
  text-align: center;
}







  #s-50ab0227-8e63-48ae-b2ed-dfd89d9348e8 img.shogun-image {
    

    
    
    
  }


#s-50ab0227-8e63-48ae-b2ed-dfd89d9348e8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3aefce17-94c7-4318-808d-dcaee55098db {
  display: none;
}
#s-3aefce17-94c7-4318-808d-dcaee55098db, #wrap-s-3aefce17-94c7-4318-808d-dcaee55098db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aefce17-94c7-4318-808d-dcaee55098db {
  display: none;
}
#s-3aefce17-94c7-4318-808d-dcaee55098db, #wrap-s-3aefce17-94c7-4318-808d-dcaee55098db { display:none !important; }}@media (max-width: 767px){#s-3aefce17-94c7-4318-808d-dcaee55098db {
  display: none;
}
#s-3aefce17-94c7-4318-808d-dcaee55098db, #wrap-s-3aefce17-94c7-4318-808d-dcaee55098db { display:none !important; }}
@media (min-width: 0px) {
[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3aefce17-94c7-4318-808d-dcaee55098db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b7ca3cba-d044-42d5-9927-1fa91f7d6d99 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b7ca3cba-d044-42d5-9927-1fa91f7d6d99 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b7ca3cba-d044-42d5-9927-1fa91f7d6d99 .shg-sld-nav-button.shg-sld-left,
#s-b7ca3cba-d044-42d5-9927-1fa91f7d6d99 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8e831882-6e04-48fa-959e-0d0b7dbe9221 {
  text-align: center;
}







  #s-8e831882-6e04-48fa-959e-0d0b7dbe9221 img.shogun-image {
    

    
    
    
  }


#s-8e831882-6e04-48fa-959e-0d0b7dbe9221 .shogun-image-content {
  
    align-items: center;
  
}

#s-0adcfa52-6f21-4061-b186-853c44177a21 {
  text-align: center;
}







  #s-0adcfa52-6f21-4061-b186-853c44177a21 img.shogun-image {
    

    
    
    
  }


#s-0adcfa52-6f21-4061-b186-853c44177a21 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-77dee36b-3de4-4b81-9cd2-32d7611be39f {
  display: none;
}
#s-77dee36b-3de4-4b81-9cd2-32d7611be39f, #wrap-s-77dee36b-3de4-4b81-9cd2-32d7611be39f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77dee36b-3de4-4b81-9cd2-32d7611be39f {
  display: none;
}
#s-77dee36b-3de4-4b81-9cd2-32d7611be39f, #wrap-s-77dee36b-3de4-4b81-9cd2-32d7611be39f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77dee36b-3de4-4b81-9cd2-32d7611be39f {
  display: none;
}
#s-77dee36b-3de4-4b81-9cd2-32d7611be39f, #wrap-s-77dee36b-3de4-4b81-9cd2-32d7611be39f { display:none !important; }}
@media (min-width: 0px) {
[id="s-77dee36b-3de4-4b81-9cd2-32d7611be39f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77dee36b-3de4-4b81-9cd2-32d7611be39f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77dee36b-3de4-4b81-9cd2-32d7611be39f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77dee36b-3de4-4b81-9cd2-32d7611be39f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54894244-6491-40fc-90c6-f82cbb33cdbc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-54894244-6491-40fc-90c6-f82cbb33cdbc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-54894244-6491-40fc-90c6-f82cbb33cdbc .shg-sld-nav-button.shg-sld-left,
#s-54894244-6491-40fc-90c6-f82cbb33cdbc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fcfb4ea7-7fac-4f5d-afdc-e8c3cdce9baa {
  text-align: center;
}







  #s-fcfb4ea7-7fac-4f5d-afdc-e8c3cdce9baa img.shogun-image {
    

    
    
    
  }


#s-fcfb4ea7-7fac-4f5d-afdc-e8c3cdce9baa .shogun-image-content {
  
    align-items: center;
  
}

#s-ba78124d-f549-4a59-983a-dfd7c05e7915 {
  text-align: center;
}







  #s-ba78124d-f549-4a59-983a-dfd7c05e7915 img.shogun-image {
    

    
    
    
  }


#s-ba78124d-f549-4a59-983a-dfd7c05e7915 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3269c56-a613-4955-8fc4-e3efba71eb21 {
  min-height: 50px;
}








#s-f3269c56-a613-4955-8fc4-e3efba71eb21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3269c56-a613-4955-8fc4-e3efba71eb21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9c8013e-8858-4019-9472-e77dcb23bcb6 hr {
  border-top: 2px solid #ddd;
}

#s-e04d92ec-1c0c-406e-a64a-fe2a15b1ee50 {
  min-height: 50px;
}








#s-e04d92ec-1c0c-406e-a64a-fe2a15b1ee50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e04d92ec-1c0c-406e-a64a-fe2a15b1ee50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-666b983d-a8cf-439e-a80f-1aa905f515a0 {
  display: none;
}
#s-666b983d-a8cf-439e-a80f-1aa905f515a0, #wrap-s-666b983d-a8cf-439e-a80f-1aa905f515a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-666b983d-a8cf-439e-a80f-1aa905f515a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-666b983d-a8cf-439e-a80f-1aa905f515a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-666b983d-a8cf-439e-a80f-1aa905f515a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-666b983d-a8cf-439e-a80f-1aa905f515a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7bf7e7a-f442-41ed-a3f7-27e5c1e68166 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-b7bf7e7a-f442-41ed-a3f7-27e5c1e68166 img.shogun-image {
    

    
    
    
  }


#s-b7bf7e7a-f442-41ed-a3f7-27e5c1e68166 .shogun-image-content {
  
    align-items: center;
  
}

#s-1097e187-2f67-4be5-979d-3721bfa99b88 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-1097e187-2f67-4be5-979d-3721bfa99b88 img.shogun-image {
    

    
    
    
  }


#s-1097e187-2f67-4be5-979d-3721bfa99b88 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8ed67eb-abbf-4537-be7f-3bf8ddc51b90 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-b8ed67eb-abbf-4537-be7f-3bf8ddc51b90 img.shogun-image {
    

    
    
    
  }


#s-b8ed67eb-abbf-4537-be7f-3bf8ddc51b90 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-0955f4d5-0338-4fbc-86fe-9a6407898e14 {
  display: none;
}
#s-0955f4d5-0338-4fbc-86fe-9a6407898e14, #wrap-s-0955f4d5-0338-4fbc-86fe-9a6407898e14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0955f4d5-0338-4fbc-86fe-9a6407898e14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0955f4d5-0338-4fbc-86fe-9a6407898e14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0955f4d5-0338-4fbc-86fe-9a6407898e14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0955f4d5-0338-4fbc-86fe-9a6407898e14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68c228e7-2693-4812-93f1-caa1dee4d579 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9e061a69-77ec-403e-b6f3-b8d606db9263 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-be9bc825-db78-49e1-a15d-14868c5da8a6 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-539d1144-78e4-4950-a861-44ff5633297f {
  display: none;
}
#s-539d1144-78e4-4950-a861-44ff5633297f, #wrap-s-539d1144-78e4-4950-a861-44ff5633297f { display:none !important; }}
@media (min-width: 0px) {
[id="s-539d1144-78e4-4950-a861-44ff5633297f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-539d1144-78e4-4950-a861-44ff5633297f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-539d1144-78e4-4950-a861-44ff5633297f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-539d1144-78e4-4950-a861-44ff5633297f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a8c0b2b-b38e-4940-9b52-bb4a00e80c4a {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-4a8c0b2b-b38e-4940-9b52-bb4a00e80c4a img.shogun-image {
    

    
    
    
  }


#s-4a8c0b2b-b38e-4940-9b52-bb4a00e80c4a .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b4b7b4-6918-48f9-93fb-ef7574461f21 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-a0b4b7b4-6918-48f9-93fb-ef7574461f21 img.shogun-image {
    

    
    
    
  }


#s-a0b4b7b4-6918-48f9-93fb-ef7574461f21 .shogun-image-content {
  
    align-items: center;
  
}

#s-d69ba875-ade3-49ac-9a08-1b7ebc7a8be5 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-d69ba875-ade3-49ac-9a08-1b7ebc7a8be5 img.shogun-image {
    

    
    
    
  }


#s-d69ba875-ade3-49ac-9a08-1b7ebc7a8be5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a63e722-39b9-4faa-b84d-0f34742467ca {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-1a63e722-39b9-4faa-b84d-0f34742467ca img.shogun-image {
    

    
    
    
  }


#s-1a63e722-39b9-4faa-b84d-0f34742467ca .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-b36efd2b-034a-4960-8318-f56a8109f8a6 {
  display: none;
}
#s-b36efd2b-034a-4960-8318-f56a8109f8a6, #wrap-s-b36efd2b-034a-4960-8318-f56a8109f8a6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b36efd2b-034a-4960-8318-f56a8109f8a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b36efd2b-034a-4960-8318-f56a8109f8a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b36efd2b-034a-4960-8318-f56a8109f8a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b36efd2b-034a-4960-8318-f56a8109f8a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-42572e9a-98a2-4149-99a7-7fbe155b2b9f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8219d9f2-a719-4d9d-b741-720a0f7f5649 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-20b48ce1-6e51-414c-936b-e1618857b678 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 1200px){#s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d {
  display: none;
}
#s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d, #wrap-s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d {
  display: none;
}
#s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d, #wrap-s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d {
  display: none;
}
#s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d, #wrap-s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d { display:none !important; }}
@media (min-width: 0px) {
[id="s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-92f7ceae-1166-4d2d-b8e2-fe35fa27fe5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e525108a-4967-42f1-aa30-874fb8c88171 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-e525108a-4967-42f1-aa30-874fb8c88171 img.shogun-image {
    

    
    
    
  }


#s-e525108a-4967-42f1-aa30-874fb8c88171 .shogun-image-content {
  
    align-items: center;
  
}

#s-254f203b-02c2-4703-b195-21ffc1000c68 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-254f203b-02c2-4703-b195-21ffc1000c68 img.shogun-image {
    

    
    
    
  }


#s-254f203b-02c2-4703-b195-21ffc1000c68 .shogun-image-content {
  
    align-items: center;
  
}

#s-e16e2b1c-f0ec-4d6a-92eb-11b00d5cbbcf {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 252, 252, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-e16e2b1c-f0ec-4d6a-92eb-11b00d5cbbcf img.shogun-image {
    

    
    
    
  }


#s-e16e2b1c-f0ec-4d6a-92eb-11b00d5cbbcf .shogun-image-content {
  
    align-items: center;
  
}

#s-a17f6922-32cc-4761-9ec7-fc19e5414ff7 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 254, 254, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-a17f6922-32cc-4761-9ec7-fc19e5414ff7 img.shogun-image {
    

    
    
    
  }


#s-a17f6922-32cc-4761-9ec7-fc19e5414ff7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d {
  display: none;
}
#s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d, #wrap-s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d {
  display: none;
}
#s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d, #wrap-s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d {
  display: none;
}
#s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d, #wrap-s-79df9ea9-eb84-45ba-9ccd-dcfeb74b8d9d { display:none !important; }}
#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa {
  display: none;
}
#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa, #wrap-s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa {
  display: none;
}
#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa, #wrap-s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa {
  display: none;
}
#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa, #wrap-s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa { display:none !important; }}






  #s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa img.shogun-image {
    

    
    
    
  }


#s-5aeb6043-9364-4b5d-88ab-2cab52e5bcaa .shogun-image-content {
  
    align-items: center;
  
}

#s-fa26e44b-1ba4-42d7-ba95-8dd7789b6c6d hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b {
  display: none;
}
#s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b, #wrap-s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b {
  display: none;
}
#s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b, #wrap-s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b {
  display: none;
}
#s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b, #wrap-s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ae901b6-d0cd-41cf-b37b-475d74d8e32b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5e5f2c50-21e5-46b2-90cd-1119c7be9361 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-5e5f2c50-21e5-46b2-90cd-1119c7be9361 img.shogun-image {
    

    
    
    
  }


#s-5e5f2c50-21e5-46b2-90cd-1119c7be9361 .shogun-image-content {
  
    align-items: center;
  
}

#s-14655677-e3db-44d1-a5f6-c7ee95a207fe {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-14655677-e3db-44d1-a5f6-c7ee95a207fe img.shogun-image {
    

    
    
    
  }


#s-14655677-e3db-44d1-a5f6-c7ee95a207fe .shogun-image-content {
  
    align-items: center;
  
}

#s-e36ca77b-1782-4e33-80f9-edc646188267 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 252, 252, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-e36ca77b-1782-4e33-80f9-edc646188267 img.shogun-image {
    

    
    
    
  }


#s-e36ca77b-1782-4e33-80f9-edc646188267 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9d22fa7-c46a-41c5-8eba-504da25f6e10 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 254, 254, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-e9d22fa7-c46a-41c5-8eba-504da25f6e10 img.shogun-image {
    

    
    
    
  }


#s-e9d22fa7-c46a-41c5-8eba-504da25f6e10 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ba490015-6786-49fd-9bf4-2837c7cc4c98 {
  display: none;
}
#s-ba490015-6786-49fd-9bf4-2837c7cc4c98, #wrap-s-ba490015-6786-49fd-9bf4-2837c7cc4c98 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ba490015-6786-49fd-9bf4-2837c7cc4c98"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ba490015-6786-49fd-9bf4-2837c7cc4c98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ba490015-6786-49fd-9bf4-2837c7cc4c98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ba490015-6786-49fd-9bf4-2837c7cc4c98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-50059543-7aa1-4d8e-ba1b-85daf1b76892 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-50059543-7aa1-4d8e-ba1b-85daf1b76892 img.shogun-image {
    

    
    
    
  }


#s-50059543-7aa1-4d8e-ba1b-85daf1b76892 .shogun-image-content {
  
    align-items: center;
  
}

#s-6100f6df-5bb2-4677-99f0-31394ab3f50a {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-6100f6df-5bb2-4677-99f0-31394ab3f50a img.shogun-image {
    

    
    
    
  }


#s-6100f6df-5bb2-4677-99f0-31394ab3f50a .shogun-image-content {
  
    align-items: center;
  
}

#s-176a68ee-80c0-46ed-91d7-2a965de3cc95 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-176a68ee-80c0-46ed-91d7-2a965de3cc95 img.shogun-image {
    

    
    
    
  }


#s-176a68ee-80c0-46ed-91d7-2a965de3cc95 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-5e2426df-52a1-4c04-92d2-4dc5c12e014d {
  display: none;
}
#s-5e2426df-52a1-4c04-92d2-4dc5c12e014d, #wrap-s-5e2426df-52a1-4c04-92d2-4dc5c12e014d { display:none !important; }}
@media (min-width: 0px) {
[id="s-5e2426df-52a1-4c04-92d2-4dc5c12e014d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e2426df-52a1-4c04-92d2-4dc5c12e014d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e2426df-52a1-4c04-92d2-4dc5c12e014d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e2426df-52a1-4c04-92d2-4dc5c12e014d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-caf5bcbf-8b62-4620-8654-fe4e6487d463 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-11337d1a-d59c-4d1a-a371-36eaf2f4191e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9df5f1aa-f727-428c-b5b2-e12ffc6aa79a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5 {
  display: none;
}
#s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5, #wrap-s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-49e0521b-02a9-4b92-9b2a-2ed9f94f0ba5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4f7816ee-05f0-4d82-9873-d87de3e41b48 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-4f7816ee-05f0-4d82-9873-d87de3e41b48 img.shogun-image {
    

    
    
    
  }


#s-4f7816ee-05f0-4d82-9873-d87de3e41b48 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a4cf97-1a46-4b15-b9ce-b28bb9f422a5 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-e3a4cf97-1a46-4b15-b9ce-b28bb9f422a5 img.shogun-image {
    

    
    
    
  }


#s-e3a4cf97-1a46-4b15-b9ce-b28bb9f422a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a343e7b0-ab87-4eb8-a9d3-64b0246c5a20 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-a343e7b0-ab87-4eb8-a9d3-64b0246c5a20 img.shogun-image {
    

    
    
    
  }


#s-a343e7b0-ab87-4eb8-a9d3-64b0246c5a20 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4 {
  display: none;
}
#s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4, #wrap-s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd2a731-c956-4ad3-810e-d2d7ed3c63e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eda0077b-d167-478d-b35a-bcf93c985770 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ec6b6089-4360-48c6-9ffe-9382dc68ea6c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d2a92620-b6aa-4d6e-a96d-cdac02ef9983 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 1200px){#s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d {
  display: none;
}
#s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d, #wrap-s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d {
  display: none;
}
#s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d, #wrap-s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d {
  display: none;
}
#s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d, #wrap-s-abcb0d0f-d53e-4bb6-bbd0-c96004cd0e0d { display:none !important; }}
#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 {
  display: none;
}
#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74, #wrap-s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 {
  display: none;
}
#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74, #wrap-s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 {
  display: none;
}
#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74, #wrap-s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 { display:none !important; }}






  #s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 img.shogun-image {
    

    
    
    
  }


#s-887fd90c-a7f4-49e4-a979-ed524c2a5a74 .shogun-image-content {
  
    align-items: center;
  
}

#s-e014c973-89f1-4ca1-90f8-2d0b404359be hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-69eca883-55bc-46bf-abf2-2faa8df4d234 {
  display: none;
}
#s-69eca883-55bc-46bf-abf2-2faa8df4d234, #wrap-s-69eca883-55bc-46bf-abf2-2faa8df4d234 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69eca883-55bc-46bf-abf2-2faa8df4d234 {
  display: none;
}
#s-69eca883-55bc-46bf-abf2-2faa8df4d234, #wrap-s-69eca883-55bc-46bf-abf2-2faa8df4d234 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69eca883-55bc-46bf-abf2-2faa8df4d234 {
  display: none;
}
#s-69eca883-55bc-46bf-abf2-2faa8df4d234, #wrap-s-69eca883-55bc-46bf-abf2-2faa8df4d234 { display:none !important; }}
@media (min-width: 0px) {
[id="s-69eca883-55bc-46bf-abf2-2faa8df4d234"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69eca883-55bc-46bf-abf2-2faa8df4d234"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-69eca883-55bc-46bf-abf2-2faa8df4d234"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-69eca883-55bc-46bf-abf2-2faa8df4d234"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c78c6a2d-cc13-4a76-b5d3-55846e5485f8 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-c78c6a2d-cc13-4a76-b5d3-55846e5485f8 img.shogun-image {
    

    
    
    
  }


#s-c78c6a2d-cc13-4a76-b5d3-55846e5485f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceb6366b-78af-4a69-a035-e360ddcd9855 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-ceb6366b-78af-4a69-a035-e360ddcd9855 img.shogun-image {
    

    
    
    
  }


#s-ceb6366b-78af-4a69-a035-e360ddcd9855 .shogun-image-content {
  
    align-items: center;
  
}

#s-1858fd32-421a-4d6f-9799-44c3032cb549 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 254, 254, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-1858fd32-421a-4d6f-9799-44c3032cb549 img.shogun-image {
    

    
    
    
  }


#s-1858fd32-421a-4d6f-9799-44c3032cb549 .shogun-image-content {
  
    align-items: center;
  
}

#s-32b6d8bd-6d1c-4954-b6e9-2e572f22694b {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 252, 252, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-32b6d8bd-6d1c-4954-b6e9-2e572f22694b img.shogun-image {
    

    
    
    
  }


#s-32b6d8bd-6d1c-4954-b6e9-2e572f22694b .shogun-image-content {
  
    align-items: center;
  
}

#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 {
  display: none;
}
#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3, #wrap-s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 {
  display: none;
}
#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3, #wrap-s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 {
  display: none;
}
#s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3, #wrap-s-a1afb74b-06d2-4a7a-91e9-9cc8b3d643c3 { display:none !important; }}
#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 {
  display: none;
}
#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0, #wrap-s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 {
  display: none;
}
#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0, #wrap-s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 {
  display: none;
}
#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0, #wrap-s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 { display:none !important; }}






  #s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 img.shogun-image {
    

    
    
    
  }


#s-63b5e5d7-cfab-474d-8df6-bffa99504ac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-21b634ca-dcbe-468e-9448-cd41d3bd97dd {
  min-height: 50px;
}








#s-21b634ca-dcbe-468e-9448-cd41d3bd97dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b634ca-dcbe-468e-9448-cd41d3bd97dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b5dbabc4-02ce-4805-b8d3-daeba20c816a {
  display: none;
}
#s-b5dbabc4-02ce-4805-b8d3-daeba20c816a, #wrap-s-b5dbabc4-02ce-4805-b8d3-daeba20c816a { display:none !important; }}
@media (min-width: 0px) {
[id="s-b5dbabc4-02ce-4805-b8d3-daeba20c816a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b5dbabc4-02ce-4805-b8d3-daeba20c816a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b5dbabc4-02ce-4805-b8d3-daeba20c816a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5dbabc4-02ce-4805-b8d3-daeba20c816a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1c67bd30-2fb7-4730-bdf5-069726a876ee {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-1c67bd30-2fb7-4730-bdf5-069726a876ee img.shogun-image {
    

    
    
    
  }


#s-1c67bd30-2fb7-4730-bdf5-069726a876ee .shogun-image-content {
  
    align-items: center;
  
}

#s-3765bf78-e37d-4a52-8572-ac12925ed548 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-3765bf78-e37d-4a52-8572-ac12925ed548 img.shogun-image {
    

    
    
    
  }


#s-3765bf78-e37d-4a52-8572-ac12925ed548 .shogun-image-content {
  
    align-items: center;
  
}

#s-30bd2dd3-a123-4945-8ff6-94f1f0218bcc {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-30bd2dd3-a123-4945-8ff6-94f1f0218bcc img.shogun-image {
    

    
    
    
  }


#s-30bd2dd3-a123-4945-8ff6-94f1f0218bcc .shogun-image-content {
  
    align-items: center;
  
}

#s-ed823276-4b07-48f1-a45b-48626d9840cb {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}
#s-ed823276-4b07-48f1-a45b-48626d9840cb:hover {border-radius: 0px !important;}






  #s-ed823276-4b07-48f1-a45b-48626d9840cb img.shogun-image {
    

    
    
    
  }


#s-ed823276-4b07-48f1-a45b-48626d9840cb .shogun-image-content {
  
    align-items: center;
  
}

#s-7a386b16-1040-4bad-a549-931b26626a4f {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-7a386b16-1040-4bad-a549-931b26626a4f img.shogun-image {
    

    
    
    
  }


#s-7a386b16-1040-4bad-a549-931b26626a4f .shogun-image-content {
  
    align-items: center;
  
}

#s-d1dbbe20-928e-4e67-aa11-2dccd954ff73 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-d1dbbe20-928e-4e67-aa11-2dccd954ff73 img.shogun-image {
    

    
    
    
  }


#s-d1dbbe20-928e-4e67-aa11-2dccd954ff73 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-9b060460-c959-4092-b79e-e143eb0e4d9c {
  display: none;
}
#s-9b060460-c959-4092-b79e-e143eb0e4d9c, #wrap-s-9b060460-c959-4092-b79e-e143eb0e4d9c { display:none !important; }}
@media (min-width: 0px) {
[id="s-9b060460-c959-4092-b79e-e143eb0e4d9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b060460-c959-4092-b79e-e143eb0e4d9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b060460-c959-4092-b79e-e143eb0e4d9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b060460-c959-4092-b79e-e143eb0e4d9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7f634c69-5b6c-49b5-b5f0-e086cae98168 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e4cbbaa6-0b88-42d8-a015-a0ef8f7f88c6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2e3a7875-2e85-4cb6-82f5-8133d0ac109e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-14509495-db79-49f9-bad9-5d6bb52e22b0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c103ce38-40fa-4a24-bc5d-95fb2d9f0844 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-838c9771-d633-4cca-8b90-e5c90cae8bdc {
  display: none;
}
#s-838c9771-d633-4cca-8b90-e5c90cae8bdc, #wrap-s-838c9771-d633-4cca-8b90-e5c90cae8bdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-838c9771-d633-4cca-8b90-e5c90cae8bdc {
  display: none;
}
#s-838c9771-d633-4cca-8b90-e5c90cae8bdc, #wrap-s-838c9771-d633-4cca-8b90-e5c90cae8bdc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-838c9771-d633-4cca-8b90-e5c90cae8bdc {
  display: none;
}
#s-838c9771-d633-4cca-8b90-e5c90cae8bdc, #wrap-s-838c9771-d633-4cca-8b90-e5c90cae8bdc { display:none !important; }}
@media (min-width: 0px) {
[id="s-838c9771-d633-4cca-8b90-e5c90cae8bdc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-838c9771-d633-4cca-8b90-e5c90cae8bdc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-838c9771-d633-4cca-8b90-e5c90cae8bdc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-838c9771-d633-4cca-8b90-e5c90cae8bdc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a27731f-ee8e-4344-a0f0-dc9f7c903054 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-1a27731f-ee8e-4344-a0f0-dc9f7c903054 img.shogun-image {
    

    
    
    
  }


#s-1a27731f-ee8e-4344-a0f0-dc9f7c903054 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee03ca1e-9c29-4d7d-970c-8b8b4fa66517 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-ee03ca1e-9c29-4d7d-970c-8b8b4fa66517 img.shogun-image {
    

    
    
    
  }


#s-ee03ca1e-9c29-4d7d-970c-8b8b4fa66517 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-40fb2e13-d92b-4234-be4b-895c16f4d168 {
  display: none;
}
#s-40fb2e13-d92b-4234-be4b-895c16f4d168, #wrap-s-40fb2e13-d92b-4234-be4b-895c16f4d168 { display:none !important; }}
@media (min-width: 0px) {
[id="s-40fb2e13-d92b-4234-be4b-895c16f4d168"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-40fb2e13-d92b-4234-be4b-895c16f4d168"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-40fb2e13-d92b-4234-be4b-895c16f4d168"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-40fb2e13-d92b-4234-be4b-895c16f4d168"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a6e43991-19fc-4c1b-9b9d-c1935ea70fd5 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-a6e43991-19fc-4c1b-9b9d-c1935ea70fd5 img.shogun-image {
    

    
    
    
  }


#s-a6e43991-19fc-4c1b-9b9d-c1935ea70fd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcb42c42-33a6-414f-b4f1-07213788d07a {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-dcb42c42-33a6-414f-b4f1-07213788d07a img.shogun-image {
    

    
    
    
  }


#s-dcb42c42-33a6-414f-b4f1-07213788d07a .shogun-image-content {
  
    align-items: center;
  
}

#s-2ca0f75f-35f9-4da8-867f-4e038df1c9dd {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-2ca0f75f-35f9-4da8-867f-4e038df1c9dd img.shogun-image {
    

    
    
    
  }


#s-2ca0f75f-35f9-4da8-867f-4e038df1c9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-53b77c1a-3167-4679-adf2-1daa37d74599 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-53b77c1a-3167-4679-adf2-1daa37d74599 img.shogun-image {
    

    
    
    
  }


#s-53b77c1a-3167-4679-adf2-1daa37d74599 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7326245-a83c-4d48-99d4-042234266aa0 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-c7326245-a83c-4d48-99d4-042234266aa0 img.shogun-image {
    

    
    
    
  }


#s-c7326245-a83c-4d48-99d4-042234266aa0 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-68507425-8f79-4628-8744-43c50da073c3 {
  display: none;
}
#s-68507425-8f79-4628-8744-43c50da073c3, #wrap-s-68507425-8f79-4628-8744-43c50da073c3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-68507425-8f79-4628-8744-43c50da073c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-68507425-8f79-4628-8744-43c50da073c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-68507425-8f79-4628-8744-43c50da073c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-68507425-8f79-4628-8744-43c50da073c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8ff93b02-7861-4a49-ad03-c07e63c948ea {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9b530a9b-a09b-4a99-b431-97c866e2d135 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cb245e45-16a8-40dc-881d-1ed521f4ea4e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3cdcd5a6-7b01-4410-9f91-2c6cab706fc0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f489b741-041b-4966-9a5f-c500f29e9309 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-f489b741-041b-4966-9a5f-c500f29e9309 {
  display: none;
}
#s-f489b741-041b-4966-9a5f-c500f29e9309, #wrap-s-f489b741-041b-4966-9a5f-c500f29e9309 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f489b741-041b-4966-9a5f-c500f29e9309 {
  display: none;
}
#s-f489b741-041b-4966-9a5f-c500f29e9309, #wrap-s-f489b741-041b-4966-9a5f-c500f29e9309 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f489b741-041b-4966-9a5f-c500f29e9309 {
  display: none;
}
#s-f489b741-041b-4966-9a5f-c500f29e9309, #wrap-s-f489b741-041b-4966-9a5f-c500f29e9309 { display:none !important; }}
#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 {
  display: none;
}
#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04, #wrap-s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 {
  display: none;
}
#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04, #wrap-s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 {
  display: none;
}
#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04, #wrap-s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 { display:none !important; }}






  #s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 img.shogun-image {
    

    
    
    
  }


#s-d98f8b9b-fe59-4ebf-990a-c615eb923e04 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7010833-4163-4179-807a-305ea42b688d hr {
  border-top: 2px solid #ddd;
}

#s-18fce334-cb3d-4f34-b364-2b88b734c15d {
  min-height: 50px;
}








#s-18fce334-cb3d-4f34-b364-2b88b734c15d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18fce334-cb3d-4f34-b364-2b88b734c15d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-500fee2e-3001-4133-93d5-9321cfb3d55c {
  display: none;
}
#s-500fee2e-3001-4133-93d5-9321cfb3d55c, #wrap-s-500fee2e-3001-4133-93d5-9321cfb3d55c { display:none !important; }}
@media (min-width: 0px) {
[id="s-500fee2e-3001-4133-93d5-9321cfb3d55c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-500fee2e-3001-4133-93d5-9321cfb3d55c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-500fee2e-3001-4133-93d5-9321cfb3d55c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-500fee2e-3001-4133-93d5-9321cfb3d55c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-39a855b1-30d0-44e8-95cf-90eb6bd01f96 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-39a855b1-30d0-44e8-95cf-90eb6bd01f96 img.shogun-image {
    

    
    
    
  }


#s-39a855b1-30d0-44e8-95cf-90eb6bd01f96 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6eaa5cd-82dc-4292-bc9b-d1e7f961d1ba {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-e6eaa5cd-82dc-4292-bc9b-d1e7f961d1ba img.shogun-image {
    

    
    
    
  }


#s-e6eaa5cd-82dc-4292-bc9b-d1e7f961d1ba .shogun-image-content {
  
    align-items: center;
  
}

#s-9ac0445b-d1a5-4ce7-903d-c77fe3711c58 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-9ac0445b-d1a5-4ce7-903d-c77fe3711c58 img.shogun-image {
    

    
    
    
  }


#s-9ac0445b-d1a5-4ce7-903d-c77fe3711c58 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3bf02d58-2db0-450e-8478-4690fa3113ae {
  display: none;
}
#s-3bf02d58-2db0-450e-8478-4690fa3113ae, #wrap-s-3bf02d58-2db0-450e-8478-4690fa3113ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bf02d58-2db0-450e-8478-4690fa3113ae {
  display: none;
}
#s-3bf02d58-2db0-450e-8478-4690fa3113ae, #wrap-s-3bf02d58-2db0-450e-8478-4690fa3113ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bf02d58-2db0-450e-8478-4690fa3113ae {
  display: none;
}
#s-3bf02d58-2db0-450e-8478-4690fa3113ae, #wrap-s-3bf02d58-2db0-450e-8478-4690fa3113ae { display:none !important; }}
@media (min-width: 0px) {
[id="s-3bf02d58-2db0-450e-8478-4690fa3113ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3bf02d58-2db0-450e-8478-4690fa3113ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3bf02d58-2db0-450e-8478-4690fa3113ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bf02d58-2db0-450e-8478-4690fa3113ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cb113873-4ef1-407d-86f2-d496fe792161 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-cb113873-4ef1-407d-86f2-d496fe792161 img.shogun-image {
    

    
    
    
  }


#s-cb113873-4ef1-407d-86f2-d496fe792161 .shogun-image-content {
  
    align-items: center;
  
}

#s-2279ad3a-9970-47e8-98ef-e1b2d1b66f54 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-2279ad3a-9970-47e8-98ef-e1b2d1b66f54 img.shogun-image {
    

    
    
    
  }


#s-2279ad3a-9970-47e8-98ef-e1b2d1b66f54 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e4a176e-f9ce-44d5-80a6-68bd3d5300f7 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-6e4a176e-f9ce-44d5-80a6-68bd3d5300f7 {
  display: none;
}
#s-6e4a176e-f9ce-44d5-80a6-68bd3d5300f7, #wrap-s-6e4a176e-f9ce-44d5-80a6-68bd3d5300f7 { display:none !important; }}
#s-48c405c2-34d3-4bf0-b68f-97047f34c034 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-48c405c2-34d3-4bf0-b68f-97047f34c034 {
  display: none;
}
#s-48c405c2-34d3-4bf0-b68f-97047f34c034, #wrap-s-48c405c2-34d3-4bf0-b68f-97047f34c034 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48c405c2-34d3-4bf0-b68f-97047f34c034 {
  display: none;
}
#s-48c405c2-34d3-4bf0-b68f-97047f34c034, #wrap-s-48c405c2-34d3-4bf0-b68f-97047f34c034 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48c405c2-34d3-4bf0-b68f-97047f34c034 {
  display: none;
}
#s-48c405c2-34d3-4bf0-b68f-97047f34c034, #wrap-s-48c405c2-34d3-4bf0-b68f-97047f34c034 { display:none !important; }}
#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f {
  margin-left: 20%;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f {
  display: none;
}
#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f, #wrap-s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f {
  display: none;
}
#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f, #wrap-s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f {
  display: none;
}
#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f, #wrap-s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f { display:none !important; }}






  #s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f img.shogun-image {
    

    
    
    
  }


#s-ba1c9e62-46ff-413e-a1c5-da582cd8fe6f .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed54d16-727a-4fa0-ae8c-d5802f3d5ca0 hr {
  border-top: 2px solid #ddd;
}

#s-5d1441f6-c43d-419a-a712-37e64f778eeb {
  min-height: 50px;
}








#s-5d1441f6-c43d-419a-a712-37e64f778eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d1441f6-c43d-419a-a712-37e64f778eeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-ef67f2a4-a743-4de0-bc2b-5ddec423dd67 {
  
}
}
@media (min-width: 0px) {
[id="s-ef67f2a4-a743-4de0-bc2b-5ddec423dd67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef67f2a4-a743-4de0-bc2b-5ddec423dd67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ef67f2a4-a743-4de0-bc2b-5ddec423dd67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef67f2a4-a743-4de0-bc2b-5ddec423dd67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b8bbccab-ff2b-4161-b638-9c2b989c99e2 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 251, 251, 1);
border-style: solid;
border-radius: 25px;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-b8bbccab-ff2b-4161-b638-9c2b989c99e2 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}






  #s-b8bbccab-ff2b-4161-b638-9c2b989c99e2 img.shogun-image {
    

    
    
    
  }


#s-b8bbccab-ff2b-4161-b638-9c2b989c99e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-93b56a20-c74b-4d84-9bd2-e26269c570bf {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-93b56a20-c74b-4d84-9bd2-e26269c570bf {
  
}
}
#s-c0d937b5-9cfe-4e6f-9aca-9e24c9014dee {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-c0d937b5-9cfe-4e6f-9aca-9e24c9014dee {
  display: none;
}
#s-c0d937b5-9cfe-4e6f-9aca-9e24c9014dee, #wrap-s-c0d937b5-9cfe-4e6f-9aca-9e24c9014dee { display:none !important; }}
#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 {
  display: none;
}
#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63, #wrap-s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 {
  display: none;
}
#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63, #wrap-s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 {
  display: none;
}
#s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63, #wrap-s-d5fdde9e-f01c-41d9-9cdb-9df29e8dbf63 { display:none !important; }}
#s-fddab060-d330-4a9b-b803-129aa3cbfd37 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-b90f20e8-6b1c-4346-8a76-79e616a7af81 {
  display: none;
}
#s-b90f20e8-6b1c-4346-8a76-79e616a7af81, #wrap-s-b90f20e8-6b1c-4346-8a76-79e616a7af81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b90f20e8-6b1c-4346-8a76-79e616a7af81 {
  display: none;
}
#s-b90f20e8-6b1c-4346-8a76-79e616a7af81, #wrap-s-b90f20e8-6b1c-4346-8a76-79e616a7af81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b90f20e8-6b1c-4346-8a76-79e616a7af81 {
  display: none;
}
#s-b90f20e8-6b1c-4346-8a76-79e616a7af81, #wrap-s-b90f20e8-6b1c-4346-8a76-79e616a7af81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b90f20e8-6b1c-4346-8a76-79e616a7af81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b90f20e8-6b1c-4346-8a76-79e616a7af81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b90f20e8-6b1c-4346-8a76-79e616a7af81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b90f20e8-6b1c-4346-8a76-79e616a7af81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04329931-ad20-48cf-bb06-63608a7da690 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-04329931-ad20-48cf-bb06-63608a7da690 img.shogun-image {
    

    
    
    
  }


#s-04329931-ad20-48cf-bb06-63608a7da690 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c2dd59a-54d1-4f28-9d5d-c59e58c8a64f {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-7c2dd59a-54d1-4f28-9d5d-c59e58c8a64f img.shogun-image {
    

    
    
    
  }


#s-7c2dd59a-54d1-4f28-9d5d-c59e58c8a64f .shogun-image-content {
  
    align-items: center;
  
}

#s-2e071610-87d4-4192-a792-2a6d47d56e46 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-2e071610-87d4-4192-a792-2a6d47d56e46 img.shogun-image {
    

    
    
    
  }


#s-2e071610-87d4-4192-a792-2a6d47d56e46 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8542510-02d5-416c-8f48-8d93e915bb7f {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-d8542510-02d5-416c-8f48-8d93e915bb7f img.shogun-image {
    

    
    
    
  }


#s-d8542510-02d5-416c-8f48-8d93e915bb7f .shogun-image-content {
  
    align-items: center;
  
}

#s-9e7c396d-e704-402c-bfb6-a3d6a0def145 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9e7c396d-e704-402c-bfb6-a3d6a0def145 {
  display: none;
}
#s-9e7c396d-e704-402c-bfb6-a3d6a0def145, #wrap-s-9e7c396d-e704-402c-bfb6-a3d6a0def145 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e7c396d-e704-402c-bfb6-a3d6a0def145 {
  display: none;
}
#s-9e7c396d-e704-402c-bfb6-a3d6a0def145, #wrap-s-9e7c396d-e704-402c-bfb6-a3d6a0def145 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e7c396d-e704-402c-bfb6-a3d6a0def145 {
  display: none;
}
#s-9e7c396d-e704-402c-bfb6-a3d6a0def145, #wrap-s-9e7c396d-e704-402c-bfb6-a3d6a0def145 { display:none !important; }}
@media (max-width: 767px){#s-c4fc570b-b8de-46ee-98b0-e34957927f87 {
  display: none;
}
#s-c4fc570b-b8de-46ee-98b0-e34957927f87, #wrap-s-c4fc570b-b8de-46ee-98b0-e34957927f87 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c4fc570b-b8de-46ee-98b0-e34957927f87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c4fc570b-b8de-46ee-98b0-e34957927f87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c4fc570b-b8de-46ee-98b0-e34957927f87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c4fc570b-b8de-46ee-98b0-e34957927f87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d4a122d0-5ec3-4ad8-bd01-964ea12f525b {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-d4a122d0-5ec3-4ad8-bd01-964ea12f525b img.shogun-image {
    

    
    
    
  }


#s-d4a122d0-5ec3-4ad8-bd01-964ea12f525b .shogun-image-content {
  
    align-items: center;
  
}

#s-8d972a87-e306-4960-807c-bab063a26091 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-8d972a87-e306-4960-807c-bab063a26091 img.shogun-image {
    

    
    
    
  }


#s-8d972a87-e306-4960-807c-bab063a26091 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3aa166c-bd3e-49e2-95a8-72787ae33279 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-b3aa166c-bd3e-49e2-95a8-72787ae33279 img.shogun-image {
    

    
    
    
  }


#s-b3aa166c-bd3e-49e2-95a8-72787ae33279 .shogun-image-content {
  
    align-items: center;
  
}

#s-835db30b-1912-4a51-99f8-1fc438f5af0e hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-7828cc35-9735-4d71-be36-64b6b5917547 {
  display: none;
}
#s-7828cc35-9735-4d71-be36-64b6b5917547, #wrap-s-7828cc35-9735-4d71-be36-64b6b5917547 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7828cc35-9735-4d71-be36-64b6b5917547"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7828cc35-9735-4d71-be36-64b6b5917547"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7828cc35-9735-4d71-be36-64b6b5917547"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7828cc35-9735-4d71-be36-64b6b5917547"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-94ef97cf-1d19-4776-98cc-6357339b4b18 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-94ef97cf-1d19-4776-98cc-6357339b4b18 img.shogun-image {
    

    
    
    
  }


#s-94ef97cf-1d19-4776-98cc-6357339b4b18 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c2c86c8-aefe-4582-97fd-7041e6669dec {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-8c2c86c8-aefe-4582-97fd-7041e6669dec img.shogun-image {
    

    
    
    
  }


#s-8c2c86c8-aefe-4582-97fd-7041e6669dec .shogun-image-content {
  
    align-items: center;
  
}

#s-1f1ad452-9478-4988-a7f9-9f88338cd81b {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-1f1ad452-9478-4988-a7f9-9f88338cd81b img.shogun-image {
    

    
    
    
  }


#s-1f1ad452-9478-4988-a7f9-9f88338cd81b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ae428e06-9d88-47d7-bc8e-651306d54df1 {
  display: none;
}
#s-ae428e06-9d88-47d7-bc8e-651306d54df1, #wrap-s-ae428e06-9d88-47d7-bc8e-651306d54df1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae428e06-9d88-47d7-bc8e-651306d54df1 {
  display: none;
}
#s-ae428e06-9d88-47d7-bc8e-651306d54df1, #wrap-s-ae428e06-9d88-47d7-bc8e-651306d54df1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae428e06-9d88-47d7-bc8e-651306d54df1 {
  display: none;
}
#s-ae428e06-9d88-47d7-bc8e-651306d54df1, #wrap-s-ae428e06-9d88-47d7-bc8e-651306d54df1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae428e06-9d88-47d7-bc8e-651306d54df1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ae428e06-9d88-47d7-bc8e-651306d54df1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ae428e06-9d88-47d7-bc8e-651306d54df1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae428e06-9d88-47d7-bc8e-651306d54df1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-016ae7a7-16fa-4573-8de9-6f9746f33ec0 {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-016ae7a7-16fa-4573-8de9-6f9746f33ec0 img.shogun-image {
    

    
    
    
  }


#s-016ae7a7-16fa-4573-8de9-6f9746f33ec0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2be022ec-8404-4e83-b593-0dbe2f77cc3f {
  padding-top: 5px;
padding-bottom: 5px;
border-radius: 25px;
text-align: center;
}







  #s-2be022ec-8404-4e83-b593-0dbe2f77cc3f img.shogun-image {
    

    
    
    
  }


#s-2be022ec-8404-4e83-b593-0dbe2f77cc3f .shogun-image-content {
  
    align-items: center;
  
}

#s-6f30a4c8-f1f1-4132-9693-88af74bde396 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6f30a4c8-f1f1-4132-9693-88af74bde396 {
  display: none;
}
#s-6f30a4c8-f1f1-4132-9693-88af74bde396, #wrap-s-6f30a4c8-f1f1-4132-9693-88af74bde396 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f30a4c8-f1f1-4132-9693-88af74bde396 {
  display: none;
}
#s-6f30a4c8-f1f1-4132-9693-88af74bde396, #wrap-s-6f30a4c8-f1f1-4132-9693-88af74bde396 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f30a4c8-f1f1-4132-9693-88af74bde396 {
  display: none;
}
#s-6f30a4c8-f1f1-4132-9693-88af74bde396, #wrap-s-6f30a4c8-f1f1-4132-9693-88af74bde396 { display:none !important; }}
#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b {
  margin-left: 20%;
margin-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b {
  display: none;
}
#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b, #wrap-s-b168dc16-1cdf-46b1-ad0e-3d07923d172b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b {
  display: none;
}
#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b, #wrap-s-b168dc16-1cdf-46b1-ad0e-3d07923d172b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b {
  display: none;
}
#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b, #wrap-s-b168dc16-1cdf-46b1-ad0e-3d07923d172b { display:none !important; }}






  #s-b168dc16-1cdf-46b1-ad0e-3d07923d172b img.shogun-image {
    

    
    
    
  }


#s-b168dc16-1cdf-46b1-ad0e-3d07923d172b .shogun-image-content {
  
    align-items: center;
  
}

#s-be977e1d-e2c2-4386-a116-27c627b37df3 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-be977e1d-e2c2-4386-a116-27c627b37df3 {
  display: none;
}
#s-be977e1d-e2c2-4386-a116-27c627b37df3, #wrap-s-be977e1d-e2c2-4386-a116-27c627b37df3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be977e1d-e2c2-4386-a116-27c627b37df3 {
  display: none;
}
#s-be977e1d-e2c2-4386-a116-27c627b37df3, #wrap-s-be977e1d-e2c2-4386-a116-27c627b37df3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be977e1d-e2c2-4386-a116-27c627b37df3 {
  display: none;
}
#s-be977e1d-e2c2-4386-a116-27c627b37df3, #wrap-s-be977e1d-e2c2-4386-a116-27c627b37df3 { display:none !important; }}
@media (max-width: 767px){#s-7a2363cf-4c6d-4c0b-8fef-89578e97708d {
  display: none;
}
#s-7a2363cf-4c6d-4c0b-8fef-89578e97708d, #wrap-s-7a2363cf-4c6d-4c0b-8fef-89578e97708d { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a2363cf-4c6d-4c0b-8fef-89578e97708d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a2363cf-4c6d-4c0b-8fef-89578e97708d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a2363cf-4c6d-4c0b-8fef-89578e97708d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a2363cf-4c6d-4c0b-8fef-89578e97708d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e93799cf-e061-4b30-9178-93a41a136028 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}

#s-dd6c778d-b9f6-4875-8293-a3205452adad {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-74d3fa68-c6ac-4cce-8383-42a5bc89d0f6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3d6e49cb-3920-43c4-a230-c3b769843e9e hr {
  border-top: 2px solid #ddd;
}

#s-24685628-f2a9-4be1-ae44-1822edc135d2 {
  min-height: 50px;
}








#s-24685628-f2a9-4be1-ae44-1822edc135d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24685628-f2a9-4be1-ae44-1822edc135d2.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-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5cf2e846-85a1-42b0-a7cf-33bd201693f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6b5132fc-ff3c-43b6-9f92-02837f286445 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b5132fc-ff3c-43b6-9f92-02837f286445 {
  display: none;
}
#s-6b5132fc-ff3c-43b6-9f92-02837f286445, #wrap-s-6b5132fc-ff3c-43b6-9f92-02837f286445 { display:none !important; }}@media (max-width: 767px){#s-6b5132fc-ff3c-43b6-9f92-02837f286445 {
  display: none;
}
#s-6b5132fc-ff3c-43b6-9f92-02837f286445, #wrap-s-6b5132fc-ff3c-43b6-9f92-02837f286445 { display:none !important; }}






  #s-6b5132fc-ff3c-43b6-9f92-02837f286445 img.shogun-image {
    

    
    
    
  }


#s-6b5132fc-ff3c-43b6-9f92-02837f286445 .shogun-image-content {
  
    align-items: center;
  
}

#s-0faf8c14-b449-468c-af53-543c992ee90b {
  text-align: center;
}
@media (min-width: 1200px){#s-0faf8c14-b449-468c-af53-543c992ee90b {
  display: none;
}
#s-0faf8c14-b449-468c-af53-543c992ee90b, #wrap-s-0faf8c14-b449-468c-af53-543c992ee90b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0faf8c14-b449-468c-af53-543c992ee90b {
  display: none;
}
#s-0faf8c14-b449-468c-af53-543c992ee90b, #wrap-s-0faf8c14-b449-468c-af53-543c992ee90b { display:none !important; }}@media (max-width: 767px){#s-0faf8c14-b449-468c-af53-543c992ee90b {
  display: none;
}
#s-0faf8c14-b449-468c-af53-543c992ee90b, #wrap-s-0faf8c14-b449-468c-af53-543c992ee90b { display:none !important; }}






  #s-0faf8c14-b449-468c-af53-543c992ee90b img.shogun-image {
    

    
    
    
  }


#s-0faf8c14-b449-468c-af53-543c992ee90b .shogun-image-content {
  
    align-items: center;
  
}

#s-9f675eb9-897f-4cea-aa61-c868974e21f3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8ed56d16-2b87-43a9-8f92-b6adbe8e4c6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ed56d16-2b87-43a9-8f92-b6adbe8e4c6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ed56d16-2b87-43a9-8f92-b6adbe8e4c6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ed56d16-2b87-43a9-8f92-b6adbe8e4c6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f2c7fb7c-e92d-42da-9636-6761521ff90a {
  padding-top: 9px;
padding-left: 8%;
padding-bottom: 9px;
padding-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-f2c7fb7c-e92d-42da-9636-6761521ff90a {
  display: none;
}
#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c {
  text-align: center;
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c {
  max-width:  100%;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom,
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c {
  max-width:  100%;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom,
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c {
  max-width:  100%;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom,
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c {
  max-width:  100%;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom,
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c {
  max-width:  100%;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom,
.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6607ef81-16d2-4b64-9cfd-0a6868cc843c img.shogun-image {
  width: 100%;
}



}
#s-386cda2c-db88-46f5-a2c4-8721239d96cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-386cda2c-db88-46f5-a2c4-8721239d96cc .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-abecdaef-cd81-42f9-93e5-fc8fa261bbd0 {
  text-align: left;
}

#s-abecdaef-cd81-42f9-93e5-fc8fa261bbd0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-abecdaef-cd81-42f9-93e5-fc8fa261bbd0 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-abecdaef-cd81-42f9-93e5-fc8fa261bbd0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca28f196-7ea7-4d03-bd1f-4321a8b9620e {
  padding-top: 9px;
padding-left: 8%;
padding-bottom: 9px;
padding-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-ca28f196-7ea7-4d03-bd1f-4321a8b9620e {
  display: none;
}
#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 {
  text-align: center;
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 {
  max-width:  100%;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom,
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 {
  max-width:  100%;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom,
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 {
  max-width:  100%;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom,
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 {
  max-width:  100%;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom,
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 {
  max-width:  100%;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom,
.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2a7efb2-06f6-4f8e-9ad7-c29a1e46f159 img.shogun-image {
  width: 100%;
}



}
#s-0d619c1c-2e4a-47c5-b460-2bbdb955ece3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d619c1c-2e4a-47c5-b460-2bbdb955ece3 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-16b6c1b0-cc97-4342-8d59-7a8da869027a {
  text-align: left;
}

#s-16b6c1b0-cc97-4342-8d59-7a8da869027a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-16b6c1b0-cc97-4342-8d59-7a8da869027a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-16b6c1b0-cc97-4342-8d59-7a8da869027a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd {
  
}
}@media (max-width: 767px){#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd {
  
}
}







#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd > .shg-box-overlay {
  background-color: rgba(84, 77, 70, 1);
  opacity: 0.5;
}#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd {
  cursor: pointer;
}#s-c0d72c55-06ee-44ef-b90c-0c9637f098dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f78bfe44-d1c2-4c0a-b4d4-5dc5ee728d03 {
  margin-top: 60px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-f78bfe44-d1c2-4c0a-b4d4-5dc5ee728d03 .shogun-icon-wrapper {
  text-align: center;
}


#s-f78bfe44-d1c2-4c0a-b4d4-5dc5ee728d03 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 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-4c5c676d-a80c-4db2-9653-a18da57ff263 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4c5c676d-a80c-4db2-9653-a18da57ff263 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c5c676d-a80c-4db2-9653-a18da57ff263 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c5c676d-a80c-4db2-9653-a18da57ff263 {
  
}
}@media (max-width: 767px){#s-4c5c676d-a80c-4db2-9653-a18da57ff263 {
  
}
}
#s-4c5c676d-a80c-4db2-9653-a18da57ff263 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-4c5c676d-a80c-4db2-9653-a18da57ff263 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-97a6d60c-9d63-4802-b400-ae215780d512 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-97a6d60c-9d63-4802-b400-ae215780d512 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97a6d60c-9d63-4802-b400-ae215780d512 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97a6d60c-9d63-4802-b400-ae215780d512 {
  
}
}@media (max-width: 767px){#s-97a6d60c-9d63-4802-b400-ae215780d512 {
  
}
}
@media (min-width: 0px) {
[id="s-97a6d60c-9d63-4802-b400-ae215780d512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97a6d60c-9d63-4802-b400-ae215780d512"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-97a6d60c-9d63-4802-b400-ae215780d512"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-97a6d60c-9d63-4802-b400-ae215780d512"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1b5241bd-0995-4db4-9062-968cd49474a5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-1b5241bd-0995-4db4-9062-968cd49474a5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b5241bd-0995-4db4-9062-968cd49474a5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1b5241bd-0995-4db4-9062-968cd49474a5-root {
    text-align: center;
  }


#s-1b5241bd-0995-4db4-9062-968cd49474a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b5241bd-0995-4db4-9062-968cd49474a5-root {
    text-align: center;
  }


#s-1b5241bd-0995-4db4-9062-968cd49474a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b5241bd-0995-4db4-9062-968cd49474a5-root {
    text-align: center;
  }


#s-1b5241bd-0995-4db4-9062-968cd49474a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b5241bd-0995-4db4-9062-968cd49474a5-root {
    text-align: center;
  }


#s-1b5241bd-0995-4db4-9062-968cd49474a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b5241bd-0995-4db4-9062-968cd49474a5-root {
    text-align: center;
  }


#s-1b5241bd-0995-4db4-9062-968cd49474a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  block ;
}
}
#s-b9fcd8db-ccb0-4814-8502-ad1c9c602be8 {
  min-height: 50px;
}








#s-b9fcd8db-ccb0-4814-8502-ad1c9c602be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9fcd8db-ccb0-4814-8502-ad1c9c602be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85428af6-f388-4590-8a33-d4be6de1d900 hr {
  border-top: 2px solid #ddd;
}

#s-ddcedfa8-5624-4ade-8b8a-ccdc715adda0 {
  min-height: 50px;
}








#s-ddcedfa8-5624-4ade-8b8a-ccdc715adda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddcedfa8-5624-4ade-8b8a-ccdc715adda0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99368f02-8a01-4004-997a-a78691cb0ec0 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-b834ee54-a3c6-42df-aed5-9c25c74026c3 {
  display: none;
}
#s-b834ee54-a3c6-42df-aed5-9c25c74026c3, #wrap-s-b834ee54-a3c6-42df-aed5-9c25c74026c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b834ee54-a3c6-42df-aed5-9c25c74026c3 {
  display: none;
}
#s-b834ee54-a3c6-42df-aed5-9c25c74026c3, #wrap-s-b834ee54-a3c6-42df-aed5-9c25c74026c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b834ee54-a3c6-42df-aed5-9c25c74026c3 {
  display: none;
}
#s-b834ee54-a3c6-42df-aed5-9c25c74026c3, #wrap-s-b834ee54-a3c6-42df-aed5-9c25c74026c3 { display:none !important; }}@media (max-width: 767px){#s-b834ee54-a3c6-42df-aed5-9c25c74026c3 {
  
}
}
@media (min-width: 0px) {
[id="s-b834ee54-a3c6-42df-aed5-9c25c74026c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b834ee54-a3c6-42df-aed5-9c25c74026c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b834ee54-a3c6-42df-aed5-9c25c74026c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b834ee54-a3c6-42df-aed5-9c25c74026c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff79b22d-f6e3-4046-9b39-3255f757e28e {
  text-align: center;
}
@media (max-width: 767px){#s-ff79b22d-f6e3-4046-9b39-3255f757e28e {
  
}
}






  #s-ff79b22d-f6e3-4046-9b39-3255f757e28e img.shogun-image {
    

    
    
    
  }


#s-ff79b22d-f6e3-4046-9b39-3255f757e28e .shogun-image-content {
  
    align-items: center;
  
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (max-width: 767px){#s-1c306b80-d002-47b8-95c3-3f6afbe73839 {
  display: none;
}
#s-1c306b80-d002-47b8-95c3-3f6afbe73839, #wrap-s-1c306b80-d002-47b8-95c3-3f6afbe73839 { display:none !important; }}
[id="s-1c306b80-d002-47b8-95c3-3f6afbe73839"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-1c306b80-d002-47b8-95c3-3f6afbe73839"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

@media (min-width: 1200px){#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d {
  display: none;
}
#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d, #wrap-s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d {
  display: none;
}
#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d, #wrap-s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d {
  display: none;
}
#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d, #wrap-s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d { display:none !important; }}@media (max-width: 767px){#s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d {
  
}
}
[id="s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-39d6b9a0-5ecf-4f8e-b8bc-85b245d07e4d"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

@media (min-width: 0px) {
[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53f79a0a-faf5-4907-a5c5-6ee61f3a9e16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f2aac3e5-f82b-47b9-a0e5-aa06ad888594 {
  text-align: center;
}
@media (max-width: 767px){#s-f2aac3e5-f82b-47b9-a0e5-aa06ad888594 {
  display: none;
}
#s-f2aac3e5-f82b-47b9-a0e5-aa06ad888594, #wrap-s-f2aac3e5-f82b-47b9-a0e5-aa06ad888594 { display:none !important; }}






  #s-f2aac3e5-f82b-47b9-a0e5-aa06ad888594 img.shogun-image {
    

    
    
    
  }


#s-f2aac3e5-f82b-47b9-a0e5-aa06ad888594 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a75c7d1b-10fe-40aa-a32c-12e7d47ba1f8 {
  display: none;
}
#s-a75c7d1b-10fe-40aa-a32c-12e7d47ba1f8, #wrap-s-a75c7d1b-10fe-40aa-a32c-12e7d47ba1f8 { display:none !important; }}
[id="s-a75c7d1b-10fe-40aa-a32c-12e7d47ba1f8"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-a75c7d1b-10fe-40aa-a32c-12e7d47ba1f8"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
