.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-324682c5-376d-45c9-91a1-091c94649877 {
  min-height: 50px;
}








#s-324682c5-376d-45c9-91a1-091c94649877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324682c5-376d-45c9-91a1-091c94649877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 1200px){#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f, #wrap-s-e37b0b05-528a-437a-ab6e-f93b603c7c9f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f, #wrap-s-e37b0b05-528a-437a-ab6e-f93b603c7c9f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f {
  margin-left: 5%;
margin-right: 5%;
display: unset;
}
#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f, #wrap-s-e37b0b05-528a-437a-ab6e-f93b603c7c9f { display: unset !important; }}@media (max-width: 767px){#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f {
  margin-left: 5%;
margin-right: 5%;
display: unset;
}
#s-e37b0b05-528a-437a-ab6e-f93b603c7c9f, #wrap-s-e37b0b05-528a-437a-ab6e-f93b603c7c9f { display: unset !important; }}
#s-7a0aaaa5-3eca-42a1-9beb-4d855f12b940 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-e7af1862-71b0-45c2-8637-ef507e13aa6d {
  text-align: left;
}



.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7af1862-71b0-45c2-8637-ef507e13aa6d img.shogun-image {
  width: 100%;
}



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

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

#s-e0759289-246e-4c91-a478-f6210a77b10b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0759289-246e-4c91-a478-f6210a77b10b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-e0759289-246e-4c91-a478-f6210a77b10b .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0759289-246e-4c91-a478-f6210a77b10b .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-0ced327d-d418-408a-9c79-0fc5e4845ce6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-0ced327d-d418-408a-9c79-0fc5e4845ce6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0ced327d-d418-408a-9c79-0fc5e4845ce6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0ced327d-d418-408a-9c79-0fc5e4845ce6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-a9137f54-eeb3-494b-97ad-42c305ae0eec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a9137f54-eeb3-494b-97ad-42c305ae0eec:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9137f54-eeb3-494b-97ad-42c305ae0eec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a9137f54-eeb3-494b-97ad-42c305ae0eec {
  display: unset;
}
#s-a9137f54-eeb3-494b-97ad-42c305ae0eec, #wrap-s-a9137f54-eeb3-494b-97ad-42c305ae0eec { display: unset !important; }}


#s-a9137f54-eeb3-494b-97ad-42c305ae0eec {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9137f54-eeb3-494b-97ad-42c305ae0eec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9137f54-eeb3-494b-97ad-42c305ae0eec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a9137f54-eeb3-494b-97ad-42c305ae0eec.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cb6ae536-1c35-4ebd-a16f-b9df513f52f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 {
  text-align: left;
}



.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaf4ba5-b5bc-4a94-9515-3a976d5640b9 img.shogun-image {
  width: 100%;
}



}
#s-e6c4426b-bac2-4fec-9146-2dc0ecbc605d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6c4426b-bac2-4fec-9146-2dc0ecbc605d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-e6c4426b-bac2-4fec-9146-2dc0ecbc605d .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6c4426b-bac2-4fec-9146-2dc0ecbc605d .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-053d08f5-5143-44da-8f6d-2506d5b7e328 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-053d08f5-5143-44da-8f6d-2506d5b7e328 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-053d08f5-5143-44da-8f6d-2506d5b7e328 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-053d08f5-5143-44da-8f6d-2506d5b7e328 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-837b1cf5-3508-4efd-9929-27a266a43593 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-837b1cf5-3508-4efd-9929-27a266a43593:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-837b1cf5-3508-4efd-9929-27a266a43593:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-837b1cf5-3508-4efd-9929-27a266a43593 {
  display: unset;
}
#s-837b1cf5-3508-4efd-9929-27a266a43593, #wrap-s-837b1cf5-3508-4efd-9929-27a266a43593 { display: unset !important; }}


#s-837b1cf5-3508-4efd-9929-27a266a43593 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-837b1cf5-3508-4efd-9929-27a266a43593.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-837b1cf5-3508-4efd-9929-27a266a43593.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-837b1cf5-3508-4efd-9929-27a266a43593.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ab2bbaf-dccd-456d-ba9f-adb49d728ce5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 {
  text-align: left;
}



.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d90068a-e9ee-4655-a8d5-ee6d30ca50d0 img.shogun-image {
  width: 100%;
}



}
#s-f7911a95-59c3-4b88-96b2-53d060566a10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7911a95-59c3-4b88-96b2-53d060566a10 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-f7911a95-59c3-4b88-96b2-53d060566a10 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7911a95-59c3-4b88-96b2-53d060566a10 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-037c2f29-4076-4924-b31b-376c3ea73022 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-037c2f29-4076-4924-b31b-376c3ea73022 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-037c2f29-4076-4924-b31b-376c3ea73022 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-037c2f29-4076-4924-b31b-376c3ea73022 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-963efef8-babc-48c8-95cc-f18f57ce2905 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-963efef8-babc-48c8-95cc-f18f57ce2905:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-963efef8-babc-48c8-95cc-f18f57ce2905:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-963efef8-babc-48c8-95cc-f18f57ce2905 {
  display: unset;
}
#s-963efef8-babc-48c8-95cc-f18f57ce2905, #wrap-s-963efef8-babc-48c8-95cc-f18f57ce2905 { display: unset !important; }}


#s-963efef8-babc-48c8-95cc-f18f57ce2905 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-963efef8-babc-48c8-95cc-f18f57ce2905.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-963efef8-babc-48c8-95cc-f18f57ce2905.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-963efef8-babc-48c8-95cc-f18f57ce2905.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6288dc3b-2aff-4845-8faf-9d50022b420f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d {
  text-align: left;
}



.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e725a2fc-44e6-468e-98ec-c81c158c8f0d img.shogun-image {
  width: 100%;
}



}
#s-6ea36c6e-06b6-49d2-8fa8-4bfe43e280f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ea36c6e-06b6-49d2-8fa8-4bfe43e280f7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-6ea36c6e-06b6-49d2-8fa8-4bfe43e280f7 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ea36c6e-06b6-49d2-8fa8-4bfe43e280f7 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-6897b6bf-7bf0-469f-8544-291726687a4e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6897b6bf-7bf0-469f-8544-291726687a4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6897b6bf-7bf0-469f-8544-291726687a4e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-6897b6bf-7bf0-469f-8544-291726687a4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa {
  display: unset;
}
#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa, #wrap-s-9a516073-ac8d-4fca-9638-ebc5b9cecffa { display: unset !important; }}


#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9a516073-ac8d-4fca-9638-ebc5b9cecffa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-096bbfdc-7b9c-4547-af21-7175e0efa233 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ac94c5f-9924-4e7c-93e8-90758d714082 {
  text-align: left;
}



.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ac94c5f-9924-4e7c-93e8-90758d714082 img.shogun-image {
  width: 100%;
}



}
#s-983883a0-2a21-4b6a-a3cf-b65df2de2abe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-983883a0-2a21-4b6a-a3cf-b65df2de2abe .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-983883a0-2a21-4b6a-a3cf-b65df2de2abe .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-983883a0-2a21-4b6a-a3cf-b65df2de2abe .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-395febd5-9edc-4358-9f4d-de3b5c887c50 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-395febd5-9edc-4358-9f4d-de3b5c887c50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-395febd5-9edc-4358-9f4d-de3b5c887c50 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-395febd5-9edc-4358-9f4d-de3b5c887c50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7 {
  display: unset;
}
#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7, #wrap-s-97faca06-4cf9-4680-ad1e-04dfda5e94e7 { display: unset !important; }}


#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-97faca06-4cf9-4680-ad1e-04dfda5e94e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-711521cf-43d2-47e3-9515-0f25426578e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27815976-67c0-4483-9cbd-2c71df3b5085 {
  text-align: left;
}



