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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-repeat: repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e4af1b6c-b193-4bb8-8278-433822727b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4af1b6c-b193-4bb8-8278-433822727b25.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-49079dc1-3505-4ee7-91de-0a7c715dfa2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49079dc1-3505-4ee7-91de-0a7c715dfa2f .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-367de85e-910d-4538-9899-01c4ae3873ab {
  min-height: 95px;
background-attachment: scroll;
}








#s-367de85e-910d-4538-9899-01c4ae3873ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-367de85e-910d-4538-9899-01c4ae3873ab.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

.shg-btn-text {
  
  
}

.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-b4357ed5-b109-4a84-a68b-0ae349d5c27b {
  box-shadow:6px 6px 13px 0px rgba(0, 45, 0, 0.57);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDBhYmQzMmItYjQ2Ny00MWNmLTgzZDAtMWEzMjZlNzJhYjc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNhOTFkYzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAwYWJkMzJiLWI0NjctNDFjZi04M2QwLTFhMzI2ZTcyYWI3OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5363636363636364, "color"=>"#a91dc0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b {
  margin-top: 7px;
padding-top: 17px;
padding-left: 27px;
padding-bottom: 17px;
padding-right: 27px;
}
}

  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-3e00ff46-4307-4b22-8812-46c90cd122dd {
  box-shadow:6px 6px 13px 0px rgba(0, 45, 0, 0.57);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM3M2UzMWEtNjkyMC00NGJkLThhYjItOWI5NGIwMzFiMzEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNhOTFkYzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzJjNzNlMzFhLTY5MjAtNDRiZC04YWIyLTliOTRiMDMxYjMxMikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5363636363636364, "color"=>"#a91dc0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3e00ff46-4307-4b22-8812-46c90cd122dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e00ff46-4307-4b22-8812-46c90cd122dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e00ff46-4307-4b22-8812-46c90cd122dd {
  margin-top: 7px;
padding-top: 17px;
padding-left: 27px;
padding-bottom: 17px;
padding-right: 27px;
}
}

  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff {
  box-shadow:6px 6px 13px 0px rgba(0, 45, 0, 0.57);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGIyMmM0NTMtYmVkYy00ZGIwLWI4YTItYWQxODU4ZTU0N2VhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNhOTFkYzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBiMjJjNDUzLWJlZGMtNGRiMC1iOGEyLWFkMTg1OGU1NDdlYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5363636363636364, "color"=>"#a91dc0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff {
  margin-top: 7px;
padding-top: 17px;
padding-left: 27px;
padding-bottom: 17px;
padding-right: 27px;
}
}

  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-10420878-9ca5-46a6-aa67-cffb91fc82f9 {
  min-height: 100px;
}








#s-10420878-9ca5-46a6-aa67-cffb91fc82f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10420878-9ca5-46a6-aa67-cffb91fc82f9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-90448a28-ca99-40be-9922-25f0a159ead2 {
  min-height: 49px;
background-attachment: scroll;
}

#s-90448a28-ca99-40be-9922-25f0a159ead2 {
  background-image: url();
}








#s-90448a28-ca99-40be-9922-25f0a159ead2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90448a28-ca99-40be-9922-25f0a159ead2.shg-box.shg-c {
  justify-content: center;
}

#s-2545f239-5ea1-43e3-a7c0-88219f9706b7 {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-edc6151d-4dc1-4b03-8f82-33cdb9f5c980 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edc6151d-4dc1-4b03-8f82-33cdb9f5c980 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-824d743b-82ac-4732-a456-3e05b773842a {
  min-height: 500px;
}








#s-824d743b-82ac-4732-a456-3e05b773842a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-824d743b-82ac-4732-a456-3e05b773842a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f572f03b-2d4d-49c1-953c-6e94034ebe9d {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f572f03b-2d4d-49c1-953c-6e94034ebe9d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f572f03b-2d4d-49c1-953c-6e94034ebe9d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f572f03b-2d4d-49c1-953c-6e94034ebe9d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f572f03b-2d4d-49c1-953c-6e94034ebe9d {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f572f03b-2d4d-49c1-953c-6e94034ebe9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  max-width: 522px;
text-align: center;
}



.shg-image-margin-container-s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0ce414-6b2b-4bff-aaa8-3ea560eacfbc.shogun-image {
  box-sizing: border-box;
}




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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

.shg-theme-text-content p {
  
  
  
}

#s-d80afc76-b433-4f22-973e-d5f646e8b1b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62b7fdcf-0449-4c69-9719-ae1747c6d147 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzE4NDczYmItZmI5YS00Nzk4LWJlN2EtNDhjOGNjOTFkNjBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMxODQ3M2JiLWZiOWEtNDc5OC1iZTdhLTQ4YzhjYzkxZDYwZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-62b7fdcf-0449-4c69-9719-ae1747c6d147:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62b7fdcf-0449-4c69-9719-ae1747c6d147:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62b7fdcf-0449-4c69-9719-ae1747c6d147-root {
    text-align: center;
  }


#s-62b7fdcf-0449-4c69-9719-ae1747c6d147.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62b7fdcf-0449-4c69-9719-ae1747c6d147-root {
    text-align: center;
  }


#s-62b7fdcf-0449-4c69-9719-ae1747c6d147.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62b7fdcf-0449-4c69-9719-ae1747c6d147-root {
    text-align: center;
  }


#s-62b7fdcf-0449-4c69-9719-ae1747c6d147.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62b7fdcf-0449-4c69-9719-ae1747c6d147-root {
    text-align: center;
  }


#s-62b7fdcf-0449-4c69-9719-ae1747c6d147.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62b7fdcf-0449-4c69-9719-ae1747c6d147-root {
    text-align: center;
  }


#s-62b7fdcf-0449-4c69-9719-ae1747c6d147.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d648504e-95b4-444c-ae07-cf038d0f44c3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f020132-0333-4acd-be79-2c9429520105 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdlODMyZjYtYTRmMi00NzkyLWIwMGUtYzZmM2Q1NWM2ODczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI3ZTgzMmY2LWE0ZjItNDc5Mi1iMDBlLWM2ZjNkNTVjNjg3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9f020132-0333-4acd-be79-2c9429520105:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f020132-0333-4acd-be79-2c9429520105:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    align-items: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-152d924d-6d98-4915-8b44-777320b2e620 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
      position: relative;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    align-items: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-152d924d-6d98-4915-8b44-777320b2e620 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
      position: relative;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    align-items: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-152d924d-6d98-4915-8b44-777320b2e620 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
      position: relative;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    align-items: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-152d924d-6d98-4915-8b44-777320b2e620 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
      position: relative;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-152d924d-6d98-4915-8b44-777320b2e620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    align-items: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-152d924d-6d98-4915-8b44-777320b2e620 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
      position: relative;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c425502f-7f79-467e-9d9f-8832d1dc765c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e1c61290-5355-47de-abfe-65f8b464f1f8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA3YjQyZmQtNzRjOS00ZGNlLTgwZDktNzkyZDc4ZGU0OGRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EwN2I0MmZkLTc0YzktNGRjZS04MGQ5LTc5MmQ3OGRlNDhkZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e1c61290-5355-47de-abfe-65f8b464f1f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1c61290-5355-47de-abfe-65f8b464f1f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  max-width: 522px;
text-align: center;
}



.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: hidden;
}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: hidden;
}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: hidden;
}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: hidden;
}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: hidden;
}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}




}
#s-313859ff-83e1-4340-9d50-310913984d6f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fbe9e228-6748-4dc4-b150-03a8326639a1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDNkZTIwMjgtOTIyZC00OTE1LWI5YTUtNDIwMzBkZDJlZDEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzZGUyMDI4LTkyMmQtNDkxNS1iOWE1LTQyMDMwZGQyZWQxMCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fbe9e228-6748-4dc4-b150-03a8326639a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbe9e228-6748-4dc4-b150-03a8326639a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8e346381-d40f-4a09-8cd9-52d93fcf6d74 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYTdmNmMtYjFjYy00NGY2LTk3YWQtMzE2NmY0YTU1MzU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjZmE3ZjZjLWIxY2MtNDRmNi05N2FkLTMxNjZmNGE1NTM1NikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  max-width: 522px;
text-align: center;
}



.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: hidden;
}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    align-items: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: hidden;
}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    align-items: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: hidden;
}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    align-items: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: hidden;
}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    align-items: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: hidden;
}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    align-items: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}




}
#s-17704a0e-69f9-4006-9039-a1998713790a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQyNmZkMmEtOTkzOC00ZTcwLWFiMjQtMjM2N2I3ZDExMDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE0MjZmZDJhLTk5MzgtNGU3MC1hYjI0LTIzNjdiN2QxMTA5MCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  max-width: 522px;
text-align: center;
}



