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

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

#s-04bc71ae-475c-45c3-95bd-9a6f2cb96e4b {
  margin-left: auto;
margin-right: auto;
}

#s-04bc71ae-475c-45c3-95bd-9a6f2cb96e4b hr {
  border-top: 2px solid #ddd;
}

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-9d7ea601-e2d8-4dc3-95cd-9a51411844ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d7ea601-e2d8-4dc3-95cd-9a51411844ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d7ea601-e2d8-4dc3-95cd-9a51411844ab.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-c475aeea-66c4-4230-9f41-fb3a8b5bda17 {
  margin-left: 5%;
margin-right: 5%;
}

#s-95f5c3ff-e84a-439b-b0ee-64aa53ff0ee3 {
  margin-left: auto;
margin-right: auto;
}

#s-95f5c3ff-e84a-439b-b0ee-64aa53ff0ee3 hr {
  border-top: 2px solid #ddd;
}

#s-cf177399-49b2-4984-80ee-b870d6fc51d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf177399-49b2-4984-80ee-b870d6fc51d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf177399-49b2-4984-80ee-b870d6fc51d2.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-b94a0c5e-6fd6-48c8-9885-3ca0333877d8 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b94a0c5e-6fd6-48c8-9885-3ca0333877d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b94a0c5e-6fd6-48c8-9885-3ca0333877d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b94a0c5e-6fd6-48c8-9885-3ca0333877d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b94a0c5e-6fd6-48c8-9885-3ca0333877d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-26c32bd0-15c0-421b-85cf-0ce7cb2d6446 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b0a8537a-d96e-4b6c-a7a7-3c4bfe6ba83d {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0a8537a-d96e-4b6c-a7a7-3c4bfe6ba83d .shg-product-title-component h1 span {
  
  
  
  
  font-size: 20.84px;
  
  
  
}

#s-58bd8619-e9da-41be-b892-65363fdb8f34 {
  margin-left: auto;
margin-right: auto;
}

#s-58bd8619-e9da-41be-b892-65363fdb8f34 hr {
  border-top: 2px solid #ddd;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-68dfb475-807d-4868-8e95-a36b67741a9b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b {
  max-width:  100%;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b {
  max-width:  100%;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b {
  max-width:  100%;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b {
  max-width:  100%;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b {
  max-width:  100%;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b .shg-image-zoom,
.shg-c#s-68dfb475-807d-4868-8e95-a36b67741a9b img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8fd5ec3-cdfe-403a-bad1-2f0081217790 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 50px;
}








#s-e8fd5ec3-cdfe-403a-bad1-2f0081217790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8fd5ec3-cdfe-403a-bad1-2f0081217790.shg-box.shg-c {
  justify-content: center;
}

#s-cf3a3492-2a7e-4279-baa1-f7396a555b43 {
  margin-left: 14%;
margin-right: 14%;
}

@media (min-width: 0px) {
[id="s-cf3a3492-2a7e-4279-baa1-f7396a555b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf3a3492-2a7e-4279-baa1-f7396a555b43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf3a3492-2a7e-4279-baa1-f7396a555b43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf3a3492-2a7e-4279-baa1-f7396a555b43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86d70ec8-6cde-4b3e-8bd1-d0823006b064 {
  margin-top: -1px;
margin-left: auto;
margin-bottom: -1px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-86d70ec8-6cde-4b3e-8bd1-d0823006b064 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  
  font-style:  normal ;
}

#s-86d70ec8-6cde-4b3e-8bd1-d0823006b064 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 20px;
}

#s-86d70ec8-6cde-4b3e-8bd1-d0823006b064 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67-atc-btn-wrapper {
    text-align: center;
  }


#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67-atc-btn-wrapper {
    text-align: center;
  }


#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67-atc-btn-wrapper {
    text-align: center;
  }


#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67-atc-btn-wrapper {
    text-align: center;
  }


#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67-atc-btn-wrapper {
    text-align: center;
  }


#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcfa17b4-350a-4ebe-9d93-1dd43591ba67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b10af157-a646-4027-851e-165d43059e6b {
  margin-left: auto;
margin-right: auto;
}

#s-c5a7d9cb-76c0-4dab-bdac-f4ff8a71cfdf {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5a7d9cb-76c0-4dab-bdac-f4ff8a71cfdf .shg-product-title-component h1 span {
  
  
  
  
  font-size: 20.84px;
  
  
  
}

