.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-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-b2406b6b-8bb4-4b08-9ceb-ec3f225465f1 {
  min-height: 50px;
}








#s-b2406b6b-8bb4-4b08-9ceb-ec3f225465f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2406b6b-8bb4-4b08-9ceb-ec3f225465f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-171b56d8-69af-41a4-ba3a-6604de0b8c04 {
  margin-top: 25px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-171b56d8-69af-41a4-ba3a-6604de0b8c04 {
  
}
}







#s-171b56d8-69af-41a4-ba3a-6604de0b8c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171b56d8-69af-41a4-ba3a-6604de0b8c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-92829e4a-64ca-4f20-b6f1-17b9ffff9daf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-92829e4a-64ca-4f20-b6f1-17b9ffff9daf {
  
}
}
#s-92829e4a-64ca-4f20-b6f1-17b9ffff9daf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-de6399a6-14f9-4bfe-8d8b-c3bfc1a0aea7 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-de6399a6-14f9-4bfe-8d8b-c3bfc1a0aea7 {
  
}
}
#s-de6399a6-14f9-4bfe-8d8b-c3bfc1a0aea7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-8044c4de-64e5-4d9b-9a76-416581213951 {
  margin-left: 15%;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-8044c4de-64e5-4d9b-9a76-416581213951 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-8044c4de-64e5-4d9b-9a76-416581213951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8044c4de-64e5-4d9b-9a76-416581213951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd {
  display: none;
}
#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd, #wrap-s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd {
  display: none;
}
#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd, #wrap-s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd {
  display: none;
}
#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd, #wrap-s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd { display: none !important; }}@media (max-width: 767px){#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd {
  display: none;
}
#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd, #wrap-s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd { display: none !important; }}
#s-5a8a6c01-fca0-4abf-9716-3f5de94ea0dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-a6b49274-6b37-4836-90a5-c611466e1ddd {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a6b49274-6b37-4836-90a5-c611466e1ddd {
  display: none;
}
#s-a6b49274-6b37-4836-90a5-c611466e1ddd, #wrap-s-a6b49274-6b37-4836-90a5-c611466e1ddd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6b49274-6b37-4836-90a5-c611466e1ddd {
  display: none;
}
#s-a6b49274-6b37-4836-90a5-c611466e1ddd, #wrap-s-a6b49274-6b37-4836-90a5-c611466e1ddd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6b49274-6b37-4836-90a5-c611466e1ddd {
  display: none;
}
#s-a6b49274-6b37-4836-90a5-c611466e1ddd, #wrap-s-a6b49274-6b37-4836-90a5-c611466e1ddd { display: none !important; }}@media (max-width: 767px){#s-a6b49274-6b37-4836-90a5-c611466e1ddd {
  display: none;
}
#s-a6b49274-6b37-4836-90a5-c611466e1ddd, #wrap-s-a6b49274-6b37-4836-90a5-c611466e1ddd { display: none !important; }}
#s-a6b49274-6b37-4836-90a5-c611466e1ddd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



.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: 1200px){#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 {
  margin-top: 30px;
margin-bottom: 30px;
display: none;
}
#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82, #wrap-s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 {
  display: none;
}
#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82, #wrap-s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 {
  display: none;
}
#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82, #wrap-s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 { display: none !important; }}@media (max-width: 767px){#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 {
  display: none;
}
#s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82, #wrap-s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1d5a535-4f96-4b4d-81c7-b84df80b6b82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c {
  text-align: left;
}



.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb77124a-d0f6-4ae3-b2b3-67ab45afa25c img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-2bbe5abe-3e4a-437d-9ff9-7818939a51c6 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 1200px){#s-1003b471-65d5-4fac-abeb-6d2101dbab8f {
  display: none;
}
#s-1003b471-65d5-4fac-abeb-6d2101dbab8f, #wrap-s-1003b471-65d5-4fac-abeb-6d2101dbab8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1003b471-65d5-4fac-abeb-6d2101dbab8f {
  display: none;
}
#s-1003b471-65d5-4fac-abeb-6d2101dbab8f, #wrap-s-1003b471-65d5-4fac-abeb-6d2101dbab8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1003b471-65d5-4fac-abeb-6d2101dbab8f {
  display: none;
}
#s-1003b471-65d5-4fac-abeb-6d2101dbab8f, #wrap-s-1003b471-65d5-4fac-abeb-6d2101dbab8f { display: none !important; }}
@media (min-width: 0px) {
[id="s-1003b471-65d5-4fac-abeb-6d2101dbab8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1003b471-65d5-4fac-abeb-6d2101dbab8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1003b471-65d5-4fac-abeb-6d2101dbab8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1003b471-65d5-4fac-abeb-6d2101dbab8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8626f849-1f52-4f18-a137-b8862bbc7f57 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-8626f849-1f52-4f18-a137-b8862bbc7f57 {
  display: none;
}
#s-8626f849-1f52-4f18-a137-b8862bbc7f57, #wrap-s-8626f849-1f52-4f18-a137-b8862bbc7f57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8626f849-1f52-4f18-a137-b8862bbc7f57 {
  display: none;
}
#s-8626f849-1f52-4f18-a137-b8862bbc7f57, #wrap-s-8626f849-1f52-4f18-a137-b8862bbc7f57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8626f849-1f52-4f18-a137-b8862bbc7f57 {
  display: none;
}
#s-8626f849-1f52-4f18-a137-b8862bbc7f57, #wrap-s-8626f849-1f52-4f18-a137-b8862bbc7f57 { display: none !important; }}
#s-e5c8aab5-d6b1-4327-9703-43268d03f08c {
  text-align: right;
}

#s-e5c8aab5-d6b1-4327-9703-43268d03f08c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 52px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5c8aab5-d6b1-4327-9703-43268d03f08c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 52px;
}