.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27815976-67c0-4483-9cbd-2c71df3b5085 img.shogun-image {
  width: 100%;
}



}
#s-9d6b0755-16d7-4829-9aec-5c2477529bba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d6b0755-16d7-4829-9aec-5c2477529bba .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-9d6b0755-16d7-4829-9aec-5c2477529bba .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d6b0755-16d7-4829-9aec-5c2477529bba .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-917fae80-e399-42c1-b6be-6d77922a042f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-917fae80-e399-42c1-b6be-6d77922a042f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-917fae80-e399-42c1-b6be-6d77922a042f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-917fae80-e399-42c1-b6be-6d77922a042f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12124570-8c61-4334-b50c-9f20b9399611 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-12124570-8c61-4334-b50c-9f20b9399611:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12124570-8c61-4334-b50c-9f20b9399611:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-12124570-8c61-4334-b50c-9f20b9399611 {
  display: unset;
}
#s-12124570-8c61-4334-b50c-9f20b9399611, #wrap-s-12124570-8c61-4334-b50c-9f20b9399611 { display: unset !important; }}


#s-12124570-8c61-4334-b50c-9f20b9399611 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12124570-8c61-4334-b50c-9f20b9399611.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12124570-8c61-4334-b50c-9f20b9399611.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-12124570-8c61-4334-b50c-9f20b9399611.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e8a3e36d-42bd-47a5-804b-431f5d81aa63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-504c992f-e4d6-40dc-8439-da4574fb0131 {
  text-align: left;
}



.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-504c992f-e4d6-40dc-8439-da4574fb0131 img.shogun-image {
  width: 100%;
}



}
#s-73f30257-2a1c-4ca8-a8f8-d4585bbfc245 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73f30257-2a1c-4ca8-a8f8-d4585bbfc245 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-73f30257-2a1c-4ca8-a8f8-d4585bbfc245 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73f30257-2a1c-4ca8-a8f8-d4585bbfc245 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-39fc0e28-9dad-4214-82fb-af250ca25c8e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-39fc0e28-9dad-4214-82fb-af250ca25c8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-39fc0e28-9dad-4214-82fb-af250ca25c8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-39fc0e28-9dad-4214-82fb-af250ca25c8e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2156db17-1a1e-48a5-8ca6-54adf29c2786 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2156db17-1a1e-48a5-8ca6-54adf29c2786:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2156db17-1a1e-48a5-8ca6-54adf29c2786:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2156db17-1a1e-48a5-8ca6-54adf29c2786 {
  display: unset;
}
#s-2156db17-1a1e-48a5-8ca6-54adf29c2786, #wrap-s-2156db17-1a1e-48a5-8ca6-54adf29c2786 { display: unset !important; }}


#s-2156db17-1a1e-48a5-8ca6-54adf29c2786 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2156db17-1a1e-48a5-8ca6-54adf29c2786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2156db17-1a1e-48a5-8ca6-54adf29c2786.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2156db17-1a1e-48a5-8ca6-54adf29c2786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-be8fc70e-976e-452a-86d7-1cf8d5d8dc3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc {
  text-align: left;
}



.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c231a4a6-1f31-4e35-b85c-50b51163fbcc img.shogun-image {
  width: 100%;
}



}
#s-5bf8a0eb-25a0-4512-a7fb-4134d9d024ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bf8a0eb-25a0-4512-a7fb-4134d9d024ab .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-5bf8a0eb-25a0-4512-a7fb-4134d9d024ab .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bf8a0eb-25a0-4512-a7fb-4134d9d024ab .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-1c832bd7-967c-46ef-a0a4-4fd35d4470d8 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-1c832bd7-967c-46ef-a0a4-4fd35d4470d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1c832bd7-967c-46ef-a0a4-4fd35d4470d8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-1c832bd7-967c-46ef-a0a4-4fd35d4470d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8 {
  display: unset;
}
#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8, #wrap-s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8 { display: unset !important; }}


#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-343b69d7-0f1e-4aa7-8cc8-57d11e8d23d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c82f2c2-aecb-4aec-b3d6-744dbff5430c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 {
  text-align: left;
}



.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22ae6c4a-1ecb-4922-9448-f05e8d869434 img.shogun-image {
  width: 100%;
}



}
#s-9bb04fe1-bd02-4bf6-82b2-42b7026f6956 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bb04fe1-bd02-4bf6-82b2-42b7026f6956 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-9bb04fe1-bd02-4bf6-82b2-42b7026f6956 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bb04fe1-bd02-4bf6-82b2-42b7026f6956 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-7f3ba45f-3e7b-4a36-829f-ff17ea9b83d0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7f3ba45f-3e7b-4a36-829f-ff17ea9b83d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f3ba45f-3e7b-4a36-829f-ff17ea9b83d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f3ba45f-3e7b-4a36-829f-ff17ea9b83d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5ecf66e-70b5-473b-99ac-742b262f0c13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d5ecf66e-70b5-473b-99ac-742b262f0c13:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5ecf66e-70b5-473b-99ac-742b262f0c13:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d5ecf66e-70b5-473b-99ac-742b262f0c13 {
  display: unset;
}
#s-d5ecf66e-70b5-473b-99ac-742b262f0c13, #wrap-s-d5ecf66e-70b5-473b-99ac-742b262f0c13 { display: unset !important; }}


#s-d5ecf66e-70b5-473b-99ac-742b262f0c13 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5ecf66e-70b5-473b-99ac-742b262f0c13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5ecf66e-70b5-473b-99ac-742b262f0c13.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d5ecf66e-70b5-473b-99ac-742b262f0c13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8ad573df-8d79-43d5-b01d-7e0b0c77dde6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd {
  text-align: left;
}



.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d312f42a-f8c9-45fd-96ea-44eea08f49dd img.shogun-image {
  width: 100%;
}



}
#s-536f3916-3ad2-4a18-ae78-689b7817a7d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-536f3916-3ad2-4a18-ae78-689b7817a7d7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-536f3916-3ad2-4a18-ae78-689b7817a7d7 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-536f3916-3ad2-4a18-ae78-689b7817a7d7 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-6271eb56-a9c8-428a-9c50-9049e649ce61 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6271eb56-a9c8-428a-9c50-9049e649ce61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6271eb56-a9c8-428a-9c50-9049e649ce61 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-6271eb56-a9c8-428a-9c50-9049e649ce61 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e {
  display: unset;
}
#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e, #wrap-s-c6b0f985-a4b8-40a0-9223-2da93af16b6e { display: unset !important; }}


#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c6b0f985-a4b8-40a0-9223-2da93af16b6e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba32d00b-c9cb-4431-a88f-183737870b64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 {
  text-align: left;
}



.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52fcccb0-b388-4074-bbb5-998e5f25d1e7 img.shogun-image {
  width: 100%;
}



}
#s-5a9ed6b8-2728-4c80-ba66-fc4d67056d64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a9ed6b8-2728-4c80-ba66-fc4d67056d64 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-5a9ed6b8-2728-4c80-ba66-fc4d67056d64 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a9ed6b8-2728-4c80-ba66-fc4d67056d64 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-c847aded-8623-4184-8bd6-3e894b552af6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-c847aded-8623-4184-8bd6-3e894b552af6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c847aded-8623-4184-8bd6-3e894b552af6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c847aded-8623-4184-8bd6-3e894b552af6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b {
  display: unset;
}
#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b, #wrap-s-d83b5bc6-de8e-4772-8a19-4bff5c65179b { display: unset !important; }}


#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d83b5bc6-de8e-4772-8a19-4bff5c65179b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f05387de-d669-4dbd-ab91-d1b126ac69d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5224c2c0-d213-438c-90cb-d55c6edc451c {
  text-align: left;
}