.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: hidden;
}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: hidden;
}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: hidden;
}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: hidden;
}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: hidden;
}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    align-items: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}




}
#s-40c1408d-79d2-4135-a890-b98d2e2e195d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87493214-5c35-4435-a261-bd012e951862 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzI2NTVkMTAtMzZiNC00NGIzLWEyMWUtYjQxMmZkY2IzYzc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMyNjU1ZDEwLTM2YjQtNDRiMy1hMjFlLWI0MTJmZGNiM2M3NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-87493214-5c35-4435-a261-bd012e951862:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87493214-5c35-4435-a261-bd012e951862:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-e876eb90-b45b-4cab-bca9-d1ecd27ded63 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZkZGRjMDgtMjYzNS00MmUyLWJjYjQtYzk1NTBlMjQyNWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2ZGRkYzA4LTI2MzUtNDJlMi1iY2I0LWM5NTUwZTI0MjViOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-c85970a0-92a0-46b6-8f30-8aa8bba34cf4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d73aaaed-61df-463c-ba92-db32391308bc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQzNjJmNzQtOWEwMy00NzY4LWJkNmItYzkxNzdkZTYxZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZkMzYyZjc0LTlhMDMtNDc2OC1iZDZiLWM5MTc3ZGU2MWU0YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d73aaaed-61df-463c-ba92-db32391308bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d73aaaed-61df-463c-ba92-db32391308bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-64e7620e-c573-4fbe-bb96-6caeb0bc2bfc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBmNDczMmUtYmMwOS00NWUwLWJmYjctYTRmZTMzMzQxYTdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2UwZjQ3MzJlLWJjMDktNDVlMC1iZmI3LWE0ZmUzMzM0MWE3ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-45849c6a-ad93-4e88-b45c-bd994736e14c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1bc5608-5055-4055-a303-ba2696f313ff {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI3MTE3MGMtZmRmMS00ZDdhLTlhNDYtN2YxNDFkMDE4NmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyNzExNzBjLWZkZjEtNGQ3YS05YTQ2LTdmMTQxZDAxODZiYikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d1bc5608-5055-4055-a303-ba2696f313ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1bc5608-5055-4055-a303-ba2696f313ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-ed509b77-c3e6-493f-a324-6f4236c259f2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6e6c089a-dc41-4418-b04d-b4c899162b11 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYxNTM1M2UtY2Q3NC00MTFkLWFmZWQtMTllZWUwNjhmMzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE2MTUzNTNlLWNkNzQtNDExZC1hZmVkLTE5ZWVlMDY4ZjMxNCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6e6c089a-dc41-4418-b04d-b4c899162b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e6c089a-dc41-4418-b04d-b4c899162b11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}



.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-cb8b52a7-cb9c-4c69-b1b0-d78d3290e812 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY5NWVkZDEtOTc2My00ZWI2LWE5YzctMTY4MTFhNTBjMTlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmOTVlZGQxLTk3NjMtNGViNi1hOWM3LTE2ODExYTUwYzE5ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5e8cfd23-24b2-464d-bfe0-9ebdf47b3fe0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk2NjllMzQtMDQzNS00NzMxLTk4MzgtNjA0Y2U0YzdkY2Y3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg5NjY5ZTM0LTA0MzUtNDczMS05ODM4LTYwNGNlNGM3ZGNmNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5147d282-7b9c-4dcb-83fa-d71d97d9c67b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d902c216-584c-495d-a328-9e4e28548960 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM4MDIzODAtOWNmZC00M2MwLWE1YWItYjY1ZTNmOGUxMmNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjODAyMzgwLTljZmQtNDNjMC1hNWFiLWI2NWUzZjhlMTJjZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d902c216-584c-495d-a328-9e4e28548960:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d902c216-584c-495d-a328-9e4e28548960:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d515c8b3-2e1c-40e2-a652-1d43d797262f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-abf66da7-d95c-4c28-9999-94dbc51595ed {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkZTQyYjQtM2QwMS00YzI2LWIzOGEtY2Q2NTFlMTNmYjg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdkZGU0MmI0LTNkMDEtNGMyNi1iMzhhLWNkNjUxZTEzZmI4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-abf66da7-d95c-4c28-9999-94dbc51595ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abf66da7-d95c-4c28-9999-94dbc51595ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8766dcf3-77e7-4728-be33-511419b5b863 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIzNGE2NTUtYjg2Yi00YjBhLWEwMTUtNGNjYTAwY2NhMjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JiMzRhNjU1LWI4NmItNGIwYS1hMDE1LTRjY2EwMGNjYTIwMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cccbbe90-591f-4895-8283-913701fb0cae {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ca854008-f445-470d-bbf5-ab5b4645351b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDEwMDNmZmQtZWU5MS00MzY2LWI0NDAtZDlhYmExYTRiMjFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAxMDAzZmZkLWVlOTEtNDM2Ni1iNDQwLWQ5YWJhMWE0YjIxZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-cf7f6f98-3eeb-44d7-b7c7-460cfb910cdf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNiMjVmOTgtMDkwMi00M2ZjLWI0M2MtM2U3ZDY4NTU0Y2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzJjYjI1Zjk4LTA5MDItNDNmYy1iNDNjLTNlN2Q2ODU1NGNjOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c13efa94-a14a-45bd-92be-88ecc474c078 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGZjZjk5MTgtMGIyZi00ZTU2LWFkYzktZWI5NThmODQ2MDg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBmY2Y5OTE4LTBiMmYtNGU1Ni1hZGM5LWViOTU4Zjg0NjA4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0b6dc133-f010-4031-8665-b1ece24a1685 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d242ef33-79e3-4124-bd3b-f5250f31b232 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI2NmEzMGYtODJjNC00YzA0LTgzMDMtYjU0MDY4ZThlODQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZiNjZhMzBmLTgyYzQtNGMwNC04MzAzLWI1NDA2OGU4ZTg0MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d242ef33-79e3-4124-bd3b-f5250f31b232:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d242ef33-79e3-4124-bd3b-f5250f31b232:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5afdfb58-4207-4214-9796-3d8cb00b0b83 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b26964ac-907c-49cd-bdeb-0156cf27f989 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZhYmEyMzEtOTkzMC00NWU2LTlkNjItMWEwYjA1ZjU4OTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2YWJhMjMxLTk5MzAtNDVlNi05ZDYyLTFhMGIwNWY1ODkxYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b26964ac-907c-49cd-bdeb-0156cf27f989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b26964ac-907c-49cd-bdeb-0156cf27f989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    align-items: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    align-items: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    align-items: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    align-items: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    align-items: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3307f1fd-e52d-4cd2-98c7-30aba89d229d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgxYThiMmItM2I3OS00MmY3LTg3ZWQtMjNjMDBhMzljMTUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI4MWE4YjJiLTNiNzktNDJmNy04N2VkLTIzYzAwYTM5YzE1MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-944e17a7-854c-44a5-bb70-b7378e459fc7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-db645468-d9ac-4c19-9168-1a312fd353db {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjBlNTQ5MDAtZDE3Ni00MTA0LTk4ZTctYTQ2OWRiOTBiNWQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzYwZTU0OTAwLWQxNzYtNDEwNC05OGU3LWE0NjlkYjkwYjVkNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-db645468-d9ac-4c19-9168-1a312fd353db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db645468-d9ac-4c19-9168-1a312fd353db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    align-items: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    align-items: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    align-items: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    align-items: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    align-items: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-499d459d-b573-4e7d-bbc1-2cef00a0ca40 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNDYyYzYtMWVkNy00MzRiLTkxYjctZGRlMGJmYmYzNGY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q4ZDQ2MmM2LTFlZDctNDM0Yi05MWI3LWRkZTBiZmJmMzRmNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-2a224409-a15a-48e8-9dfe-1f3b346539a6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9988c137-dd89-4165-b740-496bc995cccb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjg4Njc3NWMtMzhkMi00Mzk0LTllOTgtOGZlZTBiMDcxNTM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4ODY3NzVjLTM4ZDItNDM5NC05ZTk4LThmZWUwYjA3MTUzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9988c137-dd89-4165-b740-496bc995cccb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9988c137-dd89-4165-b740-496bc995cccb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    align-items: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c65a0241-d4ed-4046-a957-f106933cf9a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-90aefc6f-965c-4735-a259-13fbb9170f3e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmYzMWMxYzMtYjBjMS00ZTI0LWFkOTItNGM2ZDBlNWRhZDczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZmMzFjMWMzLWIwYzEtNGUyNC1hZDkyLTRjNmQwZTVkYWQ3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-90aefc6f-965c-4735-a259-13fbb9170f3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90aefc6f-965c-4735-a259-13fbb9170f3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-374a167c-040c-471d-a99e-bec488c249d9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0a5656b7-33d6-4427-bbc0-93f5036c5ab1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8453093f-944e-470a-a904-0ace0427cf41 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDBhMjA4YmYtYTY4Yy00OGQ4LTlkYTItMjNmZTQyNGY2MTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQwYTIwOGJmLWE2OGMtNDhkOC05ZGEyLTIzZmU0MjRmNjE1ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8453093f-944e-470a-a904-0ace0427cf41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8453093f-944e-470a-a904-0ace0427cf41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    align-items: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    align-items: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    align-items: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    align-items: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    align-items: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-54a25f1a-2702-4e08-b88e-13936717c93a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQzY2E0OGMtMTgyZi00YjQwLWI4YzgtOTZlNmQ0ZjczZGU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I0M2NhNDhjLTE4MmYtNGI0MC1iOGM4LTk2ZTZkNGY3M2RlNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-82ff721d-9093-45cb-8931-ba9598334789 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a5aa6d35-9480-4833-a235-34ad486273f7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTg4MTkyYWEtOTg2MC00OTZlLWIyMGItMWNjNmZhOThiY2I1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE4ODE5MmFhLTk4NjAtNDk2ZS1iMjBiLTFjYzZmYTk4YmNiNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a5aa6d35-9480-4833-a235-34ad486273f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5aa6d35-9480-4833-a235-34ad486273f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8dd1c7ba-0747-498e-b138-529ba1234345 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGJhZjNlMDgtYjMwOS00M2YzLWIyZWYtMjY5Nzk2NDEwODk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RiYWYzZTA4LWIzMDktNDNmMy1iMmVmLTI2OTc5NjQxMDg5NCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    align-items: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    align-items: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    align-items: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    align-items: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    align-items: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-cb9ece38-5b48-4d9f-b64a-4a04bb06dbab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-82367da8-448a-47f6-af60-38ab17ba2c22 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-82367da8-448a-47f6-af60-38ab17ba2c22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82367da8-448a-47f6-af60-38ab17ba2c22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    align-items: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    align-items: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    align-items: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    align-items: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    align-items: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-f93e4a3b-3d16-4521-abb9-ccfbdbf4c2a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cab943c1-347e-4559-95a6-dcccade9a80c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cab943c1-347e-4559-95a6-dcccade9a80c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cab943c1-347e-4559-95a6-dcccade9a80c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-34dd58b7-c4c4-4724-ac11-3806551605d3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b58467a8-abb6-4744-b5a9-ecd632c433c0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b58467a8-abb6-4744-b5a9-ecd632c433c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b58467a8-abb6-4744-b5a9-ecd632c433c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}





  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca img.shogun-image,
  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca {
    width: 100%;
    height: auto;
  }



  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca img.shogun-image {
    

    
    
    
  }


#s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca .shogun-image-content {
  
    align-items: center;
  
}

#s-6dd73687-7dff-4eab-8b12-0f92150253b4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 img.shogun-image,
  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 {
    width: 100%;
    height: auto;
  }



  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 img.shogun-image {
    

    
    
    
  }


#s-6dd73687-7dff-4eab-8b12-0f92150253b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-80e943c9-b76c-4d7f-bb2e-b1d61823e789 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}



.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

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

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-4721a11b-bf7c-466c-8036-c37f2125d554 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-4721a11b-bf7c-466c-8036-c37f2125d554 img.shogun-image,
  #s-4721a11b-bf7c-466c-8036-c37f2125d554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4721a11b-bf7c-466c-8036-c37f2125d554 {
    width: 100%;
    height: auto;
  }



  #s-4721a11b-bf7c-466c-8036-c37f2125d554 img.shogun-image {
    

    
    
    
  }