#s-e5c8aab5-d6b1-4327-9703-43268d03f08c .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-0a9e3bcd-931f-4185-9c5c-15c352f262fa {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-0a9e3bcd-931f-4185-9c5c-15c352f262fa {
  display: none;
}
#s-0a9e3bcd-931f-4185-9c5c-15c352f262fa, #wrap-s-0a9e3bcd-931f-4185-9c5c-15c352f262fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a9e3bcd-931f-4185-9c5c-15c352f262fa {
  display: none;
}
#s-0a9e3bcd-931f-4185-9c5c-15c352f262fa, #wrap-s-0a9e3bcd-931f-4185-9c5c-15c352f262fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a9e3bcd-931f-4185-9c5c-15c352f262fa {
  display: none;
}
#s-0a9e3bcd-931f-4185-9c5c-15c352f262fa, #wrap-s-0a9e3bcd-931f-4185-9c5c-15c352f262fa { display: none !important; }}
#s-bed42616-32b4-4c80-b150-747ca31cd1d5 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bed42616-32b4-4c80-b150-747ca31cd1d5 {
  display: none;
}
#s-bed42616-32b4-4c80-b150-747ca31cd1d5, #wrap-s-bed42616-32b4-4c80-b150-747ca31cd1d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bed42616-32b4-4c80-b150-747ca31cd1d5 {
  display: none;
}
#s-bed42616-32b4-4c80-b150-747ca31cd1d5, #wrap-s-bed42616-32b4-4c80-b150-747ca31cd1d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bed42616-32b4-4c80-b150-747ca31cd1d5 {
  display: none;
}
#s-bed42616-32b4-4c80-b150-747ca31cd1d5, #wrap-s-bed42616-32b4-4c80-b150-747ca31cd1d5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bed42616-32b4-4c80-b150-747ca31cd1d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-48a9b8ef-f951-4cf5-aa72-977f47738062 {
  margin-right: 30%;
text-align: center;
}







  #s-48a9b8ef-f951-4cf5-aa72-977f47738062 img.shogun-image {
    

    
    
    
  }


#s-48a9b8ef-f951-4cf5-aa72-977f47738062 .shogun-image-content {
  
    align-items: center;
  
}

#s-350ad358-c214-47dd-8c1e-5f78aa7a3652 {
  margin-top: -7px;
margin-bottom: -7px;
}

#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 {
  text-align: center;
}
@media (min-width: 1200px){#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 {
  display: none;
}
#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254, #wrap-s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 {
  display: none;
}
#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254, #wrap-s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 {
  display: none;
}
#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254, #wrap-s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 { display: none !important; }}






  #s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 img.shogun-image {
    

    
    
    
  }


#s-4c9ce658-8d2a-429a-ae22-c6d3d3af0254 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4511268-f67d-452c-880a-9df231119956 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 65%;
text-align: center;
}
@media (max-width: 767px){#s-d4511268-f67d-452c-880a-9df231119956 {
  display: none;
}
#s-d4511268-f67d-452c-880a-9df231119956, #wrap-s-d4511268-f67d-452c-880a-9df231119956 { display: none !important; }}






  #s-d4511268-f67d-452c-880a-9df231119956 img.shogun-image {
    

    
    
    
  }


#s-d4511268-f67d-452c-880a-9df231119956 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5a25f4e-6558-4525-b338-33f55fc81d94 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-b5a25f4e-6558-4525-b338-33f55fc81d94 {
  display: none;
}
#s-b5a25f4e-6558-4525-b338-33f55fc81d94, #wrap-s-b5a25f4e-6558-4525-b338-33f55fc81d94 { display: none !important; }}
#s-3963bf0c-3a37-42eb-b319-e91cd7609af4 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-3963bf0c-3a37-42eb-b319-e91cd7609af4 {
  display: none;
}
#s-3963bf0c-3a37-42eb-b319-e91cd7609af4, #wrap-s-3963bf0c-3a37-42eb-b319-e91cd7609af4 { display: none !important; }}
#s-41f0b71b-ed61-4ef0-96b4-e873338515a0 {
  margin-left: 0%;
margin-right: 20%;
}
@media (max-width: 767px){#s-41f0b71b-ed61-4ef0-96b4-e873338515a0 {
  display: none;
}
#s-41f0b71b-ed61-4ef0-96b4-e873338515a0, #wrap-s-41f0b71b-ed61-4ef0-96b4-e873338515a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41f0b71b-ed61-4ef0-96b4-e873338515a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a95edfb8-c228-49b4-a55e-58f8410509fb {
  text-align: center;
}







  #s-a95edfb8-c228-49b4-a55e-58f8410509fb img.shogun-image {
    

    
    
    
  }


#s-a95edfb8-c228-49b4-a55e-58f8410509fb .shogun-image-content {
  
    align-items: center;
  
}

#s-d33ce5ed-d0d4-474a-85e4-72782ecb76b7 {
  margin-top: -7px;
margin-bottom: -7px;
}

#s-d59e8348-71a8-4937-be09-99541af85853 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-d59e8348-71a8-4937-be09-99541af85853 {
  display: none;
}
#s-d59e8348-71a8-4937-be09-99541af85853, #wrap-s-d59e8348-71a8-4937-be09-99541af85853 { display: none !important; }}
#s-79cd2094-b704-4282-8132-51673a2ccba4 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-79cd2094-b704-4282-8132-51673a2ccba4 {
  
}
}@media (max-width: 767px){#s-79cd2094-b704-4282-8132-51673a2ccba4 {
  display: none;
}
#s-79cd2094-b704-4282-8132-51673a2ccba4, #wrap-s-79cd2094-b704-4282-8132-51673a2ccba4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-79cd2094-b704-4282-8132-51673a2ccba4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1ce16aac-29a6-4c66-ab66-d4848766b6d6 {
  margin-left: -1%;
margin-right: -1%;
}
@media (min-width: 1200px){#s-1ce16aac-29a6-4c66-ab66-d4848766b6d6 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ce16aac-29a6-4c66-ab66-d4848766b6d6 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-1ce16aac-29a6-4c66-ab66-d4848766b6d6 {
  margin-top: 15px;
}
}
#s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e {
  text-align: left;
}
@media (max-width: 767px){#s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e {
  display: none;
}
#s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e, #wrap-s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e { display: none !important; }}
#s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 48px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 48px;
}

#s-ebb71a3f-0f07-4b78-b7aa-998a9ffa2a2e .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-2307928a-1478-40d0-8b1f-78b0ad1758d4 {
  text-align: center;
}
@media (max-width: 767px){#s-2307928a-1478-40d0-8b1f-78b0ad1758d4 {
  display: none;
}
#s-2307928a-1478-40d0-8b1f-78b0ad1758d4, #wrap-s-2307928a-1478-40d0-8b1f-78b0ad1758d4 { display: none !important; }}






  #s-2307928a-1478-40d0-8b1f-78b0ad1758d4 img.shogun-image {
    

    
    
    
  }