.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5224c2c0-d213-438c-90cb-d55c6edc451c img.shogun-image {
  width: 100%;
}



}
#s-0accf0cc-6a6d-46f2-864a-e976f281cc58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0accf0cc-6a6d-46f2-864a-e976f281cc58 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-0accf0cc-6a6d-46f2-864a-e976f281cc58 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0accf0cc-6a6d-46f2-864a-e976f281cc58 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-f030cee5-da98-4849-834d-73f5ba74cd98 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f030cee5-da98-4849-834d-73f5ba74cd98 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f030cee5-da98-4849-834d-73f5ba74cd98 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f030cee5-da98-4849-834d-73f5ba74cd98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-83e1d590-4416-413d-bf16-f17a0f7287b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-83e1d590-4416-413d-bf16-f17a0f7287b6:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83e1d590-4416-413d-bf16-f17a0f7287b6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-83e1d590-4416-413d-bf16-f17a0f7287b6 {
  display: unset;
}
#s-83e1d590-4416-413d-bf16-f17a0f7287b6, #wrap-s-83e1d590-4416-413d-bf16-f17a0f7287b6 { display: unset !important; }}


#s-83e1d590-4416-413d-bf16-f17a0f7287b6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83e1d590-4416-413d-bf16-f17a0f7287b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83e1d590-4416-413d-bf16-f17a0f7287b6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-83e1d590-4416-413d-bf16-f17a0f7287b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e613898-c90d-43bf-837e-86fffcc7db81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0383e70-7608-4dbd-a74e-4e0dd713240d {
  text-align: left;
}



.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0383e70-7608-4dbd-a74e-4e0dd713240d img.shogun-image {
  width: 100%;
}



}
#s-fd704d5b-38c6-421e-83dd-62ebfb7e337d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd704d5b-38c6-421e-83dd-62ebfb7e337d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-fd704d5b-38c6-421e-83dd-62ebfb7e337d .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd704d5b-38c6-421e-83dd-62ebfb7e337d .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-7ff06f50-5b3b-41b5-aec7-ffbc0b47b196 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7ff06f50-5b3b-41b5-aec7-ffbc0b47b196 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ff06f50-5b3b-41b5-aec7-ffbc0b47b196 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-7ff06f50-5b3b-41b5-aec7-ffbc0b47b196 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca1b1fef-3730-411e-b28c-faf191a038ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ca1b1fef-3730-411e-b28c-faf191a038ad:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca1b1fef-3730-411e-b28c-faf191a038ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ca1b1fef-3730-411e-b28c-faf191a038ad {
  display: unset;
}
#s-ca1b1fef-3730-411e-b28c-faf191a038ad, #wrap-s-ca1b1fef-3730-411e-b28c-faf191a038ad { display: unset !important; }}


#s-ca1b1fef-3730-411e-b28c-faf191a038ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca1b1fef-3730-411e-b28c-faf191a038ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca1b1fef-3730-411e-b28c-faf191a038ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ca1b1fef-3730-411e-b28c-faf191a038ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-68aaf610-afcc-47f9-91f8-24b501ea215c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 {
  text-align: left;
}



.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b4a0773-67e8-44b5-b4a1-5ad1789b5a00 img.shogun-image {
  width: 100%;
}



}
#s-29f83a5d-d03a-4da2-a5e5-578aa6476173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f83a5d-d03a-4da2-a5e5-578aa6476173 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-29f83a5d-d03a-4da2-a5e5-578aa6476173 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29f83a5d-d03a-4da2-a5e5-578aa6476173 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-2e8e8ba7-e71f-4997-a583-f6e04a0c35ef {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2e8e8ba7-e71f-4997-a583-f6e04a0c35ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2e8e8ba7-e71f-4997-a583-f6e04a0c35ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2e8e8ba7-e71f-4997-a583-f6e04a0c35ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288 {
  display: unset;
}
#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288, #wrap-s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288 { display: unset !important; }}


#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b9ec71c0-f5d9-4097-b9f4-1f9383a9b288.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6f14a3a-c735-4bcf-8b06-5bfd1561f90a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2819d3c5-29dc-4316-886f-24e66d61913f {
  text-align: left;
}



.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2819d3c5-29dc-4316-886f-24e66d61913f img.shogun-image {
  width: 100%;
}



}
#s-0ac74075-5950-4be6-918a-2b03f66c8bc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ac74075-5950-4be6-918a-2b03f66c8bc4 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-0ac74075-5950-4be6-918a-2b03f66c8bc4 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ac74075-5950-4be6-918a-2b03f66c8bc4 .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-15068467-292f-4b34-b403-baaa90bfc659 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-15068467-292f-4b34-b403-baaa90bfc659 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-15068467-292f-4b34-b403-baaa90bfc659 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-15068467-292f-4b34-b403-baaa90bfc659 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-776fc746-cec6-433f-a83d-051e5dd5df35 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-776fc746-cec6-433f-a83d-051e5dd5df35:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-776fc746-cec6-433f-a83d-051e5dd5df35:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-776fc746-cec6-433f-a83d-051e5dd5df35 {
  display: unset;
}
#s-776fc746-cec6-433f-a83d-051e5dd5df35, #wrap-s-776fc746-cec6-433f-a83d-051e5dd5df35 { display: unset !important; }}


#s-776fc746-cec6-433f-a83d-051e5dd5df35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-776fc746-cec6-433f-a83d-051e5dd5df35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-776fc746-cec6-433f-a83d-051e5dd5df35.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-776fc746-cec6-433f-a83d-051e5dd5df35.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e4b7976-b654-4beb-becb-acc1f9e4f71b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 {
  text-align: left;
}



.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2777bb98-ee51-4e9a-a028-7f8d42cfafc0 img.shogun-image {
  width: 100%;
}



}
#s-af9973f3-9460-4867-8902-f420e29f01ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9973f3-9460-4867-8902-f420e29f01ff .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-af9973f3-9460-4867-8902-f420e29f01ff .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af9973f3-9460-4867-8902-f420e29f01ff .shg-product-title-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-bb70612c-6dc9-4c8f-83a7-acd68fd664a0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-bb70612c-6dc9-4c8f-83a7-acd68fd664a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-bb70612c-6dc9-4c8f-83a7-acd68fd664a0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-bb70612c-6dc9-4c8f-83a7-acd68fd664a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c8edce4-d485-4fa4-9642-12fdde94d75c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4c8edce4-d485-4fa4-9642-12fdde94d75c:hover {background-color: rgba(221, 49, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c8edce4-d485-4fa4-9642-12fdde94d75c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4c8edce4-d485-4fa4-9642-12fdde94d75c {
  display: unset;
}
#s-4c8edce4-d485-4fa4-9642-12fdde94d75c, #wrap-s-4c8edce4-d485-4fa4-9642-12fdde94d75c { display: unset !important; }}


#s-4c8edce4-d485-4fa4-9642-12fdde94d75c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c8edce4-d485-4fa4-9642-12fdde94d75c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c8edce4-d485-4fa4-9642-12fdde94d75c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-4c8edce4-d485-4fa4-9642-12fdde94d75c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0aad4a70-4c48-4fba-8412-8ea88b6049d5 {
  min-height: 50px;
}








