.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-8b69ef30-8df1-4008-80f9-8a37250f196a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8b69ef30-8df1-4008-80f9-8a37250f196a {
  
}
}@media (min-width: 1200px){#s-8b69ef30-8df1-4008-80f9-8a37250f196a, #wrap-s-8b69ef30-8df1-4008-80f9-8a37250f196a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b69ef30-8df1-4008-80f9-8a37250f196a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b69ef30-8df1-4008-80f9-8a37250f196a, #wrap-s-8b69ef30-8df1-4008-80f9-8a37250f196a { display: none !important; }}







#s-8b69ef30-8df1-4008-80f9-8a37250f196a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b69ef30-8df1-4008-80f9-8a37250f196a.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-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 {
  
}
}@media (min-width: 1200px){#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3, #wrap-s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3, #wrap-s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3, #wrap-s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 { display: unset !important; }}
#s-4c9accd0-8c76-4f89-bb6c-83eb9a2f8fc3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-449d7ecd-b9a5-4443-bffa-eaddeedcd881 {
  
}
}@media (min-width: 1200px){#s-449d7ecd-b9a5-4443-bffa-eaddeedcd881, #wrap-s-449d7ecd-b9a5-4443-bffa-eaddeedcd881 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-449d7ecd-b9a5-4443-bffa-eaddeedcd881 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-449d7ecd-b9a5-4443-bffa-eaddeedcd881, #wrap-s-449d7ecd-b9a5-4443-bffa-eaddeedcd881 { display: none !important; }}
@media (min-width: 0px) {
[id="s-449d7ecd-b9a5-4443-bffa-eaddeedcd881"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-449d7ecd-b9a5-4443-bffa-eaddeedcd881"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-449d7ecd-b9a5-4443-bffa-eaddeedcd881"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-449d7ecd-b9a5-4443-bffa-eaddeedcd881"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.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-39717f50-f838-469e-8458-2c11a1a4dea1 {
  text-align: left;
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 {
  max-width:  100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  aspect-ratio: 5000/3060;
}

@media (min-width: 1200px){
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 {
  max-width:  100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 {
  max-width:  100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 {
  max-width:  100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (max-width: 767px){
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 {
  max-width:  100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 .shg-image-zoom,
.shg-c#s-39717f50-f838-469e-8458-2c11a1a4dea1 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}
#s-d80ce124-009c-4a14-9cc9-09059c4a8fa4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d80ce124-009c-4a14-9cc9-09059c4a8fa4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-6f25a169-10be-4099-9c5c-e220297b4f24 {
  text-align: left;
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 {
  max-width:  100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  width: 100%;
}



.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  aspect-ratio: 5000/3060;
}

@media (min-width: 1200px){
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 {
  max-width:  100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  width: 100%;
}



.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 {
  max-width:  100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  width: 100%;
}



.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 {
  max-width:  100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  width: 100%;
}



.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (max-width: 767px){
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 {
  max-width:  100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  width: 100%;
}



.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 .shg-image-zoom,
.shg-c#s-6f25a169-10be-4099-9c5c-e220297b4f24 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}
#s-8a7fc733-08b2-4802-8026-d2524a7dfd88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a7fc733-08b2-4802-8026-d2524a7dfd88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e {
  text-align: left;
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e {
  max-width:  100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  max-width: 564px !important;
  
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  width: 100%;
}



.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  aspect-ratio: 564/345;
}

@media (min-width: 1200px){
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e {
  max-width:  100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  max-width: 564px !important;
  
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  width: 100%;
}



.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  aspect-ratio: 564/345;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e {
  max-width:  100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  max-width: 564px !important;
  
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  width: 100%;
}



.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  aspect-ratio: 564/345;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e {
  max-width:  100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  max-width: 564px !important;
  
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  width: 100%;
}



.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  aspect-ratio: 564/345;
}

}@media (max-width: 767px){
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e {
  max-width:  100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  max-width: 564px !important;
  
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  width: 100%;
}



.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e .shg-image-zoom,
.shg-c#s-88565252-ccf7-4e1d-a910-244dbdc8cc4e img.shogun-image {
  aspect-ratio: 564/345;
}

}
#s-9eafd300-6ea2-4908-8cf0-58c381253acd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eafd300-6ea2-4908-8cf0-58c381253acd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



.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-fd0b6e5e-129e-48b2-b8a3-47de81691882 {
  text-align: center;
}
@media (min-width: 1200px){#s-fd0b6e5e-129e-48b2-b8a3-47de81691882 {
  
}
}@media (min-width: 1200px){#s-fd0b6e5e-129e-48b2-b8a3-47de81691882, #wrap-s-fd0b6e5e-129e-48b2-b8a3-47de81691882 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd0b6e5e-129e-48b2-b8a3-47de81691882 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd0b6e5e-129e-48b2-b8a3-47de81691882, #wrap-s-fd0b6e5e-129e-48b2-b8a3-47de81691882 { display: none !important; }}






  #s-fd0b6e5e-129e-48b2-b8a3-47de81691882 img.shogun-image {
    

    
    
    
  }


#s-fd0b6e5e-129e-48b2-b8a3-47de81691882 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2a2c7c1-dd50-43ec-bab9-38cbe5e23806 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b2a2c7c1-dd50-43ec-bab9-38cbe5e23806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a2c7c1-dd50-43ec-bab9-38cbe5e23806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1082255f-2c31-4254-b6f1-2d8ea560160c {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (min-width: 1200px){#s-1082255f-2c31-4254-b6f1-2d8ea560160c {
  
}
}@media (min-width: 1200px){#s-1082255f-2c31-4254-b6f1-2d8ea560160c, #wrap-s-1082255f-2c31-4254-b6f1-2d8ea560160c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1082255f-2c31-4254-b6f1-2d8ea560160c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1082255f-2c31-4254-b6f1-2d8ea560160c, #wrap-s-1082255f-2c31-4254-b6f1-2d8ea560160c { display: none !important; }}






  #s-1082255f-2c31-4254-b6f1-2d8ea560160c img.shogun-image {
    

    
    
    
  }


#s-1082255f-2c31-4254-b6f1-2d8ea560160c .shogun-image-content {
  
    align-items: center;
  
}

#s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e {
  text-align: center;
}
@media (min-width: 1200px){#s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e {
  
}
}@media (min-width: 1200px){#s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e, #wrap-s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e, #wrap-s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e { display: none !important; }}






  #s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e img.shogun-image {
    

    
    
    
  }


#s-9dfe3284-b889-43c1-b3ba-fb5b0e05bb0e .shogun-image-content {
  
    align-items: center;
  
}