#s-2307928a-1478-40d0-8b1f-78b0ad1758d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-690fcf2f-647a-4d12-950a-5b408e7807a3 {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 50%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 45px;
min-height: 25px;
max-width: 250px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-690fcf2f-647a-4d12-950a-5b408e7807a3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-690fcf2f-647a-4d12-950a-5b408e7807a3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-690fcf2f-647a-4d12-950a-5b408e7807a3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-690fcf2f-647a-4d12-950a-5b408e7807a3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-690fcf2f-647a-4d12-950a-5b408e7807a3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-1ab27732-fab5-47df-a213-707b7f5aede8 {
  margin-bottom: 0px;
margin-right: 25%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 45px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ab27732-fab5-47df-a213-707b7f5aede8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ab27732-fab5-47df-a213-707b7f5aede8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1ab27732-fab5-47df-a213-707b7f5aede8 {
  margin-top: 10px;
margin-right: 0%;
}
}


#s-1ab27732-fab5-47df-a213-707b7f5aede8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ab27732-fab5-47df-a213-707b7f5aede8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ab27732-fab5-47df-a213-707b7f5aede8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}

#s-1ab27732-fab5-47df-a213-707b7f5aede8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d {
  text-align: center;
}
@media (min-width: 1200px){#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d {
  display: none;
}
#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d, #wrap-s-e4a92f58-f2e1-449d-a6e5-49f7d882420d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d {
  display: none;
}
#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d, #wrap-s-e4a92f58-f2e1-449d-a6e5-49f7d882420d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d {
  display: none;
}
#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d, #wrap-s-e4a92f58-f2e1-449d-a6e5-49f7d882420d { display: none !important; }}@media (max-width: 767px){#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d {
  margin-top: 35px;
margin-bottom: 35px;
}
}






  #s-e4a92f58-f2e1-449d-a6e5-49f7d882420d img.shogun-image {
    

    
    
    
  }


#s-e4a92f58-f2e1-449d-a6e5-49f7d882420d .shogun-image-content {
  
    align-items: center;
  
}

#s-858db235-b025-487a-9182-8edefc8c4dc0 {
  margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-858db235-b025-487a-9182-8edefc8c4dc0 {
  display: none;
}
#s-858db235-b025-487a-9182-8edefc8c4dc0, #wrap-s-858db235-b025-487a-9182-8edefc8c4dc0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-858db235-b025-487a-9182-8edefc8c4dc0 {
  display: none;
}
#s-858db235-b025-487a-9182-8edefc8c4dc0, #wrap-s-858db235-b025-487a-9182-8edefc8c4dc0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-858db235-b025-487a-9182-8edefc8c4dc0 {
  display: none;
}
#s-858db235-b025-487a-9182-8edefc8c4dc0, #wrap-s-858db235-b025-487a-9182-8edefc8c4dc0 { display: none !important; }}
#s-67a3318f-9ffd-4354-bc83-423bf71340f6 {
  margin-top: 20px;
margin-left: -1%;
margin-bottom: 20px;
margin-right: -1%;
text-align: center;
}
@media (max-width: 767px){#s-67a3318f-9ffd-4354-bc83-423bf71340f6 {
  display: none;
}
#s-67a3318f-9ffd-4354-bc83-423bf71340f6, #wrap-s-67a3318f-9ffd-4354-bc83-423bf71340f6 { display: none !important; }}






  #s-67a3318f-9ffd-4354-bc83-423bf71340f6 img.shogun-image {
    

    
    
    
  }


#s-67a3318f-9ffd-4354-bc83-423bf71340f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6cd4d80-a6ca-4f5d-89bc-fa9688287a4d {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-f6cd4d80-a6ca-4f5d-89bc-fa9688287a4d {
  display: none;
}
#s-f6cd4d80-a6ca-4f5d-89bc-fa9688287a4d, #wrap-s-f6cd4d80-a6ca-4f5d-89bc-fa9688287a4d { display: none !important; }}






  #s-f6cd4d80-a6ca-4f5d-89bc-fa9688287a4d img.shogun-image {
    

    
    
    
  }


#s-f6cd4d80-a6ca-4f5d-89bc-fa9688287a4d .shogun-image-content {
  
    align-items: center;
  
}

#s-f3049a57-ee74-4d89-8034-fb461d6b7083 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-f3049a57-ee74-4d89-8034-fb461d6b7083 {
  display: none;
}
#s-f3049a57-ee74-4d89-8034-fb461d6b7083, #wrap-s-f3049a57-ee74-4d89-8034-fb461d6b7083 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3049a57-ee74-4d89-8034-fb461d6b7083 {
  display: none;
}
#s-f3049a57-ee74-4d89-8034-fb461d6b7083, #wrap-s-f3049a57-ee74-4d89-8034-fb461d6b7083 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3049a57-ee74-4d89-8034-fb461d6b7083 {
  display: none;
}
#s-f3049a57-ee74-4d89-8034-fb461d6b7083, #wrap-s-f3049a57-ee74-4d89-8034-fb461d6b7083 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f3049a57-ee74-4d89-8034-fb461d6b7083"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-78171002-d8e3-4d63-8879-a457681d972a {
  margin-left: -20%;
margin-right: -20%;
}

#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 {
  text-align: center;
}
@media (min-width: 1200px){#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 {
  display: none;
}
#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653, #wrap-s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 {
  display: none;
}
#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653, #wrap-s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 {
  display: none;
}
#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653, #wrap-s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 { display: none !important; }}






  #s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 img.shogun-image {
    

    
    
    
  }


#s-4507f5f6-cfca-49bd-8d56-a3a466bf6653 .shogun-image-content {
  
    align-items: center;
  
}

#s-97079559-11ff-4136-b6ee-7efddc871853 {
  margin-top: 75px;
margin-left: 15%;
margin-bottom: 75px;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-97079559-11ff-4136-b6ee-7efddc871853 {
  display: none;
}
#s-97079559-11ff-4136-b6ee-7efddc871853, #wrap-s-97079559-11ff-4136-b6ee-7efddc871853 { display: none !important; }}@media (max-width: 767px){#s-97079559-11ff-4136-b6ee-7efddc871853 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}






  #s-97079559-11ff-4136-b6ee-7efddc871853 img.shogun-image {
    

    
    
    
  }