#s-0aad4a70-4c48-4fba-8412-8ea88b6049d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aad4a70-4c48-4fba-8412-8ea88b6049d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-ef93356b-9dc5-4d92-bced-f697bccd2ec6 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-ef93356b-9dc5-4d92-bced-f697bccd2ec6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-178cfb33-39d7-44fc-ba2f-92ae9900e564 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}
@media (max-width: 767px){#s-178cfb33-39d7-44fc-ba2f-92ae9900e564 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-178cfb33-39d7-44fc-ba2f-92ae9900e564, #wrap-s-178cfb33-39d7-44fc-ba2f-92ae9900e564 { display: none !important; }}







#s-178cfb33-39d7-44fc-ba2f-92ae9900e564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-178cfb33-39d7-44fc-ba2f-92ae9900e564.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-6e07f4da-6541-4bbb-9474-d05cf39b4611 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}
@media (max-width: 767px){#s-6e07f4da-6541-4bbb-9474-d05cf39b4611 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6e07f4da-6541-4bbb-9474-d05cf39b4611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e07f4da-6541-4bbb-9474-d05cf39b4611.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3632a08d-d8d7-4f36-a8c8-256377164032 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-f79d454e-59e7-45f0-99ea-62e21769ce39 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}
@media (max-width: 767px){#s-f79d454e-59e7-45f0-99ea-62e21769ce39 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-f79d454e-59e7-45f0-99ea-62e21769ce39, #wrap-s-f79d454e-59e7-45f0-99ea-62e21769ce39 { display: none !important; }}







#s-f79d454e-59e7-45f0-99ea-62e21769ce39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79d454e-59e7-45f0-99ea-62e21769ce39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f {
  margin-left: 8%;
margin-right: 8%;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f {
  margin-left: 2%;
margin-right: 2%;
display: unset;
}
#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f, #wrap-s-e870482c-1c32-4ad6-a6f2-a2ca5711241f { display: unset !important; }}@media (max-width: 767px){#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
display: unset;
}
#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f, #wrap-s-e870482c-1c32-4ad6-a6f2-a2ca5711241f { display: unset !important; }}







#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-df05a0a3-4781-4ec8-b63d-3b3180f2f824 {
  text-align: center;
opacity: 1;
}
#s-df05a0a3-4781-4ec8-b63d-3b3180f2f824:hover {opacity: 1 !important;}






  #s-df05a0a3-4781-4ec8-b63d-3b3180f2f824 img.shogun-image {
    

    
    
    
  }


#s-df05a0a3-4781-4ec8-b63d-3b3180f2f824 .shogun-image-content {
  
    align-items: center;
  
}

#s-57336b7d-5ce8-48dc-9bff-125d0aa32908 {
  text-align: center;
}







  #s-57336b7d-5ce8-48dc-9bff-125d0aa32908 img.shogun-image {
    

    
    
    
  }


#s-57336b7d-5ce8-48dc-9bff-125d0aa32908 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3496777-404b-41d3-8e26-e548ff5730f5 {
  text-align: center;
}
@media (max-width: 767px){#s-f3496777-404b-41d3-8e26-e548ff5730f5 {
  margin-top: -35px;
margin-bottom: -35px;
}
}






  #s-f3496777-404b-41d3-8e26-e548ff5730f5 img.shogun-image {
    

    
    
    
  }


#s-f3496777-404b-41d3-8e26-e548ff5730f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa21b33c-4717-4e57-aabd-dc27ade5df61 {
  text-align: center;
}
@media (max-width: 767px){#s-fa21b33c-4717-4e57-aabd-dc27ade5df61 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-fa21b33c-4717-4e57-aabd-dc27ade5df61 img.shogun-image {
    

    
    
    
  }


#s-fa21b33c-4717-4e57-aabd-dc27ade5df61 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-947759f0-ae95-4ae4-9cfa-54930c95e9ad {
  margin-top: -80px;
margin-bottom: -80px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-947759f0-ae95-4ae4-9cfa-54930c95e9ad {
  margin-top: -25px;
margin-bottom: -25px;
}
}@media (max-width: 767px){#s-947759f0-ae95-4ae4-9cfa-54930c95e9ad {
  margin-top: -90px;
margin-bottom: -90px;
}
}






  #s-947759f0-ae95-4ae4-9cfa-54930c95e9ad img.shogun-image {
    

    
    
    
  }


#s-947759f0-ae95-4ae4-9cfa-54930c95e9ad .shogun-image-content {
  
    align-items: center;
  
}

#s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba img.shogun-image {
    

    
    
    
  }


#s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba .shogun-image-content {
  
    align-items: center;
  
}

#s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 {
  margin-top: -80px;
margin-bottom: -80px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 {
  margin-top: -25px;
margin-bottom: -25px;
}
}@media (max-width: 767px){#s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 {
  margin-top: -35px;
margin-left: 0%;
margin-bottom: -35px;
margin-right: 0%;
}
}






  #s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 img.shogun-image {
    

    
    
    
  }


#s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 .shogun-image-content {
  
    align-items: center;
  
}

#s-aac9c507-892e-4157-a62e-32fcb56d429a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aac9c507-892e-4157-a62e-32fcb56d429a {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-aac9c507-892e-4157-a62e-32fcb56d429a img.shogun-image {
    

    
    
    
  }


#s-aac9c507-892e-4157-a62e-32fcb56d429a .shogun-image-content {
  
    align-items: center;
  
}

#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e > .shg-box-overlay {
  background-color: rgba(230, 230, 230, 1);
  opacity: 0;
}#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0ff7c4b-6e5f-461e-a314-8e449b8dbe2f {
  min-height: 50px;
}








#s-f0ff7c4b-6e5f-461e-a314-8e449b8dbe2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ff7c4b-6e5f-461e-a314-8e449b8dbe2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

@media (min-width: 1200px){#s-05f6f56b-0fa4-4254-9dcb-7deb59ef8a24 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05f6f56b-0fa4-4254-9dcb-7deb59ef8a24 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05f6f56b-0fa4-4254-9dcb-7deb59ef8a24 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-05f6f56b-0fa4-4254-9dcb-7deb59ef8a24 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-05f6f56b-0fa4-4254-9dcb-7deb59ef8a24 hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7cdf637-8e31-4b90-affb-31d8cd9c9262 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7cdf637-8e31-4b90-affb-31d8cd9c9262 .shogun-heading-component h4 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a7cdf637-8e31-4b90-affb-31d8cd9c9262 .shogun-heading-component h4 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a7cdf637-8e31-4b90-affb-31d8cd9c9262 .shogun-heading-component h4 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a {
  cursor: pointer;
}#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5120d25-c346-4143-9d7d-bc4d2c7b64c8 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-f5120d25-c346-4143-9d7d-bc4d2c7b64c8 img.shogun-image {
    

    
    
    
  }


#s-f5120d25-c346-4143-9d7d-bc4d2c7b64c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b {
  cursor: pointer;
}#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b36909f-7141-4ddd-b49b-a28655abafd3 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-1b36909f-7141-4ddd-b49b-a28655abafd3 img.shogun-image {
    

    
    
    
  }


#s-1b36909f-7141-4ddd-b49b-a28655abafd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-66565b39-4093-4c2f-b636-d8ffabf6a78a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 {
  cursor: pointer;
}#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcf3d3f9-5421-47dc-8d07-96955e698cda {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-bcf3d3f9-5421-47dc-8d07-96955e698cda img.shogun-image {
    

    
    
    
  }


#s-bcf3d3f9-5421-47dc-8d07-96955e698cda .shogun-image-content {
  
    align-items: center;
  
}

#s-7f098333-00e2-4d65-9ea6-bfebe201af64 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-655fed5b-e044-4d72-8662-4c4642ed767d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-655fed5b-e044-4d72-8662-4c4642ed767d {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-655fed5b-e044-4d72-8662-4c4642ed767d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655fed5b-e044-4d72-8662-4c4642ed767d {
  cursor: pointer;
}#s-655fed5b-e044-4d72-8662-4c4642ed767d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf2f40ff-5d0a-4b4b-9224-b95db07da141 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-bf2f40ff-5d0a-4b4b-9224-b95db07da141 img.shogun-image {
    

    
    
    
  }


#s-bf2f40ff-5d0a-4b4b-9224-b95db07da141 .shogun-image-content {
  
    align-items: center;
  
}

#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 {
  cursor: pointer;
}#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b201ae82-1a6d-4a3f-9256-dac659152b07 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-b201ae82-1a6d-4a3f-9256-dac659152b07 img.shogun-image {
    

    
    
    
  }


#s-b201ae82-1a6d-4a3f-9256-dac659152b07 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-0bc7be5e-5069-43da-b526-ab813f246213 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-0bc7be5e-5069-43da-b526-ab813f246213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc7be5e-5069-43da-b526-ab813f246213 {
  cursor: pointer;
}#s-0bc7be5e-5069-43da-b526-ab813f246213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29579172-61c5-436c-9ab3-e18312787d88 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-29579172-61c5-436c-9ab3-e18312787d88 img.shogun-image {
    

    
    
    
  }