#s-4721a11b-bf7c-466c-8036-c37f2125d554 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2a512d8-b3b1-4638-a0b3-8a542798deb4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f243caa2-342e-427a-81b0-8781c472d641 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f243caa2-342e-427a-81b0-8781c472d641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f243caa2-342e-427a-81b0-8781c472d641:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1644d54-fa8f-428c-b781-3248266039b9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-f1644d54-fa8f-428c-b781-3248266039b9 img.shogun-image,
  #s-f1644d54-fa8f-428c-b781-3248266039b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1644d54-fa8f-428c-b781-3248266039b9 {
    width: 100%;
    height: auto;
  }



  #s-f1644d54-fa8f-428c-b781-3248266039b9 img.shogun-image {
    

    
    
    
  }


#s-f1644d54-fa8f-428c-b781-3248266039b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-16ba1c1a-6099-4472-8342-df24ded0574b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67b0b873-c224-47c4-bbf7-0af336df9786 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-67b0b873-c224-47c4-bbf7-0af336df9786:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67b0b873-c224-47c4-bbf7-0af336df9786:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fda3091b-5079-419e-8e8f-e4eb95980f4e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e img.shogun-image,
  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e {
    width: 100%;
    height: auto;
  }



  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e img.shogun-image {
    

    
    
    
  }


#s-fda3091b-5079-419e-8e8f-e4eb95980f4e .shogun-image-content {
  
    align-items: center;
  
}

#s-3af9aea2-65bb-4777-b7a0-f39558fa11c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-efacf663-8188-4284-8b59-7952f246d4f5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-efacf663-8188-4284-8b59-7952f246d4f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efacf663-8188-4284-8b59-7952f246d4f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-011776af-19ce-4099-bcab-7492b9a9f6d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e img.shogun-image,
  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e {
    width: 100%;
    height: auto;
  }



  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e img.shogun-image {
    

    
    
    
  }


#s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e .shogun-image-content {
  
    align-items: center;
  
}

#s-0b0ecfca-5cd7-4f80-b7aa-5d2ddcf5ac7d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d153b2bf-a26e-4a22-99ff-52c61452046d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d153b2bf-a26e-4a22-99ff-52c61452046d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d153b2bf-a26e-4a22-99ff-52c61452046d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c936813a-1003-4028-80ef-eddeacce6cda {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-c936813a-1003-4028-80ef-eddeacce6cda img.shogun-image,
  #s-c936813a-1003-4028-80ef-eddeacce6cda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c936813a-1003-4028-80ef-eddeacce6cda {
    width: 100%;
    height: auto;
  }



  #s-c936813a-1003-4028-80ef-eddeacce6cda img.shogun-image {
    

    
    
    
  }


#s-c936813a-1003-4028-80ef-eddeacce6cda .shogun-image-content {
  
    align-items: center;
  
}

#s-82b5e258-3fde-4aca-893a-8b96caa326bc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e87c1611-4a05-4d8b-a615-d474972c20ef {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e87c1611-4a05-4d8b-a615-d474972c20ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e87c1611-4a05-4d8b-a615-d474972c20ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    align-items: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    align-items: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    align-items: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    align-items: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    align-items: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-498986f7-7223-4d73-b8a6-e3031c3d6516 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-846f2cf3-d456-4622-8a6c-266139f4a3a8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-846f2cf3-d456-4622-8a6c-266139f4a3a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-846f2cf3-d456-4622-8a6c-266139f4a3a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-70573ab4-0665-4be8-9523-b57ca9613976 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-70573ab4-0665-4be8-9523-b57ca9613976 img.shogun-image,
  #s-70573ab4-0665-4be8-9523-b57ca9613976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70573ab4-0665-4be8-9523-b57ca9613976 {
    width: 100%;
    height: auto;
  }



  #s-70573ab4-0665-4be8-9523-b57ca9613976 img.shogun-image {
    

    
    
    
  }


#s-70573ab4-0665-4be8-9523-b57ca9613976 .shogun-image-content {
  
    align-items: center;
  
}

#s-84b0a58d-e310-45cd-9eb9-3e36187803b3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ffb10996-0a9e-4d67-adc6-6f16653068ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ffb10996-0a9e-4d67-adc6-6f16653068ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffb10996-0a9e-4d67-adc6-6f16653068ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-abcc829c-f650-46cd-812f-d76e186c149b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-abcc829c-f650-46cd-812f-d76e186c149b img.shogun-image,
  #s-abcc829c-f650-46cd-812f-d76e186c149b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abcc829c-f650-46cd-812f-d76e186c149b {
    width: 100%;
    height: auto;
  }



  #s-abcc829c-f650-46cd-812f-d76e186c149b img.shogun-image {
    

    
    
    
  }


#s-abcc829c-f650-46cd-812f-d76e186c149b .shogun-image-content {
  
    align-items: center;
  
}

#s-65436cb5-8989-4fc9-9632-fb10348b9172 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a63b15ed-c98a-43a5-bef3-920042c47ff7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ace4dafa-95a3-461a-bd5d-2436089f104a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ace4dafa-95a3-461a-bd5d-2436089f104a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ace4dafa-95a3-461a-bd5d-2436089f104a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 img.shogun-image,
  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 {
    width: 100%;
    height: auto;
  }



  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 img.shogun-image {
    

    
    
    
  }


#s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 .shogun-image-content {
  
    align-items: center;
  
}

#s-25e367f0-4c44-46dd-92a5-1d8ec4f8be1b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-63909f29-9d38-4c1d-9894-7a5b35773800 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-63909f29-9d38-4c1d-9894-7a5b35773800:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63909f29-9d38-4c1d-9894-7a5b35773800:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-285d4879-c5db-4943-90b2-df0951c3c4e4 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}





  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 img.shogun-image,
  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 {
    width: 100%;
    height: auto;
  }



  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 img.shogun-image {
    

    
    
    
  }