#s-97079559-11ff-4136-b6ee-7efddc871853 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 {
  margin-top: 75px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 {
  display: none;
}
#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843, #wrap-s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 {
  display: none;
}
#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843, #wrap-s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 { display: none !important; }}@media (max-width: 767px){#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 {
  display: none;
}
#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843, #wrap-s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 { display: none !important; }}






  #s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 img.shogun-image {
    

    
    
    
  }


#s-dc6ebcc4-c75e-428e-96c8-97b1ae0e0843 .shogun-image-content {
  
    align-items: center;
  
}

#s-41772929-6882-424c-baa7-426a0b3e4400 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-41772929-6882-424c-baa7-426a0b3e4400 {
  display: none;
}
#s-41772929-6882-424c-baa7-426a0b3e4400, #wrap-s-41772929-6882-424c-baa7-426a0b3e4400 { display: none !important; }}@media (max-width: 767px){#s-41772929-6882-424c-baa7-426a0b3e4400 {
  display: none;
}
#s-41772929-6882-424c-baa7-426a0b3e4400, #wrap-s-41772929-6882-424c-baa7-426a0b3e4400 { display: none !important; }}
#s-41772929-6882-424c-baa7-426a0b3e4400 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}



#s-222d4e44-b383-4bf2-bda5-70663c34ee78 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-222d4e44-b383-4bf2-bda5-70663c34ee78 {
  display: none;
}
#s-222d4e44-b383-4bf2-bda5-70663c34ee78, #wrap-s-222d4e44-b383-4bf2-bda5-70663c34ee78 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-222d4e44-b383-4bf2-bda5-70663c34ee78 {
  display: none;
}
#s-222d4e44-b383-4bf2-bda5-70663c34ee78, #wrap-s-222d4e44-b383-4bf2-bda5-70663c34ee78 { display: none !important; }}@media (max-width: 767px){#s-222d4e44-b383-4bf2-bda5-70663c34ee78 {
  display: none;
}
#s-222d4e44-b383-4bf2-bda5-70663c34ee78, #wrap-s-222d4e44-b383-4bf2-bda5-70663c34ee78 { display: none !important; }}
#s-222d4e44-b383-4bf2-bda5-70663c34ee78 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}



#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 {
  margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 {
  display: none;
}
#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2, #wrap-s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 {
  display: none;
}
#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2, #wrap-s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 {
  display: none;
}
#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2, #wrap-s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 { display: none !important; }}
#s-e09c5dde-7e4c-4ed9-adc1-18d25b41dda2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-61bea95c-86b0-4015-9e8c-a3f1894b326a {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-61bea95c-86b0-4015-9e8c-a3f1894b326a {
  display: none;
}
#s-61bea95c-86b0-4015-9e8c-a3f1894b326a, #wrap-s-61bea95c-86b0-4015-9e8c-a3f1894b326a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61bea95c-86b0-4015-9e8c-a3f1894b326a {
  display: none;
}
#s-61bea95c-86b0-4015-9e8c-a3f1894b326a, #wrap-s-61bea95c-86b0-4015-9e8c-a3f1894b326a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61bea95c-86b0-4015-9e8c-a3f1894b326a {
  display: none;
}
#s-61bea95c-86b0-4015-9e8c-a3f1894b326a, #wrap-s-61bea95c-86b0-4015-9e8c-a3f1894b326a { display: none !important; }}
@media (min-width: 0px) {
[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61bea95c-86b0-4015-9e8c-a3f1894b326a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-fb48f264-251c-4098-b914-590b98841f60 {
  margin-top: 20px;
text-align: center;
}







  #s-fb48f264-251c-4098-b914-590b98841f60 img.shogun-image {
    

    
    
    
  }


#s-fb48f264-251c-4098-b914-590b98841f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-579f935c-5d53-4548-ad4b-0daf4abefd3b {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-579f935c-5d53-4548-ad4b-0daf4abefd3b {
  display: none;
}
#s-579f935c-5d53-4548-ad4b-0daf4abefd3b, #wrap-s-579f935c-5d53-4548-ad4b-0daf4abefd3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-579f935c-5d53-4548-ad4b-0daf4abefd3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-d64244b3-4073-4350-af36-438ab6828f98 {
  display: none;
}
#s-d64244b3-4073-4350-af36-438ab6828f98, #wrap-s-d64244b3-4073-4350-af36-438ab6828f98 { display: none !important; }}
#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 {
  margin-left: -12%;
margin-right: -12%;
}
@media (min-width: 1200px){#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 {
  display: none;
}
#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10, #wrap-s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 {
  display: none;
}
#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10, #wrap-s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 { display: none !important; }}@media (max-width: 767px){#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 {
  display: none;
}
#s-0357388a-d2bc-43fc-a8c3-ad56b579bf10, #wrap-s-0357388a-d2bc-43fc-a8c3-ad56b579bf10 { display: none !important; }}
#s-f7d87336-1956-4622-9df2-2540e20df45c {
  text-align: center;
}







  #s-f7d87336-1956-4622-9df2-2540e20df45c img.shogun-image {
    

    
    
    
  }


#s-f7d87336-1956-4622-9df2-2540e20df45c .shogun-image-content {
  
    align-items: center;
  
}

#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef {
  display: none;
}
#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef, #wrap-s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef {
  display: none;
}
#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef, #wrap-s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef {
  display: none;
}
#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef, #wrap-s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef { display: none !important; }}
#s-4fc5fb93-7efb-4933-ab3a-856ebf4e21ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-497cf4d4-2b5e-4880-b38a-59d3fb58facc {
  margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-497cf4d4-2b5e-4880-b38a-59d3fb58facc {
  display: none;
}
#s-497cf4d4-2b5e-4880-b38a-59d3fb58facc, #wrap-s-497cf4d4-2b5e-4880-b38a-59d3fb58facc { display: none !important; }}
#s-497cf4d4-2b5e-4880-b38a-59d3fb58facc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-289ae4cc-e632-4358-9d1d-ad228fd009c2 {
  margin-top: 35px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-289ae4cc-e632-4358-9d1d-ad228fd009c2 {
  display: none;
}
#s-289ae4cc-e632-4358-9d1d-ad228fd009c2, #wrap-s-289ae4cc-e632-4358-9d1d-ad228fd009c2 { display: none !important; }}@media (max-width: 767px){#s-289ae4cc-e632-4358-9d1d-ad228fd009c2 {
  display: none;
}
#s-289ae4cc-e632-4358-9d1d-ad228fd009c2, #wrap-s-289ae4cc-e632-4358-9d1d-ad228fd009c2 { display: none !important; }}






  #s-289ae4cc-e632-4358-9d1d-ad228fd009c2 img.shogun-image {
    

    
    
    
  }