#s-29579172-61c5-436c-9ab3-e18312787d88 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 {
  cursor: pointer;
}#s-5496e668-4422-4e9b-8952-cbf05ee26fe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4082a31-1638-43c9-a5e7-2fa397f79200 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-f4082a31-1638-43c9-a5e7-2fa397f79200 img.shogun-image {
    

    
    
    
  }


#s-f4082a31-1638-43c9-a5e7-2fa397f79200 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-33023101-cffc-45fc-b63e-ddd8e8c77501 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-33023101-cffc-45fc-b63e-ddd8e8c77501 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-33023101-cffc-45fc-b63e-ddd8e8c77501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33023101-cffc-45fc-b63e-ddd8e8c77501 {
  cursor: pointer;
}#s-33023101-cffc-45fc-b63e-ddd8e8c77501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690a6937-e548-46c6-80f3-64152741adf2 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-690a6937-e548-46c6-80f3-64152741adf2 img.shogun-image {
    

    
    
    
  }


#s-690a6937-e548-46c6-80f3-64152741adf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-c1a0e590-9956-4444-a175-cb028fc061f6 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-c1a0e590-9956-4444-a175-cb028fc061f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1a0e590-9956-4444-a175-cb028fc061f6 {
  cursor: pointer;
}#s-c1a0e590-9956-4444-a175-cb028fc061f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9168ed90-cdff-44de-913f-2058abe249e0 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-9168ed90-cdff-44de-913f-2058abe249e0 img.shogun-image {
    

    
    
    
  }


#s-9168ed90-cdff-44de-913f-2058abe249e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-27dd376c-034a-42fb-972b-5e7cbb276844 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e261a96d-4c9e-4810-858a-585dc038d251 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-e261a96d-4c9e-4810-858a-585dc038d251 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-e261a96d-4c9e-4810-858a-585dc038d251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e261a96d-4c9e-4810-858a-585dc038d251 {
  cursor: pointer;
}#s-e261a96d-4c9e-4810-858a-585dc038d251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e53ce3e-2559-41bd-88a5-53f4c34b0681 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-9e53ce3e-2559-41bd-88a5-53f4c34b0681 img.shogun-image {
    

    
    
    
  }


#s-9e53ce3e-2559-41bd-88a5-53f4c34b0681 .shogun-image-content {
  
    align-items: center;
  
}

#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d {
  cursor: pointer;
}#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fde9226-7838-4630-ab94-0f0f7b4bbab2 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-9fde9226-7838-4630-ab94-0f0f7b4bbab2 img.shogun-image {
    

    
    
    
  }


#s-9fde9226-7838-4630-ab94-0f0f7b4bbab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a2ad747-046e-4858-94f1-455c0ff092e3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-50483bf1-ed66-4df7-b554-59cc4623be1a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-50483bf1-ed66-4df7-b554-59cc4623be1a {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-50483bf1-ed66-4df7-b554-59cc4623be1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50483bf1-ed66-4df7-b554-59cc4623be1a {
  cursor: pointer;
}#s-50483bf1-ed66-4df7-b554-59cc4623be1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0cf6ec2-a811-44e6-878b-d3f84339095f {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-e0cf6ec2-a811-44e6-878b-d3f84339095f img.shogun-image {
    

    
    
    
  }


#s-e0cf6ec2-a811-44e6-878b-d3f84339095f .shogun-image-content {
  
    align-items: center;
  
}

#s-b30662e3-10a3-4235-af9c-dea07e0cf012 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 1200px){#s-2d30560c-6477-41b2-ae1e-d04775dce25e {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d30560c-6477-41b2-ae1e-d04775dce25e {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d30560c-6477-41b2-ae1e-d04775dce25e {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-2d30560c-6477-41b2-ae1e-d04775dce25e {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-2d30560c-6477-41b2-ae1e-d04775dce25e hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

#s-404591ea-25c1-4011-95b3-9661c7ab358f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 27px;
padding-bottom: 27px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-404591ea-25c1-4011-95b3-9661c7ab358f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-404591ea-25c1-4011-95b3-9661c7ab358f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-404591ea-25c1-4011-95b3-9661c7ab358f {
  display: unset;
}
#s-404591ea-25c1-4011-95b3-9661c7ab358f, #wrap-s-404591ea-25c1-4011-95b3-9661c7ab358f { display: unset !important; }}@media (max-width: 767px){#s-404591ea-25c1-4011-95b3-9661c7ab358f {
  display: unset;
}
#s-404591ea-25c1-4011-95b3-9661c7ab358f, #wrap-s-404591ea-25c1-4011-95b3-9661c7ab358f { display: unset !important; }}







#s-404591ea-25c1-4011-95b3-9661c7ab358f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-404591ea-25c1-4011-95b3-9661c7ab358f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdd8a442-04c8-4c3b-8977-64c1637e5c4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdd8a442-04c8-4c3b-8977-64c1637e5c4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cdd8a442-04c8-4c3b-8977-64c1637e5c4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-cdd8a442-04c8-4c3b-8977-64c1637e5c4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-a968f359-db35-429d-a10a-da34ab4e5331 {
  margin-top: 17px;
margin-bottom: 17px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a968f359-db35-429d-a10a-da34ab4e5331 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a968f359-db35-429d-a10a-da34ab4e5331 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a968f359-db35-429d-a10a-da34ab4e5331 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a968f359-db35-429d-a10a-da34ab4e5331 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}







#s-a968f359-db35-429d-a10a-da34ab4e5331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a968f359-db35-429d-a10a-da34ab4e5331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 {
  padding-top: 17px;
padding-left: 12%;
padding-bottom: 17px;
padding-right: 12%;
text-align: center;
}
@media (min-width: 1200px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 {
  padding-top: 5px;
padding-bottom: 5px;
display: unset;
}
#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77, #wrap-s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 { display: unset !important; }}@media (max-width: 767px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 {
  padding-top: 5px;
padding-bottom: 5px;
display: unset;
}
#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77, #wrap-s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 { display: unset !important; }}
#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.75em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 1200px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-ebb2888d-2808-4645-94a8-9e2d6a24ce77 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 1px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-1daef573-9dc1-4dae-9f7b-b0e9a5cb7974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1daef573-9dc1-4dae-9f7b-b0e9a5cb7974"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1daef573-9dc1-4dae-9f7b-b0e9a5cb7974"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1daef573-9dc1-4dae-9f7b-b0e9a5cb7974"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e97af4ab-d45f-4fec-85b7-5571fec2ff51 {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-e97af4ab-d45f-4fec-85b7-5571fec2ff51 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e97af4ab-d45f-4fec-85b7-5571fec2ff51 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e97af4ab-d45f-4fec-85b7-5571fec2ff51 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-e97af4ab-d45f-4fec-85b7-5571fec2ff51 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-e97af4ab-d45f-4fec-85b7-5571fec2ff51"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e97af4ab-d45f-4fec-85b7-5571fec2ff51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e97af4ab-d45f-4fec-85b7-5571fec2ff51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e97af4ab-d45f-4fec-85b7-5571fec2ff51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.6 !important;}




  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image,
  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
    width: 100%;
    height: auto;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
    
    
  }


.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
      position: relative;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image,
  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
    width: 100%;
    height: auto;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
    
    
  }


.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
      position: relative;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image,
  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
    width: 100%;
    height: auto;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
    
    
  }


.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
      position: relative;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image,
  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
    width: 100%;
    height: auto;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
    
    
  }


.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
      position: relative;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image,
  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
    width: 100%;
    height: auto;
  }

  #s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
    
    
  }


.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container {
      position: relative;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02fbd0c-e474-4ec4-a6b8-654e84dbcec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-330058f5-54b0-4b50-af0e-740342724095 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-330058f5-54b0-4b50-af0e-740342724095:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-330058f5-54b0-4b50-af0e-740342724095:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-330058f5-54b0-4b50-af0e-740342724095 {
  padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-330058f5-54b0-4b50-af0e-740342724095 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
letter-spacing: 0px;
}
}

  #s-330058f5-54b0-4b50-af0e-740342724095-root {
    text-align: center;
  }