#s-285d4879-c5db-4943-90b2-df0951c3c4e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ec02211-0550-4917-a51a-f071d62e582e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-9ec02211-0550-4917-a51a-f071d62e582e img.shogun-image,
  #s-9ec02211-0550-4917-a51a-f071d62e582e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ec02211-0550-4917-a51a-f071d62e582e {
    width: 100%;
    height: auto;
  }



  #s-9ec02211-0550-4917-a51a-f071d62e582e img.shogun-image {
    

    
    
    
  }


#s-9ec02211-0550-4917-a51a-f071d62e582e .shogun-image-content {
  
    align-items: center;
  
}

#s-8e62689d-b04a-4a6a-b710-5a4b44af894f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}



.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

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

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e704ea06-92bf-4f28-b25c-fd2d212a2be4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d69d9b50-adec-41a7-b7c4-502a54c67119 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d69d9b50-adec-41a7-b7c4-502a54c67119:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d69d9b50-adec-41a7-b7c4-502a54c67119:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbdbb4d5-da9f-41c2-9270-e27310fa051b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b img.shogun-image,
  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b {
    width: 100%;
    height: auto;
  }



  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b img.shogun-image {
    

    
    
    
  }


#s-bbdbb4d5-da9f-41c2-9270-e27310fa051b .shogun-image-content {
  
    align-items: center;
  
}

#s-2650f0e4-adc3-4c6e-aabc-431576c6ae73 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5a7aee94-739f-44e3-9134-ae8321052436 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5a7aee94-739f-44e3-9134-ae8321052436:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a7aee94-739f-44e3-9134-ae8321052436:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2874ac12-1f94-4e58-8b94-52e8147d7470 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 img.shogun-image,
  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 {
    width: 100%;
    height: auto;
  }



  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 img.shogun-image {
    

    
    
    
  }


#s-2874ac12-1f94-4e58-8b94-52e8147d7470 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa0b19dc-fd0b-4ce2-bf3a-40ae95b6f2bf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-69702886-a49d-4f0e-b8a6-b965802d95c6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 img.shogun-image,
  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 {
    width: 100%;
    height: auto;
  }



  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 img.shogun-image {
    

    
    
    
  }


#s-69702886-a49d-4f0e-b8a6-b965802d95c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-25273dff-505d-4ae6-9419-8f8db24c9058 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6f7e03df-5cd7-45cf-9d1d-954039776425 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6f7e03df-5cd7-45cf-9d1d-954039776425:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f7e03df-5cd7-45cf-9d1d-954039776425:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86169bc2-5521-48cb-ba32-ca18b1a79e90 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 img.shogun-image,
  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 {
    width: 100%;
    height: auto;
  }



  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 img.shogun-image {
    

    
    
    
  }


#s-86169bc2-5521-48cb-ba32-ca18b1a79e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9bc659f-d6d2-43cc-9247-39102532cea5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3794b378-98cb-4597-9823-fe18445d364b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3794b378-98cb-4597-9823-fe18445d364b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3794b378-98cb-4597-9823-fe18445d364b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0e3004f9-19c3-425c-9865-db62ce229036 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-0e3004f9-19c3-425c-9865-db62ce229036 img.shogun-image,
  #s-0e3004f9-19c3-425c-9865-db62ce229036 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e3004f9-19c3-425c-9865-db62ce229036 {
    width: 100%;
    height: auto;
  }



  #s-0e3004f9-19c3-425c-9865-db62ce229036 img.shogun-image {
    

    
    
    
  }


#s-0e3004f9-19c3-425c-9865-db62ce229036 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa5b590-a988-4964-91a0-54a5829bac58 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e img.shogun-image,
  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e {
    width: 100%;
    height: auto;
  }



  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e img.shogun-image {
    

    
    
    
  }


#s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e .shogun-image-content {
  
    align-items: center;
  
}

#s-b20bc43d-a536-4361-a152-0416d59c5574 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bc53697d-0e46-4f29-9308-b9e99e378a96 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bc53697d-0e46-4f29-9308-b9e99e378a96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc53697d-0e46-4f29-9308-b9e99e378a96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa3463d7-f848-4e98-8cc2-15680e279094 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-fa3463d7-f848-4e98-8cc2-15680e279094 img.shogun-image,
  #s-fa3463d7-f848-4e98-8cc2-15680e279094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa3463d7-f848-4e98-8cc2-15680e279094 {
    width: 100%;
    height: auto;
  }



  #s-fa3463d7-f848-4e98-8cc2-15680e279094 img.shogun-image {
    

    
    
    
  }


#s-fa3463d7-f848-4e98-8cc2-15680e279094 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fd32ba7-30ff-4f0c-8f51-436aa877f64b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d666fe75-75d8-4291-a563-e41f4b32f3f2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 img.shogun-image,
  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 {
    width: 100%;
    height: auto;
  }



  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 img.shogun-image {
    

    
    
    
  }


#s-d666fe75-75d8-4291-a563-e41f4b32f3f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-336bbdef-2a57-426a-a6a5-4f7da9767cc4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 img.shogun-image,
  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 {
    width: 100%;
    height: auto;
  }



  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 img.shogun-image {
    

    
    
    
  }


#s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6034b547-bf69-4d1f-9fc0-1a17c288e319 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f14bfac7-5ec8-49dd-8025-3319ca95566c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c img.shogun-image,
  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c {
    width: 100%;
    height: auto;
  }



  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c img.shogun-image {
    

    
    
    
  }


#s-f14bfac7-5ec8-49dd-8025-3319ca95566c .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5425d9-29b8-4ee5-8cae-42e650bbdf59 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9d2623ba-673b-441a-9f83-8065db050da5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9d2623ba-673b-441a-9f83-8065db050da5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d2623ba-673b-441a-9f83-8065db050da5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9394fce7-ec13-45b5-84bb-91739d914f23 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-9394fce7-ec13-45b5-84bb-91739d914f23 img.shogun-image,
  #s-9394fce7-ec13-45b5-84bb-91739d914f23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9394fce7-ec13-45b5-84bb-91739d914f23 {
    width: 100%;
    height: auto;
  }



  #s-9394fce7-ec13-45b5-84bb-91739d914f23 img.shogun-image {
    

    
    
    
  }


#s-9394fce7-ec13-45b5-84bb-91739d914f23 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6e465ae-57dc-4dd8-969d-1aadcb3454c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9ddc70f6-080e-44c7-85fd-6c0552139b9a {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a img.shogun-image,
  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a {
    width: 100%;
    height: auto;
  }



  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a img.shogun-image {
    

    
    
    
  }


#s-9ddc70f6-080e-44c7-85fd-6c0552139b9a .shogun-image-content {
  
    align-items: center;
  
}

#s-455e5dda-2afb-4ab7-a7e6-34899cfd6b48 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5faae4fc-9455-410a-be30-a6c242eeae49 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-5faae4fc-9455-410a-be30-a6c242eeae49 img.shogun-image,
  #s-5faae4fc-9455-410a-be30-a6c242eeae49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5faae4fc-9455-410a-be30-a6c242eeae49 {
    width: 100%;
    height: auto;
  }



  #s-5faae4fc-9455-410a-be30-a6c242eeae49 img.shogun-image {
    

    
    
    
  }


#s-5faae4fc-9455-410a-be30-a6c242eeae49 .shogun-image-content {
  
    align-items: center;
  
}

#s-176c9eee-4ccc-4fc9-8348-252477afa523 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-349cf79d-f171-41ca-b8b6-1db55b57085d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-349cf79d-f171-41ca-b8b6-1db55b57085d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-349cf79d-f171-41ca-b8b6-1db55b57085d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4ef587db-d03a-4483-8c72-b71371800e58 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-4ef587db-d03a-4483-8c72-b71371800e58 img.shogun-image,
  #s-4ef587db-d03a-4483-8c72-b71371800e58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef587db-d03a-4483-8c72-b71371800e58 {
    width: 100%;
    height: auto;
  }



  #s-4ef587db-d03a-4483-8c72-b71371800e58 img.shogun-image {
    

    
    
    
  }


#s-4ef587db-d03a-4483-8c72-b71371800e58 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7411b17-bdf3-42a0-a50a-2a8f21b4e92d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 img.shogun-image,
  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 {
    width: 100%;
    height: auto;
  }



  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 img.shogun-image {
    

    
    
    
  }


#s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f13b041-4779-431c-8f5e-49984c5ebcf9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-34f1286b-5f3e-478a-ae40-f42e1b02998c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-34f1286b-5f3e-478a-ae40-f42e1b02998c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f1286b-5f3e-478a-ae40-f42e1b02998c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-16a59866-5674-40dd-b6b6-300131d20a99 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-16a59866-5674-40dd-b6b6-300131d20a99 img.shogun-image,
  #s-16a59866-5674-40dd-b6b6-300131d20a99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a59866-5674-40dd-b6b6-300131d20a99 {
    width: 100%;
    height: auto;
  }



  #s-16a59866-5674-40dd-b6b6-300131d20a99 img.shogun-image {
    

    
    
    
  }