#s-d84e0438-6ea9-4c60-86f9-d5f415df72b8 {
  margin-left: auto;
margin-right: auto;
}

#s-d84e0438-6ea9-4c60-86f9-d5f415df72b8 hr {
  border-top: 2px solid #ddd;
}

#s-14185bc4-32ed-4d07-862e-e4c148e6e387 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 {
  max-width:  100%;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 {
  max-width:  100%;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 {
  max-width:  100%;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 {
  max-width:  100%;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 {
  max-width:  100%;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 .shg-image-zoom,
.shg-c#s-14185bc4-32ed-4d07-862e-e4c148e6e387 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-562e10d3-ca79-4d1f-9247-b192ffbe4c94 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 50px;
}








#s-562e10d3-ca79-4d1f-9247-b192ffbe4c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-562e10d3-ca79-4d1f-9247-b192ffbe4c94.shg-box.shg-c {
  justify-content: center;
}

#s-66e1d16b-a6cf-4f16-8ba5-17495b8d1175 {
  margin-left: 14%;
margin-right: 14%;
}

@media (min-width: 0px) {
[id="s-66e1d16b-a6cf-4f16-8ba5-17495b8d1175"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66e1d16b-a6cf-4f16-8ba5-17495b8d1175"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66e1d16b-a6cf-4f16-8ba5-17495b8d1175"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66e1d16b-a6cf-4f16-8ba5-17495b8d1175"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68d482c2-0206-4d79-9ac4-0f3617b5b94c {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-68d482c2-0206-4d79-9ac4-0f3617b5b94c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  
  font-style:  normal ;
}

#s-68d482c2-0206-4d79-9ac4-0f3617b5b94c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 20px;
}

#s-68d482c2-0206-4d79-9ac4-0f3617b5b94c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81423ce4-dca1-48bc-b94f-fa4db43bbafb-atc-btn-wrapper {
    text-align: center;
  }


#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-81423ce4-dca1-48bc-b94f-fa4db43bbafb-atc-btn-wrapper {
    text-align: center;
  }


#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-81423ce4-dca1-48bc-b94f-fa4db43bbafb-atc-btn-wrapper {
    text-align: center;
  }


#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-81423ce4-dca1-48bc-b94f-fa4db43bbafb-atc-btn-wrapper {
    text-align: center;
  }


#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-81423ce4-dca1-48bc-b94f-fa4db43bbafb-atc-btn-wrapper {
    text-align: center;
  }


#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81423ce4-dca1-48bc-b94f-fa4db43bbafb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-79d74bbd-0f02-41c9-9ac9-42ffefbee4d2 {
  margin-left: auto;
margin-right: auto;
}

#s-3e46b7d0-be13-4ce8-8164-09d7a46d8d56 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e46b7d0-be13-4ce8-8164-09d7a46d8d56 .shg-product-title-component h1 span {
  
  
  
  
  font-size: 20.84px;
  
  
  
}

#s-13361195-dd0f-460b-8449-7611f40d0f48 {
  margin-left: auto;
margin-right: auto;
}

#s-13361195-dd0f-460b-8449-7611f40d0f48 hr {
  border-top: 2px solid #ddd;
}

#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 {
  max-width:  100%;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 {
  max-width:  100%;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 {
  max-width:  100%;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 {
  max-width:  100%;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 {
  max-width:  100%;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  max-width: 823px !important;
  
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 .shg-image-zoom,
.shg-c#s-95b34ff0-d8bb-4f08-9461-843fb2ba0c75 img.shogun-image {
  aspect-ratio: 823/812;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-32567bd7-a5f1-4181-840a-a38a161e14f1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 50px;
}








#s-32567bd7-a5f1-4181-840a-a38a161e14f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32567bd7-a5f1-4181-840a-a38a161e14f1.shg-box.shg-c {
  justify-content: center;
}

#s-d1d5549b-5f5f-407f-a263-f057127ef8df {
  margin-top: 5px;
margin-left: 14%;
margin-bottom: 5px;
margin-right: 14%;
}

@media (min-width: 0px) {
[id="s-d1d5549b-5f5f-407f-a263-f057127ef8df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1d5549b-5f5f-407f-a263-f057127ef8df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1d5549b-5f5f-407f-a263-f057127ef8df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1d5549b-5f5f-407f-a263-f057127ef8df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe83c7af-244e-4a7c-b495-8a05a0b4bd17 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-fe83c7af-244e-4a7c-b495-8a05a0b4bd17 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  
  
  font-style:  normal ;
}

#s-fe83c7af-244e-4a7c-b495-8a05a0b4bd17 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 20px;
}

#s-fe83c7af-244e-4a7c-b495-8a05a0b4bd17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61713e05-e91e-4737-b97c-42fdc8f6c6ff-atc-btn-wrapper {
    text-align: center;
  }