#s-330058f5-54b0-4b50-af0e-740342724095.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-330058f5-54b0-4b50-af0e-740342724095-root {
    text-align: center;
  }


#s-330058f5-54b0-4b50-af0e-740342724095.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-330058f5-54b0-4b50-af0e-740342724095-root {
    text-align: center;
  }


#s-330058f5-54b0-4b50-af0e-740342724095.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-330058f5-54b0-4b50-af0e-740342724095-root {
    text-align: center;
  }


#s-330058f5-54b0-4b50-af0e-740342724095.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-330058f5-54b0-4b50-af0e-740342724095-root {
    text-align: center;
  }


#s-330058f5-54b0-4b50-af0e-740342724095.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-330058f5-54b0-4b50-af0e-740342724095-root {
    text-align: center;
  }


#s-330058f5-54b0-4b50-af0e-740342724095.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image,
  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
    width: 100%;
    height: auto;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
    
    
  }


.s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
      position: relative;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image,
  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
    width: 100%;
    height: auto;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
    
    
  }


.s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
      position: relative;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image,
  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
    width: 100%;
    height: auto;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
    
    
  }


.s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
      position: relative;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image,
  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
    width: 100%;
    height: auto;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
    
    
  }


.s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
      position: relative;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image,
  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
    width: 100%;
    height: auto;
  }

  #s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
    
    
  }


.s-d3ab395a-c508-4a6e-9616-d409bb728c7f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container {
      position: relative;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3ab395a-c508-4a6e-9616-d409bb728c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468 {
  padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
letter-spacing: 0px;
}
}

  #s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468-root {
    text-align: center;
  }


#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468-root {
    text-align: center;
  }


#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468-root {
    text-align: center;
  }


#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468-root {
    text-align: center;
  }


#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468-root {
    text-align: center;
  }


#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468-root {
    text-align: center;
  }


#s-30e0cc44-4ef1-46f7-9be8-90fe72a1b468.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84f33bc6-2862-4311-ae9f-2371ac10475d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image,
  #s-84f33bc6-2862-4311-ae9f-2371ac10475d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d {
    width: 100%;
    height: auto;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
    
    
  }


.s-84f33bc6-2862-4311-ae9f-2371ac10475d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f33bc6-2862-4311-ae9f-2371ac10475d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
      position: relative;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image,
  #s-84f33bc6-2862-4311-ae9f-2371ac10475d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d {
    width: 100%;
    height: auto;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
    
    
  }


.s-84f33bc6-2862-4311-ae9f-2371ac10475d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f33bc6-2862-4311-ae9f-2371ac10475d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
      position: relative;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image,
  #s-84f33bc6-2862-4311-ae9f-2371ac10475d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d {
    width: 100%;
    height: auto;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
    
    
  }


.s-84f33bc6-2862-4311-ae9f-2371ac10475d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f33bc6-2862-4311-ae9f-2371ac10475d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
      position: relative;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image,
  #s-84f33bc6-2862-4311-ae9f-2371ac10475d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d {
    width: 100%;
    height: auto;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
    
    
  }


.s-84f33bc6-2862-4311-ae9f-2371ac10475d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f33bc6-2862-4311-ae9f-2371ac10475d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
      position: relative;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image,
  #s-84f33bc6-2862-4311-ae9f-2371ac10475d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d {
    width: 100%;
    height: auto;
  }

  #s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
    
    
  }


.s-84f33bc6-2862-4311-ae9f-2371ac10475d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f33bc6-2862-4311-ae9f-2371ac10475d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container {
      position: relative;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f33bc6-2862-4311-ae9f-2371ac10475d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dc2c7131-60be-4faa-b98c-c4b755800c98 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-dc2c7131-60be-4faa-b98c-c4b755800c98:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc2c7131-60be-4faa-b98c-c4b755800c98:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-dc2c7131-60be-4faa-b98c-c4b755800c98 {
  padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-dc2c7131-60be-4faa-b98c-c4b755800c98 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
letter-spacing: 0px;
}
}

  #s-dc2c7131-60be-4faa-b98c-c4b755800c98-root {
    text-align: center;
  }


#s-dc2c7131-60be-4faa-b98c-c4b755800c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc2c7131-60be-4faa-b98c-c4b755800c98-root {
    text-align: center;
  }


#s-dc2c7131-60be-4faa-b98c-c4b755800c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc2c7131-60be-4faa-b98c-c4b755800c98-root {
    text-align: center;
  }


#s-dc2c7131-60be-4faa-b98c-c4b755800c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc2c7131-60be-4faa-b98c-c4b755800c98-root {
    text-align: center;
  }


#s-dc2c7131-60be-4faa-b98c-c4b755800c98.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc2c7131-60be-4faa-b98c-c4b755800c98-root {
    text-align: center;
  }


#s-dc2c7131-60be-4faa-b98c-c4b755800c98.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-dc2c7131-60be-4faa-b98c-c4b755800c98-root {
    text-align: center;
  }


#s-dc2c7131-60be-4faa-b98c-c4b755800c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1143d2b7-0952-4114-9093-d87c7584ac0f {
  padding-top: 0px;
padding-left: 25%;
padding-bottom: 0px;
padding-right: 25%;
}
@media (min-width: 1200px){#s-1143d2b7-0952-4114-9093-d87c7584ac0f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1143d2b7-0952-4114-9093-d87c7584ac0f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1143d2b7-0952-4114-9093-d87c7584ac0f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-1143d2b7-0952-4114-9093-d87c7584ac0f {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-1143d2b7-0952-4114-9093-d87c7584ac0f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-1143d2b7-0952-4114-9093-d87c7584ac0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1143d2b7-0952-4114-9093-d87c7584ac0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1143d2b7-0952-4114-9093-d87c7584ac0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image,
  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
    width: 100%;
    height: auto;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
    
    
  }


.s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
      position: relative;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image,
  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
    width: 100%;
    height: auto;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
    
    
  }


.s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
      position: relative;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image,
  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
    width: 100%;
    height: auto;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
    
    
  }


.s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
      position: relative;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image,
  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
    width: 100%;
    height: auto;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
    
    
  }


.s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
      position: relative;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image,
  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
    width: 100%;
    height: auto;
  }

  #s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
    
    
  }


.s-7552cf9a-54b6-434d-bc40-c1686d98af07 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container {
      position: relative;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7552cf9a-54b6-434d-bc40-c1686d98af07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eb116cca-ebf8-4744-b858-d8ae9978c361 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-eb116cca-ebf8-4744-b858-d8ae9978c361:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb116cca-ebf8-4744-b858-d8ae9978c361:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-eb116cca-ebf8-4744-b858-d8ae9978c361 {
  padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-eb116cca-ebf8-4744-b858-d8ae9978c361 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
letter-spacing: 0px;
}
}

  #s-eb116cca-ebf8-4744-b858-d8ae9978c361-root {
    text-align: center;
  }


#s-eb116cca-ebf8-4744-b858-d8ae9978c361.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb116cca-ebf8-4744-b858-d8ae9978c361-root {
    text-align: center;
  }


#s-eb116cca-ebf8-4744-b858-d8ae9978c361.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb116cca-ebf8-4744-b858-d8ae9978c361-root {
    text-align: center;
  }


#s-eb116cca-ebf8-4744-b858-d8ae9978c361.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb116cca-ebf8-4744-b858-d8ae9978c361-root {
    text-align: center;
  }


#s-eb116cca-ebf8-4744-b858-d8ae9978c361.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb116cca-ebf8-4744-b858-d8ae9978c361-root {
    text-align: center;
  }


#s-eb116cca-ebf8-4744-b858-d8ae9978c361.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-eb116cca-ebf8-4744-b858-d8ae9978c361-root {
    text-align: center;
  }