#s-16a59866-5674-40dd-b6b6-300131d20a99 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7efd74c-b53d-4994-90e4-eb4190e4281c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40222b43-0b8f-49e0-b495-52ad12c1236b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-40222b43-0b8f-49e0-b495-52ad12c1236b img.shogun-image,
  #s-40222b43-0b8f-49e0-b495-52ad12c1236b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40222b43-0b8f-49e0-b495-52ad12c1236b {
    width: 100%;
    height: auto;
  }



  #s-40222b43-0b8f-49e0-b495-52ad12c1236b img.shogun-image {
    

    
    
    
  }


#s-40222b43-0b8f-49e0-b495-52ad12c1236b .shogun-image-content {
  
    align-items: center;
  
}

#s-a0365c5a-cc79-4db6-a84b-e896f127bff4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ca28e980-3f87-4b03-ac12-58778a710d95 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ca28e980-3f87-4b03-ac12-58778a710d95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca28e980-3f87-4b03-ac12-58778a710d95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 img.shogun-image,
  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 {
    width: 100%;
    height: auto;
  }



  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 img.shogun-image {
    

    
    
    
  }


#s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6782039-b5f4-4b0f-9d22-4f79074a1736 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-379c0e8a-40e2-4401-aae0-9e953712c050 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-379c0e8a-40e2-4401-aae0-9e953712c050:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-379c0e8a-40e2-4401-aae0-9e953712c050:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-58cc0fc3-318a-4259-ae8c-26732ff2e12f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f img.shogun-image,
  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f {
    width: 100%;
    height: auto;
  }



  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f img.shogun-image {
    

    
    
    
  }


#s-58cc0fc3-318a-4259-ae8c-26732ff2e12f .shogun-image-content {
  
    align-items: center;
  
}

#s-59742dd8-0c06-4a1c-b31b-2bb5f5e4d971 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd img.shogun-image,
  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd {
    width: 100%;
    height: auto;
  }



  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd img.shogun-image {
    

    
    
    
  }


#s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf2c0ce-6080-4190-a3a3-0aec946c2d2b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b0948631-962d-480c-8a7f-143f87627fff {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b0948631-962d-480c-8a7f-143f87627fff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0948631-962d-480c-8a7f-143f87627fff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ccdb10d5-336c-454b-8c55-9d2a13dea52c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c img.shogun-image,
  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c {
    width: 100%;
    height: auto;
  }



  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c img.shogun-image {
    

    
    
    
  }


#s-ccdb10d5-336c-454b-8c55-9d2a13dea52c .shogun-image-content {
  
    align-items: center;
  
}

#s-546bc309-4897-4999-b8ea-6ff64703c05b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2161b744-b9fc-4c44-9be7-a9361485cc33 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2161b744-b9fc-4c44-9be7-a9361485cc33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2161b744-b9fc-4c44-9be7-a9361485cc33:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-57582941-e5b2-4393-8964-21598ee88eda {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-57582941-e5b2-4393-8964-21598ee88eda img.shogun-image,
  #s-57582941-e5b2-4393-8964-21598ee88eda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57582941-e5b2-4393-8964-21598ee88eda {
    width: 100%;
    height: auto;
  }



  #s-57582941-e5b2-4393-8964-21598ee88eda img.shogun-image {
    

    
    
    
  }


#s-57582941-e5b2-4393-8964-21598ee88eda .shogun-image-content {
  
    align-items: center;
  
}

#s-ef7f13b5-8c1c-493f-b668-bd506347ffa4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 img.shogun-image,
  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 {
    width: 100%;
    height: auto;
  }



  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 img.shogun-image {
    

    
    
    
  }


#s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-01c2c61a-ea0a-45e8-ac7a-7b674a5914b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6b930930-8eb0-49a0-9263-fde98f69c03f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6b930930-8eb0-49a0-9263-fde98f69c03f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b930930-8eb0-49a0-9263-fde98f69c03f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68f195cc-d38e-4e56-a034-2f6fd36cf70b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b img.shogun-image,
  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b {
    width: 100%;
    height: auto;
  }



  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b img.shogun-image {
    

    
    
    
  }


#s-68f195cc-d38e-4e56-a034-2f6fd36cf70b .shogun-image-content {
  
    align-items: center;
  
}

#s-9488355f-e409-4c59-80cc-edef5efd7b5b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-72be6867-9c10-46b2-bf82-b1851980c5d8 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 img.shogun-image,
  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 {
    width: 100%;
    height: auto;
  }



  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 img.shogun-image {
    

    
    
    
  }


#s-72be6867-9c10-46b2-bf82-b1851980c5d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-997c64a0-739b-4cbe-99c3-ea6154c68af8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9b80386-d28e-4554-9eb6-eb564e062265 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e9b80386-d28e-4554-9eb6-eb564e062265:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9b80386-d28e-4554-9eb6-eb564e062265:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-287a8a19-4f55-457f-8762-487e573c285d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-287a8a19-4f55-457f-8762-487e573c285d img.shogun-image,
  #s-287a8a19-4f55-457f-8762-487e573c285d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-287a8a19-4f55-457f-8762-487e573c285d {
    width: 100%;
    height: auto;
  }



  #s-287a8a19-4f55-457f-8762-487e573c285d img.shogun-image {
    

    
    
    
  }


#s-287a8a19-4f55-457f-8762-487e573c285d .shogun-image-content {
  
    align-items: center;
  
}

#s-09d65fe4-0129-4e3b-ba40-69c6bd744002 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 img.shogun-image,
  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 {
    width: 100%;
    height: auto;
  }



  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 img.shogun-image {
    

    
    
    
  }


#s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-41b65d70-181d-419d-8d02-ecdb1117d235 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f2dab088-6723-4d02-86ce-2d5f8b79278d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f2dab088-6723-4d02-86ce-2d5f8b79278d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2dab088-6723-4d02-86ce-2d5f8b79278d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe img.shogun-image,
  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe {
    width: 100%;
    height: auto;
  }



  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe img.shogun-image {
    

    
    
    
  }


#s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe .shogun-image-content {
  
    align-items: center;
  
}

#s-79e3d37f-f4cc-4d55-851d-7cfb8c16812c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8101aeff-4dad-4bcc-803f-04d18e759398 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJjNTFmMDktNzQ5Yy00YjRhLWJhNTctYzJmMGFkNTIzMjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEyYzUxZjA5LTc0OWMtNGI0YS1iYTU3LWMyZjBhZDUyMzI4YikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8101aeff-4dad-4bcc-803f-04d18e759398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8101aeff-4dad-4bcc-803f-04d18e759398:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93529614-4f27-450e-aeb3-47afcd00a691 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-93529614-4f27-450e-aeb3-47afcd00a691 img.shogun-image,
  #s-93529614-4f27-450e-aeb3-47afcd00a691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93529614-4f27-450e-aeb3-47afcd00a691 {
    width: 100%;
    height: auto;
  }



  #s-93529614-4f27-450e-aeb3-47afcd00a691 img.shogun-image {
    

    
    
    
  }


#s-93529614-4f27-450e-aeb3-47afcd00a691 .shogun-image-content {
  
    align-items: center;
  
}

#s-041f624e-14fb-43e9-b6f7-f6da50a82052 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b7ab943-b9cf-4421-a6c8-34822afcc642 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0b7ab943-b9cf-4421-a6c8-34822afcc642:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b7ab943-b9cf-4421-a6c8-34822afcc642:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f img.shogun-image,
  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f {
    width: 100%;
    height: auto;
  }



  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f img.shogun-image {
    

    
    
    
  }


#s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f .shogun-image-content {
  
    align-items: center;
  
}

#s-89827e38-feb5-4d9f-b433-1b6b9a7e36aa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3f1211ad-fca3-4b46-b59f-089dde07ea49 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3f1211ad-fca3-4b46-b59f-089dde07ea49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f1211ad-fca3-4b46-b59f-089dde07ea49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e4a32d47-035c-4c3f-8352-558e53cac65c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-e4a32d47-035c-4c3f-8352-558e53cac65c img.shogun-image,
  #s-e4a32d47-035c-4c3f-8352-558e53cac65c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a32d47-035c-4c3f-8352-558e53cac65c {
    width: 100%;
    height: auto;
  }



  #s-e4a32d47-035c-4c3f-8352-558e53cac65c img.shogun-image {
    

    
    
    
  }


#s-e4a32d47-035c-4c3f-8352-558e53cac65c .shogun-image-content {
  
    align-items: center;
  
}