#s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 {
  text-align: center;
}
@media (min-width: 1200px){#s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 {
  
}
}@media (min-width: 1200px){#s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6, #wrap-s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6, #wrap-s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 { display: none !important; }}






  #s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 img.shogun-image {
    

    
    
    
  }


#s-9d9b99e6-85cc-4d6e-b8d0-045f9d8224d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-df95916a-39e2-4481-8fc3-5aae2167e11c {
  text-align: center;
}
@media (min-width: 1200px){#s-df95916a-39e2-4481-8fc3-5aae2167e11c {
  
}
}@media (min-width: 1200px){#s-df95916a-39e2-4481-8fc3-5aae2167e11c, #wrap-s-df95916a-39e2-4481-8fc3-5aae2167e11c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df95916a-39e2-4481-8fc3-5aae2167e11c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df95916a-39e2-4481-8fc3-5aae2167e11c, #wrap-s-df95916a-39e2-4481-8fc3-5aae2167e11c { display: none !important; }}






  #s-df95916a-39e2-4481-8fc3-5aae2167e11c img.shogun-image {
    

    
    
    
  }


#s-df95916a-39e2-4481-8fc3-5aae2167e11c .shogun-image-content {
  
    align-items: center;
  
}

#s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 {
  text-align: center;
}
@media (min-width: 1200px){#s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 {
  
}
}@media (min-width: 1200px){#s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3, #wrap-s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3, #wrap-s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 { display: none !important; }}






  #s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 img.shogun-image {
    

    
    
    
  }


#s-c92d5629-e2e6-4a01-a905-3f4fba5e6ff3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e30e249-3f35-4813-9302-4b2b23eb4dfd {
  text-align: center;
}







  #s-7e30e249-3f35-4813-9302-4b2b23eb4dfd img.shogun-image {
    

    
    
    
  }