#s-289ae4cc-e632-4358-9d1d-ad228fd009c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee {
  margin-top: 35px;
margin-left: -10%;
margin-bottom: 35px;
margin-right: -10%;
text-align: center;
}
@media (min-width: 1200px){#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee {
  display: none;
}
#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee, #wrap-s-2d5224f6-2708-4bd5-b751-49ba4a0897ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee {
  display: none;
}
#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee, #wrap-s-2d5224f6-2708-4bd5-b751-49ba4a0897ee { display: none !important; }}@media (max-width: 767px){#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee {
  display: none;
}
#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee, #wrap-s-2d5224f6-2708-4bd5-b751-49ba4a0897ee { display: none !important; }}






  #s-2d5224f6-2708-4bd5-b751-49ba4a0897ee img.shogun-image {
    

    
    
    
  }


#s-2d5224f6-2708-4bd5-b751-49ba4a0897ee .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9b1b38-ab15-4b05-a393-0010cc503790 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-8c9b1b38-ab15-4b05-a393-0010cc503790 {
  display: none;
}
#s-8c9b1b38-ab15-4b05-a393-0010cc503790, #wrap-s-8c9b1b38-ab15-4b05-a393-0010cc503790 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c9b1b38-ab15-4b05-a393-0010cc503790 {
  display: none;
}
#s-8c9b1b38-ab15-4b05-a393-0010cc503790, #wrap-s-8c9b1b38-ab15-4b05-a393-0010cc503790 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c9b1b38-ab15-4b05-a393-0010cc503790 {
  display: none;
}
#s-8c9b1b38-ab15-4b05-a393-0010cc503790, #wrap-s-8c9b1b38-ab15-4b05-a393-0010cc503790 { display: none !important; }}






  #s-8c9b1b38-ab15-4b05-a393-0010cc503790 img.shogun-image {
    

    
    
    
  }


#s-8c9b1b38-ab15-4b05-a393-0010cc503790 .shogun-image-content {
  
    align-items: center;
  
}

#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 {
  display: none;
}
#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6, #wrap-s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 {
  display: none;
}
#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6, #wrap-s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 {
  display: none;
}
#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6, #wrap-s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 { display: none !important; }}
#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


#s-6316ad22-c2c9-486f-a333-7eebb48ea3f6 .shogun-heading-component h3 a {
  color: #000;
}


#s-5c3ea009-aec2-4f3e-8985-8df377d8ade3 {
  margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c3ea009-aec2-4f3e-8985-8df377d8ade3 {
  display: none;
}
#s-5c3ea009-aec2-4f3e-8985-8df377d8ade3, #wrap-s-5c3ea009-aec2-4f3e-8985-8df377d8ade3 { display: none !important; }}@media (max-width: 767px){#s-5c3ea009-aec2-4f3e-8985-8df377d8ade3 {
  display: none;
}
#s-5c3ea009-aec2-4f3e-8985-8df377d8ade3, #wrap-s-5c3ea009-aec2-4f3e-8985-8df377d8ade3 { display: none !important; }}
#s-5c3ea009-aec2-4f3e-8985-8df377d8ade3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 {
  display: none;
}
#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5, #wrap-s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 {
  display: none;
}
#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5, #wrap-s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 { display: none !important; }}@media (max-width: 767px){#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 {
  display: none;
}
#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5, #wrap-s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 { display: none !important; }}
#s-8b9b16ed-32a4-4e65-8eaa-e529e9bad1a5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-2738228d-dfc9-48c7-bec6-37100056e92c {
  margin-left: 13%;
margin-right: 13%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2738228d-dfc9-48c7-bec6-37100056e92c {
  display: none;
}
#s-2738228d-dfc9-48c7-bec6-37100056e92c, #wrap-s-2738228d-dfc9-48c7-bec6-37100056e92c { display: none !important; }}@media (max-width: 767px){#s-2738228d-dfc9-48c7-bec6-37100056e92c {
  display: none;
}
#s-2738228d-dfc9-48c7-bec6-37100056e92c, #wrap-s-2738228d-dfc9-48c7-bec6-37100056e92c { display: none !important; }}
#s-5e787307-2d9e-4570-9aee-e37f48107ac7 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-5e787307-2d9e-4570-9aee-e37f48107ac7 {
  display: none;
}
#s-5e787307-2d9e-4570-9aee-e37f48107ac7, #wrap-s-5e787307-2d9e-4570-9aee-e37f48107ac7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e787307-2d9e-4570-9aee-e37f48107ac7 {
  display: none;
}
#s-5e787307-2d9e-4570-9aee-e37f48107ac7, #wrap-s-5e787307-2d9e-4570-9aee-e37f48107ac7 { display: none !important; }}@media (max-width: 767px){#s-5e787307-2d9e-4570-9aee-e37f48107ac7 {
  display: none;
}
#s-5e787307-2d9e-4570-9aee-e37f48107ac7, #wrap-s-5e787307-2d9e-4570-9aee-e37f48107ac7 { display: none !important; }}
#s-50c95d91-54ba-4f82-964b-7921d4413c4b {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-50c95d91-54ba-4f82-964b-7921d4413c4b {
  display: none;
}
#s-50c95d91-54ba-4f82-964b-7921d4413c4b, #wrap-s-50c95d91-54ba-4f82-964b-7921d4413c4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50c95d91-54ba-4f82-964b-7921d4413c4b {
  display: none;
}
#s-50c95d91-54ba-4f82-964b-7921d4413c4b, #wrap-s-50c95d91-54ba-4f82-964b-7921d4413c4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50c95d91-54ba-4f82-964b-7921d4413c4b {
  display: none;
}
#s-50c95d91-54ba-4f82-964b-7921d4413c4b, #wrap-s-50c95d91-54ba-4f82-964b-7921d4413c4b { display: none !important; }}
#s-ea16b1be-a517-4625-9769-6e02a85435cd {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-ea16b1be-a517-4625-9769-6e02a85435cd {
  display: none;
}
#s-ea16b1be-a517-4625-9769-6e02a85435cd, #wrap-s-ea16b1be-a517-4625-9769-6e02a85435cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea16b1be-a517-4625-9769-6e02a85435cd {
  display: none;
}
#s-ea16b1be-a517-4625-9769-6e02a85435cd, #wrap-s-ea16b1be-a517-4625-9769-6e02a85435cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea16b1be-a517-4625-9769-6e02a85435cd {
  
}
}@media (max-width: 767px){#s-ea16b1be-a517-4625-9769-6e02a85435cd {
  display: none;
}
#s-ea16b1be-a517-4625-9769-6e02a85435cd, #wrap-s-ea16b1be-a517-4625-9769-6e02a85435cd { display: none !important; }}






  #s-ea16b1be-a517-4625-9769-6e02a85435cd img.shogun-image {
    

    
    
    
  }