#s-cea0966b-3c6f-4b96-ac79-f84b5608e901 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7065d46e-6143-427e-a15f-39c6ae9db152 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-7065d46e-6143-427e-a15f-39c6ae9db152 img.shogun-image,
  #s-7065d46e-6143-427e-a15f-39c6ae9db152 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7065d46e-6143-427e-a15f-39c6ae9db152 {
    width: 100%;
    height: auto;
  }



  #s-7065d46e-6143-427e-a15f-39c6ae9db152 img.shogun-image {
    

    
    
    
  }


#s-7065d46e-6143-427e-a15f-39c6ae9db152 .shogun-image-content {
  
    align-items: center;
  
}

#s-920efbee-424d-4601-bbf4-1c475d4e7a95 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-02cf02f0-1942-4280-b44b-d45a862631a7 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-02cf02f0-1942-4280-b44b-d45a862631a7 img.shogun-image,
  #s-02cf02f0-1942-4280-b44b-d45a862631a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02cf02f0-1942-4280-b44b-d45a862631a7 {
    width: 100%;
    height: auto;
  }



  #s-02cf02f0-1942-4280-b44b-d45a862631a7 img.shogun-image {
    

    
    
    
  }


#s-02cf02f0-1942-4280-b44b-d45a862631a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f8c1387-a3c9-45b1-badc-3d164f85e434 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c476361b-2c8f-4c5f-87f6-afbd23c18445 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c476361b-2c8f-4c5f-87f6-afbd23c18445:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c476361b-2c8f-4c5f-87f6-afbd23c18445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c32cfca6-27d4-480f-9c20-d3bec0e09399 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 img.shogun-image,
  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 {
    width: 100%;
    height: auto;
  }



  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 img.shogun-image {
    

    
    
    
  }


#s-c32cfca6-27d4-480f-9c20-d3bec0e09399 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3bc8044-2b20-4e22-bc44-246e975f870d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f700fe97-2067-4190-a8dc-23303a49d468 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f700fe97-2067-4190-a8dc-23303a49d468:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f700fe97-2067-4190-a8dc-23303a49d468:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b5910a0-f52d-4777-97b1-283a964d1142 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-2b5910a0-f52d-4777-97b1-283a964d1142 img.shogun-image,
  #s-2b5910a0-f52d-4777-97b1-283a964d1142 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b5910a0-f52d-4777-97b1-283a964d1142 {
    width: 100%;
    height: auto;
  }



  #s-2b5910a0-f52d-4777-97b1-283a964d1142 img.shogun-image {
    

    
    
    
  }


#s-2b5910a0-f52d-4777-97b1-283a964d1142 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0c2b41e-5eac-4f31-a9db-22f353ecc6b2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bf17ebd7-4793-4604-a150-1a6fc86e647a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bf17ebd7-4793-4604-a150-1a6fc86e647a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf17ebd7-4793-4604-a150-1a6fc86e647a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c14add86-302b-4767-8e54-c02600b4873b {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-c14add86-302b-4767-8e54-c02600b4873b img.shogun-image,
  #s-c14add86-302b-4767-8e54-c02600b4873b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c14add86-302b-4767-8e54-c02600b4873b {
    width: 100%;
    height: auto;
  }



  #s-c14add86-302b-4767-8e54-c02600b4873b img.shogun-image {
    

    
    
    
  }


#s-c14add86-302b-4767-8e54-c02600b4873b .shogun-image-content {
  
    align-items: center;
  
}

#s-558bbed5-eb4e-408a-a368-7d95cd475cc7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-517334cf-6db4-4834-85c4-a65e4207943b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-517334cf-6db4-4834-85c4-a65e4207943b img.shogun-image,
  #s-517334cf-6db4-4834-85c4-a65e4207943b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-517334cf-6db4-4834-85c4-a65e4207943b {
    width: 100%;
    height: auto;
  }



  #s-517334cf-6db4-4834-85c4-a65e4207943b img.shogun-image {
    

    
    
    
  }


#s-517334cf-6db4-4834-85c4-a65e4207943b .shogun-image-content {
  
    align-items: center;
  
}

#s-674df87d-d955-4348-9cb8-a2ff4cc3f864 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-51d2277a-e160-4443-8525-bec9808bc5bb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-51d2277a-e160-4443-8525-bec9808bc5bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51d2277a-e160-4443-8525-bec9808bc5bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

#s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 img.shogun-image,
  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 {
    width: 100%;
    height: auto;
  }



  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 img.shogun-image {
    

    
    
    
  }


#s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 .shogun-image-content {
  
    align-items: center;
  
}

#s-89d66722-a517-4fbf-bd5f-4152660bfdbb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0901d988-1c01-43e2-b9eb-0c948edc5d94 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 img.shogun-image,
  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 {
    width: 100%;
    height: auto;
  }



  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 img.shogun-image {
    

    
    
    
  }


#s-0901d988-1c01-43e2-b9eb-0c948edc5d94 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e74b5c9-7189-40e4-8d8c-9df5a01978ea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cb56f895-1a4c-4690-9c30-b791f641fd99 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cb56f895-1a4c-4690-9c30-b791f641fd99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb56f895-1a4c-4690-9c30-b791f641fd99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a899074-7818-4d8b-b4cb-7adbef013001 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-4a899074-7818-4d8b-b4cb-7adbef013001 img.shogun-image,
  #s-4a899074-7818-4d8b-b4cb-7adbef013001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a899074-7818-4d8b-b4cb-7adbef013001 {
    width: 100%;
    height: auto;
  }



  #s-4a899074-7818-4d8b-b4cb-7adbef013001 img.shogun-image {
    

    
    
    
  }


#s-4a899074-7818-4d8b-b4cb-7adbef013001 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8bff82e-099d-4432-9b33-5b4707dba8a2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5e29cd24-b939-4167-ac72-9be71ef5d385 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5e29cd24-b939-4167-ac72-9be71ef5d385:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e29cd24-b939-4167-ac72-9be71ef5d385:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-85163ebf-4c3e-42c3-a300-79606c7ef44c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c img.shogun-image,
  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c {
    width: 100%;
    height: auto;
  }



  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c img.shogun-image {
    

    
    
    
  }


#s-85163ebf-4c3e-42c3-a300-79606c7ef44c .shogun-image-content {
  
    align-items: center;
  
}

#s-03e344c0-dd51-4e7f-ba77-652abc3c891f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6fbbe321-d91f-4d08-9869-829658d0ea5b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6fbbe321-d91f-4d08-9869-829658d0ea5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fbbe321-d91f-4d08-9869-829658d0ea5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79c53996-1f51-41cb-9c45-b7a0507790a2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 img.shogun-image,
  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 {
    width: 100%;
    height: auto;
  }



  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 img.shogun-image {
    

    
    
    
  }


#s-79c53996-1f51-41cb-9c45-b7a0507790a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-40c16c33-416a-4a6c-9220-eb5853d6a510 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a2be6d27-3c6b-4ef9-bafd-af9155965856 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a2be6d27-3c6b-4ef9-bafd-af9155965856:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2be6d27-3c6b-4ef9-bafd-af9155965856:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f9891550-14d1-453d-8036-494b51ca8682 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-f9891550-14d1-453d-8036-494b51ca8682 img.shogun-image,
  #s-f9891550-14d1-453d-8036-494b51ca8682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9891550-14d1-453d-8036-494b51ca8682 {
    width: 100%;
    height: auto;
  }



  #s-f9891550-14d1-453d-8036-494b51ca8682 img.shogun-image {
    

    
    
    
  }


#s-f9891550-14d1-453d-8036-494b51ca8682 .shogun-image-content {
  
    align-items: center;
  
}

#s-df346cea-6382-42cd-98e1-a4a43041a63d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-047ecb7b-a648-4fc0-95a9-106e39999745 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-047ecb7b-a648-4fc0-95a9-106e39999745:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-047ecb7b-a648-4fc0-95a9-106e39999745:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 img.shogun-image,
  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 {
    width: 100%;
    height: auto;
  }



  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 img.shogun-image {
    

    
    
    
  }


#s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 .shogun-image-content {
  
    align-items: center;
  
}

#s-acba2f17-8b5a-49e5-b879-0cfd3f6c676c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9ea0e1ff-1bad-4738-8379-9541e4878729 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9ea0e1ff-1bad-4738-8379-9541e4878729:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ea0e1ff-1bad-4738-8379-9541e4878729:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b04f1064-bd88-48a1-9481-5862252efc34 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-b04f1064-bd88-48a1-9481-5862252efc34 img.shogun-image,
  #s-b04f1064-bd88-48a1-9481-5862252efc34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b04f1064-bd88-48a1-9481-5862252efc34 {
    width: 100%;
    height: auto;
  }



  #s-b04f1064-bd88-48a1-9481-5862252efc34 img.shogun-image {
    

    
    
    
  }


#s-b04f1064-bd88-48a1-9481-5862252efc34 .shogun-image-content {
  
    align-items: center;
  
}