#s-7e30e249-3f35-4813-9302-4b2b23eb4dfd .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-90b42349-829f-4632-91c8-0f746a8c2eca hr {
  border-top: 2px solid #ddd;
}

#s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b, #wrap-s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b { display: none !important; }}@media (max-width: 767px){#s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b {
  
}
}@media (max-width: 767px){#s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b, #wrap-s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b { display: none !important; }}






  #s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b img.shogun-image {
    

    
    
    
  }


#s-4fc37a1d-01d6-4f53-a59c-34e4b86ea97b .shogun-image-content {
  
    align-items: center;
  
}

#s-6425f473-332c-4e52-9ea7-18e62e8ef614 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1920px;
}








#s-6425f473-332c-4e52-9ea7-18e62e8ef614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6425f473-332c-4e52-9ea7-18e62e8ef614.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a3f2814-c574-49b1-b27c-c30e0b12b898 hr {
  border-top: 2px solid #ddd;
}

#s-0e93de70-1d48-424b-b22f-cbd5385544c3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e93de70-1d48-424b-b22f-cbd5385544c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e93de70-1d48-424b-b22f-cbd5385544c3, #wrap-s-0e93de70-1d48-424b-b22f-cbd5385544c3 { display: none !important; }}@media (max-width: 767px){#s-0e93de70-1d48-424b-b22f-cbd5385544c3 {
  
}
}@media (max-width: 767px){#s-0e93de70-1d48-424b-b22f-cbd5385544c3, #wrap-s-0e93de70-1d48-424b-b22f-cbd5385544c3 { display: none !important; }}







#s-0e93de70-1d48-424b-b22f-cbd5385544c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e93de70-1d48-424b-b22f-cbd5385544c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ebcc4116-55ce-44fe-a7b6-a4a8f91e2f38 {
  
}
}@media (min-width: 1200px){#s-ebcc4116-55ce-44fe-a7b6-a4a8f91e2f38, #wrap-s-ebcc4116-55ce-44fe-a7b6-a4a8f91e2f38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebcc4116-55ce-44fe-a7b6-a4a8f91e2f38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebcc4116-55ce-44fe-a7b6-a4a8f91e2f38, #wrap-s-ebcc4116-55ce-44fe-a7b6-a4a8f91e2f38 { display: none !important; }}
#s-d9299e9a-9254-46af-9086-f6465aca07a6 hr {
  border-top: 2px solid #ddd;
}