#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-61713e05-e91e-4737-b97c-42fdc8f6c6ff-atc-btn-wrapper {
    text-align: center;
  }


#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-61713e05-e91e-4737-b97c-42fdc8f6c6ff-atc-btn-wrapper {
    text-align: center;
  }


#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-61713e05-e91e-4737-b97c-42fdc8f6c6ff-atc-btn-wrapper {
    text-align: center;
  }


#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-61713e05-e91e-4737-b97c-42fdc8f6c6ff-atc-btn-wrapper {
    text-align: center;
  }


#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61713e05-e91e-4737-b97c-42fdc8f6c6ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f61362c8-3bf6-48da-8d59-26f25c70de0c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f61362c8-3bf6-48da-8d59-26f25c70de0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f61362c8-3bf6-48da-8d59-26f25c70de0c.shg-box.shg-c {
  justify-content: center;
}

#s-04e7edc0-6b2f-4dc7-8f37-5cbf9b343f6e {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(10, 8, 8, 1);
}








#s-04e7edc0-6b2f-4dc7-8f37-5cbf9b343f6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04e7edc0-6b2f-4dc7-8f37-5cbf9b343f6e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2e8039b-aeea-48db-b111-d317ad2214dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}








#s-6da58b0a-4fe1-4e60-9edb-544183d015ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6da58b0a-4fe1-4e60-9edb-544183d015ce.shg-box.shg-c {
  justify-content: center;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-043cf866-9f35-4324-961a-6b537b55fdee {
  border-style: solid;
margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}

#s-043cf866-9f35-4324-961a-6b537b55fdee .shogun-countdown span, #s-043cf866-9f35-4324-961a-6b537b55fdee .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-65f55346-94e0-48d9-a0fa-cc8d757027cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-65f55346-94e0-48d9-a0fa-cc8d757027cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65f55346-94e0-48d9-a0fa-cc8d757027cf.shg-box.shg-c {
  justify-content: center;
}

#s-35cdf4b4-255c-40d1-abf2-573dea6075ae {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35cdf4b4-255c-40d1-abf2-573dea6075ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35cdf4b4-255c-40d1-abf2-573dea6075ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35cdf4b4-255c-40d1-abf2-573dea6075ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35cdf4b4-255c-40d1-abf2-573dea6075ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-712db6ec-1776-45d4-a723-07339cd48905 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
max-width: 1250px;
aspect-ratio: 1250/834;
text-align: center;
}

#s-712db6ec-1776-45d4-a723-07339cd48905 {
  margin: 0 !important;
  overflow: visible;
}

#s-712db6ec-1776-45d4-a723-07339cd48905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shg-image-content-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add background color handling */
  
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }

    #s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-link {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
  box-sizing: border-box;
}



.s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-712db6ec-1776-45d4-a723-07339cd48905 {
      --shg-aspect-ratio: calc(1250/834); 
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
      position: relative;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

@media (min-width: 1200px){#s-712db6ec-1776-45d4-a723-07339cd48905 {
  margin: 0 !important;
  overflow: visible;
}

#s-712db6ec-1776-45d4-a723-07339cd48905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add background color handling */
  
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }

    #s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-link {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
  box-sizing: border-box;
}



.s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-712db6ec-1776-45d4-a723-07339cd48905 {
      --shg-aspect-ratio: calc(1250/834); 
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
      position: relative;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-712db6ec-1776-45d4-a723-07339cd48905 {
  margin: 0 !important;
  overflow: visible;
}

#s-712db6ec-1776-45d4-a723-07339cd48905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add background color handling */
  
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }

    #s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-link {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
  box-sizing: border-box;
}



.s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-712db6ec-1776-45d4-a723-07339cd48905 {
      --shg-aspect-ratio: calc(1250/834); 
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
      position: relative;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-712db6ec-1776-45d4-a723-07339cd48905 {
  margin: 0 !important;
  overflow: visible;
}

#s-712db6ec-1776-45d4-a723-07339cd48905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add background color handling */
  
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }

    #s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-link {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
  box-sizing: border-box;
}