#s-eb116cca-ebf8-4744-b858-d8ae9978c361.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image,
  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
    width: 100%;
    height: auto;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
    
    
  }


.s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
      position: relative;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image,
  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
    width: 100%;
    height: auto;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
    
    
  }


.s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
      position: relative;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image,
  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
    width: 100%;
    height: auto;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
    
    
  }


.s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
      position: relative;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image,
  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
    width: 100%;
    height: auto;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
    
    
  }


.s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
      position: relative;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image,
  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
    width: 100%;
    height: auto;
  }

  #s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
    
    
  }


.s-77c4485f-e4e0-40e7-b17a-aca1f7079954 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container {
      position: relative;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77c4485f-e4e0-40e7-b17a-aca1f7079954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9979785f-6927-47f2-985d-0d65b7a9d1df {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-9979785f-6927-47f2-985d-0d65b7a9d1df:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9979785f-6927-47f2-985d-0d65b7a9d1df:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9979785f-6927-47f2-985d-0d65b7a9d1df {
  padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-9979785f-6927-47f2-985d-0d65b7a9d1df {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
letter-spacing: 0px;
}
}

  #s-9979785f-6927-47f2-985d-0d65b7a9d1df-root {
    text-align: center;
  }


#s-9979785f-6927-47f2-985d-0d65b7a9d1df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9979785f-6927-47f2-985d-0d65b7a9d1df-root {
    text-align: center;
  }


#s-9979785f-6927-47f2-985d-0d65b7a9d1df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9979785f-6927-47f2-985d-0d65b7a9d1df-root {
    text-align: center;
  }


#s-9979785f-6927-47f2-985d-0d65b7a9d1df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9979785f-6927-47f2-985d-0d65b7a9d1df-root {
    text-align: center;
  }


#s-9979785f-6927-47f2-985d-0d65b7a9d1df.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9979785f-6927-47f2-985d-0d65b7a9d1df-root {
    text-align: center;
  }


#s-9979785f-6927-47f2-985d-0d65b7a9d1df.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-9979785f-6927-47f2-985d-0d65b7a9d1df-root {
    text-align: center;
  }


#s-9979785f-6927-47f2-985d-0d65b7a9d1df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image,
  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
    width: 100%;
    height: auto;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
    
    
  }


.s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
      position: relative;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image,
  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
    width: 100%;
    height: auto;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
    
    
  }


.s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
      position: relative;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image,
  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
    width: 100%;
    height: auto;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
    
    
  }


.s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
      position: relative;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image,
  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
    width: 100%;
    height: auto;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
    
    
  }


.s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
      position: relative;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image,
  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
    width: 100%;
    height: auto;
  }

  #s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
    
    
  }


.s-84255b4f-f31d-4353-8d65-077f7c2916c7 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container {
      position: relative;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84255b4f-f31d-4353-8d65-077f7c2916c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba {
  padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
letter-spacing: 0px;
}
}

  #s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba-root {
    text-align: center;
  }


#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba-root {
    text-align: center;
  }


#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba-root {
    text-align: center;
  }


#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba-root {
    text-align: center;
  }


#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba-root {
    text-align: center;
  }


#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba-root {
    text-align: center;
  }


#s-f5a61a4f-eeaf-497c-a2da-5135c7ac18ba.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-09a58a92-8f47-47e0-9019-870af31d1f9e {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09a58a92-8f47-47e0-9019-870af31d1f9e {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-09a58a92-8f47-47e0-9019-870af31d1f9e {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-09a58a92-8f47-47e0-9019-870af31d1f9e {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-09a58a92-8f47-47e0-9019-870af31d1f9e hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

#s-4b6eca2d-c3bd-4f14-90ea-81b6dc915221 {
  min-height: 50px;
}








#s-4b6eca2d-c3bd-4f14-90ea-81b6dc915221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b6eca2d-c3bd-4f14-90ea-81b6dc915221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db9cdf14-ad32-4015-b929-bb0c93402ada {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db9cdf14-ad32-4015-b929-bb0c93402ada {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-db9cdf14-ad32-4015-b929-bb0c93402ada {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-db9cdf14-ad32-4015-b929-bb0c93402ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db9cdf14-ad32-4015-b929-bb0c93402ada.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce79e844-139f-4556-9392-f234c4ee87eb {
  min-height: 50px;
}








#s-ce79e844-139f-4556-9392-f234c4ee87eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce79e844-139f-4556-9392-f234c4ee87eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a1c8895-0165-4d11-a028-e3ee02d9880c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1c8895-0165-4d11-a028-e3ee02d9880c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1c8895-0165-4d11-a028-e3ee02d9880c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1c8895-0165-4d11-a028-e3ee02d9880c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f4a5ea33-f6ee-4da5-bcaa-71dc8910fe27 {
  text-align: center;
}







  #s-f4a5ea33-f6ee-4da5-bcaa-71dc8910fe27 img.shogun-image {
    

    
    
    
  }


#s-f4a5ea33-f6ee-4da5-bcaa-71dc8910fe27 .shogun-image-content {
  
    align-items: center;
  
}

#s-07c0b516-8a79-4b5a-8d23-638f0f4b83c3 {
  text-align: center;
}







  #s-07c0b516-8a79-4b5a-8d23-638f0f4b83c3 img.shogun-image {
    

    
    
    
  }


#s-07c0b516-8a79-4b5a-8d23-638f0f4b83c3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-836280f9-47fb-4050-88d4-e8c524722e1c {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-836280f9-47fb-4050-88d4-e8c524722e1c {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-836280f9-47fb-4050-88d4-e8c524722e1c {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-836280f9-47fb-4050-88d4-e8c524722e1c {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-836280f9-47fb-4050-88d4-e8c524722e1c hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

#s-66474e4b-13a3-46b3-a49e-859e7665bad8 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
min-height: 50px;
}








#s-66474e4b-13a3-46b3-a49e-859e7665bad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
}#s-66474e4b-13a3-46b3-a49e-859e7665bad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e53992e2-19dd-4b6e-a283-dd5081f09877 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e53992e2-19dd-4b6e-a283-dd5081f09877 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e53992e2-19dd-4b6e-a283-dd5081f09877 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-e53992e2-19dd-4b6e-a283-dd5081f09877 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-d3915b28-7dc4-4a0d-bb9c-7e80b8d87768 {
  min-height: 50px;
}








#s-d3915b28-7dc4-4a0d-bb9c-7e80b8d87768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3915b28-7dc4-4a0d-bb9c-7e80b8d87768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 .shg-sld-dot {
  background-color: rgba(89, 89, 89, 1);
}

#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 .shg-sld-nav-button.shg-sld-left,
#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(89, 89, 89, 1);
}

@media (min-width: 0px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-f0e5f7cf-cc67-498f-8014-61bf9b00aefa {
  text-align: center;
}







  #s-f0e5f7cf-cc67-498f-8014-61bf9b00aefa img.shogun-image {
    

    
    
    
  }


#s-f0e5f7cf-cc67-498f-8014-61bf9b00aefa .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-acb3b21b-e8f1-4192-98f4-899006eea253 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d5664aa3-10bd-4d1f-8321-a78a126f4b1a {
  text-align: center;
}







  #s-d5664aa3-10bd-4d1f-8321-a78a126f4b1a img.shogun-image {
    

    
    
    
  }


#s-d5664aa3-10bd-4d1f-8321-a78a126f4b1a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5fe217-8087-4d80-8baa-e2227e4434de {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-92109550-f6d1-41a3-9505-ae0430c87660 {
  text-align: center;
}







  #s-92109550-f6d1-41a3-9505-ae0430c87660 img.shogun-image {
    

    
    
    
  }


#s-92109550-f6d1-41a3-9505-ae0430c87660 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a9fae0-4859-4a41-a746-e614ab1536e3 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-fac2f1a9-3601-4b66-aebe-14f6e2ec6a21 {
  text-align: center;
}







  #s-fac2f1a9-3601-4b66-aebe-14f6e2ec6a21 img.shogun-image {
    

    
    
    
  }