#s-ea16b1be-a517-4625-9769-6e02a85435cd .shogun-image-content {
  
    align-items: center;
  
}

#s-96231673-c994-4ed6-86fe-301bb740ccb5 {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-96231673-c994-4ed6-86fe-301bb740ccb5 {
  display: none;
}
#s-96231673-c994-4ed6-86fe-301bb740ccb5, #wrap-s-96231673-c994-4ed6-86fe-301bb740ccb5 { display: none !important; }}@media (max-width: 767px){#s-96231673-c994-4ed6-86fe-301bb740ccb5 {
  display: none;
}
#s-96231673-c994-4ed6-86fe-301bb740ccb5, #wrap-s-96231673-c994-4ed6-86fe-301bb740ccb5 { display: none !important; }}






  #s-96231673-c994-4ed6-86fe-301bb740ccb5 img.shogun-image {
    

    
    
    
  }


#s-96231673-c994-4ed6-86fe-301bb740ccb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 {
  display: none;
}
#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7, #wrap-s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 {
  display: none;
}
#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7, #wrap-s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 { display: none !important; }}@media (max-width: 767px){#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 {
  display: none;
}
#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7, #wrap-s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 { display: none !important; }}






  #s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 img.shogun-image {
    

    
    
    
  }


#s-2524bb18-cfc9-4da1-b77e-6747d0433cc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f359da04-f988-4a88-be52-81afb7f9e7a4 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f359da04-f988-4a88-be52-81afb7f9e7a4 {
  display: none;
}
#s-f359da04-f988-4a88-be52-81afb7f9e7a4, #wrap-s-f359da04-f988-4a88-be52-81afb7f9e7a4 { display: none !important; }}@media (max-width: 767px){#s-f359da04-f988-4a88-be52-81afb7f9e7a4 {
  display: none;
}
#s-f359da04-f988-4a88-be52-81afb7f9e7a4, #wrap-s-f359da04-f988-4a88-be52-81afb7f9e7a4 { display: none !important; }}






  #s-f359da04-f988-4a88-be52-81afb7f9e7a4 img.shogun-image {
    

    
    
    
  }


#s-f359da04-f988-4a88-be52-81afb7f9e7a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8e9f3e6-5638-4b00-aacb-10c774843442 {
  margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d8e9f3e6-5638-4b00-aacb-10c774843442 {
  display: none;
}
#s-d8e9f3e6-5638-4b00-aacb-10c774843442, #wrap-s-d8e9f3e6-5638-4b00-aacb-10c774843442 { display: none !important; }}
#s-d8e9f3e6-5638-4b00-aacb-10c774843442 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-f0ebad6c-f83f-4bd9-b0b9-1072d9d2b78d {
  margin-top: 40px;
margin-left: 30%;
margin-bottom: 40px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-f0ebad6c-f83f-4bd9-b0b9-1072d9d2b78d {
  display: none;
}
#s-f0ebad6c-f83f-4bd9-b0b9-1072d9d2b78d, #wrap-s-f0ebad6c-f83f-4bd9-b0b9-1072d9d2b78d { display: none !important; }}






  #s-f0ebad6c-f83f-4bd9-b0b9-1072d9d2b78d img.shogun-image {
    

    
    
    
  }


#s-f0ebad6c-f83f-4bd9-b0b9-1072d9d2b78d .shogun-image-content {
  
    align-items: center;
  
}

#s-f5997e7d-819f-4170-884e-a6856c32d77c {
  text-align: center;
}
@media (min-width: 1200px){#s-f5997e7d-819f-4170-884e-a6856c32d77c {
  display: none;
}
#s-f5997e7d-819f-4170-884e-a6856c32d77c, #wrap-s-f5997e7d-819f-4170-884e-a6856c32d77c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5997e7d-819f-4170-884e-a6856c32d77c {
  display: none;
}
#s-f5997e7d-819f-4170-884e-a6856c32d77c, #wrap-s-f5997e7d-819f-4170-884e-a6856c32d77c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5997e7d-819f-4170-884e-a6856c32d77c {
  display: none;
}
#s-f5997e7d-819f-4170-884e-a6856c32d77c, #wrap-s-f5997e7d-819f-4170-884e-a6856c32d77c { display: none !important; }}






  #s-f5997e7d-819f-4170-884e-a6856c32d77c img.shogun-image {
    

    
    
    
  }


#s-f5997e7d-819f-4170-884e-a6856c32d77c .shogun-image-content {
  
    align-items: center;
  
}

#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 {
  margin-top: 75px;
margin-bottom: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 {
  display: none;
}
#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14, #wrap-s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 {
  display: none;
}
#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14, #wrap-s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 {
  display: none;
}
#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14, #wrap-s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 { display: none !important; }}






  #s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 img.shogun-image {
    

    
    
    
  }


#s-c5d43658-31c8-43dc-b5b1-376fbc2b4b14 .shogun-image-content {
  
    align-items: center;
  
}

#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac {
  margin-top: 60px;
margin-left: 20%;
margin-bottom: 25px;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac {
  display: none;
}
#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac, #wrap-s-46721a76-c852-4bd6-a1a6-a2799d9e98ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac {
  display: none;
}
#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac, #wrap-s-46721a76-c852-4bd6-a1a6-a2799d9e98ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac {
  display: none;
}
#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac, #wrap-s-46721a76-c852-4bd6-a1a6-a2799d9e98ac { display: none !important; }}@media (max-width: 767px){#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac {
  
}
}






  #s-46721a76-c852-4bd6-a1a6-a2799d9e98ac img.shogun-image {
    

    
    
    
  }


#s-46721a76-c852-4bd6-a1a6-a2799d9e98ac .shogun-image-content {
  
    align-items: center;
  
}