.s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-712db6ec-1776-45d4-a723-07339cd48905 {
      --shg-aspect-ratio: calc(1250/834); 
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
      position: relative;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (max-width: 767px){#s-712db6ec-1776-45d4-a723-07339cd48905 {
  margin: 0 !important;
  overflow: visible;
}

#s-712db6ec-1776-45d4-a723-07339cd48905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-712db6ec-1776-45d4-a723-07339cd48905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add background color handling */
  
}

#s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }

    #s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-link {
      aspect-ratio: 1250/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-712db6ec-1776-45d4-a723-07339cd48905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-712db6ec-1776-45d4-a723-07339cd48905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image {
  box-sizing: border-box;
}



.s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-712db6ec-1776-45d4-a723-07339cd48905 {
      --shg-aspect-ratio: calc(1250/834); 
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container {
      position: relative;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-712db6ec-1776-45d4-a723-07339cd48905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}
#s-3e1d0a7c-ce52-4ad7-a07d-900a07541a5a {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-3e1d0a7c-ce52-4ad7-a07d-900a07541a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e1d0a7c-ce52-4ad7-a07d-900a07541a5a.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-b9c8b001-80ec-4b4a-841f-7755136c6ac7 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-b9c8b001-80ec-4b4a-841f-7755136c6ac7 .shogun-heading-component h2 {
  color: rgba(249, 246, 246, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-1f4d3635-6842-4165-91f6-038bd1d33e25 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 5px;
}

#s-31471538-bfda-4a69-9ef0-ecf692cc4c51 {
  margin-left: auto;
margin-right: auto;
}

#s-31471538-bfda-4a69-9ef0-ecf692cc4c51 hr {
  border-top: 2px solid #ddd;
}

#s-35a645ee-cf45-4079-90d7-ff39c58daa17 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35a645ee-cf45-4079-90d7-ff39c58daa17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35a645ee-cf45-4079-90d7-ff39c58daa17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35a645ee-cf45-4079-90d7-ff39c58daa17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35a645ee-cf45-4079-90d7-ff39c58daa17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-70d70954-8afe-4415-8fd2-fa5cdde041cb {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-70d70954-8afe-4415-8fd2-fa5cdde041cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70d70954-8afe-4415-8fd2-fa5cdde041cb.shg-box.shg-c {
  justify-content: center;
}

#s-402cbf21-2a35-4cea-b030-6d439a17636d {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-402cbf21-2a35-4cea-b030-6d439a17636d .shogun-heading-component h2 {
  color: rgba(249, 246, 246, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-fcf97ed7-aff1-4204-93c1-a16a4ccaed9f {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-fcf97ed7-aff1-4204-93c1-a16a4ccaed9f .shogun-heading-component h2 {
  color: rgba(249, 246, 246, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a8b72f3c-fad2-497f-9b72-9a7d2ab49ac9 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 5px;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
max-width: 1250px;
aspect-ratio: 16/9;
text-align: center;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shg-image-content-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
  box-sizing: border-box;
}



.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
      position: relative;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

@media (min-width: 1200px){#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
  box-sizing: border-box;
}



.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
      position: relative;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
  box-sizing: border-box;
}



.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
      position: relative;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
  box-sizing: border-box;
}



.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
      position: relative;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (max-width: 767px){#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image {
  box-sizing: border-box;
}



.s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container {
      position: relative;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d1cbe01-e0da-4f11-a0c4-56df97fd5700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}
#s-c713e167-ea80-4aed-87fc-be5501bc436c {
  margin-left: auto;
margin-right: auto;
}

#s-c713e167-ea80-4aed-87fc-be5501bc436c hr {
  border-top: 2px solid #ddd;
}

#s-b87e8b66-38e0-427c-9fcf-65fb052720bc {
  margin-left: 18px;
margin-right: 18px;
min-height: 50px;
}








#s-b87e8b66-38e0-427c-9fcf-65fb052720bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b87e8b66-38e0-427c-9fcf-65fb052720bc.shg-box.shg-c {
  justify-content: center;
}