#s-ee0461f6-1378-4e33-b875-3be890a6bbd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee0461f6-1378-4e33-b875-3be890a6bbd4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d2def927-19c0-4b26-aaba-ea5453c0b54a {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2def927-19c0-4b26-aaba-ea5453c0b54a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2def927-19c0-4b26-aaba-ea5453c0b54a, #wrap-s-d2def927-19c0-4b26-aaba-ea5453c0b54a { display: none !important; }}@media (max-width: 767px){#s-d2def927-19c0-4b26-aaba-ea5453c0b54a {
  
}
}@media (max-width: 767px){#s-d2def927-19c0-4b26-aaba-ea5453c0b54a, #wrap-s-d2def927-19c0-4b26-aaba-ea5453c0b54a { display: none !important; }}
@media (min-width: 0px) {
[id="s-d2def927-19c0-4b26-aaba-ea5453c0b54a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 768px) {
[id="s-d2def927-19c0-4b26-aaba-ea5453c0b54a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-d2def927-19c0-4b26-aaba-ea5453c0b54a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2def927-19c0-4b26-aaba-ea5453c0b54a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 {
  text-align: left;
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 {
  max-width:  100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  width: 100%;
}



.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  aspect-ratio: 5000/3060;
}

@media (min-width: 1200px){
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 {
  max-width:  100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  width: 100%;
}



.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 {
  max-width:  100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  width: 100%;
}



.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 {
  max-width:  100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  width: 100%;
}



.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (max-width: 767px){
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 {
  max-width:  100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  width: 100%;
}



.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 .shg-image-zoom,
.shg-c#s-59260bf1-01b2-4ad0-bde6-12b77a30db22 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}
#s-bb8ef5f7-035e-4d6b-8e23-a25dcac7930f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb8ef5f7-035e-4d6b-8e23-a25dcac7930f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f {
  text-align: left;
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f {
  max-width:  100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  width: 100%;
}



.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  aspect-ratio: 5000/3060;
}

@media (min-width: 1200px){
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f {
  max-width:  100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  width: 100%;
}



.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f {
  max-width:  100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  width: 100%;
}



.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f {
  max-width:  100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  width: 100%;
}



.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (max-width: 767px){
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f {
  max-width:  100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  width: 100%;
}



.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f .shg-image-zoom,
.shg-c#s-26f996a7-cb2e-47d2-b41f-e2c79718b55f img.shogun-image {
  aspect-ratio: 5000/3060;
}

}
#s-74dd4f6c-7425-4aaa-9036-6d29ac884a43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74dd4f6c-7425-4aaa-9036-6d29ac884a43 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-421757e3-3acf-407f-acb4-41b289cd5b55 {
  text-align: left;
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 {
  max-width:  100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  width: 100%;
}



.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  aspect-ratio: 5000/3060;
}

@media (min-width: 1200px){
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 {
  max-width:  100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  width: 100%;
}



.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 {
  max-width:  100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  width: 100%;
}



.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 {
  max-width:  100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  width: 100%;
}



.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}@media (max-width: 767px){
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 {
  max-width:  100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  max-width: 5000px !important;
  
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  width: 100%;
}



.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 .shg-image-zoom,
.shg-c#s-421757e3-3acf-407f-acb4-41b289cd5b55 img.shogun-image {
  aspect-ratio: 5000/3060;
}

}
#s-de4124c4-65b0-457e-9cb3-fd4f9e633cd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de4124c4-65b0-457e-9cb3-fd4f9e633cd7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-43bfce8f-14c9-4b13-9239-3072072d33dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43bfce8f-14c9-4b13-9239-3072072d33dd, #wrap-s-43bfce8f-14c9-4b13-9239-3072072d33dd { display: none !important; }}@media (max-width: 767px){#s-43bfce8f-14c9-4b13-9239-3072072d33dd {
  
}
}@media (max-width: 767px){#s-43bfce8f-14c9-4b13-9239-3072072d33dd, #wrap-s-43bfce8f-14c9-4b13-9239-3072072d33dd { display: none !important; }}
#s-43bfce8f-14c9-4b13-9239-3072072d33dd hr {
  border-top: 2px solid #ddd;
}

#s-a593a0a9-e5f3-4619-9132-072c369d3407 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a593a0a9-e5f3-4619-9132-072c369d3407 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a593a0a9-e5f3-4619-9132-072c369d3407, #wrap-s-a593a0a9-e5f3-4619-9132-072c369d3407 { display: none !important; }}@media (max-width: 767px){#s-a593a0a9-e5f3-4619-9132-072c369d3407 {
  
}
}@media (max-width: 767px){#s-a593a0a9-e5f3-4619-9132-072c369d3407, #wrap-s-a593a0a9-e5f3-4619-9132-072c369d3407 { display: none !important; }}






  #s-a593a0a9-e5f3-4619-9132-072c369d3407 img.shogun-image {
    

    
    
    
  }


#s-a593a0a9-e5f3-4619-9132-072c369d3407 .shogun-image-content {
  
    align-items: center;
  
}

#s-fde8115f-f38f-4017-9b7d-38e3fea5a84d hr {
  border-top: 2px solid #ddd;
}

#s-2522d182-eea3-4868-b8e4-0322e4d646a7 {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-2522d182-eea3-4868-b8e4-0322e4d646a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2522d182-eea3-4868-b8e4-0322e4d646a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2522d182-eea3-4868-b8e4-0322e4d646a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2522d182-eea3-4868-b8e4-0322e4d646a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1d4de43-4c8e-41d5-8dee-46831af294a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1d4de43-4c8e-41d5-8dee-46831af294a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec {
  
}
}@media (min-width: 1200px){#s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec, #wrap-s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec, #wrap-s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec { display: none !important; }}
#s-ae99cce8-36a4-4400-a4e0-42a338b9a0ec hr {
  border-top: 2px solid #ddd;
}