#s-2986a849-13ab-4b0f-9c80-c59fa38b862a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2986a849-13ab-4b0f-9c80-c59fa38b862a {
  display: none;
}
#s-2986a849-13ab-4b0f-9c80-c59fa38b862a, #wrap-s-2986a849-13ab-4b0f-9c80-c59fa38b862a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2986a849-13ab-4b0f-9c80-c59fa38b862a {
  display: none;
}
#s-2986a849-13ab-4b0f-9c80-c59fa38b862a, #wrap-s-2986a849-13ab-4b0f-9c80-c59fa38b862a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2986a849-13ab-4b0f-9c80-c59fa38b862a {
  display: none;
}
#s-2986a849-13ab-4b0f-9c80-c59fa38b862a, #wrap-s-2986a849-13ab-4b0f-9c80-c59fa38b862a { display: none !important; }}
#s-2986a849-13ab-4b0f-9c80-c59fa38b862a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-5082d9d2-1c2b-4571-b70c-1bb85fcf0ee2 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-5082d9d2-1c2b-4571-b70c-1bb85fcf0ee2 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-5082d9d2-1c2b-4571-b70c-1bb85fcf0ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5082d9d2-1c2b-4571-b70c-1bb85fcf0ee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5082d9d2-1c2b-4571-b70c-1bb85fcf0ee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5082d9d2-1c2b-4571-b70c-1bb85fcf0ee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-789b0b90-df6d-41bd-9b7f-ba7234912c8c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-3312cce9-49c7-4021-86a1-3a92a23b98a0 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-3312cce9-49c7-4021-86a1-3a92a23b98a0 img.shogun-image {
    

    
    
    
  }


#s-3312cce9-49c7-4021-86a1-3a92a23b98a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f69fa817-8042-43b9-9942-30410e563dd6 {
  margin-top: 15px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
text-align: center;
}







  #s-f69fa817-8042-43b9-9942-30410e563dd6 img.shogun-image {
    

    
    
    
  }


#s-f69fa817-8042-43b9-9942-30410e563dd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc7e0f0b-ea19-4f13-bf98-e0e0c16891c1 {
  margin-left: 8%;
margin-right: 8%;
}

.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-068f68e0-5e83-4c2f-a440-642af016735e {
  margin-top: 15px;
margin-bottom: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 1px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 34px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-068f68e0-5e83-4c2f-a440-642af016735e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-068f68e0-5e83-4c2f-a440-642af016735e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-068f68e0-5e83-4c2f-a440-642af016735e-root {
    text-align: center;
  }


#s-068f68e0-5e83-4c2f-a440-642af016735e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-068f68e0-5e83-4c2f-a440-642af016735e-root {
    text-align: center;
  }


#s-068f68e0-5e83-4c2f-a440-642af016735e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-068f68e0-5e83-4c2f-a440-642af016735e-root {
    text-align: center;
  }


#s-068f68e0-5e83-4c2f-a440-642af016735e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-068f68e0-5e83-4c2f-a440-642af016735e-root {
    text-align: center;
  }


#s-068f68e0-5e83-4c2f-a440-642af016735e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-068f68e0-5e83-4c2f-a440-642af016735e-root {
    text-align: center;
  }


#s-068f68e0-5e83-4c2f-a440-642af016735e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-59ef4eaa-37df-45a9-b755-b22b51df0d12 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-f1c420bf-5699-4cd5-be47-1738f219c34b {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-f1c420bf-5699-4cd5-be47-1738f219c34b img.shogun-image {
    

    
    
    
  }


#s-f1c420bf-5699-4cd5-be47-1738f219c34b .shogun-image-content {
  
    align-items: center;
  
}

#s-88562639-594a-4ef8-a9db-1f47192c78c9 {
  margin-top: 15px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
text-align: center;
}







  #s-88562639-594a-4ef8-a9db-1f47192c78c9 img.shogun-image {
    

    
    
    
  }


#s-88562639-594a-4ef8-a9db-1f47192c78c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f04aa69-3166-4efc-a5b0-afb63674343b {
  margin-left: 8%;
margin-right: 8%;
}

#s-e7cf9d68-648b-46db-b377-28ed22a29e49 {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 1px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 34px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e7cf9d68-648b-46db-b377-28ed22a29e49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7cf9d68-648b-46db-b377-28ed22a29e49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7cf9d68-648b-46db-b377-28ed22a29e49-root {
    text-align: center;
  }


#s-e7cf9d68-648b-46db-b377-28ed22a29e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7cf9d68-648b-46db-b377-28ed22a29e49-root {
    text-align: center;
  }


#s-e7cf9d68-648b-46db-b377-28ed22a29e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7cf9d68-648b-46db-b377-28ed22a29e49-root {
    text-align: center;
  }


#s-e7cf9d68-648b-46db-b377-28ed22a29e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7cf9d68-648b-46db-b377-28ed22a29e49-root {
    text-align: center;
  }


#s-e7cf9d68-648b-46db-b377-28ed22a29e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7cf9d68-648b-46db-b377-28ed22a29e49-root {
    text-align: center;
  }


#s-e7cf9d68-648b-46db-b377-28ed22a29e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4eb08e4b-0a55-47af-a429-df6ca9307fb1 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-8a900c2c-64f7-463a-9d2b-b5c77a5a86aa {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-8a900c2c-64f7-463a-9d2b-b5c77a5a86aa img.shogun-image {
    

    
    
    
  }


#s-8a900c2c-64f7-463a-9d2b-b5c77a5a86aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c9b3cd4b-4c3b-4850-aa9f-62f84a915b1f {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 2px;
margin-right: 10%;
}

#s-90637e42-69dd-488c-8945-f0d3729ae8e6 {
  margin-top: 11px;
margin-left: 25%;
margin-bottom: 11px;
margin-right: 25%;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-90637e42-69dd-488c-8945-f0d3729ae8e6 img.shogun-image {
    

    
    
    
  }


#s-90637e42-69dd-488c-8945-f0d3729ae8e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa116323-afea-416d-af99-4dace8c91717 {
  margin-top: 17px;
margin-left: 8%;
margin-bottom: 17px;
margin-right: 8%;
}

#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca {
  margin-top: 0px;
margin-bottom: 18px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 1px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 34px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc6e1d1f-b481-422c-a6ad-339eee65ffca-root {
    text-align: center;
  }