#s-0d61c99d-d7e4-4d82-b885-165c85909edb {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-0d61c99d-d7e4-4d82-b885-165c85909edb .shogun-heading-component h2 {
  color: rgba(249, 246, 246, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-84461acb-9b43-4b67-a2c6-61f73e06eaa6 {
  border-style: solid;
margin-bottom: 55px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-84461acb-9b43-4b67-a2c6-61f73e06eaa6 .shogun-heading-component h2 {
  color: rgba(249, 246, 246, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-51d183f0-dc28-4b80-b43a-670991f56fe3 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51d183f0-dc28-4b80-b43a-670991f56fe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  margin-top: 2px;
margin-left: 2px;
margin-bottom: 2px;
margin-right: 2px;
max-width: 1250px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  margin: 0 !important;
  overflow: visible;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.shg-image-content-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add background color handling */
  
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
  box-sizing: border-box;
}



.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
      position: relative;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

@media (min-width: 1200px){#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  margin: 0 !important;
  overflow: visible;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add background color handling */
  
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
  box-sizing: border-box;
}



.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
      position: relative;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  margin: 0 !important;
  overflow: visible;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add background color handling */
  
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
  box-sizing: border-box;
}



.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
      position: relative;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  margin: 0 !important;
  overflow: visible;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add background color handling */
  
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
  box-sizing: border-box;
}



.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
      position: relative;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (max-width: 767px){#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  margin: 0 !important;
  overflow: visible;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add background color handling */
  
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image {
  box-sizing: border-box;
}



.s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container {
      position: relative;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1e7b92-9c29-4fa3-8f04-6e54485bc83e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}
#s-9b57c51e-0911-4e84-a5a2-5beff68a3186 {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-9b57c51e-0911-4e84-a5a2-5beff68a3186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b57c51e-0911-4e84-a5a2-5beff68a3186.shg-box.shg-c {
  justify-content: center;
}

#s-9acd71b1-9890-494c-bc79-33c611d3f5bf {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 5px;
}

#s-9bb07f2d-4c37-4fa9-8512-1b68d0c8492b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e852fd1b-438e-4bed-8ee2-de4823a15973 {
  margin-left: auto;
margin-right: auto;
}

#s-e852fd1b-438e-4bed-8ee2-de4823a15973 hr {
  border-top: 2px solid #ddd;
}

#s-ae187256-8a9e-40c0-9ac0-878ca30a6efe {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ae187256-8a9e-40c0-9ac0-878ca30a6efe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae187256-8a9e-40c0-9ac0-878ca30a6efe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae187256-8a9e-40c0-9ac0-878ca30a6efe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae187256-8a9e-40c0-9ac0-878ca30a6efe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-190d58dc-fc10-45b6-bf4f-2375fec8103b {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-190d58dc-fc10-45b6-bf4f-2375fec8103b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-190d58dc-fc10-45b6-bf4f-2375fec8103b.shg-box.shg-c {
  justify-content: center;
}

#s-93b71534-3d1e-42f3-a04f-3030213ee7fb {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-93b71534-3d1e-42f3-a04f-3030213ee7fb .shogun-heading-component h2 {
  color: rgba(249, 246, 246, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b7a245df-6454-409b-850f-4bd7e63ce33b {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 5px;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
max-width: 1250px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  margin: 0 !important;
  overflow: visible;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shg-image-content-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add background color handling */
  
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
  box-sizing: border-box;
}



.s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
      position: relative;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

@media (min-width: 1200px){#s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  margin: 0 !important;
  overflow: visible;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add background color handling */
  
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
  box-sizing: border-box;
}



.s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
      position: relative;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  margin: 0 !important;
  overflow: visible;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add background color handling */
  
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
  box-sizing: border-box;
}



.s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
      position: relative;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  margin: 0 !important;
  overflow: visible;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add background color handling */
  
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
  box-sizing: border-box;
}



.s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
      position: relative;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}@media (max-width: 767px){#s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  margin: 0 !important;
  overflow: visible;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add background color handling */
  
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1250px;
  }



  img.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
    
    
    
    max-height: 1250px;
  }


.s-8f16df8d-f695-4216-bbfe-2621b7ce974e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image {
  box-sizing: border-box;
}



.s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container {
      position: relative;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f16df8d-f695-4216-bbfe-2621b7ce974e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1250px;
    }
  }

}
#s-5e066205-3ca7-44bc-83fc-51323956f336 {
  margin-left: auto;
margin-right: auto;
}

#s-5e066205-3ca7-44bc-83fc-51323956f336 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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