#s-7a82972e-b79d-4aea-8e6a-a07350ba0095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a82972e-b79d-4aea-8e6a-a07350ba0095 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 1200px){#s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf {
  
}
}@media (min-width: 1200px){#s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf, #wrap-s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf, #wrap-s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf { display: none !important; }}
#s-fc3030a4-e4c7-44ac-8fa8-51ded9683bcf hr {
  border-top: 2px solid #ddd;
}

#s-3c427483-bdb7-40cc-b03a-ab7fb1cbd2ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c427483-bdb7-40cc-b03a-ab7fb1cbd2ab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 1200px){#s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5 {
  
}
}@media (min-width: 1200px){#s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5, #wrap-s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5, #wrap-s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5 { display: none !important; }}
#s-f4d919a1-fa64-41aa-bea7-b9b9a5a296f5 hr {
  border-top: 2px solid #ddd;
}

#s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9, #wrap-s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 { display: none !important; }}@media (max-width: 767px){#s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 {
  
}
}@media (max-width: 767px){#s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9, #wrap-s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 { display: none !important; }}






  #s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 img.shogun-image {
    

    
    
    
  }


#s-ad519fc0-bda9-41b6-8c53-73fe8ca2abc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-75de008c-6d58-4685-9bd2-d2b4d9412db8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-75de008c-6d58-4685-9bd2-d2b4d9412db8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75de008c-6d58-4685-9bd2-d2b4d9412db8, #wrap-s-75de008c-6d58-4685-9bd2-d2b4d9412db8 { display: none !important; }}@media (max-width: 767px){#s-75de008c-6d58-4685-9bd2-d2b4d9412db8 {
  
}
}@media (max-width: 767px){#s-75de008c-6d58-4685-9bd2-d2b4d9412db8, #wrap-s-75de008c-6d58-4685-9bd2-d2b4d9412db8 { display: none !important; }}






  #s-75de008c-6d58-4685-9bd2-d2b4d9412db8 img.shogun-image {
    

    
    
    
  }


#s-75de008c-6d58-4685-9bd2-d2b4d9412db8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822, #wrap-s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 { display: none !important; }}@media (max-width: 767px){#s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 {
  
}
}@media (max-width: 767px){#s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822, #wrap-s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 { display: none !important; }}






  #s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 img.shogun-image {
    

    
    
    
  }


#s-6867fa7c-8fca-4d43-b4f9-ca9dc4560822 .shogun-image-content {
  
    align-items: center;
  
}

#s-30862612-52b8-4435-b952-4e2db5bf35c5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-30862612-52b8-4435-b952-4e2db5bf35c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30862612-52b8-4435-b952-4e2db5bf35c5, #wrap-s-30862612-52b8-4435-b952-4e2db5bf35c5 { display: none !important; }}@media (max-width: 767px){#s-30862612-52b8-4435-b952-4e2db5bf35c5 {
  
}
}@media (max-width: 767px){#s-30862612-52b8-4435-b952-4e2db5bf35c5, #wrap-s-30862612-52b8-4435-b952-4e2db5bf35c5 { display: none !important; }}






  #s-30862612-52b8-4435-b952-4e2db5bf35c5 img.shogun-image {
    

    
    
    
  }


#s-30862612-52b8-4435-b952-4e2db5bf35c5 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
  max-width: 1440px;
aspect-ratio: 1440/2249;
text-align: center;
}





  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image,
  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
    width: 100%;
    height: auto;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
    
    
  }


.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
      --shg-aspect-ratio: calc(1440/2249); 
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
      position: relative;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image,
  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
    width: 100%;
    height: auto;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
    
    
  }


.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
      --shg-aspect-ratio: calc(1440/2249); 
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
      position: relative;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image,
  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
    width: 100%;
    height: auto;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
    
    
  }


.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
      --shg-aspect-ratio: calc(1440/2249); 
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
      position: relative;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image,
  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
    width: 100%;
    height: auto;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
    
    
  }


.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
      --shg-aspect-ratio: calc(1440/2249); 
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
      position: relative;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image,
  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
    width: 100%;
    height: auto;
  }

  #s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
    
    
  }


.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 {
      --shg-aspect-ratio: calc(1440/2249); 
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container {
      position: relative;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ce0d90-6721-4d5c-8391-4baeb77b78c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3fe8e4a1-4390-47c0-b78d-e345261780d1 hr {
  border-top: 2px solid #ddd;
}

/*
  $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}