#s-e704b4c1-9e28-4436-b996-490a44fe55d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-81322815-dfa9-42d1-b7bc-fc42434fc656 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-81322815-dfa9-42d1-b7bc-fc42434fc656:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81322815-dfa9-42d1-b7bc-fc42434fc656:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a img.shogun-image,
  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a {
    width: 100%;
    height: auto;
  }



  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a img.shogun-image {
    

    
    
    
  }


#s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a .shogun-image-content {
  
    align-items: center;
  
}

#s-094690e0-7f91-43fd-9d80-8cfd7672e985 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-46ed86bf-0b13-4d41-9278-e260b876aaa0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-46ed86bf-0b13-4d41-9278-e260b876aaa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46ed86bf-0b13-4d41-9278-e260b876aaa0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8116189a-24ff-4606-81bb-a9eea04ef3d8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 img.shogun-image,
  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 {
    width: 100%;
    height: auto;
  }



  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 img.shogun-image {
    

    
    
    
  }


#s-8116189a-24ff-4606-81bb-a9eea04ef3d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a0488f5-4a93-4893-947d-fc60f7b496c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ddd32339-4a93-4eef-a973-ef27794c27a9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ddd32339-4a93-4eef-a973-ef27794c27a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddd32339-4a93-4eef-a973-ef27794c27a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4cd1bd81-0449-4574-bb76-eee71192dbae {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-4cd1bd81-0449-4574-bb76-eee71192dbae img.shogun-image,
  #s-4cd1bd81-0449-4574-bb76-eee71192dbae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd1bd81-0449-4574-bb76-eee71192dbae {
    width: 100%;
    height: auto;
  }



  #s-4cd1bd81-0449-4574-bb76-eee71192dbae img.shogun-image {
    

    
    
    
  }


#s-4cd1bd81-0449-4574-bb76-eee71192dbae .shogun-image-content {
  
    align-items: center;
  
}

#s-0c082cd6-5a49-434a-aa39-77826cf5a603 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-650cb37c-19cf-4a8a-8bc5-573793869c91 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-650cb37c-19cf-4a8a-8bc5-573793869c91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-650cb37c-19cf-4a8a-8bc5-573793869c91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}





  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 img.shogun-image,
  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 {
    width: 100%;
    height: auto;
  }



  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 img.shogun-image {
    

    
    
    
  }


#s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7e28f28-dac6-47f5-80a6-ae01f36c8d26 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc956bfc-d958-4894-b40d-299cdf051397 {
  min-height: 500px;
}








#s-dc956bfc-d958-4894-b40d-299cdf051397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc956bfc-d958-4894-b40d-299cdf051397.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a2327c27-8582-4d30-ac54-212cf1a22ea0 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 img.shogun-image,
  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 {
    width: 100%;
    height: auto;
  }



  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 img.shogun-image {
    

    
    
    
  }


#s-a2327c27-8582-4d30-ac54-212cf1a22ea0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ede443f-c6ff-4393-ab28-b3b8746a6931 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a099161b-dff2-44e3-8c3d-df41972a9c86 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 img.shogun-image,
  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 {
    width: 100%;
    height: auto;
  }



  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 img.shogun-image {
    

    
    
    
  }


#s-a099161b-dff2-44e3-8c3d-df41972a9c86 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f1d020b-df7b-48a9-a7f7-5b82e3c8347e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-02504a5c-784c-44c0-9578-7590e4f7d022 {
  background-image: url(https://i.shgcdn.com/79d785e6-b8d8-45e6-94e6-c60a1fc6e119/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(250, 250, 250, 1);
}





  #s-02504a5c-784c-44c0-9578-7590e4f7d022 img.shogun-image,
  #s-02504a5c-784c-44c0-9578-7590e4f7d022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02504a5c-784c-44c0-9578-7590e4f7d022 {
    width: 100%;
    height: auto;
  }



  #s-02504a5c-784c-44c0-9578-7590e4f7d022 img.shogun-image {
    

    
    
    
  }


#s-02504a5c-784c-44c0-9578-7590e4f7d022 .shogun-image-content {
  
    align-items: center;
  
}

#s-7573bac0-458d-4df3-b9f2-83c5469351ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce52a9ce-e9dd-4887-af40-63aaede4140b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ce52a9ce-e9dd-4887-af40-63aaede4140b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce52a9ce-e9dd-4887-af40-63aaede4140b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e036e983-8fee-4fa7-886a-adad0a515b68 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-e036e983-8fee-4fa7-886a-adad0a515b68 img.shogun-image,
  #s-e036e983-8fee-4fa7-886a-adad0a515b68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e036e983-8fee-4fa7-886a-adad0a515b68 {
    width: 100%;
    height: auto;
  }



  #s-e036e983-8fee-4fa7-886a-adad0a515b68 img.shogun-image {
    

    
    
    
  }


#s-e036e983-8fee-4fa7-886a-adad0a515b68 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f1c3436-88d8-4e2f-9377-d7d937a9bae5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b049576-f164-4f78-9543-efb51e7ceb57 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5b049576-f164-4f78-9543-efb51e7ceb57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b049576-f164-4f78-9543-efb51e7ceb57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cbd6d672-a32d-4aca-a294-37825420af0a {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-cbd6d672-a32d-4aca-a294-37825420af0a img.shogun-image,
  #s-cbd6d672-a32d-4aca-a294-37825420af0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd6d672-a32d-4aca-a294-37825420af0a {
    width: 100%;
    height: auto;
  }



  #s-cbd6d672-a32d-4aca-a294-37825420af0a img.shogun-image {
    

    
    
    
  }


#s-cbd6d672-a32d-4aca-a294-37825420af0a .shogun-image-content {
  
    align-items: center;
  
}

#s-762155fe-e051-4238-a68a-5435dd38c7ac {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3276279b-3bdd-44ff-a2b4-15c7b51373ec {
  background-image: url(https://i.shgcdn.com/1a5b0f36-60c0-4b74-abf1-d9491acf0f71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec img.shogun-image,
  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec {
    width: 100%;
    height: auto;
  }



  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec img.shogun-image {
    

    
    
    
  }


#s-3276279b-3bdd-44ff-a2b4-15c7b51373ec .shogun-image-content {
  
    align-items: center;
  
}

#s-a45ceb70-5a7e-4d3a-ae70-8291cd79d948 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9cda508-1ede-4a46-80b1-54555c1c3353 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e9cda508-1ede-4a46-80b1-54555c1c3353:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9cda508-1ede-4a46-80b1-54555c1c3353:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f img.shogun-image,
  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f {
    width: 100%;
    height: auto;
  }



  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f img.shogun-image {
    

    
    
    
  }


#s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f .shogun-image-content {
  
    align-items: center;
  
}

#s-ed6327c3-09fd-4693-a493-7508cece02b1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2137ab8-ebed-430b-af84-166885087998 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c2137ab8-ebed-430b-af84-166885087998:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2137ab8-ebed-430b-af84-166885087998:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-75ba9c8b-c802-4493-9e88-c70fd88abcea {
  background-image: url(https://i.shgcdn.com/c656ca60-b17a-49d5-8b07-5a6f0cea3463/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}





  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea img.shogun-image,
  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea {
    width: 100%;
    height: auto;
  }



  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea img.shogun-image {
    

    
    
    
  }


#s-75ba9c8b-c802-4493-9e88-c70fd88abcea .shogun-image-content {
  
    align-items: center;
  
}

#s-914d5900-3496-4404-a1ed-eb71bf39d09d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-05723f59-dfdf-461c-9df7-cbf9d6a18286 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}





  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 img.shogun-image,
  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 {
    width: 100%;
    height: auto;
  }



  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 img.shogun-image {
    

    
    
    
  }


#s-05723f59-dfdf-461c-9df7-cbf9d6a18286 .shogun-image-content {
  
    align-items: center;
  
}

#s-7471fd57-89d4-44d5-b1b8-e44b3dbee9c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1072cb5d-083c-4667-830f-848fa6c2959a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1072cb5d-083c-4667-830f-848fa6c2959a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1072cb5d-083c-4667-830f-848fa6c2959a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc8bd2b7-a56d-4f72-b2f7-6d9e8fdc485a {
  
}








#s-cc8bd2b7-a56d-4f72-b2f7-6d9e8fdc485a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc8bd2b7-a56d-4f72-b2f7-6d9e8fdc485a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab73da05-882f-4aa2-b01d-f61dafe1e734 {
  min-height: 20px;
}








#s-ab73da05-882f-4aa2-b01d-f61dafe1e734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab73da05-882f-4aa2-b01d-f61dafe1e734.shg-box.shg-c {
  justify-content: center;
}

#s-a63904fc-f90b-4929-97fa-5eb84a05cb30 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(23, 233, 226, 1);
border-style: solid;
min-height: 500px;
}








#s-a63904fc-f90b-4929-97fa-5eb84a05cb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a63904fc-f90b-4929-97fa-5eb84a05cb30.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0e30ea5e-56cc-403d-b893-a4e8ae7452d3 {
  min-height: 9px;
}