#s-fac2f1a9-3601-4b66-aebe-14f6e2ec6a21 .shogun-image-content {
  
    align-items: center;
  
}

#s-24c7877e-cf0e-4d7d-a171-083879b1b528 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9d3ded45-6202-4045-be74-06a1745b0203 {
  text-align: center;
}







  #s-9d3ded45-6202-4045-be74-06a1745b0203 img.shogun-image {
    

    
    
    
  }


#s-9d3ded45-6202-4045-be74-06a1745b0203 .shogun-image-content {
  
    align-items: center;
  
}

#s-1054ba98-f641-4bc6-a2bc-9e3fa23d93ea {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-6335c2b8-74f1-454e-8fc6-194712705321 {
  text-align: center;
}







  #s-6335c2b8-74f1-454e-8fc6-194712705321 img.shogun-image {
    

    
    
    
  }


#s-6335c2b8-74f1-454e-8fc6-194712705321 .shogun-image-content {
  
    align-items: center;
  
}

#s-704bcd11-62c5-4a67-bafc-198fc20d562a {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-03f61be8-2ab1-474a-bcbd-540335b80cd0 {
  text-align: center;
}







  #s-03f61be8-2ab1-474a-bcbd-540335b80cd0 img.shogun-image {
    

    
    
    
  }


#s-03f61be8-2ab1-474a-bcbd-540335b80cd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-29230954-22e2-4fac-87f6-86f731a34dc5 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-5b6ef693-59da-4750-be5e-ae2582a81889 {
  text-align: center;
}







  #s-5b6ef693-59da-4750-be5e-ae2582a81889 img.shogun-image {
    

    
    
    
  }


#s-5b6ef693-59da-4750-be5e-ae2582a81889 .shogun-image-content {
  
    align-items: center;
  
}

#s-c171bcc9-6941-40b0-97e6-0c43338f9929 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e86d8de8-1193-46bf-9682-2680a240189b {
  text-align: center;
}







  #s-e86d8de8-1193-46bf-9682-2680a240189b img.shogun-image {
    

    
    
    
  }


#s-e86d8de8-1193-46bf-9682-2680a240189b .shogun-image-content {
  
    align-items: center;
  
}

#s-b9eaef87-ed15-430c-90e5-e67a0dda07f1 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-41c8e14b-c917-4e65-8084-72fb08138f6d {
  text-align: center;
}







  #s-41c8e14b-c917-4e65-8084-72fb08138f6d img.shogun-image {
    

    
    
    
  }


#s-41c8e14b-c917-4e65-8084-72fb08138f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-bd43e3bd-5009-4200-b2d8-4836d9dc3f4a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-df1fed6c-82bf-4ec1-8624-7214fe7d176a {
  text-align: center;
}







  #s-df1fed6c-82bf-4ec1-8624-7214fe7d176a img.shogun-image {
    

    
    
    
  }


#s-df1fed6c-82bf-4ec1-8624-7214fe7d176a .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4ef1f5-11c3-40b3-9546-9978e0a9e319 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a4b0e5a7-ce4a-4191-b9a9-8c4bbc664da8 {
  text-align: center;
}







  #s-a4b0e5a7-ce4a-4191-b9a9-8c4bbc664da8 img.shogun-image {
    

    
    
    
  }


#s-a4b0e5a7-ce4a-4191-b9a9-8c4bbc664da8 .shogun-image-content {
  
    align-items: center;
  
}

#s-24d02841-7bce-416e-ae98-1f55627d4e85 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-eff46bd0-25c9-4914-b433-8efbe1fcd447 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-eff46bd0-25c9-4914-b433-8efbe1fcd447:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eff46bd0-25c9-4914-b433-8efbe1fcd447:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77309169-c4f1-4d7a-89ca-e9c941688320 {
  padding-top: 27px;
padding-bottom: 27px;
min-height: 50px;
}








#s-77309169-c4f1-4d7a-89ca-e9c941688320 > .shg-box-overlay {
  background-color: rgba(202, 198, 198, 1);
  opacity: 0.1;
}#s-77309169-c4f1-4d7a-89ca-e9c941688320.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34443b96-f9b8-489a-8266-595b443af756 {
  text-align: left;
}

#s-37c5c731-95e0-4c24-932f-630ff39474a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37c5c731-95e0-4c24-932f-630ff39474a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-37c5c731-95e0-4c24-932f-630ff39474a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-37c5c731-95e0-4c24-932f-630ff39474a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-db37b211-5cbc-437b-82bd-fd66245da5d6 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-02aa0fa7-3896-4f24-9f42-a3d42020a20b {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-02aa0fa7-3896-4f24-9f42-a3d42020a20b img.shogun-image {
    

    
    
    
  }


#s-02aa0fa7-3896-4f24-9f42-a3d42020a20b .shogun-image-content {
  
    align-items: center;
  
}

#s-3550120c-b988-4f2b-b204-df3f593cb9ec {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}
#s-8d6afb01-1fcf-497a-afed-07a71397c0d8 {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
text-align: center;
}







  #s-8d6afb01-1fcf-497a-afed-07a71397c0d8 img.shogun-image {
    

    
    
    
  }


#s-8d6afb01-1fcf-497a-afed-07a71397c0d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}
#s-385e8ee9-ac90-4af5-9b0e-d9e0851e070b {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
text-align: center;
}







  #s-385e8ee9-ac90-4af5-9b0e-d9e0851e070b img.shogun-image {
    

    
    
    
  }


#s-385e8ee9-ac90-4af5-9b0e-d9e0851e070b .shogun-image-content {
  
    align-items: center;
  
}

#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}
#s-5629d8e6-5592-4f9f-95f9-3df4e4ead25a {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
text-align: center;
}







  #s-5629d8e6-5592-4f9f-95f9-3df4e4ead25a img.shogun-image {
    

    
    
    
  }


#s-5629d8e6-5592-4f9f-95f9-3df4e4ead25a .shogun-image-content {
  
    align-items: center;
  
}

#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}
#s-0e4e8496-942c-404f-bc0b-4583d01d3d25 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e4e8496-942c-404f-bc0b-4583d01d3d25 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-0e4e8496-942c-404f-bc0b-4583d01d3d25 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-0e4e8496-942c-404f-bc0b-4583d01d3d25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e4e8496-942c-404f-bc0b-4583d01d3d25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5c833220-6123-4ec0-be18-de92eb1af503 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c833220-6123-4ec0-be18-de92eb1af503 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c833220-6123-4ec0-be18-de92eb1af503 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-5c833220-6123-4ec0-be18-de92eb1af503 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-5c833220-6123-4ec0-be18-de92eb1af503 hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

@media (min-width: 0px) {
[id="s-820d050d-e6e1-4f6d-81fd-26b9521d1454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-820d050d-e6e1-4f6d-81fd-26b9521d1454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-820d050d-e6e1-4f6d-81fd-26b9521d1454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-820d050d-e6e1-4f6d-81fd-26b9521d1454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5184b246-680d-4aa0-849f-da3c451152e6 {
  text-align: center;
}







  #s-5184b246-680d-4aa0-849f-da3c451152e6 img.shogun-image {
    

    
    
    
  }


#s-5184b246-680d-4aa0-849f-da3c451152e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-23fd8261-5248-4c44-bb90-fdab720e92bf {
  text-align: center;
}







  #s-23fd8261-5248-4c44-bb90-fdab720e92bf img.shogun-image {
    

    
    
    
  }


#s-23fd8261-5248-4c44-bb90-fdab720e92bf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-45d8d80c-6171-48eb-b220-f497f64d50d5 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45d8d80c-6171-48eb-b220-f497f64d50d5 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45d8d80c-6171-48eb-b220-f497f64d50d5 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-45d8d80c-6171-48eb-b220-f497f64d50d5 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-45d8d80c-6171-48eb-b220-f497f64d50d5 hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