#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc6e1d1f-b481-422c-a6ad-339eee65ffca-root {
    text-align: center;
  }


#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc6e1d1f-b481-422c-a6ad-339eee65ffca-root {
    text-align: center;
  }


#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc6e1d1f-b481-422c-a6ad-339eee65ffca-root {
    text-align: center;
  }


#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc6e1d1f-b481-422c-a6ad-339eee65ffca-root {
    text-align: center;
  }


#s-fc6e1d1f-b481-422c-a6ad-339eee65ffca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4952678f-3d00-44df-9227-b7aa7a28577c {
  margin-top: 100px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4952678f-3d00-44df-9227-b7aa7a28577c {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-4952678f-3d00-44df-9227-b7aa7a28577c {
  display: none;
}
#s-4952678f-3d00-44df-9227-b7aa7a28577c, #wrap-s-4952678f-3d00-44df-9227-b7aa7a28577c { display: none !important; }}






  #s-4952678f-3d00-44df-9227-b7aa7a28577c img.shogun-image {
    

    
    
    
  }


#s-4952678f-3d00-44df-9227-b7aa7a28577c .shogun-image-content {
  
    align-items: center;
  
}

#s-b4e1a065-05d7-4692-aedd-e1ddea697653 {
  text-align: center;
}
@media (min-width: 1200px){#s-b4e1a065-05d7-4692-aedd-e1ddea697653 {
  display: none;
}
#s-b4e1a065-05d7-4692-aedd-e1ddea697653, #wrap-s-b4e1a065-05d7-4692-aedd-e1ddea697653 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4e1a065-05d7-4692-aedd-e1ddea697653 {
  display: none;
}
#s-b4e1a065-05d7-4692-aedd-e1ddea697653, #wrap-s-b4e1a065-05d7-4692-aedd-e1ddea697653 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4e1a065-05d7-4692-aedd-e1ddea697653 {
  display: none;
}
#s-b4e1a065-05d7-4692-aedd-e1ddea697653, #wrap-s-b4e1a065-05d7-4692-aedd-e1ddea697653 { display: none !important; }}@media (max-width: 767px){#s-b4e1a065-05d7-4692-aedd-e1ddea697653 {
  margin-top: 25px;
margin-bottom: 25px;
}
}






  #s-b4e1a065-05d7-4692-aedd-e1ddea697653 img.shogun-image {
    

    
    
    
  }


#s-b4e1a065-05d7-4692-aedd-e1ddea697653 .shogun-image-content {
  
    align-items: center;
  
}

#s-e03bc5e4-3526-43b3-bb7c-90f06a573d5d {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-e03bc5e4-3526-43b3-bb7c-90f06a573d5d {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-e03bc5e4-3526-43b3-bb7c-90f06a573d5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e03bc5e4-3526-43b3-bb7c-90f06a573d5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-e03bc5e4-3526-43b3-bb7c-90f06a573d5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-e03bc5e4-3526-43b3-bb7c-90f06a573d5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-21ce659d-09fc-4975-b565-fa537347af84 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-ae5eb5f8-e56a-4b98-be41-125685d282f2 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-ae5eb5f8-e56a-4b98-be41-125685d282f2 img.shogun-image {
    

    
    
    
  }


#s-ae5eb5f8-e56a-4b98-be41-125685d282f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .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 (min-width: 1200px){#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .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 (min-width: 992px) and (max-width: 1199px){#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .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-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cc04ac31-c111-4123-8cfa-d6a4b382b752 .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-5a6e2c35-a267-4c89-beae-90e9e28c9ca7 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-e6201ab7-6f57-4913-aa61-9493557d2ce0 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e6201ab7-6f57-4913-aa61-9493557d2ce0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6201ab7-6f57-4913-aa61-9493557d2ce0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6201ab7-6f57-4913-aa61-9493557d2ce0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6201ab7-6f57-4913-aa61-9493557d2ce0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6201ab7-6f57-4913-aa61-9493557d2ce0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e6201ab7-6f57-4913-aa61-9493557d2ce0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-20b190bc-4b07-4b5c-ace5-83f5b4d60161 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-5c9d69e2-cf68-4198-a8db-22214d053552 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-5c9d69e2-cf68-4198-a8db-22214d053552 img.shogun-image {
    

    
    
    
  }


#s-5c9d69e2-cf68-4198-a8db-22214d053552 .shogun-image-content {
  
    align-items: center;
  
}

#s-75b62a44-afad-41af-a9c4-84141adca68b {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .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 (min-width: 1200px){#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .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 (min-width: 992px) and (max-width: 1199px){#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .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-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-75b62a44-afad-41af-a9c4-84141adca68b .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-959d88d0-2b6d-4e74-b60c-4fc0e0b610de {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-70f366b7-878b-4e2e-b2c9-eb8a3e796396.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-22837878-6838-4d4b-940b-660329f066ae {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}
@media (max-width: 767px){#s-22837878-6838-4d4b-940b-660329f066ae {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-41b21fe6-c106-424e-88b3-f42ed1e00c90 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-41b21fe6-c106-424e-88b3-f42ed1e00c90 img.shogun-image {
    

    
    
    
  }


#s-41b21fe6-c106-424e-88b3-f42ed1e00c90 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .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 (min-width: 1200px){#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .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 (min-width: 992px) and (max-width: 1199px){#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .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-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cd0eefc-2056-4563-b540-1d4659e165b7 .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-575e1a72-9e13-48a4-8710-a712cd63c52c {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9ff283da-8d84-4a71-bf0b-8ca5204a5b53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5aad80e2-99fb-410b-96e3-366df879d667 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}
@media (max-width: 767px){#s-5aad80e2-99fb-410b-96e3-366df879d667 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-eafe3ea6-6572-4141-b968-f29ac31e2b98 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-eafe3ea6-6572-4141-b968-f29ac31e2b98 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-eafe3ea6-6572-4141-b968-f29ac31e2b98 img.shogun-image {
    

    
    
    
  }


#s-eafe3ea6-6572-4141-b968-f29ac31e2b98 .shogun-image-content {
  
    align-items: center;
  
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .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 (min-width: 1200px){#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .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 (min-width: 992px) and (max-width: 1199px){#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .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-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b443ce8d-3c93-413d-8e97-03301b3a0af1 .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-c2d8f4d6-0ffb-437a-adaa-b7a31bad62e7 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1bdf0d9b-4489-4830-b6fb-5ca747ee224b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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}