#s-cde3229d-a790-4a56-8113-e33e7d611397 {
  min-height: 75px;
}
@media (max-width: 767px){#s-cde3229d-a790-4a56-8113-e33e7d611397 {
  display: none;
}
#s-cde3229d-a790-4a56-8113-e33e7d611397, #wrap-s-cde3229d-a790-4a56-8113-e33e7d611397 { display: none !important; }}







#s-cde3229d-a790-4a56-8113-e33e7d611397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cde3229d-a790-4a56-8113-e33e7d611397.shg-box.shg-c {
  justify-content: center;
}

#s-dd427706-8116-4076-8f8f-8f4dea0ee9f9 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-31f2d35c-87e6-41a3-b470-e305be0cab75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31f2d35c-87e6-41a3-b470-e305be0cab75 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-98330a95-1133-4f57-84a4-d7125818dbd6 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 2334px;
aspect-ratio: 2334/1556;
text-align: center;
}





  #s-98330a95-1133-4f57-84a4-d7125818dbd6 img.shogun-image,
  #s-98330a95-1133-4f57-84a4-d7125818dbd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98330a95-1133-4f57-84a4-d7125818dbd6 {
    width: 100%;
    height: auto;
  }



  #s-98330a95-1133-4f57-84a4-d7125818dbd6 img.shogun-image {
    

    
    
    
  }


#s-98330a95-1133-4f57-84a4-d7125818dbd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b83cf55f-fb9c-4a8e-ae02-34c90204011a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJiN2I3NjQtZWUzZS00MjNkLTkxMDEtMThiZDE5ZjBiYzg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyYjdiNzY0LWVlM2UtNDIzZC05MTAxLTE4YmQxOWYwYmM4OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 620px;
aspect-ratio: 620/344;
text-align: center;
}





  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e img.shogun-image,
  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e {
    width: 100%;
    height: auto;
  }



  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e img.shogun-image {
    

    
    
    
  }


#s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e .shogun-image-content {
  
    align-items: center;
  
}

#s-5234d59b-bfd4-4acf-a222-bed47f17340f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-61c606d7-d1d3-4d03-8709-0ed13585398a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-61c606d7-d1d3-4d03-8709-0ed13585398a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61c606d7-d1d3-4d03-8709-0ed13585398a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6f49926c-57d4-492c-a516-6b5459d4a853 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-6f49926c-57d4-492c-a516-6b5459d4a853 img.shogun-image,
  #s-6f49926c-57d4-492c-a516-6b5459d4a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f49926c-57d4-492c-a516-6b5459d4a853 {
    width: 100%;
    height: auto;
  }



  #s-6f49926c-57d4-492c-a516-6b5459d4a853 img.shogun-image {
    

    
    
    
  }


#s-6f49926c-57d4-492c-a516-6b5459d4a853 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb4618e1-098b-4ab2-8e55-00c4be772460 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-662795d1-afba-4cd9-bcbd-c19492242320 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-662795d1-afba-4cd9-bcbd-c19492242320:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-662795d1-afba-4cd9-bcbd-c19492242320:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9493a058-7ae8-4d83-984f-090ba23c3e19 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 3584px;
aspect-ratio: 3584/2030;
text-align: center;
}





  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 img.shogun-image,
  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 {
    width: 100%;
    height: auto;
  }



  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 img.shogun-image {
    

    
    
    
  }


#s-9493a058-7ae8-4d83-984f-090ba23c3e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-7712f51b-daec-4f45-861f-7fd5e6a52430 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5dfa7f2b-5749-46f4-b848-41183edeff1d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5dfa7f2b-5749-46f4-b848-41183edeff1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5dfa7f2b-5749-46f4-b848-41183edeff1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-813dcd11-182f-4893-be9c-0f80aa528cce {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-813dcd11-182f-4893-be9c-0f80aa528cce img.shogun-image,
  #s-813dcd11-182f-4893-be9c-0f80aa528cce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-813dcd11-182f-4893-be9c-0f80aa528cce {
    width: 100%;
    height: auto;
  }



  #s-813dcd11-182f-4893-be9c-0f80aa528cce img.shogun-image {
    

    
    
    
  }


#s-813dcd11-182f-4893-be9c-0f80aa528cce .shogun-image-content {
  
    align-items: center;
  
}

#s-84166acd-226c-40fe-8b04-cf04de57f332 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-afdd2592-f38d-4bde-b401-bbbace06b1b9 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}







  #s-afdd2592-f38d-4bde-b401-bbbace06b1b9 img.shogun-image {
    

    
    
    
  }


#s-afdd2592-f38d-4bde-b401-bbbace06b1b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8caf987f-3e72-4288-9396-fc4b3c7a01fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b988e7e3-cf48-44d6-9b69-487823433c04 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b988e7e3-cf48-44d6-9b69-487823433c04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b988e7e3-cf48-44d6-9b69-487823433c04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef4369c4-f1cb-41a0-9c94-a71313f98796 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}







  #s-ef4369c4-f1cb-41a0-9c94-a71313f98796 img.shogun-image {
    

    
    
    
  }


#s-ef4369c4-f1cb-41a0-9c94-a71313f98796 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf93f784-6d88-4aab-8454-13ea2a437f8f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-02481834-5d2c-4330-b386-aa2478fbb8bf {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-02481834-5d2c-4330-b386-aa2478fbb8bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02481834-5d2c-4330-b386-aa2478fbb8bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}







  #s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 img.shogun-image {
    

    
    
    
  }


#s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 .shogun-image-content {
  
    align-items: center;
  
}

#s-45d36608-3777-437d-9fa3-742a71b3ad78 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5498aa3a-5d48-4fca-8bb1-18b57f403216 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5498aa3a-5d48-4fca-8bb1-18b57f403216:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5498aa3a-5d48-4fca-8bb1-18b57f403216:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a6f0410e-2afd-498e-83a5-70c4ececff64 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}







  #s-a6f0410e-2afd-498e-83a5-70c4ececff64 img.shogun-image {
    

    
    
    
  }


#s-a6f0410e-2afd-498e-83a5-70c4ececff64 .shogun-image-content {
  
    align-items: center;
  
}

#s-90d979ad-a4c1-46d7-b5b3-ae08327a85cc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62efcc97-7c8d-45ce-a054-f15659cb2001 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-62efcc97-7c8d-45ce-a054-f15659cb2001:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62efcc97-7c8d-45ce-a054-f15659cb2001:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4c2b8166-6f92-4092-aab0-a798bd944adb {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}







  #s-4c2b8166-6f92-4092-aab0-a798bd944adb img.shogun-image {
    

    
    
    
  }


#s-4c2b8166-6f92-4092-aab0-a798bd944adb .shogun-image-content {
  
    align-items: center;
  
}

#s-41299c58-62f5-48aa-b3d9-190044f4f7d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 {
  background-image: url(https://i.shgcdn.com/6dbd282c-46c8-4200-9754-5fe0144cb3d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(148, 215, 233, 1);
}







  #s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 img.shogun-image {
    

    
    
    
  }


#s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-638c4961-ce5b-4c05-8321-2fb5a42f0996 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37ead4d7-a22e-4a73-9620-ef02955f2280 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-37ead4d7-a22e-4a73-9620-ef02955f2280:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37ead4d7-a22e-4a73-9620-ef02955f2280:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-213367de-d6a2-4b2c-8169-8b31f31c5f85 {
  background-image: url(https://i.shgcdn.com/78ba709f-ed24-4afe-9cb4-3bcf7428cd3d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(162, 59, 197, 1);
}







  #s-213367de-d6a2-4b2c-8169-8b31f31c5f85 img.shogun-image {
    

    
    
    
  }


#s-213367de-d6a2-4b2c-8169-8b31f31c5f85 .shogun-image-content {
  
    align-items: center;
  
}

#s-dda4782f-c64e-41ea-9847-2ea6df665bc3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ae86891a-5f32-4962-a615-95ed387dcc0c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ae86891a-5f32-4962-a615-95ed387dcc0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae86891a-5f32-4962-a615-95ed387dcc0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 {
  background-image: url(https://i.shgcdn.com/4c69bca4-f4cd-4598-8f67-164dceb66953/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(246, 244, 246, 1);
}







  #s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 img.shogun-image {
    

    
    
    
  }


#s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac63949e-7a7e-4622-9fae-c47ce0f6e4ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a4949eda-6e46-4c31-be5c-51453359243e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a4949eda-6e46-4c31-be5c-51453359243e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4949eda-6e46-4c31-be5c-51453359243e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bd0ac52c-2c58-47ad-a067-82844baf417e {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c950267a-5c8a-4741-be98-f26fc1d5c409 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c950267a-5c8a-4741-be98-f26fc1d5c409 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
aspect-ratio: 822/352;
text-align: center;
}



.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

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

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

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

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

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

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
