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

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

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

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

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

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

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

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

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

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

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

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

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
min-height: 750px;
background-position: center center;
}
@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 600px;
}
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/94d0c364-f518-4217-bb82-c4ffc62a848e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  cursor: pointer;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  cursor: pointer;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 1200px){#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  margin-top: 40px;
margin-bottom: 30px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1200px){






#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 {
  padding-top: 10px;
padding-bottom: 0px;
}
}
#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}


@media (min-width: 1200px){#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}


}@media (max-width: 767px){#s-ee660bef-6ee7-4674-b1c6-9107a1f06934 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  line-height: 0.9em;
  letter-spacing: -2px;
  text-align: center;
}


}
#s-40fe589d-25dc-460f-8c76-4523689022c2 {
  padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-40fe589d-25dc-460f-8c76-4523689022c2 {
  margin-right: 0%;
padding-top: 5px;
}
}
#s-40fe589d-25dc-460f-8c76-4523689022c2 .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-40fe589d-25dc-460f-8c76-4523689022c2 .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-40fe589d-25dc-460f-8c76-4523689022c2 .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-4b2c76e9-43ab-45fa-8792-4705eed46d35 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4b2c76e9-43ab-45fa-8792-4705eed46d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b2c76e9-43ab-45fa-8792-4705eed46d35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e883a534-3d97-4a25-b805-bcdf4eb2afde {
  padding-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e883a534-3d97-4a25-b805-bcdf4eb2afde {
  margin-right: 0%;
}
}
#s-e883a534-3d97-4a25-b805-bcdf4eb2afde .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-e883a534-3d97-4a25-b805-bcdf4eb2afde .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e883a534-3d97-4a25-b805-bcdf4eb2afde .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e883a534-3d97-4a25-b805-bcdf4eb2afde .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-e883a534-3d97-4a25-b805-bcdf4eb2afde .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-cdb94fb8-7a92-4d1a-9471-7554ea68cd70 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-cdb94fb8-7a92-4d1a-9471-7554ea68cd70 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cdb94fb8-7a92-4d1a-9471-7554ea68cd70 .shg-sld-nav-button.shg-sld-left,
#s-cdb94fb8-7a92-4d1a-9471-7554ea68cd70 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6e7bb438-70f2-40e5-971a-cf59d047dab2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e7bb438-70f2-40e5-971a-cf59d047dab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e7bb438-70f2-40e5-971a-cf59d047dab2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65bd6c8f-6a75-4e6a-aed6-85b3b94c005c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-65bd6c8f-6a75-4e6a-aed6-85b3b94c005c {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-65bd6c8f-6a75-4e6a-aed6-85b3b94c005c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65bd6c8f-6a75-4e6a-aed6-85b3b94c005c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 {
  
}
}@media (max-width: 767px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 {
  
}
}
#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-cf8c366f-cbac-4bce-960e-1461b39d1d97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 {
  margin-bottom: 20px;
}
}
#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b27a46bf-418d-4f9a-ad3c-042fd6556e21 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-480300ef-f7f9-4165-8cd8-92eec52ad053 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-480300ef-f7f9-4165-8cd8-92eec52ad053 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-480300ef-f7f9-4165-8cd8-92eec52ad053 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-480300ef-f7f9-4165-8cd8-92eec52ad053 {
  
}
}@media (max-width: 767px){#s-480300ef-f7f9-4165-8cd8-92eec52ad053 {
  
}
}







#s-480300ef-f7f9-4165-8cd8-92eec52ad053 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-480300ef-f7f9-4165-8cd8-92eec52ad053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-522b9912-41b2-4b88-be3f-e50058e803f0 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-522b9912-41b2-4b88-be3f-e50058e803f0 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-522b9912-41b2-4b88-be3f-e50058e803f0 {
  display: none;
}
#s-522b9912-41b2-4b88-be3f-e50058e803f0, #wrap-s-522b9912-41b2-4b88-be3f-e50058e803f0 { display: none !important; }}




  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image,
  #s-522b9912-41b2-4b88-be3f-e50058e803f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 {
    width: 100%;
    height: auto;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
    
    
  }


.s-522b9912-41b2-4b88-be3f-e50058e803f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522b9912-41b2-4b88-be3f-e50058e803f0 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
      position: relative;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image,
  #s-522b9912-41b2-4b88-be3f-e50058e803f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 {
    width: 100%;
    height: auto;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
    
    
  }


.s-522b9912-41b2-4b88-be3f-e50058e803f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522b9912-41b2-4b88-be3f-e50058e803f0 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
      position: relative;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image,
  #s-522b9912-41b2-4b88-be3f-e50058e803f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 {
    width: 100%;
    height: auto;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
    
    
  }


.s-522b9912-41b2-4b88-be3f-e50058e803f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522b9912-41b2-4b88-be3f-e50058e803f0 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
      position: relative;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image,
  #s-522b9912-41b2-4b88-be3f-e50058e803f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 {
    width: 100%;
    height: auto;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
    
    
  }


.s-522b9912-41b2-4b88-be3f-e50058e803f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522b9912-41b2-4b88-be3f-e50058e803f0 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
      position: relative;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image,
  #s-522b9912-41b2-4b88-be3f-e50058e803f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 {
    width: 100%;
    height: auto;
  }

  #s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
    
    
  }


.s-522b9912-41b2-4b88-be3f-e50058e803f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522b9912-41b2-4b88-be3f-e50058e803f0 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container {
      position: relative;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522b9912-41b2-4b88-be3f-e50058e803f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-53adff43-0639-43e8-b070-e28788b737d1 {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-53adff43-0639-43e8-b070-e28788b737d1 {
  max-width: 700px;
display: none;
}
#s-53adff43-0639-43e8-b070-e28788b737d1, #wrap-s-53adff43-0639-43e8-b070-e28788b737d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53adff43-0639-43e8-b070-e28788b737d1 {
  display: none;
}
#s-53adff43-0639-43e8-b070-e28788b737d1, #wrap-s-53adff43-0639-43e8-b070-e28788b737d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53adff43-0639-43e8-b070-e28788b737d1 {
  display: none;
}
#s-53adff43-0639-43e8-b070-e28788b737d1, #wrap-s-53adff43-0639-43e8-b070-e28788b737d1 { display: none !important; }}




  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image,
  #s-53adff43-0639-43e8-b070-e28788b737d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 {
    width: 100%;
    height: auto;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
    
    
  }


.s-53adff43-0639-43e8-b070-e28788b737d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53adff43-0639-43e8-b070-e28788b737d1 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
      position: relative;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image,
  #s-53adff43-0639-43e8-b070-e28788b737d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 {
    width: 100%;
    height: auto;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
    
    
  }


.s-53adff43-0639-43e8-b070-e28788b737d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53adff43-0639-43e8-b070-e28788b737d1 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
      position: relative;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image,
  #s-53adff43-0639-43e8-b070-e28788b737d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 {
    width: 100%;
    height: auto;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
    
    
  }


.s-53adff43-0639-43e8-b070-e28788b737d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53adff43-0639-43e8-b070-e28788b737d1 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
      position: relative;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image,
  #s-53adff43-0639-43e8-b070-e28788b737d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 {
    width: 100%;
    height: auto;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
    
    
  }


.s-53adff43-0639-43e8-b070-e28788b737d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53adff43-0639-43e8-b070-e28788b737d1 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
      position: relative;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image,
  #s-53adff43-0639-43e8-b070-e28788b737d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 {
    width: 100%;
    height: auto;
  }

  #s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
    
    
  }


.s-53adff43-0639-43e8-b070-e28788b737d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53adff43-0639-43e8-b070-e28788b737d1 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container {
      position: relative;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53adff43-0639-43e8-b070-e28788b737d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89bbdea1-d0e0-4c71-8efa-ff27e07562e5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-89bbdea1-d0e0-4c71-8efa-ff27e07562e5 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-89bbdea1-d0e0-4c71-8efa-ff27e07562e5 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-89bbdea1-d0e0-4c71-8efa-ff27e07562e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89bbdea1-d0e0-4c71-8efa-ff27e07562e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-764454d8-6a6f-4d7e-928d-e5bafa36d95a {
  margin-bottom: 10px;
min-height: 50px;
}








#s-764454d8-6a6f-4d7e-928d-e5bafa36d95a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-764454d8-6a6f-4d7e-928d-e5bafa36d95a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e {
  display: unset;
}
#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e, #wrap-s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e {
  display: unset;
}
#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e, #wrap-s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e {
  display: unset;
}
#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e, #wrap-s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e { display: unset !important; }}@media (max-width: 767px){#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e {
  display: none;
}
#s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e, #wrap-s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e { display: none !important; }}
@media (min-width: 0px) {
[id="s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b987d6c-9bf7-4e73-ab18-fb2f9e5c9c0e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-45e322af-a47a-4405-8817-b79ad6a86945 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image,
  #s-45e322af-a47a-4405-8817-b79ad6a86945 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 {
    width: 100%;
    height: auto;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
    
    
  }


.s-45e322af-a47a-4405-8817-b79ad6a86945 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e322af-a47a-4405-8817-b79ad6a86945 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
      position: relative;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image,
  #s-45e322af-a47a-4405-8817-b79ad6a86945 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 {
    width: 100%;
    height: auto;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
    
    
  }


.s-45e322af-a47a-4405-8817-b79ad6a86945 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e322af-a47a-4405-8817-b79ad6a86945 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
      position: relative;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image,
  #s-45e322af-a47a-4405-8817-b79ad6a86945 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 {
    width: 100%;
    height: auto;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
    
    
  }


.s-45e322af-a47a-4405-8817-b79ad6a86945 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e322af-a47a-4405-8817-b79ad6a86945 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
      position: relative;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image,
  #s-45e322af-a47a-4405-8817-b79ad6a86945 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 {
    width: 100%;
    height: auto;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
    
    
  }


.s-45e322af-a47a-4405-8817-b79ad6a86945 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e322af-a47a-4405-8817-b79ad6a86945 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
      position: relative;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image,
  #s-45e322af-a47a-4405-8817-b79ad6a86945 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 {
    width: 100%;
    height: auto;
  }

  #s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
    
    
  }


.s-45e322af-a47a-4405-8817-b79ad6a86945 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e322af-a47a-4405-8817-b79ad6a86945 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container {
      position: relative;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e322af-a47a-4405-8817-b79ad6a86945 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-59e1e90c-e7c1-4850-a95d-dd939904894e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59e1e90c-e7c1-4850-a95d-dd939904894e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-59e1e90c-e7c1-4850-a95d-dd939904894e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-59e1e90c-e7c1-4850-a95d-dd939904894e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-59e1e90c-e7c1-4850-a95d-dd939904894e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-59e1e90c-e7c1-4850-a95d-dd939904894e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image,
  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
    width: 100%;
    height: auto;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
    
    
  }


.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
      position: relative;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image,
  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
    width: 100%;
    height: auto;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
    
    
  }


.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
      position: relative;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image,
  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
    width: 100%;
    height: auto;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
    
    
  }


.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
      position: relative;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image,
  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
    width: 100%;
    height: auto;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
    
    
  }


.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
      position: relative;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image,
  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
    width: 100%;
    height: auto;
  }

  #s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
    
    
  }


.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container {
      position: relative;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5ed363-d3ee-4ba5-8643-60b4536f9d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7bb615aa-cd83-4055-a16b-abb9547b62b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bb615aa-cd83-4055-a16b-abb9547b62b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7bb615aa-cd83-4055-a16b-abb9547b62b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7bb615aa-cd83-4055-a16b-abb9547b62b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7bb615aa-cd83-4055-a16b-abb9547b62b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-7bb615aa-cd83-4055-a16b-abb9547b62b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-90d69a73-374f-4167-9004-636a0d7186a7 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image,
  #s-90d69a73-374f-4167-9004-636a0d7186a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 {
    width: 100%;
    height: auto;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
    
    
  }


.s-90d69a73-374f-4167-9004-636a0d7186a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90d69a73-374f-4167-9004-636a0d7186a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
      position: relative;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image,
  #s-90d69a73-374f-4167-9004-636a0d7186a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 {
    width: 100%;
    height: auto;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
    
    
  }


.s-90d69a73-374f-4167-9004-636a0d7186a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90d69a73-374f-4167-9004-636a0d7186a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
      position: relative;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image,
  #s-90d69a73-374f-4167-9004-636a0d7186a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 {
    width: 100%;
    height: auto;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
    
    
  }


.s-90d69a73-374f-4167-9004-636a0d7186a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90d69a73-374f-4167-9004-636a0d7186a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
      position: relative;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image,
  #s-90d69a73-374f-4167-9004-636a0d7186a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 {
    width: 100%;
    height: auto;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
    
    
  }


.s-90d69a73-374f-4167-9004-636a0d7186a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90d69a73-374f-4167-9004-636a0d7186a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
      position: relative;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image,
  #s-90d69a73-374f-4167-9004-636a0d7186a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 {
    width: 100%;
    height: auto;
  }

  #s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
    
    
  }


.s-90d69a73-374f-4167-9004-636a0d7186a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90d69a73-374f-4167-9004-636a0d7186a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container {
      position: relative;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90d69a73-374f-4167-9004-636a0d7186a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7f31f454-837e-4498-a187-c94e0f4923f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f31f454-837e-4498-a187-c94e0f4923f5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7f31f454-837e-4498-a187-c94e0f4923f5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7f31f454-837e-4498-a187-c94e0f4923f5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7f31f454-837e-4498-a187-c94e0f4923f5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-7f31f454-837e-4498-a187-c94e0f4923f5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0f4da081-c195-4240-80e2-31ba3cb37351 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image,
  #s-0f4da081-c195-4240-80e2-31ba3cb37351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 {
    width: 100%;
    height: auto;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
    
    
  }


.s-0f4da081-c195-4240-80e2-31ba3cb37351 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f4da081-c195-4240-80e2-31ba3cb37351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
      position: relative;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image,
  #s-0f4da081-c195-4240-80e2-31ba3cb37351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 {
    width: 100%;
    height: auto;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
    
    
  }


.s-0f4da081-c195-4240-80e2-31ba3cb37351 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f4da081-c195-4240-80e2-31ba3cb37351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
      position: relative;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image,
  #s-0f4da081-c195-4240-80e2-31ba3cb37351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 {
    width: 100%;
    height: auto;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
    
    
  }


.s-0f4da081-c195-4240-80e2-31ba3cb37351 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f4da081-c195-4240-80e2-31ba3cb37351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
      position: relative;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image,
  #s-0f4da081-c195-4240-80e2-31ba3cb37351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 {
    width: 100%;
    height: auto;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
    
    
  }


.s-0f4da081-c195-4240-80e2-31ba3cb37351 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f4da081-c195-4240-80e2-31ba3cb37351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
      position: relative;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image,
  #s-0f4da081-c195-4240-80e2-31ba3cb37351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 {
    width: 100%;
    height: auto;
  }

  #s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
    
    
  }


.s-0f4da081-c195-4240-80e2-31ba3cb37351 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f4da081-c195-4240-80e2-31ba3cb37351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container {
      position: relative;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4da081-c195-4240-80e2-31ba3cb37351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-75c69e23-2e2f-4b60-aaed-00453b91feb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75c69e23-2e2f-4b60-aaed-00453b91feb5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-75c69e23-2e2f-4b60-aaed-00453b91feb5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75c69e23-2e2f-4b60-aaed-00453b91feb5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-75c69e23-2e2f-4b60-aaed-00453b91feb5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-75c69e23-2e2f-4b60-aaed-00453b91feb5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image,
  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
    width: 100%;
    height: auto;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
    
    
  }


.s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
      position: relative;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image,
  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
    width: 100%;
    height: auto;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
    
    
  }


.s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
      position: relative;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image,
  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
    width: 100%;
    height: auto;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
    
    
  }


.s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
      position: relative;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image,
  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
    width: 100%;
    height: auto;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
    
    
  }


.s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
      position: relative;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image,
  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
    width: 100%;
    height: auto;
  }

  #s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
    
    
  }


.s-7cb463d9-47b2-4697-8926-4f51f545bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container {
      position: relative;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cb463d9-47b2-4697-8926-4f51f545bbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ed52f58b-1c73-4532-9fb1-ff404ffbc6e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed52f58b-1c73-4532-9fb1-ff404ffbc6e7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-ed52f58b-1c73-4532-9fb1-ff404ffbc6e7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ed52f58b-1c73-4532-9fb1-ff404ffbc6e7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ed52f58b-1c73-4532-9fb1-ff404ffbc6e7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-ed52f58b-1c73-4532-9fb1-ff404ffbc6e7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-5e8183aa-6769-4777-8fd0-09c6f28efc19 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-5e8183aa-6769-4777-8fd0-09c6f28efc19 {
  display: none;
}
#s-5e8183aa-6769-4777-8fd0-09c6f28efc19, #wrap-s-5e8183aa-6769-4777-8fd0-09c6f28efc19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e8183aa-6769-4777-8fd0-09c6f28efc19 {
  display: none;
}
#s-5e8183aa-6769-4777-8fd0-09c6f28efc19, #wrap-s-5e8183aa-6769-4777-8fd0-09c6f28efc19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e8183aa-6769-4777-8fd0-09c6f28efc19 {
  display: none;
}
#s-5e8183aa-6769-4777-8fd0-09c6f28efc19, #wrap-s-5e8183aa-6769-4777-8fd0-09c6f28efc19 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5e8183aa-6769-4777-8fd0-09c6f28efc19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e8183aa-6769-4777-8fd0-09c6f28efc19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e8183aa-6769-4777-8fd0-09c6f28efc19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e8183aa-6769-4777-8fd0-09c6f28efc19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-03c762e4-3224-4b87-8c50-8464142976e6 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image,
  #s-03c762e4-3224-4b87-8c50-8464142976e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 {
    width: 100%;
    height: auto;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
    
    
  }


.s-03c762e4-3224-4b87-8c50-8464142976e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03c762e4-3224-4b87-8c50-8464142976e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
      position: relative;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image,
  #s-03c762e4-3224-4b87-8c50-8464142976e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 {
    width: 100%;
    height: auto;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
    
    
  }


.s-03c762e4-3224-4b87-8c50-8464142976e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03c762e4-3224-4b87-8c50-8464142976e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
      position: relative;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image,
  #s-03c762e4-3224-4b87-8c50-8464142976e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 {
    width: 100%;
    height: auto;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
    
    
  }


.s-03c762e4-3224-4b87-8c50-8464142976e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03c762e4-3224-4b87-8c50-8464142976e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
      position: relative;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image,
  #s-03c762e4-3224-4b87-8c50-8464142976e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 {
    width: 100%;
    height: auto;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
    
    
  }


.s-03c762e4-3224-4b87-8c50-8464142976e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03c762e4-3224-4b87-8c50-8464142976e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
      position: relative;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image,
  #s-03c762e4-3224-4b87-8c50-8464142976e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 {
    width: 100%;
    height: auto;
  }

  #s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
    
    
  }


.s-03c762e4-3224-4b87-8c50-8464142976e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03c762e4-3224-4b87-8c50-8464142976e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container {
      position: relative;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c762e4-3224-4b87-8c50-8464142976e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a4f0b7ff-256c-471a-8beb-70d22e83551b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4f0b7ff-256c-471a-8beb-70d22e83551b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a4f0b7ff-256c-471a-8beb-70d22e83551b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4f0b7ff-256c-471a-8beb-70d22e83551b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4f0b7ff-256c-471a-8beb-70d22e83551b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a4f0b7ff-256c-471a-8beb-70d22e83551b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image,
  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
    width: 100%;
    height: auto;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
    
    
  }


.s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
      position: relative;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image,
  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
    width: 100%;
    height: auto;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
    
    
  }


.s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
      position: relative;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image,
  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
    width: 100%;
    height: auto;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
    
    
  }


.s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
      position: relative;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image,
  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
    width: 100%;
    height: auto;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
    
    
  }


.s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
      position: relative;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image,
  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
    width: 100%;
    height: auto;
  }

  #s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
    
    
  }


.s-bc780d49-7567-4362-977c-dc6ead8b2dd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container {
      position: relative;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc780d49-7567-4362-977c-dc6ead8b2dd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e98abe38-8485-425d-bd98-664fe8fbe916 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e98abe38-8485-425d-bd98-664fe8fbe916 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-e98abe38-8485-425d-bd98-664fe8fbe916 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e98abe38-8485-425d-bd98-664fe8fbe916 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e98abe38-8485-425d-bd98-664fe8fbe916 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-e98abe38-8485-425d-bd98-664fe8fbe916 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image,
  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
    width: 100%;
    height: auto;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
    
    
  }


.s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
      position: relative;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image,
  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
    width: 100%;
    height: auto;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
    
    
  }


.s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
      position: relative;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image,
  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
    width: 100%;
    height: auto;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
    
    
  }


.s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
      position: relative;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image,
  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
    width: 100%;
    height: auto;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
    
    
  }


.s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
      position: relative;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image,
  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
    width: 100%;
    height: auto;
  }

  #s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
    
    
  }


.s-a9c66553-4df3-40ab-81c8-2a3dd9067163 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container {
      position: relative;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9c66553-4df3-40ab-81c8-2a3dd9067163 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ea70393b-bbbe-45d3-88bb-8f7e23b2f0ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea70393b-bbbe-45d3-88bb-8f7e23b2f0ae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-ea70393b-bbbe-45d3-88bb-8f7e23b2f0ae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea70393b-bbbe-45d3-88bb-8f7e23b2f0ae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea70393b-bbbe-45d3-88bb-8f7e23b2f0ae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-ea70393b-bbbe-45d3-88bb-8f7e23b2f0ae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image,
  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
    width: 100%;
    height: auto;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
    
    
  }


.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
      position: relative;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image,
  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
    width: 100%;
    height: auto;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
    
    
  }


.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
      position: relative;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image,
  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
    width: 100%;
    height: auto;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
    
    
  }


.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
      position: relative;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image,
  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
    width: 100%;
    height: auto;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
    
    
  }


.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
      position: relative;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image,
  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
    width: 100%;
    height: auto;
  }

  #s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
    
    
  }


.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container {
      position: relative;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ece71ff-f644-4fe6-ad5c-8d0615a75656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aa679c12-8b10-4c94-a9e7-96fc60ba73de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa679c12-8b10-4c94-a9e7-96fc60ba73de .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-aa679c12-8b10-4c94-a9e7-96fc60ba73de .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aa679c12-8b10-4c94-a9e7-96fc60ba73de .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aa679c12-8b10-4c94-a9e7-96fc60ba73de .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-aa679c12-8b10-4c94-a9e7-96fc60ba73de .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
  display: none;
}
#s-9f0087ab-db50-4160-9c36-d2f996ba73ff, #wrap-s-9f0087ab-db50-4160-9c36-d2f996ba73ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
  display: none;
}
#s-9f0087ab-db50-4160-9c36-d2f996ba73ff, #wrap-s-9f0087ab-db50-4160-9c36-d2f996ba73ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
  display: none;
}
#s-9f0087ab-db50-4160-9c36-d2f996ba73ff, #wrap-s-9f0087ab-db50-4160-9c36-d2f996ba73ff { display: none !important; }}




  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image,
  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
    width: 100%;
    height: auto;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
    
    
  }


.s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
      position: relative;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image,
  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
    width: 100%;
    height: auto;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
    
    
  }


.s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
      position: relative;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image,
  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
    width: 100%;
    height: auto;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
    
    
  }


.s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
      position: relative;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image,
  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
    width: 100%;
    height: auto;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
    
    
  }


.s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
      position: relative;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image,
  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
    width: 100%;
    height: auto;
  }

  #s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
    
    
  }


.s-9f0087ab-db50-4160-9c36-d2f996ba73ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container {
      position: relative;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0087ab-db50-4160-9c36-d2f996ba73ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f {
  display: none;
}
#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f, #wrap-s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f {
  display: none;
}
#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f, #wrap-s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f {
  display: none;
}
#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f, #wrap-s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f { display: none !important; }}
#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-0fa61b81-9bb8-4bd5-80a3-a0e57e997a1f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-ee9baf76-bc50-4fb3-9fb9-20565b027290 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ee9baf76-bc50-4fb3-9fb9-20565b027290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee9baf76-bc50-4fb3-9fb9-20565b027290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0-root {
    text-align: center;
  }


#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0-root {
    text-align: center;
  }


#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0-root {
    text-align: center;
  }


#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0-root {
    text-align: center;
  }


#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0-root {
    text-align: center;
  }


#s-9d5212b3-bab2-4b43-9cf3-7287d56d09e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-78035278-3f2d-4403-af6d-3d6195117cd6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-78035278-3f2d-4403-af6d-3d6195117cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78035278-3f2d-4403-af6d-3d6195117cd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff1cf65a-2e0e-4e3c-a5be-45aba92ae8b8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff1cf65a-2e0e-4e3c-a5be-45aba92ae8b8 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-ff1cf65a-2e0e-4e3c-a5be-45aba92ae8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff1cf65a-2e0e-4e3c-a5be-45aba92ae8b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0e81a1-06f9-4621-8679-07dc4265184d {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-df0e81a1-06f9-4621-8679-07dc4265184d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df0e81a1-06f9-4621-8679-07dc4265184d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df0e81a1-06f9-4621-8679-07dc4265184d {
  
}
}@media (max-width: 767px){#s-df0e81a1-06f9-4621-8679-07dc4265184d {
  
}
}
#s-df0e81a1-06f9-4621-8679-07dc4265184d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-df0e81a1-06f9-4621-8679-07dc4265184d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df0e81a1-06f9-4621-8679-07dc4265184d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-df0e81a1-06f9-4621-8679-07dc4265184d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-df0e81a1-06f9-4621-8679-07dc4265184d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-96804d03-525f-4257-ae6d-6e519bd9928b {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-96804d03-525f-4257-ae6d-6e519bd9928b {
  margin-bottom: 20px;
}
}
#s-96804d03-525f-4257-ae6d-6e519bd9928b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-96804d03-525f-4257-ae6d-6e519bd9928b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-96804d03-525f-4257-ae6d-6e519bd9928b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-96804d03-525f-4257-ae6d-6e519bd9928b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-96804d03-525f-4257-ae6d-6e519bd9928b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-f812e381-718b-46ac-be8b-a8595e0e7dd5 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f812e381-718b-46ac-be8b-a8595e0e7dd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f812e381-718b-46ac-be8b-a8595e0e7dd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f812e381-718b-46ac-be8b-a8595e0e7dd5 {
  
}
}@media (max-width: 767px){#s-f812e381-718b-46ac-be8b-a8595e0e7dd5 {
  
}
}







#s-f812e381-718b-46ac-be8b-a8595e0e7dd5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f812e381-718b-46ac-be8b-a8595e0e7dd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
  display: none;
}
#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57, #wrap-s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 { display: none !important; }}




  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image,
  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
    width: 100%;
    height: auto;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
    
    
  }


.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
      position: relative;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image,
  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
    width: 100%;
    height: auto;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
    
    
  }


.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
      position: relative;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image,
  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
    width: 100%;
    height: auto;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
    
    
  }


.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
      position: relative;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image,
  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
    width: 100%;
    height: auto;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
    
    
  }


.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
      position: relative;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image,
  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
    width: 100%;
    height: auto;
  }

  #s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
    
    
  }


.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container {
      position: relative;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c70dd1ed-564b-407e-9f6a-78afc7a53b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
  display: none;
}
#s-7434e02f-927e-4394-9a2a-1d4bf43df84c, #wrap-s-7434e02f-927e-4394-9a2a-1d4bf43df84c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
  display: none;
}
#s-7434e02f-927e-4394-9a2a-1d4bf43df84c, #wrap-s-7434e02f-927e-4394-9a2a-1d4bf43df84c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
  display: none;
}
#s-7434e02f-927e-4394-9a2a-1d4bf43df84c, #wrap-s-7434e02f-927e-4394-9a2a-1d4bf43df84c { display: none !important; }}




  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image,
  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
    width: 100%;
    height: auto;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
    
    
  }


.s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shogun-image-content {
  
    align-items: center;
  
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
      position: relative;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image,
  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
    width: 100%;
    height: auto;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
    
    
  }


.s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shogun-image-content {
  
    align-items: center;
  
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
      position: relative;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image,
  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
    width: 100%;
    height: auto;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
    
    
  }


.s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shogun-image-content {
  
    align-items: center;
  
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
      position: relative;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image,
  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
    width: 100%;
    height: auto;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
    
    
  }


.s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shogun-image-content {
  
    align-items: center;
  
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
      position: relative;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image,
  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
    width: 100%;
    height: auto;
  }

  #s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
    
    
  }


.s-7434e02f-927e-4394-9a2a-1d4bf43df84c .shogun-image-content {
  
    align-items: center;
  
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container {
      position: relative;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7434e02f-927e-4394-9a2a-1d4bf43df84c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3fc63f2e-fac1-4217-861f-1c5f20d69558 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3fc63f2e-fac1-4217-861f-1c5f20d69558 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-3fc63f2e-fac1-4217-861f-1c5f20d69558 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-3fc63f2e-fac1-4217-861f-1c5f20d69558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc63f2e-fac1-4217-861f-1c5f20d69558.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff3e9c62-7bd6-4eba-9318-118bd2446578 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-ff3e9c62-7bd6-4eba-9318-118bd2446578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3e9c62-7bd6-4eba-9318-118bd2446578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28315e5d-82ca-4fb6-9ece-750968b6de61 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-28315e5d-82ca-4fb6-9ece-750968b6de61 {
  display: unset;
}
#s-28315e5d-82ca-4fb6-9ece-750968b6de61, #wrap-s-28315e5d-82ca-4fb6-9ece-750968b6de61 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28315e5d-82ca-4fb6-9ece-750968b6de61 {
  display: unset;
}
#s-28315e5d-82ca-4fb6-9ece-750968b6de61, #wrap-s-28315e5d-82ca-4fb6-9ece-750968b6de61 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28315e5d-82ca-4fb6-9ece-750968b6de61 {
  display: unset;
}
#s-28315e5d-82ca-4fb6-9ece-750968b6de61, #wrap-s-28315e5d-82ca-4fb6-9ece-750968b6de61 { display: unset !important; }}@media (max-width: 767px){#s-28315e5d-82ca-4fb6-9ece-750968b6de61 {
  display: none;
}
#s-28315e5d-82ca-4fb6-9ece-750968b6de61, #wrap-s-28315e5d-82ca-4fb6-9ece-750968b6de61 { display: none !important; }}
@media (min-width: 0px) {
[id="s-28315e5d-82ca-4fb6-9ece-750968b6de61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28315e5d-82ca-4fb6-9ece-750968b6de61"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-28315e5d-82ca-4fb6-9ece-750968b6de61"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-28315e5d-82ca-4fb6-9ece-750968b6de61"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image,
  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
    width: 100%;
    height: auto;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
    
    
  }


.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
      position: relative;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image,
  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
    width: 100%;
    height: auto;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
    
    
  }


.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
      position: relative;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image,
  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
    width: 100%;
    height: auto;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
    
    
  }


.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
      position: relative;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image,
  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
    width: 100%;
    height: auto;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
    
    
  }


.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
      position: relative;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image,
  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
    width: 100%;
    height: auto;
  }

  #s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
    
    
  }


.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container {
      position: relative;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd312a90-7eb5-4a2f-8191-5a8de81bcf16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-100c9b40-2020-44b7-af49-18a159f27230 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-100c9b40-2020-44b7-af49-18a159f27230 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-100c9b40-2020-44b7-af49-18a159f27230 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-100c9b40-2020-44b7-af49-18a159f27230 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-100c9b40-2020-44b7-af49-18a159f27230 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-100c9b40-2020-44b7-af49-18a159f27230 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image,
  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
    width: 100%;
    height: auto;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
    
    
  }


.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shogun-image-content {
  
    align-items: center;
  
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
      position: relative;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image,
  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
    width: 100%;
    height: auto;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
    
    
  }


.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shogun-image-content {
  
    align-items: center;
  
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
      position: relative;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image,
  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
    width: 100%;
    height: auto;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
    
    
  }


.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shogun-image-content {
  
    align-items: center;
  
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
      position: relative;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image,
  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
    width: 100%;
    height: auto;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
    
    
  }


.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shogun-image-content {
  
    align-items: center;
  
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
      position: relative;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image,
  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
    width: 100%;
    height: auto;
  }

  #s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
    
    
  }


.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a .shogun-image-content {
  
    align-items: center;
  
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container {
      position: relative;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f691eb93-ee47-4dd7-8496-9e6bf0d4702a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aa273d2f-89cf-44a8-86c2-198814bdace4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa273d2f-89cf-44a8-86c2-198814bdace4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-aa273d2f-89cf-44a8-86c2-198814bdace4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aa273d2f-89cf-44a8-86c2-198814bdace4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aa273d2f-89cf-44a8-86c2-198814bdace4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-aa273d2f-89cf-44a8-86c2-198814bdace4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image,
  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
    width: 100%;
    height: auto;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
    
    
  }


.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shogun-image-content {
  
    align-items: center;
  
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
      position: relative;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image,
  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
    width: 100%;
    height: auto;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
    
    
  }


.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shogun-image-content {
  
    align-items: center;
  
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
      position: relative;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image,
  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
    width: 100%;
    height: auto;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
    
    
  }


.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shogun-image-content {
  
    align-items: center;
  
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
      position: relative;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image,
  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
    width: 100%;
    height: auto;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
    
    
  }


.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shogun-image-content {
  
    align-items: center;
  
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
      position: relative;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image,
  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
    width: 100%;
    height: auto;
  }

  #s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
    
    
  }


.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c .shogun-image-content {
  
    align-items: center;
  
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container {
      position: relative;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17b804d6-f8d1-4a0d-ada3-0a907764dd2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d36c4167-961a-43f5-9401-83f7959ed4cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d36c4167-961a-43f5-9401-83f7959ed4cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d36c4167-961a-43f5-9401-83f7959ed4cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d36c4167-961a-43f5-9401-83f7959ed4cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d36c4167-961a-43f5-9401-83f7959ed4cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d36c4167-961a-43f5-9401-83f7959ed4cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image,
  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
    width: 100%;
    height: auto;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
    
    
  }


.s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
      position: relative;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image,
  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
    width: 100%;
    height: auto;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
    
    
  }


.s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
      position: relative;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image,
  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
    width: 100%;
    height: auto;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
    
    
  }


.s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
      position: relative;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image,
  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
    width: 100%;
    height: auto;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
    
    
  }


.s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
      position: relative;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image,
  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
    width: 100%;
    height: auto;
  }

  #s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
    
    
  }


.s-2ec3f634-a136-46dc-a926-ec1801d84c74 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container {
      position: relative;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec3f634-a136-46dc-a926-ec1801d84c74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f8399138-6f2c-446c-89bb-b6acf90c75d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8399138-6f2c-446c-89bb-b6acf90c75d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f8399138-6f2c-446c-89bb-b6acf90c75d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f8399138-6f2c-446c-89bb-b6acf90c75d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f8399138-6f2c-446c-89bb-b6acf90c75d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-f8399138-6f2c-446c-89bb-b6acf90c75d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-171a815c-e17c-48d7-adc4-96b198f04719 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image,
  #s-171a815c-e17c-48d7-adc4-96b198f04719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 {
    width: 100%;
    height: auto;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
    
    
  }


.s-171a815c-e17c-48d7-adc4-96b198f04719 .shogun-image-content {
  
    align-items: center;
  
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-171a815c-e17c-48d7-adc4-96b198f04719 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
      position: relative;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image,
  #s-171a815c-e17c-48d7-adc4-96b198f04719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 {
    width: 100%;
    height: auto;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
    
    
  }


.s-171a815c-e17c-48d7-adc4-96b198f04719 .shogun-image-content {
  
    align-items: center;
  
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-171a815c-e17c-48d7-adc4-96b198f04719 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
      position: relative;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image,
  #s-171a815c-e17c-48d7-adc4-96b198f04719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 {
    width: 100%;
    height: auto;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
    
    
  }


.s-171a815c-e17c-48d7-adc4-96b198f04719 .shogun-image-content {
  
    align-items: center;
  
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-171a815c-e17c-48d7-adc4-96b198f04719 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
      position: relative;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image,
  #s-171a815c-e17c-48d7-adc4-96b198f04719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 {
    width: 100%;
    height: auto;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
    
    
  }


.s-171a815c-e17c-48d7-adc4-96b198f04719 .shogun-image-content {
  
    align-items: center;
  
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-171a815c-e17c-48d7-adc4-96b198f04719 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
      position: relative;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image,
  #s-171a815c-e17c-48d7-adc4-96b198f04719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 {
    width: 100%;
    height: auto;
  }

  #s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
    
    
  }


.s-171a815c-e17c-48d7-adc4-96b198f04719 .shogun-image-content {
  
    align-items: center;
  
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-171a815c-e17c-48d7-adc4-96b198f04719 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container {
      position: relative;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-171a815c-e17c-48d7-adc4-96b198f04719 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9e9a387d-66ee-454c-a74c-3d98e6e5cd74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e9a387d-66ee-454c-a74c-3d98e6e5cd74 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-9e9a387d-66ee-454c-a74c-3d98e6e5cd74 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9e9a387d-66ee-454c-a74c-3d98e6e5cd74 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9e9a387d-66ee-454c-a74c-3d98e6e5cd74 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-9e9a387d-66ee-454c-a74c-3d98e6e5cd74 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9dac20af-1973-453f-bc64-3846f05347a1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-9dac20af-1973-453f-bc64-3846f05347a1 {
  display: none;
}
#s-9dac20af-1973-453f-bc64-3846f05347a1, #wrap-s-9dac20af-1973-453f-bc64-3846f05347a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dac20af-1973-453f-bc64-3846f05347a1 {
  display: none;
}
#s-9dac20af-1973-453f-bc64-3846f05347a1, #wrap-s-9dac20af-1973-453f-bc64-3846f05347a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9dac20af-1973-453f-bc64-3846f05347a1 {
  display: none;
}
#s-9dac20af-1973-453f-bc64-3846f05347a1, #wrap-s-9dac20af-1973-453f-bc64-3846f05347a1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9dac20af-1973-453f-bc64-3846f05347a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9dac20af-1973-453f-bc64-3846f05347a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9dac20af-1973-453f-bc64-3846f05347a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9dac20af-1973-453f-bc64-3846f05347a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image,
  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
    width: 100%;
    height: auto;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
    
    
  }


.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shogun-image-content {
  
    align-items: center;
  
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
      position: relative;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image,
  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
    width: 100%;
    height: auto;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
    
    
  }


.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shogun-image-content {
  
    align-items: center;
  
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
      position: relative;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image,
  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
    width: 100%;
    height: auto;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
    
    
  }


.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shogun-image-content {
  
    align-items: center;
  
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
      position: relative;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image,
  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
    width: 100%;
    height: auto;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
    
    
  }


.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shogun-image-content {
  
    align-items: center;
  
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
      position: relative;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image,
  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
    width: 100%;
    height: auto;
  }

  #s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
    
    
  }


.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da .shogun-image-content {
  
    align-items: center;
  
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container {
      position: relative;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7efe669-d6a2-4ac5-9882-8ae1320ec0da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3f0de48e-85f5-4b30-b21b-a5ab510caf07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f0de48e-85f5-4b30-b21b-a5ab510caf07 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-3f0de48e-85f5-4b30-b21b-a5ab510caf07 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3f0de48e-85f5-4b30-b21b-a5ab510caf07 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f0de48e-85f5-4b30-b21b-a5ab510caf07 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-3f0de48e-85f5-4b30-b21b-a5ab510caf07 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image,
  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
    width: 100%;
    height: auto;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
    
    
  }


.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
      position: relative;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image,
  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
    width: 100%;
    height: auto;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
    
    
  }


.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
      position: relative;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image,
  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
    width: 100%;
    height: auto;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
    
    
  }


.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
      position: relative;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image,
  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
    width: 100%;
    height: auto;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
    
    
  }


.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
      position: relative;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image,
  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
    width: 100%;
    height: auto;
  }

  #s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
    
    
  }


.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container {
      position: relative;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10fdb6d4-c0b0-4bb6-8396-ce5d55ada6c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f3b9aa93-31de-489e-b039-9a9d6913e661 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b9aa93-31de-489e-b039-9a9d6913e661 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f3b9aa93-31de-489e-b039-9a9d6913e661 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3b9aa93-31de-489e-b039-9a9d6913e661 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3b9aa93-31de-489e-b039-9a9d6913e661 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-f3b9aa93-31de-489e-b039-9a9d6913e661 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-edcbb3a0-a094-499f-b999-dd4d884d415b {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image,
  #s-edcbb3a0-a094-499f-b999-dd4d884d415b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b {
    width: 100%;
    height: auto;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
    
    
  }


.s-edcbb3a0-a094-499f-b999-dd4d884d415b .shogun-image-content {
  
    align-items: center;
  
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edcbb3a0-a094-499f-b999-dd4d884d415b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
      position: relative;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image,
  #s-edcbb3a0-a094-499f-b999-dd4d884d415b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b {
    width: 100%;
    height: auto;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
    
    
  }


.s-edcbb3a0-a094-499f-b999-dd4d884d415b .shogun-image-content {
  
    align-items: center;
  
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edcbb3a0-a094-499f-b999-dd4d884d415b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
      position: relative;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image,
  #s-edcbb3a0-a094-499f-b999-dd4d884d415b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b {
    width: 100%;
    height: auto;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
    
    
  }


.s-edcbb3a0-a094-499f-b999-dd4d884d415b .shogun-image-content {
  
    align-items: center;
  
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edcbb3a0-a094-499f-b999-dd4d884d415b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
      position: relative;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image,
  #s-edcbb3a0-a094-499f-b999-dd4d884d415b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b {
    width: 100%;
    height: auto;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
    
    
  }


.s-edcbb3a0-a094-499f-b999-dd4d884d415b .shogun-image-content {
  
    align-items: center;
  
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edcbb3a0-a094-499f-b999-dd4d884d415b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
      position: relative;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image,
  #s-edcbb3a0-a094-499f-b999-dd4d884d415b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b {
    width: 100%;
    height: auto;
  }

  #s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
    
    
  }


.s-edcbb3a0-a094-499f-b999-dd4d884d415b .shogun-image-content {
  
    align-items: center;
  
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edcbb3a0-a094-499f-b999-dd4d884d415b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container {
      position: relative;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edcbb3a0-a094-499f-b999-dd4d884d415b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a2ebd695-103b-403c-806a-fbda9a480455 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2ebd695-103b-403c-806a-fbda9a480455 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a2ebd695-103b-403c-806a-fbda9a480455 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a2ebd695-103b-403c-806a-fbda9a480455 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a2ebd695-103b-403c-806a-fbda9a480455 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a2ebd695-103b-403c-806a-fbda9a480455 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-13da7690-ad28-46ff-8d73-688a9db49d60 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image,
  #s-13da7690-ad28-46ff-8d73-688a9db49d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 {
    width: 100%;
    height: auto;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
    
    
  }


.s-13da7690-ad28-46ff-8d73-688a9db49d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13da7690-ad28-46ff-8d73-688a9db49d60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
      position: relative;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image,
  #s-13da7690-ad28-46ff-8d73-688a9db49d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 {
    width: 100%;
    height: auto;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
    
    
  }


.s-13da7690-ad28-46ff-8d73-688a9db49d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13da7690-ad28-46ff-8d73-688a9db49d60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
      position: relative;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image,
  #s-13da7690-ad28-46ff-8d73-688a9db49d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 {
    width: 100%;
    height: auto;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
    
    
  }


.s-13da7690-ad28-46ff-8d73-688a9db49d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13da7690-ad28-46ff-8d73-688a9db49d60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
      position: relative;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image,
  #s-13da7690-ad28-46ff-8d73-688a9db49d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 {
    width: 100%;
    height: auto;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
    
    
  }


.s-13da7690-ad28-46ff-8d73-688a9db49d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13da7690-ad28-46ff-8d73-688a9db49d60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
      position: relative;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image,
  #s-13da7690-ad28-46ff-8d73-688a9db49d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 {
    width: 100%;
    height: auto;
  }

  #s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
    
    
  }


.s-13da7690-ad28-46ff-8d73-688a9db49d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13da7690-ad28-46ff-8d73-688a9db49d60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container {
      position: relative;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13da7690-ad28-46ff-8d73-688a9db49d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f2010b87-05d4-40cf-a89c-216610d9cdad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2010b87-05d4-40cf-a89c-216610d9cdad .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f2010b87-05d4-40cf-a89c-216610d9cdad .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f2010b87-05d4-40cf-a89c-216610d9cdad .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f2010b87-05d4-40cf-a89c-216610d9cdad .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-f2010b87-05d4-40cf-a89c-216610d9cdad .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
  display: none;
}
#s-a830e6cd-c666-42b9-8f8c-2d1154454574, #wrap-s-a830e6cd-c666-42b9-8f8c-2d1154454574 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
  display: none;
}
#s-a830e6cd-c666-42b9-8f8c-2d1154454574, #wrap-s-a830e6cd-c666-42b9-8f8c-2d1154454574 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
  display: none;
}
#s-a830e6cd-c666-42b9-8f8c-2d1154454574, #wrap-s-a830e6cd-c666-42b9-8f8c-2d1154454574 { display: none !important; }}




  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image,
  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
    width: 100%;
    height: auto;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
    
    
  }


.s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shogun-image-content {
  
    align-items: center;
  
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
      position: relative;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image,
  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
    width: 100%;
    height: auto;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
    
    
  }


.s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shogun-image-content {
  
    align-items: center;
  
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
      position: relative;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image,
  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
    width: 100%;
    height: auto;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
    
    
  }


.s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shogun-image-content {
  
    align-items: center;
  
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
      position: relative;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image,
  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
    width: 100%;
    height: auto;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
    
    
  }


.s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shogun-image-content {
  
    align-items: center;
  
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
      position: relative;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image,
  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
    width: 100%;
    height: auto;
  }

  #s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
    
    
  }


.s-a830e6cd-c666-42b9-8f8c-2d1154454574 .shogun-image-content {
  
    align-items: center;
  
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container {
      position: relative;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a830e6cd-c666-42b9-8f8c-2d1154454574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7d9fd57d-f431-480b-b716-7a693121fa04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 {
  display: none;
}
#s-7d9fd57d-f431-480b-b716-7a693121fa04, #wrap-s-7d9fd57d-f431-480b-b716-7a693121fa04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 {
  display: none;
}
#s-7d9fd57d-f431-480b-b716-7a693121fa04, #wrap-s-7d9fd57d-f431-480b-b716-7a693121fa04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 {
  display: none;
}
#s-7d9fd57d-f431-480b-b716-7a693121fa04, #wrap-s-7d9fd57d-f431-480b-b716-7a693121fa04 { display: none !important; }}
#s-7d9fd57d-f431-480b-b716-7a693121fa04 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-7d9fd57d-f431-480b-b716-7a693121fa04 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-b44f7fc2-8e8f-4069-a236-a81feb80bf4f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b44f7fc2-8e8f-4069-a236-a81feb80bf4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b44f7fc2-8e8f-4069-a236-a81feb80bf4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-146e4e0b-6b0e-4e8b-a456-de0759823604 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-146e4e0b-6b0e-4e8b-a456-de0759823604:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-146e4e0b-6b0e-4e8b-a456-de0759823604:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-146e4e0b-6b0e-4e8b-a456-de0759823604 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-146e4e0b-6b0e-4e8b-a456-de0759823604-root {
    text-align: center;
  }


#s-146e4e0b-6b0e-4e8b-a456-de0759823604.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-146e4e0b-6b0e-4e8b-a456-de0759823604-root {
    text-align: center;
  }


#s-146e4e0b-6b0e-4e8b-a456-de0759823604.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-146e4e0b-6b0e-4e8b-a456-de0759823604-root {
    text-align: center;
  }


#s-146e4e0b-6b0e-4e8b-a456-de0759823604.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-146e4e0b-6b0e-4e8b-a456-de0759823604-root {
    text-align: center;
  }


#s-146e4e0b-6b0e-4e8b-a456-de0759823604.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-146e4e0b-6b0e-4e8b-a456-de0759823604-root {
    text-align: center;
  }


#s-146e4e0b-6b0e-4e8b-a456-de0759823604.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-264894e3-4805-411d-aa4b-11d18aebeea0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-264894e3-4805-411d-aa4b-11d18aebeea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-264894e3-4805-411d-aa4b-11d18aebeea0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4673041-6ba6-419a-b7ed-a045a4d0e00b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a4673041-6ba6-419a-b7ed-a045a4d0e00b {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-a4673041-6ba6-419a-b7ed-a045a4d0e00b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4673041-6ba6-419a-b7ed-a045a4d0e00b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb {
  
}
}@media (max-width: 767px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb {
  
}
}
#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-989adbb9-fde2-46ac-a5ec-8e30fddb85cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 {
  margin-bottom: 20px;
}
}
#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-691e674f-27e2-4b06-a8f1-3dd065a3e870 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d {
  
}
}@media (max-width: 767px){#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d {
  
}
}







#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c361b354-c39e-4a91-91fd-e8cb4754ac5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3add7eab-4e54-492c-b864-50ed58c33e6e {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-3add7eab-4e54-492c-b864-50ed58c33e6e {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-3add7eab-4e54-492c-b864-50ed58c33e6e {
  display: none;
}
#s-3add7eab-4e54-492c-b864-50ed58c33e6e, #wrap-s-3add7eab-4e54-492c-b864-50ed58c33e6e { display: none !important; }}




  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image,
  #s-3add7eab-4e54-492c-b864-50ed58c33e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e {
    width: 100%;
    height: auto;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
    
    
  }


.s-3add7eab-4e54-492c-b864-50ed58c33e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3add7eab-4e54-492c-b864-50ed58c33e6e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
      position: relative;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image,
  #s-3add7eab-4e54-492c-b864-50ed58c33e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e {
    width: 100%;
    height: auto;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
    
    
  }


.s-3add7eab-4e54-492c-b864-50ed58c33e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3add7eab-4e54-492c-b864-50ed58c33e6e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
      position: relative;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image,
  #s-3add7eab-4e54-492c-b864-50ed58c33e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e {
    width: 100%;
    height: auto;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
    
    
  }


.s-3add7eab-4e54-492c-b864-50ed58c33e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3add7eab-4e54-492c-b864-50ed58c33e6e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
      position: relative;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image,
  #s-3add7eab-4e54-492c-b864-50ed58c33e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e {
    width: 100%;
    height: auto;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
    
    
  }


.s-3add7eab-4e54-492c-b864-50ed58c33e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3add7eab-4e54-492c-b864-50ed58c33e6e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
      position: relative;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image,
  #s-3add7eab-4e54-492c-b864-50ed58c33e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e {
    width: 100%;
    height: auto;
  }

  #s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
    
    
  }


.s-3add7eab-4e54-492c-b864-50ed58c33e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3add7eab-4e54-492c-b864-50ed58c33e6e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container {
      position: relative;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3add7eab-4e54-492c-b864-50ed58c33e6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
  max-width: 700px;
display: none;
}
#s-a17eb17b-6f82-4c2a-9e03-c70848668bea, #wrap-s-a17eb17b-6f82-4c2a-9e03-c70848668bea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
  display: none;
}
#s-a17eb17b-6f82-4c2a-9e03-c70848668bea, #wrap-s-a17eb17b-6f82-4c2a-9e03-c70848668bea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
  display: none;
}
#s-a17eb17b-6f82-4c2a-9e03-c70848668bea, #wrap-s-a17eb17b-6f82-4c2a-9e03-c70848668bea { display: none !important; }}




  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image,
  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
    width: 100%;
    height: auto;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
    
    
  }


.s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shogun-image-content {
  
    align-items: center;
  
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
      position: relative;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image,
  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
    width: 100%;
    height: auto;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
    
    
  }


.s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shogun-image-content {
  
    align-items: center;
  
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
      position: relative;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image,
  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
    width: 100%;
    height: auto;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
    
    
  }


.s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shogun-image-content {
  
    align-items: center;
  
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
      position: relative;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image,
  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
    width: 100%;
    height: auto;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
    
    
  }


.s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shogun-image-content {
  
    align-items: center;
  
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
      position: relative;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image,
  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
    width: 100%;
    height: auto;
  }

  #s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
    
    
  }


.s-a17eb17b-6f82-4c2a-9e03-c70848668bea .shogun-image-content {
  
    align-items: center;
  
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container {
      position: relative;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17eb17b-6f82-4c2a-9e03-c70848668bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3de2e7c6-ee9c-4daf-b76d-e3cca571d850 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3de2e7c6-ee9c-4daf-b76d-e3cca571d850 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-3de2e7c6-ee9c-4daf-b76d-e3cca571d850 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-3de2e7c6-ee9c-4daf-b76d-e3cca571d850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de2e7c6-ee9c-4daf-b76d-e3cca571d850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b0440f8-18b4-41b6-892e-57ec2283e2ef {
  margin-bottom: 10px;
min-height: 50px;
}








#s-1b0440f8-18b4-41b6-892e-57ec2283e2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b0440f8-18b4-41b6-892e-57ec2283e2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01754675-7dd9-4666-9d46-d22b30081062 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-01754675-7dd9-4666-9d46-d22b30081062 {
  display: unset;
}
#s-01754675-7dd9-4666-9d46-d22b30081062, #wrap-s-01754675-7dd9-4666-9d46-d22b30081062 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01754675-7dd9-4666-9d46-d22b30081062 {
  display: unset;
}
#s-01754675-7dd9-4666-9d46-d22b30081062, #wrap-s-01754675-7dd9-4666-9d46-d22b30081062 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01754675-7dd9-4666-9d46-d22b30081062 {
  display: unset;
}
#s-01754675-7dd9-4666-9d46-d22b30081062, #wrap-s-01754675-7dd9-4666-9d46-d22b30081062 { display: unset !important; }}@media (max-width: 767px){#s-01754675-7dd9-4666-9d46-d22b30081062 {
  display: none;
}
#s-01754675-7dd9-4666-9d46-d22b30081062, #wrap-s-01754675-7dd9-4666-9d46-d22b30081062 { display: none !important; }}
@media (min-width: 0px) {
[id="s-01754675-7dd9-4666-9d46-d22b30081062"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-01754675-7dd9-4666-9d46-d22b30081062"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-01754675-7dd9-4666-9d46-d22b30081062"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-01754675-7dd9-4666-9d46-d22b30081062"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image,
  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
    width: 100%;
    height: auto;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
    
    
  }


.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shogun-image-content {
  
    align-items: center;
  
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
      position: relative;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image,
  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
    width: 100%;
    height: auto;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
    
    
  }


.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shogun-image-content {
  
    align-items: center;
  
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
      position: relative;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image,
  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
    width: 100%;
    height: auto;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
    
    
  }


.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shogun-image-content {
  
    align-items: center;
  
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
      position: relative;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image,
  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
    width: 100%;
    height: auto;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
    
    
  }


.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shogun-image-content {
  
    align-items: center;
  
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
      position: relative;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image,
  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
    width: 100%;
    height: auto;
  }

  #s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
    
    
  }


.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad .shogun-image-content {
  
    align-items: center;
  
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container {
      position: relative;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e7a4b29-a8d7-419b-9d3a-3e2e2d4291ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-994c7f7c-9ee2-433b-aa06-6f976ea5ecda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-994c7f7c-9ee2-433b-aa06-6f976ea5ecda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-994c7f7c-9ee2-433b-aa06-6f976ea5ecda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-994c7f7c-9ee2-433b-aa06-6f976ea5ecda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-994c7f7c-9ee2-433b-aa06-6f976ea5ecda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-994c7f7c-9ee2-433b-aa06-6f976ea5ecda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image,
  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
    width: 100%;
    height: auto;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
    
    
  }


.s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
      position: relative;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image,
  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
    width: 100%;
    height: auto;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
    
    
  }


.s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
      position: relative;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image,
  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
    width: 100%;
    height: auto;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
    
    
  }


.s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
      position: relative;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image,
  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
    width: 100%;
    height: auto;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
    
    
  }


.s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
      position: relative;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image,
  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
    width: 100%;
    height: auto;
  }

  #s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
    
    
  }


.s-760b8390-0f87-4f74-8117-e4bce31b1c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container {
      position: relative;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b8390-0f87-4f74-8117-e4bce31b1c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-597b2ba4-4c46-4c32-bbe8-206e9c70bf42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-597b2ba4-4c46-4c32-bbe8-206e9c70bf42 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-597b2ba4-4c46-4c32-bbe8-206e9c70bf42 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-597b2ba4-4c46-4c32-bbe8-206e9c70bf42 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-597b2ba4-4c46-4c32-bbe8-206e9c70bf42 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-597b2ba4-4c46-4c32-bbe8-206e9c70bf42 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a721ee0e-39e3-427a-8831-0c566df0d021 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image,
  #s-a721ee0e-39e3-427a-8831-0c566df0d021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 {
    width: 100%;
    height: auto;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
    
    
  }


.s-a721ee0e-39e3-427a-8831-0c566df0d021 .shogun-image-content {
  
    align-items: center;
  
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a721ee0e-39e3-427a-8831-0c566df0d021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
      position: relative;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image,
  #s-a721ee0e-39e3-427a-8831-0c566df0d021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 {
    width: 100%;
    height: auto;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
    
    
  }


.s-a721ee0e-39e3-427a-8831-0c566df0d021 .shogun-image-content {
  
    align-items: center;
  
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a721ee0e-39e3-427a-8831-0c566df0d021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
      position: relative;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image,
  #s-a721ee0e-39e3-427a-8831-0c566df0d021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 {
    width: 100%;
    height: auto;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
    
    
  }


.s-a721ee0e-39e3-427a-8831-0c566df0d021 .shogun-image-content {
  
    align-items: center;
  
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a721ee0e-39e3-427a-8831-0c566df0d021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
      position: relative;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image,
  #s-a721ee0e-39e3-427a-8831-0c566df0d021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 {
    width: 100%;
    height: auto;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
    
    
  }


.s-a721ee0e-39e3-427a-8831-0c566df0d021 .shogun-image-content {
  
    align-items: center;
  
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a721ee0e-39e3-427a-8831-0c566df0d021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
      position: relative;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image,
  #s-a721ee0e-39e3-427a-8831-0c566df0d021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 {
    width: 100%;
    height: auto;
  }

  #s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
    
    
  }


.s-a721ee0e-39e3-427a-8831-0c566df0d021 .shogun-image-content {
  
    align-items: center;
  
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a721ee0e-39e3-427a-8831-0c566df0d021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container {
      position: relative;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a721ee0e-39e3-427a-8831-0c566df0d021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8453d4f3-7d2e-4dea-978c-1fd25e080bd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8453d4f3-7d2e-4dea-978c-1fd25e080bd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8453d4f3-7d2e-4dea-978c-1fd25e080bd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8453d4f3-7d2e-4dea-978c-1fd25e080bd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8453d4f3-7d2e-4dea-978c-1fd25e080bd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-8453d4f3-7d2e-4dea-978c-1fd25e080bd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a0372602-3637-41e5-87b0-b3c465b90526 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image,
  #s-a0372602-3637-41e5-87b0-b3c465b90526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 {
    width: 100%;
    height: auto;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
    
    
  }


.s-a0372602-3637-41e5-87b0-b3c465b90526 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0372602-3637-41e5-87b0-b3c465b90526 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
      position: relative;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image,
  #s-a0372602-3637-41e5-87b0-b3c465b90526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 {
    width: 100%;
    height: auto;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
    
    
  }


.s-a0372602-3637-41e5-87b0-b3c465b90526 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0372602-3637-41e5-87b0-b3c465b90526 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
      position: relative;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image,
  #s-a0372602-3637-41e5-87b0-b3c465b90526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 {
    width: 100%;
    height: auto;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
    
    
  }


.s-a0372602-3637-41e5-87b0-b3c465b90526 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0372602-3637-41e5-87b0-b3c465b90526 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
      position: relative;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image,
  #s-a0372602-3637-41e5-87b0-b3c465b90526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 {
    width: 100%;
    height: auto;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
    
    
  }


.s-a0372602-3637-41e5-87b0-b3c465b90526 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0372602-3637-41e5-87b0-b3c465b90526 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
      position: relative;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image,
  #s-a0372602-3637-41e5-87b0-b3c465b90526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 {
    width: 100%;
    height: auto;
  }

  #s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
    
    
  }


.s-a0372602-3637-41e5-87b0-b3c465b90526 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0372602-3637-41e5-87b0-b3c465b90526 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container {
      position: relative;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0372602-3637-41e5-87b0-b3c465b90526 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-799e91c4-0ec0-4e71-a3fb-597f4e375eb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-799e91c4-0ec0-4e71-a3fb-597f4e375eb0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-799e91c4-0ec0-4e71-a3fb-597f4e375eb0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-799e91c4-0ec0-4e71-a3fb-597f4e375eb0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-799e91c4-0ec0-4e71-a3fb-597f4e375eb0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-799e91c4-0ec0-4e71-a3fb-597f4e375eb0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-07083497-1698-465c-9e84-35b74c7fbf4e {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image,
  #s-07083497-1698-465c-9e84-35b74c7fbf4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e {
    width: 100%;
    height: auto;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
    
    
  }


.s-07083497-1698-465c-9e84-35b74c7fbf4e .shogun-image-content {
  
    align-items: center;
  
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07083497-1698-465c-9e84-35b74c7fbf4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
      position: relative;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image,
  #s-07083497-1698-465c-9e84-35b74c7fbf4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e {
    width: 100%;
    height: auto;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
    
    
  }


.s-07083497-1698-465c-9e84-35b74c7fbf4e .shogun-image-content {
  
    align-items: center;
  
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07083497-1698-465c-9e84-35b74c7fbf4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
      position: relative;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image,
  #s-07083497-1698-465c-9e84-35b74c7fbf4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e {
    width: 100%;
    height: auto;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
    
    
  }


.s-07083497-1698-465c-9e84-35b74c7fbf4e .shogun-image-content {
  
    align-items: center;
  
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07083497-1698-465c-9e84-35b74c7fbf4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
      position: relative;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image,
  #s-07083497-1698-465c-9e84-35b74c7fbf4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e {
    width: 100%;
    height: auto;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
    
    
  }


.s-07083497-1698-465c-9e84-35b74c7fbf4e .shogun-image-content {
  
    align-items: center;
  
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07083497-1698-465c-9e84-35b74c7fbf4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
      position: relative;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image,
  #s-07083497-1698-465c-9e84-35b74c7fbf4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e {
    width: 100%;
    height: auto;
  }

  #s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
    
    
  }


.s-07083497-1698-465c-9e84-35b74c7fbf4e .shogun-image-content {
  
    align-items: center;
  
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07083497-1698-465c-9e84-35b74c7fbf4e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container {
      position: relative;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07083497-1698-465c-9e84-35b74c7fbf4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-df32291f-1ef1-459f-8688-28433de49a50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df32291f-1ef1-459f-8688-28433de49a50 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-df32291f-1ef1-459f-8688-28433de49a50 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df32291f-1ef1-459f-8688-28433de49a50 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-df32291f-1ef1-459f-8688-28433de49a50 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-df32291f-1ef1-459f-8688-28433de49a50 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 {
  display: none;
}
#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30, #wrap-s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 {
  display: none;
}
#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30, #wrap-s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 {
  display: none;
}
#s-8939aa03-c2fa-43c6-98a7-88042f9e8c30, #wrap-s-8939aa03-c2fa-43c6-98a7-88042f9e8c30 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8939aa03-c2fa-43c6-98a7-88042f9e8c30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8939aa03-c2fa-43c6-98a7-88042f9e8c30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8939aa03-c2fa-43c6-98a7-88042f9e8c30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8939aa03-c2fa-43c6-98a7-88042f9e8c30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image,
  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
    width: 100%;
    height: auto;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
    
    
  }


.s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
      position: relative;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image,
  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
    width: 100%;
    height: auto;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
    
    
  }


.s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
      position: relative;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image,
  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
    width: 100%;
    height: auto;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
    
    
  }


.s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
      position: relative;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image,
  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
    width: 100%;
    height: auto;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
    
    
  }


.s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
      position: relative;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image,
  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
    width: 100%;
    height: auto;
  }

  #s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
    
    
  }


.s-4b4406b9-789a-44ef-b67a-1a219e451a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container {
      position: relative;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b4406b9-789a-44ef-b67a-1a219e451a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-62843bbd-4f5c-49d1-b125-663d5fa6ef2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62843bbd-4f5c-49d1-b125-663d5fa6ef2b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-62843bbd-4f5c-49d1-b125-663d5fa6ef2b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62843bbd-4f5c-49d1-b125-663d5fa6ef2b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62843bbd-4f5c-49d1-b125-663d5fa6ef2b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-62843bbd-4f5c-49d1-b125-663d5fa6ef2b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-b9e30982-2dff-4870-a20c-12740f277adb {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image,
  #s-b9e30982-2dff-4870-a20c-12740f277adb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb {
    width: 100%;
    height: auto;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
    
    
  }


.s-b9e30982-2dff-4870-a20c-12740f277adb .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e30982-2dff-4870-a20c-12740f277adb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
      position: relative;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image,
  #s-b9e30982-2dff-4870-a20c-12740f277adb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb {
    width: 100%;
    height: auto;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
    
    
  }


.s-b9e30982-2dff-4870-a20c-12740f277adb .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e30982-2dff-4870-a20c-12740f277adb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
      position: relative;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image,
  #s-b9e30982-2dff-4870-a20c-12740f277adb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb {
    width: 100%;
    height: auto;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
    
    
  }


.s-b9e30982-2dff-4870-a20c-12740f277adb .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e30982-2dff-4870-a20c-12740f277adb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
      position: relative;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image,
  #s-b9e30982-2dff-4870-a20c-12740f277adb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb {
    width: 100%;
    height: auto;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
    
    
  }


.s-b9e30982-2dff-4870-a20c-12740f277adb .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e30982-2dff-4870-a20c-12740f277adb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
      position: relative;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image,
  #s-b9e30982-2dff-4870-a20c-12740f277adb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb {
    width: 100%;
    height: auto;
  }

  #s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
    
    
  }


.s-b9e30982-2dff-4870-a20c-12740f277adb .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e30982-2dff-4870-a20c-12740f277adb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container {
      position: relative;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e30982-2dff-4870-a20c-12740f277adb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4f9a3754-6aa4-4130-9de2-506cb578aeda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f9a3754-6aa4-4130-9de2-506cb578aeda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-4f9a3754-6aa4-4130-9de2-506cb578aeda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4f9a3754-6aa4-4130-9de2-506cb578aeda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4f9a3754-6aa4-4130-9de2-506cb578aeda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-4f9a3754-6aa4-4130-9de2-506cb578aeda .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image,
  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
    width: 100%;
    height: auto;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
    
    
  }


.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
      position: relative;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image,
  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
    width: 100%;
    height: auto;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
    
    
  }


.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
      position: relative;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image,
  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
    width: 100%;
    height: auto;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
    
    
  }


.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
      position: relative;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image,
  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
    width: 100%;
    height: auto;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
    
    
  }


.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
      position: relative;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image,
  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
    width: 100%;
    height: auto;
  }

  #s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
    
    
  }


.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container {
      position: relative;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ff5b65a-5e84-4e66-92cc-cbce2637a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-65af75c4-9799-434f-862c-ba6fb7a81d44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65af75c4-9799-434f-862c-ba6fb7a81d44 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-65af75c4-9799-434f-862c-ba6fb7a81d44 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-65af75c4-9799-434f-862c-ba6fb7a81d44 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-65af75c4-9799-434f-862c-ba6fb7a81d44 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-65af75c4-9799-434f-862c-ba6fb7a81d44 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image,
  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
    width: 100%;
    height: auto;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
    
    
  }


.s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
      position: relative;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image,
  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
    width: 100%;
    height: auto;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
    
    
  }


.s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
      position: relative;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image,
  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
    width: 100%;
    height: auto;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
    
    
  }


.s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
      position: relative;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image,
  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
    width: 100%;
    height: auto;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
    
    
  }


.s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
      position: relative;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image,
  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
    width: 100%;
    height: auto;
  }

  #s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
    
    
  }


.s-db705b9f-025f-46c1-aa6e-2822cae76b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container {
      position: relative;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db705b9f-025f-46c1-aa6e-2822cae76b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f66167c2-9fa9-4b67-92d0-154d721bde8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f66167c2-9fa9-4b67-92d0-154d721bde8f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f66167c2-9fa9-4b67-92d0-154d721bde8f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f66167c2-9fa9-4b67-92d0-154d721bde8f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f66167c2-9fa9-4b67-92d0-154d721bde8f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-f66167c2-9fa9-4b67-92d0-154d721bde8f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
  display: none;
}
#s-ecaa1ef4-78b3-4956-a420-64c1e8885858, #wrap-s-ecaa1ef4-78b3-4956-a420-64c1e8885858 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
  display: none;
}
#s-ecaa1ef4-78b3-4956-a420-64c1e8885858, #wrap-s-ecaa1ef4-78b3-4956-a420-64c1e8885858 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
  display: none;
}
#s-ecaa1ef4-78b3-4956-a420-64c1e8885858, #wrap-s-ecaa1ef4-78b3-4956-a420-64c1e8885858 { display: none !important; }}




  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image,
  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
    width: 100%;
    height: auto;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
    
    
  }


.s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
      position: relative;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image,
  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
    width: 100%;
    height: auto;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
    
    
  }


.s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
      position: relative;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image,
  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
    width: 100%;
    height: auto;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
    
    
  }


.s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
      position: relative;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image,
  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
    width: 100%;
    height: auto;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
    
    
  }


.s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
      position: relative;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image,
  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
    width: 100%;
    height: auto;
  }

  #s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
    
    
  }


.s-ecaa1ef4-78b3-4956-a420-64c1e8885858 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container {
      position: relative;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecaa1ef4-78b3-4956-a420-64c1e8885858 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 {
  display: none;
}
#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3, #wrap-s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 {
  display: none;
}
#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3, #wrap-s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 {
  display: none;
}
#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3, #wrap-s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 { display: none !important; }}
#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-6b1e92a3-2043-41d6-8c6f-c5a93d8f3aa3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-5dcc355a-c76b-4e4a-8090-6fdb204fd0b9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5dcc355a-c76b-4e4a-8090-6fdb204fd0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dcc355a-c76b-4e4a-8090-6fdb204fd0b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad-root {
    text-align: center;
  }


#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad-root {
    text-align: center;
  }


#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad-root {
    text-align: center;
  }


#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad-root {
    text-align: center;
  }


#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad-root {
    text-align: center;
  }


#s-e2af2f5c-0b8d-4c7a-aaaa-b38aaddda3ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-07b7b902-380e-4769-ab57-52bd6b167ce8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-07b7b902-380e-4769-ab57-52bd6b167ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07b7b902-380e-4769-ab57-52bd6b167ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c6202f7-4b1d-4223-8a70-688129fbd16d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3c6202f7-4b1d-4223-8a70-688129fbd16d {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-3c6202f7-4b1d-4223-8a70-688129fbd16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c6202f7-4b1d-4223-8a70-688129fbd16d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a {
  
}
}@media (max-width: 767px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a {
  
}
}
#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-62b1666a-1a5e-4d19-ac87-cbbe4e80dc4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-15e1393a-06b1-4000-b92c-cf320f93c64a {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-15e1393a-06b1-4000-b92c-cf320f93c64a {
  margin-bottom: 20px;
}
}
#s-15e1393a-06b1-4000-b92c-cf320f93c64a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-15e1393a-06b1-4000-b92c-cf320f93c64a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15e1393a-06b1-4000-b92c-cf320f93c64a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-15e1393a-06b1-4000-b92c-cf320f93c64a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-15e1393a-06b1-4000-b92c-cf320f93c64a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3 {
  
}
}@media (max-width: 767px){#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3 {
  
}
}







#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-37ff1d22-6e44-4a9b-a7ee-be4b0d750ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
  display: none;
}
#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d, #wrap-s-79ffd0b5-c594-4a23-a1af-e41ec96d889d { display: none !important; }}




  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image,
  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
    width: 100%;
    height: auto;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
    
    
  }


.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shogun-image-content {
  
    align-items: center;
  
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
      position: relative;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image,
  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
    width: 100%;
    height: auto;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
    
    
  }


.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shogun-image-content {
  
    align-items: center;
  
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
      position: relative;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image,
  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
    width: 100%;
    height: auto;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
    
    
  }


.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shogun-image-content {
  
    align-items: center;
  
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
      position: relative;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image,
  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
    width: 100%;
    height: auto;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
    
    
  }


.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shogun-image-content {
  
    align-items: center;
  
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
      position: relative;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image,
  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
    width: 100%;
    height: auto;
  }

  #s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
    
    
  }


.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d .shogun-image-content {
  
    align-items: center;
  
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container {
      position: relative;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79ffd0b5-c594-4a23-a1af-e41ec96d889d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
  max-width: 700px;
display: none;
}
#s-7fc9b890-338f-4be4-969b-50b682afc0d5, #wrap-s-7fc9b890-338f-4be4-969b-50b682afc0d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
  display: none;
}
#s-7fc9b890-338f-4be4-969b-50b682afc0d5, #wrap-s-7fc9b890-338f-4be4-969b-50b682afc0d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
  display: none;
}
#s-7fc9b890-338f-4be4-969b-50b682afc0d5, #wrap-s-7fc9b890-338f-4be4-969b-50b682afc0d5 { display: none !important; }}




  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image,
  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
    width: 100%;
    height: auto;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
    
    
  }


.s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
      position: relative;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image,
  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
    width: 100%;
    height: auto;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
    
    
  }


.s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
      position: relative;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image,
  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
    width: 100%;
    height: auto;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
    
    
  }


.s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
      position: relative;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image,
  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
    width: 100%;
    height: auto;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
    
    
  }


.s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
      position: relative;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image,
  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
    width: 100%;
    height: auto;
  }

  #s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
    
    
  }


.s-7fc9b890-338f-4be4-969b-50b682afc0d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container {
      position: relative;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc9b890-338f-4be4-969b-50b682afc0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e25f4171-3f34-4508-9be6-f55b2dd5414c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e25f4171-3f34-4508-9be6-f55b2dd5414c {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-e25f4171-3f34-4508-9be6-f55b2dd5414c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-e25f4171-3f34-4508-9be6-f55b2dd5414c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e25f4171-3f34-4508-9be6-f55b2dd5414c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e704e7e7-3fda-400b-a7ff-f7d3863ed7ad {
  margin-bottom: 30px;
min-height: 50px;
}








#s-e704e7e7-3fda-400b-a7ff-f7d3863ed7ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e704e7e7-3fda-400b-a7ff-f7d3863ed7ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d39f9f48-d7a3-4623-989a-2e0785f212f4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-d39f9f48-d7a3-4623-989a-2e0785f212f4 {
  display: unset;
}
#s-d39f9f48-d7a3-4623-989a-2e0785f212f4, #wrap-s-d39f9f48-d7a3-4623-989a-2e0785f212f4 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d39f9f48-d7a3-4623-989a-2e0785f212f4 {
  display: unset;
}
#s-d39f9f48-d7a3-4623-989a-2e0785f212f4, #wrap-s-d39f9f48-d7a3-4623-989a-2e0785f212f4 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d39f9f48-d7a3-4623-989a-2e0785f212f4 {
  display: unset;
}
#s-d39f9f48-d7a3-4623-989a-2e0785f212f4, #wrap-s-d39f9f48-d7a3-4623-989a-2e0785f212f4 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-d39f9f48-d7a3-4623-989a-2e0785f212f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d39f9f48-d7a3-4623-989a-2e0785f212f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d39f9f48-d7a3-4623-989a-2e0785f212f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d39f9f48-d7a3-4623-989a-2e0785f212f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-43482956-33bd-42e4-9ad0-2c55283a122d {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image,
  #s-43482956-33bd-42e4-9ad0-2c55283a122d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d {
    width: 100%;
    height: auto;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
    
    
  }


.s-43482956-33bd-42e4-9ad0-2c55283a122d .shogun-image-content {
  
    align-items: center;
  
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43482956-33bd-42e4-9ad0-2c55283a122d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
      position: relative;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image,
  #s-43482956-33bd-42e4-9ad0-2c55283a122d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d {
    width: 100%;
    height: auto;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
    
    
  }


.s-43482956-33bd-42e4-9ad0-2c55283a122d .shogun-image-content {
  
    align-items: center;
  
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43482956-33bd-42e4-9ad0-2c55283a122d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
      position: relative;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image,
  #s-43482956-33bd-42e4-9ad0-2c55283a122d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d {
    width: 100%;
    height: auto;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
    
    
  }


.s-43482956-33bd-42e4-9ad0-2c55283a122d .shogun-image-content {
  
    align-items: center;
  
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43482956-33bd-42e4-9ad0-2c55283a122d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
      position: relative;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image,
  #s-43482956-33bd-42e4-9ad0-2c55283a122d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d {
    width: 100%;
    height: auto;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
    
    
  }


.s-43482956-33bd-42e4-9ad0-2c55283a122d .shogun-image-content {
  
    align-items: center;
  
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43482956-33bd-42e4-9ad0-2c55283a122d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
      position: relative;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image,
  #s-43482956-33bd-42e4-9ad0-2c55283a122d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d {
    width: 100%;
    height: auto;
  }

  #s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
    
    
  }


.s-43482956-33bd-42e4-9ad0-2c55283a122d .shogun-image-content {
  
    align-items: center;
  
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43482956-33bd-42e4-9ad0-2c55283a122d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container {
      position: relative;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43482956-33bd-42e4-9ad0-2c55283a122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-41f4af10-db4a-41e5-8840-298d2422d862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41f4af10-db4a-41e5-8840-298d2422d862 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-41f4af10-db4a-41e5-8840-298d2422d862 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-41f4af10-db4a-41e5-8840-298d2422d862 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-41f4af10-db4a-41e5-8840-298d2422d862 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-41f4af10-db4a-41e5-8840-298d2422d862 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image,
  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
    width: 100%;
    height: auto;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
    
    
  }


.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
      position: relative;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image,
  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
    width: 100%;
    height: auto;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
    
    
  }


.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
      position: relative;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image,
  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
    width: 100%;
    height: auto;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
    
    
  }


.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
      position: relative;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image,
  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
    width: 100%;
    height: auto;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
    
    
  }


.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
      position: relative;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image,
  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
    width: 100%;
    height: auto;
  }

  #s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
    
    
  }


.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container {
      position: relative;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1edb6e9f-2371-4d08-a7dd-c94be35c07e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5befcbe0-6d76-403c-8c93-dbd91f535b57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5befcbe0-6d76-403c-8c93-dbd91f535b57 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-5befcbe0-6d76-403c-8c93-dbd91f535b57 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5befcbe0-6d76-403c-8c93-dbd91f535b57 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5befcbe0-6d76-403c-8c93-dbd91f535b57 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-5befcbe0-6d76-403c-8c93-dbd91f535b57 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image,
  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
    width: 100%;
    height: auto;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
    
    
  }


.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
      position: relative;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image,
  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
    width: 100%;
    height: auto;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
    
    
  }


.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
      position: relative;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image,
  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
    width: 100%;
    height: auto;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
    
    
  }


.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
      position: relative;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image,
  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
    width: 100%;
    height: auto;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
    
    
  }


.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
      position: relative;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image,
  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
    width: 100%;
    height: auto;
  }

  #s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
    
    
  }


.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container {
      position: relative;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b735a4e-05ae-4aaa-8d2c-05cde86bf2a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04e44d51-9a55-4846-9261-63f8b86628d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04e44d51-9a55-4846-9261-63f8b86628d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-04e44d51-9a55-4846-9261-63f8b86628d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04e44d51-9a55-4846-9261-63f8b86628d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04e44d51-9a55-4846-9261-63f8b86628d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-04e44d51-9a55-4846-9261-63f8b86628d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image,
  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
    width: 100%;
    height: auto;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
    
    
  }


.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shogun-image-content {
  
    align-items: center;
  
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
      position: relative;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image,
  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
    width: 100%;
    height: auto;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
    
    
  }


.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shogun-image-content {
  
    align-items: center;
  
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
      position: relative;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image,
  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
    width: 100%;
    height: auto;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
    
    
  }


.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shogun-image-content {
  
    align-items: center;
  
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
      position: relative;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image,
  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
    width: 100%;
    height: auto;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
    
    
  }


.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shogun-image-content {
  
    align-items: center;
  
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
      position: relative;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image,
  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
    width: 100%;
    height: auto;
  }

  #s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
    
    
  }


.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a .shogun-image-content {
  
    align-items: center;
  
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container {
      position: relative;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3041eaa-e8ba-4166-ae7b-063a4fa9f21a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6fbad57d-2d10-4dbf-8945-05226313bae4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fbad57d-2d10-4dbf-8945-05226313bae4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-6fbad57d-2d10-4dbf-8945-05226313bae4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6fbad57d-2d10-4dbf-8945-05226313bae4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6fbad57d-2d10-4dbf-8945-05226313bae4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-6fbad57d-2d10-4dbf-8945-05226313bae4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-eb71fa52-c5c3-46a2-b44a-68518d3ca70c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eb71fa52-c5c3-46a2-b44a-68518d3ca70c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb71fa52-c5c3-46a2-b44a-68518d3ca70c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f151d895-490b-47b7-8925-cd42947c26ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f151d895-490b-47b7-8925-cd42947c26ff:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f151d895-490b-47b7-8925-cd42947c26ff:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f151d895-490b-47b7-8925-cd42947c26ff {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-f151d895-490b-47b7-8925-cd42947c26ff-root {
    text-align: center;
  }


#s-f151d895-490b-47b7-8925-cd42947c26ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f151d895-490b-47b7-8925-cd42947c26ff-root {
    text-align: center;
  }


#s-f151d895-490b-47b7-8925-cd42947c26ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f151d895-490b-47b7-8925-cd42947c26ff-root {
    text-align: center;
  }


#s-f151d895-490b-47b7-8925-cd42947c26ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f151d895-490b-47b7-8925-cd42947c26ff-root {
    text-align: center;
  }


#s-f151d895-490b-47b7-8925-cd42947c26ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f151d895-490b-47b7-8925-cd42947c26ff-root {
    text-align: center;
  }


#s-f151d895-490b-47b7-8925-cd42947c26ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5d4ecf52-1211-487c-9fea-c71fb5b2cdf5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5d4ecf52-1211-487c-9fea-c71fb5b2cdf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d4ecf52-1211-487c-9fea-c71fb5b2cdf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e309657-bb14-4274-8b2b-1994022f80e3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9e309657-bb14-4274-8b2b-1994022f80e3 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-9e309657-bb14-4274-8b2b-1994022f80e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e309657-bb14-4274-8b2b-1994022f80e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 {
  
}
}@media (max-width: 767px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 {
  
}
}
#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-803057cc-f532-4ebf-ace1-99d3db8c1de7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 {
  margin-bottom: 20px;
}
}
#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-38f29bb6-15e6-43af-b8f9-ad47031fe234 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-6a6704d5-1c86-47c0-8321-58e67dbac262 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6a6704d5-1c86-47c0-8321-58e67dbac262 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a6704d5-1c86-47c0-8321-58e67dbac262 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a6704d5-1c86-47c0-8321-58e67dbac262 {
  
}
}@media (max-width: 767px){#s-6a6704d5-1c86-47c0-8321-58e67dbac262 {
  
}
}







#s-6a6704d5-1c86-47c0-8321-58e67dbac262 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6a6704d5-1c86-47c0-8321-58e67dbac262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
  display: none;
}
#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2, #wrap-s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 { display: none !important; }}




  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image,
  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
    width: 100%;
    height: auto;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
    
    
  }


.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
      position: relative;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image,
  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
    width: 100%;
    height: auto;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
    
    
  }


.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
      position: relative;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image,
  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
    width: 100%;
    height: auto;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
    
    
  }


.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
      position: relative;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image,
  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
    width: 100%;
    height: auto;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
    
    
  }


.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
      position: relative;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image,
  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
    width: 100%;
    height: auto;
  }

  #s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
    
    
  }


.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container {
      position: relative;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f90d2c8-1d70-4feb-acbf-5c16cc6595a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
  max-width: 700px;
display: none;
}
#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2, #wrap-s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
  display: none;
}
#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2, #wrap-s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
  display: none;
}
#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2, #wrap-s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 { display: none !important; }}




  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image,
  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
    width: 100%;
    height: auto;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
    
    
  }


.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
      position: relative;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image,
  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
    width: 100%;
    height: auto;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
    
    
  }


.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
      position: relative;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image,
  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
    width: 100%;
    height: auto;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
    
    
  }


.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
      position: relative;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image,
  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
    width: 100%;
    height: auto;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
    
    
  }


.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
      position: relative;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image,
  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
    width: 100%;
    height: auto;
  }

  #s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
    
    
  }


.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container {
      position: relative;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c6c4ce5-50e2-445f-8dae-b58a21cc59e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-77acb7b9-883b-432f-b994-9d0da5be5e9b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-77acb7b9-883b-432f-b994-9d0da5be5e9b {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-77acb7b9-883b-432f-b994-9d0da5be5e9b {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-77acb7b9-883b-432f-b994-9d0da5be5e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77acb7b9-883b-432f-b994-9d0da5be5e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2307ea30-1081-47d4-a9ee-64f1a5dcf0f5 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-2307ea30-1081-47d4-a9ee-64f1a5dcf0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2307ea30-1081-47d4-a9ee-64f1a5dcf0f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b {
  display: unset;
}
#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b, #wrap-s-4f6f13a8-c512-4a50-a970-aca18d57ad0b { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b {
  display: unset;
}
#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b, #wrap-s-4f6f13a8-c512-4a50-a970-aca18d57ad0b { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b {
  display: unset;
}
#s-4f6f13a8-c512-4a50-a970-aca18d57ad0b, #wrap-s-4f6f13a8-c512-4a50-a970-aca18d57ad0b { display: unset !important; }}
@media (min-width: 0px) {
[id="s-4f6f13a8-c512-4a50-a970-aca18d57ad0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f6f13a8-c512-4a50-a970-aca18d57ad0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4f6f13a8-c512-4a50-a970-aca18d57ad0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f6f13a8-c512-4a50-a970-aca18d57ad0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image,
  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
    width: 100%;
    height: auto;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
    
    
  }


.s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
      position: relative;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image,
  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
    width: 100%;
    height: auto;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
    
    
  }


.s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
      position: relative;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image,
  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
    width: 100%;
    height: auto;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
    
    
  }


.s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
      position: relative;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image,
  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
    width: 100%;
    height: auto;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
    
    
  }


.s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
      position: relative;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image,
  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
    width: 100%;
    height: auto;
  }

  #s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
    
    
  }


.s-5cf89db8-7737-45f6-b6f3-c9c6537db009 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container {
      position: relative;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cf89db8-7737-45f6-b6f3-c9c6537db009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a82e54e7-137e-4d88-ab37-e6ba9ff8f7a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a82e54e7-137e-4d88-ab37-e6ba9ff8f7a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a82e54e7-137e-4d88-ab37-e6ba9ff8f7a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a82e54e7-137e-4d88-ab37-e6ba9ff8f7a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a82e54e7-137e-4d88-ab37-e6ba9ff8f7a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a82e54e7-137e-4d88-ab37-e6ba9ff8f7a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image,
  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
    width: 100%;
    height: auto;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
    
    
  }


.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shogun-image-content {
  
    align-items: center;
  
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
      position: relative;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image,
  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
    width: 100%;
    height: auto;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
    
    
  }


.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shogun-image-content {
  
    align-items: center;
  
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
      position: relative;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image,
  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
    width: 100%;
    height: auto;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
    
    
  }


.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shogun-image-content {
  
    align-items: center;
  
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
      position: relative;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image,
  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
    width: 100%;
    height: auto;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
    
    
  }


.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shogun-image-content {
  
    align-items: center;
  
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
      position: relative;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image,
  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
    width: 100%;
    height: auto;
  }

  #s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
    
    
  }


.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b .shogun-image-content {
  
    align-items: center;
  
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container {
      position: relative;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5f0aaae-1d5a-4c62-94b8-148b8157371b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c6efc04b-e83a-40ed-bcd9-f594acd5867b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6efc04b-e83a-40ed-bcd9-f594acd5867b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-c6efc04b-e83a-40ed-bcd9-f594acd5867b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c6efc04b-e83a-40ed-bcd9-f594acd5867b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c6efc04b-e83a-40ed-bcd9-f594acd5867b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-c6efc04b-e83a-40ed-bcd9-f594acd5867b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image,
  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
    width: 100%;
    height: auto;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
    
    
  }


.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
      position: relative;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image,
  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
    width: 100%;
    height: auto;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
    
    
  }


.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
      position: relative;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image,
  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
    width: 100%;
    height: auto;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
    
    
  }


.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
      position: relative;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image,
  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
    width: 100%;
    height: auto;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
    
    
  }


.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
      position: relative;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image,
  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
    width: 100%;
    height: auto;
  }

  #s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
    
    
  }


.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container {
      position: relative;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd123e9-ab0a-4d58-8af7-6a9fc3b19bc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d0a257f8-8b52-4abe-8dd2-67c34a597e95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0a257f8-8b52-4abe-8dd2-67c34a597e95 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d0a257f8-8b52-4abe-8dd2-67c34a597e95 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d0a257f8-8b52-4abe-8dd2-67c34a597e95 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d0a257f8-8b52-4abe-8dd2-67c34a597e95 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d0a257f8-8b52-4abe-8dd2-67c34a597e95 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image,
  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
    width: 100%;
    height: auto;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
    
    
  }


.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
      position: relative;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image,
  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
    width: 100%;
    height: auto;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
    
    
  }


.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
      position: relative;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image,
  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
    width: 100%;
    height: auto;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
    
    
  }


.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
      position: relative;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image,
  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
    width: 100%;
    height: auto;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
    
    
  }


.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
      position: relative;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image,
  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
    width: 100%;
    height: auto;
  }

  #s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
    
    
  }


.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container {
      position: relative;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d320c4-0b7f-4399-9aec-4e9e377d6698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7b108439-b21d-4124-8b9c-38e1b70f45c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b108439-b21d-4124-8b9c-38e1b70f45c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7b108439-b21d-4124-8b9c-38e1b70f45c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7b108439-b21d-4124-8b9c-38e1b70f45c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7b108439-b21d-4124-8b9c-38e1b70f45c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-7b108439-b21d-4124-8b9c-38e1b70f45c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-5773c936-179d-44ad-afba-279031aeed8d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5773c936-179d-44ad-afba-279031aeed8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5773c936-179d-44ad-afba-279031aeed8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a75ab2ac-783f-4584-a4d4-4086ef842acf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a75ab2ac-783f-4584-a4d4-4086ef842acf:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a75ab2ac-783f-4584-a4d4-4086ef842acf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a75ab2ac-783f-4584-a4d4-4086ef842acf {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-a75ab2ac-783f-4584-a4d4-4086ef842acf-root {
    text-align: center;
  }


#s-a75ab2ac-783f-4584-a4d4-4086ef842acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a75ab2ac-783f-4584-a4d4-4086ef842acf-root {
    text-align: center;
  }


#s-a75ab2ac-783f-4584-a4d4-4086ef842acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a75ab2ac-783f-4584-a4d4-4086ef842acf-root {
    text-align: center;
  }


#s-a75ab2ac-783f-4584-a4d4-4086ef842acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a75ab2ac-783f-4584-a4d4-4086ef842acf-root {
    text-align: center;
  }


#s-a75ab2ac-783f-4584-a4d4-4086ef842acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a75ab2ac-783f-4584-a4d4-4086ef842acf-root {
    text-align: center;
  }


#s-a75ab2ac-783f-4584-a4d4-4086ef842acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0121229f-2db9-44ad-affb-1b43ddf50b9e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0121229f-2db9-44ad-affb-1b43ddf50b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0121229f-2db9-44ad-affb-1b43ddf50b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f4f17e-e182-46e2-8ee7-18426c6a1b25 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-94f4f17e-e182-46e2-8ee7-18426c6a1b25 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-94f4f17e-e182-46e2-8ee7-18426c6a1b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94f4f17e-e182-46e2-8ee7-18426c6a1b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 {
  
}
}@media (max-width: 767px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 {
  
}
}
#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-54b6cdea-9ac5-446b-a598-a3c2608afe67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab {
  
}
}@media (max-width: 767px){#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab {
  
}
}







#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1c14c50d-d1c6-44df-9087-1b0b80cd19ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
  display: none;
}
#s-70b1fb49-98b0-433a-9af9-5eef7b569722, #wrap-s-70b1fb49-98b0-433a-9af9-5eef7b569722 { display: none !important; }}




  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image,
  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
    width: 100%;
    height: auto;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
    
    
  }


.s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
      position: relative;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image,
  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
    width: 100%;
    height: auto;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
    
    
  }


.s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
      position: relative;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image,
  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
    width: 100%;
    height: auto;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
    
    
  }


.s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
      position: relative;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image,
  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
    width: 100%;
    height: auto;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
    
    
  }


.s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
      position: relative;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image,
  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
    width: 100%;
    height: auto;
  }

  #s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
    
    
  }


.s-70b1fb49-98b0-433a-9af9-5eef7b569722 .shogun-image-content {
  
    align-items: center;
  
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container {
      position: relative;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b1fb49-98b0-433a-9af9-5eef7b569722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8677726c-3e74-4cdc-bb85-434060de7a4d {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-8677726c-3e74-4cdc-bb85-434060de7a4d {
  max-width: 700px;
display: none;
}
#s-8677726c-3e74-4cdc-bb85-434060de7a4d, #wrap-s-8677726c-3e74-4cdc-bb85-434060de7a4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8677726c-3e74-4cdc-bb85-434060de7a4d {
  display: none;
}
#s-8677726c-3e74-4cdc-bb85-434060de7a4d, #wrap-s-8677726c-3e74-4cdc-bb85-434060de7a4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8677726c-3e74-4cdc-bb85-434060de7a4d {
  display: none;
}
#s-8677726c-3e74-4cdc-bb85-434060de7a4d, #wrap-s-8677726c-3e74-4cdc-bb85-434060de7a4d { display: none !important; }}




  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image,
  #s-8677726c-3e74-4cdc-bb85-434060de7a4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d {
    width: 100%;
    height: auto;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
    
    
  }


.s-8677726c-3e74-4cdc-bb85-434060de7a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8677726c-3e74-4cdc-bb85-434060de7a4d {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
      position: relative;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image,
  #s-8677726c-3e74-4cdc-bb85-434060de7a4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d {
    width: 100%;
    height: auto;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
    
    
  }


.s-8677726c-3e74-4cdc-bb85-434060de7a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8677726c-3e74-4cdc-bb85-434060de7a4d {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
      position: relative;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image,
  #s-8677726c-3e74-4cdc-bb85-434060de7a4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d {
    width: 100%;
    height: auto;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
    
    
  }


.s-8677726c-3e74-4cdc-bb85-434060de7a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8677726c-3e74-4cdc-bb85-434060de7a4d {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
      position: relative;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image,
  #s-8677726c-3e74-4cdc-bb85-434060de7a4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d {
    width: 100%;
    height: auto;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
    
    
  }


.s-8677726c-3e74-4cdc-bb85-434060de7a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8677726c-3e74-4cdc-bb85-434060de7a4d {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
      position: relative;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image,
  #s-8677726c-3e74-4cdc-bb85-434060de7a4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d {
    width: 100%;
    height: auto;
  }

  #s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
    
    
  }


.s-8677726c-3e74-4cdc-bb85-434060de7a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8677726c-3e74-4cdc-bb85-434060de7a4d {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container {
      position: relative;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8677726c-3e74-4cdc-bb85-434060de7a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04a33694-bb97-40eb-b3d7-51dd47438a69 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-04a33694-bb97-40eb-b3d7-51dd47438a69 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-04a33694-bb97-40eb-b3d7-51dd47438a69 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-04a33694-bb97-40eb-b3d7-51dd47438a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04a33694-bb97-40eb-b3d7-51dd47438a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8556479-d0e6-49ea-9bf2-41d30528d4b4 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-e8556479-d0e6-49ea-9bf2-41d30528d4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8556479-d0e6-49ea-9bf2-41d30528d4b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 {
  display: unset;
}
#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48, #wrap-s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 {
  display: unset;
}
#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48, #wrap-s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 {
  display: unset;
}
#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48, #wrap-s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 { display: unset !important; }}@media (max-width: 767px){#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 {
  display: none;
}
#s-e218dedd-7b24-4ecc-819a-bf1e0b956f48, #wrap-s-e218dedd-7b24-4ecc-819a-bf1e0b956f48 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e218dedd-7b24-4ecc-819a-bf1e0b956f48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e218dedd-7b24-4ecc-819a-bf1e0b956f48"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e218dedd-7b24-4ecc-819a-bf1e0b956f48"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e218dedd-7b24-4ecc-819a-bf1e0b956f48"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-311481df-8537-4fe4-81aa-8996fe1f9061 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image,
  #s-311481df-8537-4fe4-81aa-8996fe1f9061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 {
    width: 100%;
    height: auto;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
    
    
  }


.s-311481df-8537-4fe4-81aa-8996fe1f9061 .shogun-image-content {
  
    align-items: center;
  
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311481df-8537-4fe4-81aa-8996fe1f9061 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
      position: relative;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image,
  #s-311481df-8537-4fe4-81aa-8996fe1f9061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 {
    width: 100%;
    height: auto;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
    
    
  }


.s-311481df-8537-4fe4-81aa-8996fe1f9061 .shogun-image-content {
  
    align-items: center;
  
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311481df-8537-4fe4-81aa-8996fe1f9061 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
      position: relative;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image,
  #s-311481df-8537-4fe4-81aa-8996fe1f9061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 {
    width: 100%;
    height: auto;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
    
    
  }


.s-311481df-8537-4fe4-81aa-8996fe1f9061 .shogun-image-content {
  
    align-items: center;
  
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311481df-8537-4fe4-81aa-8996fe1f9061 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
      position: relative;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image,
  #s-311481df-8537-4fe4-81aa-8996fe1f9061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 {
    width: 100%;
    height: auto;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
    
    
  }


.s-311481df-8537-4fe4-81aa-8996fe1f9061 .shogun-image-content {
  
    align-items: center;
  
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311481df-8537-4fe4-81aa-8996fe1f9061 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
      position: relative;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image,
  #s-311481df-8537-4fe4-81aa-8996fe1f9061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 {
    width: 100%;
    height: auto;
  }

  #s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
    
    
  }


.s-311481df-8537-4fe4-81aa-8996fe1f9061 .shogun-image-content {
  
    align-items: center;
  
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311481df-8537-4fe4-81aa-8996fe1f9061 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container {
      position: relative;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311481df-8537-4fe4-81aa-8996fe1f9061 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a1243825-9d32-4ff7-b7c2-b98dca6c5df0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1243825-9d32-4ff7-b7c2-b98dca6c5df0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a1243825-9d32-4ff7-b7c2-b98dca6c5df0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1243825-9d32-4ff7-b7c2-b98dca6c5df0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1243825-9d32-4ff7-b7c2-b98dca6c5df0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a1243825-9d32-4ff7-b7c2-b98dca6c5df0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-23e6fde9-b840-45bb-b076-d921c5115090 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image,
  #s-23e6fde9-b840-45bb-b076-d921c5115090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 {
    width: 100%;
    height: auto;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
    
    
  }


.s-23e6fde9-b840-45bb-b076-d921c5115090 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e6fde9-b840-45bb-b076-d921c5115090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
      position: relative;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image,
  #s-23e6fde9-b840-45bb-b076-d921c5115090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 {
    width: 100%;
    height: auto;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
    
    
  }


.s-23e6fde9-b840-45bb-b076-d921c5115090 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e6fde9-b840-45bb-b076-d921c5115090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
      position: relative;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image,
  #s-23e6fde9-b840-45bb-b076-d921c5115090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 {
    width: 100%;
    height: auto;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
    
    
  }


.s-23e6fde9-b840-45bb-b076-d921c5115090 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e6fde9-b840-45bb-b076-d921c5115090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
      position: relative;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image,
  #s-23e6fde9-b840-45bb-b076-d921c5115090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 {
    width: 100%;
    height: auto;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
    
    
  }


.s-23e6fde9-b840-45bb-b076-d921c5115090 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e6fde9-b840-45bb-b076-d921c5115090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
      position: relative;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image,
  #s-23e6fde9-b840-45bb-b076-d921c5115090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 {
    width: 100%;
    height: auto;
  }

  #s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
    
    
  }


.s-23e6fde9-b840-45bb-b076-d921c5115090 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e6fde9-b840-45bb-b076-d921c5115090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container {
      position: relative;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e6fde9-b840-45bb-b076-d921c5115090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-05e0c5eb-cd24-4784-8cd6-ef41750ecc96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05e0c5eb-cd24-4784-8cd6-ef41750ecc96 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-05e0c5eb-cd24-4784-8cd6-ef41750ecc96 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-05e0c5eb-cd24-4784-8cd6-ef41750ecc96 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-05e0c5eb-cd24-4784-8cd6-ef41750ecc96 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-05e0c5eb-cd24-4784-8cd6-ef41750ecc96 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-1ed98905-f7e9-49a1-874e-8b85740af951 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image,
  #s-1ed98905-f7e9-49a1-874e-8b85740af951 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 {
    width: 100%;
    height: auto;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
    
    
  }


.s-1ed98905-f7e9-49a1-874e-8b85740af951 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ed98905-f7e9-49a1-874e-8b85740af951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
      position: relative;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image,
  #s-1ed98905-f7e9-49a1-874e-8b85740af951 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 {
    width: 100%;
    height: auto;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
    
    
  }


.s-1ed98905-f7e9-49a1-874e-8b85740af951 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ed98905-f7e9-49a1-874e-8b85740af951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
      position: relative;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image,
  #s-1ed98905-f7e9-49a1-874e-8b85740af951 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 {
    width: 100%;
    height: auto;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
    
    
  }


.s-1ed98905-f7e9-49a1-874e-8b85740af951 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ed98905-f7e9-49a1-874e-8b85740af951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
      position: relative;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image,
  #s-1ed98905-f7e9-49a1-874e-8b85740af951 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 {
    width: 100%;
    height: auto;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
    
    
  }


.s-1ed98905-f7e9-49a1-874e-8b85740af951 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ed98905-f7e9-49a1-874e-8b85740af951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
      position: relative;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image,
  #s-1ed98905-f7e9-49a1-874e-8b85740af951 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 {
    width: 100%;
    height: auto;
  }

  #s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
    
    
  }


.s-1ed98905-f7e9-49a1-874e-8b85740af951 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ed98905-f7e9-49a1-874e-8b85740af951 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container {
      position: relative;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ed98905-f7e9-49a1-874e-8b85740af951 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-af1bf0e6-91cf-41e8-84e2-a698898fe7f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1bf0e6-91cf-41e8-84e2-a698898fe7f0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-af1bf0e6-91cf-41e8-84e2-a698898fe7f0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af1bf0e6-91cf-41e8-84e2-a698898fe7f0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af1bf0e6-91cf-41e8-84e2-a698898fe7f0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-af1bf0e6-91cf-41e8-84e2-a698898fe7f0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image,
  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
    width: 100%;
    height: auto;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
    
    
  }


.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
      position: relative;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image,
  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
    width: 100%;
    height: auto;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
    
    
  }


.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
      position: relative;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image,
  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
    width: 100%;
    height: auto;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
    
    
  }


.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
      position: relative;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image,
  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
    width: 100%;
    height: auto;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
    
    
  }


.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
      position: relative;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image,
  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
    width: 100%;
    height: auto;
  }

  #s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
    
    
  }


.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container {
      position: relative;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c6ec4b1-1e86-4975-951a-60aefcc22ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c6c07fce-9312-4aae-a012-a2f38ab0e8f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6c07fce-9312-4aae-a012-a2f38ab0e8f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-c6c07fce-9312-4aae-a012-a2f38ab0e8f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c6c07fce-9312-4aae-a012-a2f38ab0e8f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c6c07fce-9312-4aae-a012-a2f38ab0e8f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-c6c07fce-9312-4aae-a012-a2f38ab0e8f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image,
  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
    width: 100%;
    height: auto;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
    
    
  }


.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
      position: relative;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image,
  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
    width: 100%;
    height: auto;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
    
    
  }


.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
      position: relative;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image,
  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
    width: 100%;
    height: auto;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
    
    
  }


.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
      position: relative;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image,
  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
    width: 100%;
    height: auto;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
    
    
  }


.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
      position: relative;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image,
  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
    width: 100%;
    height: auto;
  }

  #s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
    
    
  }


.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container {
      position: relative;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e57f013-f7e7-4db2-b31f-3c8bb194b4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-86006c39-9b87-4a9b-a32a-2b2d1e490763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86006c39-9b87-4a9b-a32a-2b2d1e490763 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-86006c39-9b87-4a9b-a32a-2b2d1e490763 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-86006c39-9b87-4a9b-a32a-2b2d1e490763 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-86006c39-9b87-4a9b-a32a-2b2d1e490763 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-86006c39-9b87-4a9b-a32a-2b2d1e490763 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 {
  display: none;
}
#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11, #wrap-s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 {
  display: none;
}
#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11, #wrap-s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 {
  display: none;
}
#s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11, #wrap-s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b85c051-03c5-4b56-a06c-5aa0b21b7c11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9f058b9e-0a76-4914-9828-94746cf916b3 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image,
  #s-9f058b9e-0a76-4914-9828-94746cf916b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 {
    width: 100%;
    height: auto;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
    
    
  }


.s-9f058b9e-0a76-4914-9828-94746cf916b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f058b9e-0a76-4914-9828-94746cf916b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
      position: relative;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image,
  #s-9f058b9e-0a76-4914-9828-94746cf916b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 {
    width: 100%;
    height: auto;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
    
    
  }


.s-9f058b9e-0a76-4914-9828-94746cf916b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f058b9e-0a76-4914-9828-94746cf916b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
      position: relative;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image,
  #s-9f058b9e-0a76-4914-9828-94746cf916b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 {
    width: 100%;
    height: auto;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
    
    
  }


.s-9f058b9e-0a76-4914-9828-94746cf916b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f058b9e-0a76-4914-9828-94746cf916b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
      position: relative;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image,
  #s-9f058b9e-0a76-4914-9828-94746cf916b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 {
    width: 100%;
    height: auto;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
    
    
  }


.s-9f058b9e-0a76-4914-9828-94746cf916b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f058b9e-0a76-4914-9828-94746cf916b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
      position: relative;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image,
  #s-9f058b9e-0a76-4914-9828-94746cf916b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 {
    width: 100%;
    height: auto;
  }

  #s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
    
    
  }


.s-9f058b9e-0a76-4914-9828-94746cf916b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f058b9e-0a76-4914-9828-94746cf916b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container {
      position: relative;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f058b9e-0a76-4914-9828-94746cf916b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2ce25121-1ae6-485d-aefa-fb77159dbf99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ce25121-1ae6-485d-aefa-fb77159dbf99 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-2ce25121-1ae6-485d-aefa-fb77159dbf99 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ce25121-1ae6-485d-aefa-fb77159dbf99 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ce25121-1ae6-485d-aefa-fb77159dbf99 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-2ce25121-1ae6-485d-aefa-fb77159dbf99 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image,
  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
    width: 100%;
    height: auto;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
    
    
  }


.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
      position: relative;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image,
  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
    width: 100%;
    height: auto;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
    
    
  }


.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
      position: relative;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image,
  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
    width: 100%;
    height: auto;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
    
    
  }


.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
      position: relative;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image,
  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
    width: 100%;
    height: auto;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
    
    
  }


.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
      position: relative;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image,
  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
    width: 100%;
    height: auto;
  }

  #s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
    
    
  }


.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e .shogun-image-content {
  
    align-items: center;
  
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container {
      position: relative;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f930f8da-bb4b-4a2b-89e7-b37f5fe96f8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b8a689cd-ee67-40c5-bd46-d58c8df13cd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8a689cd-ee67-40c5-bd46-d58c8df13cd2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-b8a689cd-ee67-40c5-bd46-d58c8df13cd2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8a689cd-ee67-40c5-bd46-d58c8df13cd2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8a689cd-ee67-40c5-bd46-d58c8df13cd2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-b8a689cd-ee67-40c5-bd46-d58c8df13cd2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image,
  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
    width: 100%;
    height: auto;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
    
    
  }


.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shogun-image-content {
  
    align-items: center;
  
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
      position: relative;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image,
  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
    width: 100%;
    height: auto;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
    
    
  }


.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shogun-image-content {
  
    align-items: center;
  
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
      position: relative;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image,
  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
    width: 100%;
    height: auto;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
    
    
  }


.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shogun-image-content {
  
    align-items: center;
  
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
      position: relative;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image,
  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
    width: 100%;
    height: auto;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
    
    
  }


.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shogun-image-content {
  
    align-items: center;
  
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
      position: relative;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image,
  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
    width: 100%;
    height: auto;
  }

  #s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
    
    
  }


.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd .shogun-image-content {
  
    align-items: center;
  
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container {
      position: relative;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66d6aa42-3e44-4aaf-b7f1-d50b0c021acd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2b832658-b882-48b9-97fb-c545f130b6be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b832658-b882-48b9-97fb-c545f130b6be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-2b832658-b882-48b9-97fb-c545f130b6be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b832658-b882-48b9-97fb-c545f130b6be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b832658-b882-48b9-97fb-c545f130b6be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-2b832658-b882-48b9-97fb-c545f130b6be .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image,
  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
    width: 100%;
    height: auto;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
    
    
  }


.s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
      position: relative;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image,
  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
    width: 100%;
    height: auto;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
    
    
  }


.s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
      position: relative;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image,
  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
    width: 100%;
    height: auto;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
    
    
  }


.s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
      position: relative;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image,
  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
    width: 100%;
    height: auto;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
    
    
  }


.s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
      position: relative;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image,
  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
    width: 100%;
    height: auto;
  }

  #s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
    
    
  }


.s-9a376fc4-814f-4351-8eae-839bc6e333b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container {
      position: relative;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a376fc4-814f-4351-8eae-839bc6e333b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-016cafbd-1c12-4244-be54-4231bafb07d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-016cafbd-1c12-4244-be54-4231bafb07d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-016cafbd-1c12-4244-be54-4231bafb07d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-016cafbd-1c12-4244-be54-4231bafb07d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-016cafbd-1c12-4244-be54-4231bafb07d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-016cafbd-1c12-4244-be54-4231bafb07d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
  display: none;
}
#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa, #wrap-s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
  display: none;
}
#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa, #wrap-s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
  display: none;
}
#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa, #wrap-s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa { display: none !important; }}




  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image,
  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
    width: 100%;
    height: auto;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
    
    
  }


.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
      position: relative;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image,
  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
    width: 100%;
    height: auto;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
    
    
  }


.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
      position: relative;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image,
  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
    width: 100%;
    height: auto;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
    
    
  }


.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
      position: relative;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image,
  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
    width: 100%;
    height: auto;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
    
    
  }


.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
      position: relative;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image,
  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
    width: 100%;
    height: auto;
  }

  #s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
    
    
  }


.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container {
      position: relative;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5b8a73c-bd42-4ca1-969c-1d8ac27670aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c496792f-2c16-46eb-91f8-9cce413f3a14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 {
  display: none;
}
#s-c496792f-2c16-46eb-91f8-9cce413f3a14, #wrap-s-c496792f-2c16-46eb-91f8-9cce413f3a14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 {
  display: none;
}
#s-c496792f-2c16-46eb-91f8-9cce413f3a14, #wrap-s-c496792f-2c16-46eb-91f8-9cce413f3a14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 {
  display: none;
}
#s-c496792f-2c16-46eb-91f8-9cce413f3a14, #wrap-s-c496792f-2c16-46eb-91f8-9cce413f3a14 { display: none !important; }}
#s-c496792f-2c16-46eb-91f8-9cce413f3a14 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-c496792f-2c16-46eb-91f8-9cce413f3a14 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-fb322b7f-5195-4832-b10f-0ac8bd25cc5f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fb322b7f-5195-4832-b10f-0ac8bd25cc5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb322b7f-5195-4832-b10f-0ac8bd25cc5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8c506cd-d378-4b48-b16f-ddf362812056 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f8c506cd-d378-4b48-b16f-ddf362812056:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f8c506cd-d378-4b48-b16f-ddf362812056:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f8c506cd-d378-4b48-b16f-ddf362812056 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-f8c506cd-d378-4b48-b16f-ddf362812056-root {
    text-align: center;
  }


#s-f8c506cd-d378-4b48-b16f-ddf362812056.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8c506cd-d378-4b48-b16f-ddf362812056-root {
    text-align: center;
  }


#s-f8c506cd-d378-4b48-b16f-ddf362812056.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8c506cd-d378-4b48-b16f-ddf362812056-root {
    text-align: center;
  }


#s-f8c506cd-d378-4b48-b16f-ddf362812056.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8c506cd-d378-4b48-b16f-ddf362812056-root {
    text-align: center;
  }


#s-f8c506cd-d378-4b48-b16f-ddf362812056.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8c506cd-d378-4b48-b16f-ddf362812056-root {
    text-align: center;
  }


#s-f8c506cd-d378-4b48-b16f-ddf362812056.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c31f3893-f2b1-4e90-9e79-4d1c78ad3d3c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c31f3893-f2b1-4e90-9e79-4d1c78ad3d3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c31f3893-f2b1-4e90-9e79-4d1c78ad3d3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fe5a90b-f697-4a51-ab15-9e7199a45813 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3fe5a90b-f697-4a51-ab15-9e7199a45813 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-3fe5a90b-f697-4a51-ab15-9e7199a45813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe5a90b-f697-4a51-ab15-9e7199a45813.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 {
  
}
}@media (max-width: 767px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 {
  
}
}
#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-c2d6c717-a6e9-411e-86b9-75e5fcc817b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 {
  margin-bottom: 20px;
}
}
#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-c4fed90b-85df-4e84-9e35-7613c55fa7c2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903 {
  
}
}@media (max-width: 767px){#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903 {
  
}
}







#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1f396215-3e32-4ee9-bf9c-ccfbe6260903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-949f503b-5850-483f-b304-b4ae9a364ce2 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-949f503b-5850-483f-b304-b4ae9a364ce2 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-949f503b-5850-483f-b304-b4ae9a364ce2 {
  display: none;
}
#s-949f503b-5850-483f-b304-b4ae9a364ce2, #wrap-s-949f503b-5850-483f-b304-b4ae9a364ce2 { display: none !important; }}




  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image,
  #s-949f503b-5850-483f-b304-b4ae9a364ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 {
    width: 100%;
    height: auto;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
    
    
  }


.s-949f503b-5850-483f-b304-b4ae9a364ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-949f503b-5850-483f-b304-b4ae9a364ce2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
      position: relative;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image,
  #s-949f503b-5850-483f-b304-b4ae9a364ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 {
    width: 100%;
    height: auto;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
    
    
  }


.s-949f503b-5850-483f-b304-b4ae9a364ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-949f503b-5850-483f-b304-b4ae9a364ce2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
      position: relative;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image,
  #s-949f503b-5850-483f-b304-b4ae9a364ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 {
    width: 100%;
    height: auto;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
    
    
  }


.s-949f503b-5850-483f-b304-b4ae9a364ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-949f503b-5850-483f-b304-b4ae9a364ce2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
      position: relative;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image,
  #s-949f503b-5850-483f-b304-b4ae9a364ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 {
    width: 100%;
    height: auto;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
    
    
  }


.s-949f503b-5850-483f-b304-b4ae9a364ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-949f503b-5850-483f-b304-b4ae9a364ce2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
      position: relative;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image,
  #s-949f503b-5850-483f-b304-b4ae9a364ce2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 {
    width: 100%;
    height: auto;
  }

  #s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
    
    
  }


.s-949f503b-5850-483f-b304-b4ae9a364ce2 .shogun-image-content {
  
    align-items: center;
  
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-949f503b-5850-483f-b304-b4ae9a364ce2 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container {
      position: relative;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-949f503b-5850-483f-b304-b4ae9a364ce2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
  max-width: 700px;
display: none;
}
#s-1985bc53-b0dc-435f-8631-22c6cc39c160, #wrap-s-1985bc53-b0dc-435f-8631-22c6cc39c160 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
  display: none;
}
#s-1985bc53-b0dc-435f-8631-22c6cc39c160, #wrap-s-1985bc53-b0dc-435f-8631-22c6cc39c160 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
  display: none;
}
#s-1985bc53-b0dc-435f-8631-22c6cc39c160, #wrap-s-1985bc53-b0dc-435f-8631-22c6cc39c160 { display: none !important; }}




  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image,
  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
    width: 100%;
    height: auto;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
    
    
  }


.s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shogun-image-content {
  
    align-items: center;
  
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
      position: relative;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image,
  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
    width: 100%;
    height: auto;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
    
    
  }


.s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shogun-image-content {
  
    align-items: center;
  
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
      position: relative;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image,
  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
    width: 100%;
    height: auto;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
    
    
  }


.s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shogun-image-content {
  
    align-items: center;
  
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
      position: relative;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image,
  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
    width: 100%;
    height: auto;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
    
    
  }


.s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shogun-image-content {
  
    align-items: center;
  
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
      position: relative;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image,
  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
    width: 100%;
    height: auto;
  }

  #s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
    
    
  }


.s-1985bc53-b0dc-435f-8631-22c6cc39c160 .shogun-image-content {
  
    align-items: center;
  
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container {
      position: relative;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1985bc53-b0dc-435f-8631-22c6cc39c160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc66d2f4-49d0-425e-96f8-7fc2e4c0237c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fc66d2f4-49d0-425e-96f8-7fc2e4c0237c {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-fc66d2f4-49d0-425e-96f8-7fc2e4c0237c {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-fc66d2f4-49d0-425e-96f8-7fc2e4c0237c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc66d2f4-49d0-425e-96f8-7fc2e4c0237c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a74ed2-b0d4-442c-a50a-e2f82713b74d {
  margin-bottom: 10px;
min-height: 50px;
}








#s-56a74ed2-b0d4-442c-a50a-e2f82713b74d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a74ed2-b0d4-442c-a50a-e2f82713b74d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f145f2db-3098-4c7d-860b-e37f46574275 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-f145f2db-3098-4c7d-860b-e37f46574275 {
  display: unset;
}
#s-f145f2db-3098-4c7d-860b-e37f46574275, #wrap-s-f145f2db-3098-4c7d-860b-e37f46574275 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f145f2db-3098-4c7d-860b-e37f46574275 {
  display: unset;
}
#s-f145f2db-3098-4c7d-860b-e37f46574275, #wrap-s-f145f2db-3098-4c7d-860b-e37f46574275 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f145f2db-3098-4c7d-860b-e37f46574275 {
  display: unset;
}
#s-f145f2db-3098-4c7d-860b-e37f46574275, #wrap-s-f145f2db-3098-4c7d-860b-e37f46574275 { display: unset !important; }}@media (max-width: 767px){#s-f145f2db-3098-4c7d-860b-e37f46574275 {
  display: none;
}
#s-f145f2db-3098-4c7d-860b-e37f46574275, #wrap-s-f145f2db-3098-4c7d-860b-e37f46574275 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f145f2db-3098-4c7d-860b-e37f46574275"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f145f2db-3098-4c7d-860b-e37f46574275"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f145f2db-3098-4c7d-860b-e37f46574275"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f145f2db-3098-4c7d-860b-e37f46574275"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image,
  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
    width: 100%;
    height: auto;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
    
    
  }


.s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
      position: relative;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image,
  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
    width: 100%;
    height: auto;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
    
    
  }


.s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
      position: relative;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image,
  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
    width: 100%;
    height: auto;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
    
    
  }


.s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
      position: relative;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image,
  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
    width: 100%;
    height: auto;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
    
    
  }


.s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
      position: relative;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image,
  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
    width: 100%;
    height: auto;
  }

  #s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
    
    
  }


.s-1a06f9f3-313d-40a3-8017-3049013d8fc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container {
      position: relative;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a06f9f3-313d-40a3-8017-3049013d8fc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c413a260-1606-49e1-8d33-eb3ff1b34491 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c413a260-1606-49e1-8d33-eb3ff1b34491 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-c413a260-1606-49e1-8d33-eb3ff1b34491 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c413a260-1606-49e1-8d33-eb3ff1b34491 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c413a260-1606-49e1-8d33-eb3ff1b34491 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-c413a260-1606-49e1-8d33-eb3ff1b34491 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image,
  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
    width: 100%;
    height: auto;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
    
    
  }


.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
      position: relative;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image,
  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
    width: 100%;
    height: auto;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
    
    
  }


.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
      position: relative;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image,
  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
    width: 100%;
    height: auto;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
    
    
  }


.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
      position: relative;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image,
  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
    width: 100%;
    height: auto;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
    
    
  }


.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
      position: relative;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image,
  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
    width: 100%;
    height: auto;
  }

  #s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
    
    
  }


.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container {
      position: relative;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c50de6e-73a6-4f1c-859e-c8667a59ddb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7c0f73ee-0583-4abb-a06b-7966e617182c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c0f73ee-0583-4abb-a06b-7966e617182c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7c0f73ee-0583-4abb-a06b-7966e617182c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c0f73ee-0583-4abb-a06b-7966e617182c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c0f73ee-0583-4abb-a06b-7966e617182c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-7c0f73ee-0583-4abb-a06b-7966e617182c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image,
  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
    width: 100%;
    height: auto;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
    
    
  }


.s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
      position: relative;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image,
  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
    width: 100%;
    height: auto;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
    
    
  }


.s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
      position: relative;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image,
  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
    width: 100%;
    height: auto;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
    
    
  }


.s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
      position: relative;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image,
  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
    width: 100%;
    height: auto;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
    
    
  }


.s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
      position: relative;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image,
  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
    width: 100%;
    height: auto;
  }

  #s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
    
    
  }


.s-a16ed956-311b-43b1-af0c-727c1184a8e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container {
      position: relative;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16ed956-311b-43b1-af0c-727c1184a8e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a40351aa-851c-41b7-9715-7f011208f46b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a40351aa-851c-41b7-9715-7f011208f46b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a40351aa-851c-41b7-9715-7f011208f46b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a40351aa-851c-41b7-9715-7f011208f46b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a40351aa-851c-41b7-9715-7f011208f46b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a40351aa-851c-41b7-9715-7f011208f46b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a589c3b6-38f3-484d-977e-587424699a93 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image,
  #s-a589c3b6-38f3-484d-977e-587424699a93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 {
    width: 100%;
    height: auto;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
    
    
  }


.s-a589c3b6-38f3-484d-977e-587424699a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a589c3b6-38f3-484d-977e-587424699a93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
      position: relative;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image,
  #s-a589c3b6-38f3-484d-977e-587424699a93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 {
    width: 100%;
    height: auto;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
    
    
  }


.s-a589c3b6-38f3-484d-977e-587424699a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a589c3b6-38f3-484d-977e-587424699a93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
      position: relative;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image,
  #s-a589c3b6-38f3-484d-977e-587424699a93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 {
    width: 100%;
    height: auto;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
    
    
  }


.s-a589c3b6-38f3-484d-977e-587424699a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a589c3b6-38f3-484d-977e-587424699a93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
      position: relative;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image,
  #s-a589c3b6-38f3-484d-977e-587424699a93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 {
    width: 100%;
    height: auto;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
    
    
  }


.s-a589c3b6-38f3-484d-977e-587424699a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a589c3b6-38f3-484d-977e-587424699a93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
      position: relative;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image,
  #s-a589c3b6-38f3-484d-977e-587424699a93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 {
    width: 100%;
    height: auto;
  }

  #s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
    
    
  }


.s-a589c3b6-38f3-484d-977e-587424699a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a589c3b6-38f3-484d-977e-587424699a93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container {
      position: relative;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a589c3b6-38f3-484d-977e-587424699a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a94a8b91-38ae-4067-bc52-15a1143848b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a94a8b91-38ae-4067-bc52-15a1143848b3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a94a8b91-38ae-4067-bc52-15a1143848b3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a94a8b91-38ae-4067-bc52-15a1143848b3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a94a8b91-38ae-4067-bc52-15a1143848b3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a94a8b91-38ae-4067-bc52-15a1143848b3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image,
  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
    width: 100%;
    height: auto;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
    
    
  }


.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
      position: relative;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image,
  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
    width: 100%;
    height: auto;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
    
    
  }


.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
      position: relative;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image,
  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
    width: 100%;
    height: auto;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
    
    
  }


.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
      position: relative;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image,
  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
    width: 100%;
    height: auto;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
    
    
  }


.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
      position: relative;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image,
  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
    width: 100%;
    height: auto;
  }

  #s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
    
    
  }


.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container {
      position: relative;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fc24da6-4bda-449c-80fa-d6768d1ca3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-75572cae-7ce2-46e2-9207-4332948a9350 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75572cae-7ce2-46e2-9207-4332948a9350 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-75572cae-7ce2-46e2-9207-4332948a9350 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75572cae-7ce2-46e2-9207-4332948a9350 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-75572cae-7ce2-46e2-9207-4332948a9350 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-75572cae-7ce2-46e2-9207-4332948a9350 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-114f6193-0c72-4394-a088-b82b1afd817d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-114f6193-0c72-4394-a088-b82b1afd817d {
  display: none;
}
#s-114f6193-0c72-4394-a088-b82b1afd817d, #wrap-s-114f6193-0c72-4394-a088-b82b1afd817d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-114f6193-0c72-4394-a088-b82b1afd817d {
  display: none;
}
#s-114f6193-0c72-4394-a088-b82b1afd817d, #wrap-s-114f6193-0c72-4394-a088-b82b1afd817d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-114f6193-0c72-4394-a088-b82b1afd817d {
  display: none;
}
#s-114f6193-0c72-4394-a088-b82b1afd817d, #wrap-s-114f6193-0c72-4394-a088-b82b1afd817d { display: none !important; }}
@media (min-width: 0px) {
[id="s-114f6193-0c72-4394-a088-b82b1afd817d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-114f6193-0c72-4394-a088-b82b1afd817d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-114f6193-0c72-4394-a088-b82b1afd817d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-114f6193-0c72-4394-a088-b82b1afd817d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-25161b47-c34c-417c-b0e4-4175c4be2926 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image,
  #s-25161b47-c34c-417c-b0e4-4175c4be2926 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 {
    width: 100%;
    height: auto;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
    
    
  }


.s-25161b47-c34c-417c-b0e4-4175c4be2926 .shogun-image-content {
  
    align-items: center;
  
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25161b47-c34c-417c-b0e4-4175c4be2926 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
      position: relative;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image,
  #s-25161b47-c34c-417c-b0e4-4175c4be2926 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 {
    width: 100%;
    height: auto;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
    
    
  }


.s-25161b47-c34c-417c-b0e4-4175c4be2926 .shogun-image-content {
  
    align-items: center;
  
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25161b47-c34c-417c-b0e4-4175c4be2926 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
      position: relative;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image,
  #s-25161b47-c34c-417c-b0e4-4175c4be2926 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 {
    width: 100%;
    height: auto;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
    
    
  }


.s-25161b47-c34c-417c-b0e4-4175c4be2926 .shogun-image-content {
  
    align-items: center;
  
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25161b47-c34c-417c-b0e4-4175c4be2926 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
      position: relative;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image,
  #s-25161b47-c34c-417c-b0e4-4175c4be2926 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 {
    width: 100%;
    height: auto;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
    
    
  }


.s-25161b47-c34c-417c-b0e4-4175c4be2926 .shogun-image-content {
  
    align-items: center;
  
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25161b47-c34c-417c-b0e4-4175c4be2926 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
      position: relative;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image,
  #s-25161b47-c34c-417c-b0e4-4175c4be2926 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 {
    width: 100%;
    height: auto;
  }

  #s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
    
    
  }


.s-25161b47-c34c-417c-b0e4-4175c4be2926 .shogun-image-content {
  
    align-items: center;
  
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25161b47-c34c-417c-b0e4-4175c4be2926 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container {
      position: relative;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25161b47-c34c-417c-b0e4-4175c4be2926 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5f55d198-0161-417a-acc7-3b1435f757d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f55d198-0161-417a-acc7-3b1435f757d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-5f55d198-0161-417a-acc7-3b1435f757d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5f55d198-0161-417a-acc7-3b1435f757d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f55d198-0161-417a-acc7-3b1435f757d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-5f55d198-0161-417a-acc7-3b1435f757d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image,
  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
    width: 100%;
    height: auto;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
    
    
  }


.s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
      position: relative;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image,
  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
    width: 100%;
    height: auto;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
    
    
  }


.s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
      position: relative;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image,
  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
    width: 100%;
    height: auto;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
    
    
  }


.s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
      position: relative;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image,
  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
    width: 100%;
    height: auto;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
    
    
  }


.s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
      position: relative;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image,
  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
    width: 100%;
    height: auto;
  }

  #s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
    
    
  }


.s-67d5d680-c68f-450f-83f6-02cf0dc15021 .shogun-image-content {
  
    align-items: center;
  
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container {
      position: relative;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67d5d680-c68f-450f-83f6-02cf0dc15021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8b41d7d1-6fc2-4910-a870-893ab5bfbf88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b41d7d1-6fc2-4910-a870-893ab5bfbf88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8b41d7d1-6fc2-4910-a870-893ab5bfbf88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b41d7d1-6fc2-4910-a870-893ab5bfbf88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b41d7d1-6fc2-4910-a870-893ab5bfbf88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-8b41d7d1-6fc2-4910-a870-893ab5bfbf88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image,
  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
    width: 100%;
    height: auto;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
    
    
  }


.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shogun-image-content {
  
    align-items: center;
  
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
      position: relative;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image,
  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
    width: 100%;
    height: auto;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
    
    
  }


.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shogun-image-content {
  
    align-items: center;
  
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
      position: relative;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image,
  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
    width: 100%;
    height: auto;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
    
    
  }


.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shogun-image-content {
  
    align-items: center;
  
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
      position: relative;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image,
  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
    width: 100%;
    height: auto;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
    
    
  }


.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shogun-image-content {
  
    align-items: center;
  
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
      position: relative;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image,
  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
    width: 100%;
    height: auto;
  }

  #s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
    
    
  }


.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c .shogun-image-content {
  
    align-items: center;
  
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container {
      position: relative;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c46243-cd99-4666-85a9-b12a9e1e9e6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-177190a1-2f86-4b08-98e5-b71132e1c728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-177190a1-2f86-4b08-98e5-b71132e1c728 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-177190a1-2f86-4b08-98e5-b71132e1c728 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-177190a1-2f86-4b08-98e5-b71132e1c728 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-177190a1-2f86-4b08-98e5-b71132e1c728 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-177190a1-2f86-4b08-98e5-b71132e1c728 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image,
  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
    width: 100%;
    height: auto;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
    
    
  }


.s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shogun-image-content {
  
    align-items: center;
  
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
      position: relative;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image,
  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
    width: 100%;
    height: auto;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
    
    
  }


.s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shogun-image-content {
  
    align-items: center;
  
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
      position: relative;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image,
  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
    width: 100%;
    height: auto;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
    
    
  }


.s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shogun-image-content {
  
    align-items: center;
  
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
      position: relative;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image,
  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
    width: 100%;
    height: auto;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
    
    
  }


.s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shogun-image-content {
  
    align-items: center;
  
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
      position: relative;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image,
  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
    width: 100%;
    height: auto;
  }

  #s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
    
    
  }


.s-83f78b29-19b6-4da0-9fb5-6202959ded74 .shogun-image-content {
  
    align-items: center;
  
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container {
      position: relative;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83f78b29-19b6-4da0-9fb5-6202959ded74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5ae4cfe6-b086-424b-8ec2-aff2131de20b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ae4cfe6-b086-424b-8ec2-aff2131de20b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-5ae4cfe6-b086-424b-8ec2-aff2131de20b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ae4cfe6-b086-424b-8ec2-aff2131de20b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ae4cfe6-b086-424b-8ec2-aff2131de20b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-5ae4cfe6-b086-424b-8ec2-aff2131de20b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
  display: none;
}
#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf, #wrap-s-dd9f1b67-347b-4c51-b234-efa7120ca3bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
  display: none;
}
#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf, #wrap-s-dd9f1b67-347b-4c51-b234-efa7120ca3bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
  display: none;
}
#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf, #wrap-s-dd9f1b67-347b-4c51-b234-efa7120ca3bf { display: none !important; }}




  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image,
  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
    width: 100%;
    height: auto;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
    
    
  }


.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
      position: relative;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image,
  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
    width: 100%;
    height: auto;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
    
    
  }


.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
      position: relative;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image,
  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
    width: 100%;
    height: auto;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
    
    
  }


.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
      position: relative;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image,
  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
    width: 100%;
    height: auto;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
    
    
  }


.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
      position: relative;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image,
  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
    width: 100%;
    height: auto;
  }

  #s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
    
    
  }


.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container {
      position: relative;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9f1b67-347b-4c51-b234-efa7120ca3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 {
  display: none;
}
#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1, #wrap-s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 {
  display: none;
}
#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1, #wrap-s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 {
  display: none;
}
#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1, #wrap-s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 { display: none !important; }}
#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-da8dbec6-1f26-40ac-9335-1f32fc5bc0f1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a834930d-275d-479c-b8a3-75c0e5c76808 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a834930d-275d-479c-b8a3-75c0e5c76808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a834930d-275d-479c-b8a3-75c0e5c76808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9528b93-c113-4b59-afe3-fb64ddd46b27 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b9528b93-c113-4b59-afe3-fb64ddd46b27:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b9528b93-c113-4b59-afe3-fb64ddd46b27:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b9528b93-c113-4b59-afe3-fb64ddd46b27 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-b9528b93-c113-4b59-afe3-fb64ddd46b27-root {
    text-align: center;
  }


#s-b9528b93-c113-4b59-afe3-fb64ddd46b27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9528b93-c113-4b59-afe3-fb64ddd46b27-root {
    text-align: center;
  }


#s-b9528b93-c113-4b59-afe3-fb64ddd46b27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9528b93-c113-4b59-afe3-fb64ddd46b27-root {
    text-align: center;
  }


#s-b9528b93-c113-4b59-afe3-fb64ddd46b27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9528b93-c113-4b59-afe3-fb64ddd46b27-root {
    text-align: center;
  }


#s-b9528b93-c113-4b59-afe3-fb64ddd46b27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9528b93-c113-4b59-afe3-fb64ddd46b27-root {
    text-align: center;
  }


#s-b9528b93-c113-4b59-afe3-fb64ddd46b27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9574955d-f24b-4e8c-82b8-e11ba8602410 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9574955d-f24b-4e8c-82b8-e11ba8602410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9574955d-f24b-4e8c-82b8-e11ba8602410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed76741-5ef0-44bd-8673-e5fc01f36f19 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fed76741-5ef0-44bd-8673-e5fc01f36f19 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-fed76741-5ef0-44bd-8673-e5fc01f36f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed76741-5ef0-44bd-8673-e5fc01f36f19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f18093c-8057-4d3b-a300-282cdafc60dd {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd {
  
}
}@media (max-width: 767px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd {
  
}
}
#s-0f18093c-8057-4d3b-a300-282cdafc60dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-0f18093c-8057-4d3b-a300-282cdafc60dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-55257938-f2ec-444e-8b58-5b1e14279ed8 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-55257938-f2ec-444e-8b58-5b1e14279ed8 {
  margin-bottom: 20px;
}
}
#s-55257938-f2ec-444e-8b58-5b1e14279ed8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-55257938-f2ec-444e-8b58-5b1e14279ed8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55257938-f2ec-444e-8b58-5b1e14279ed8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-55257938-f2ec-444e-8b58-5b1e14279ed8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-55257938-f2ec-444e-8b58-5b1e14279ed8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-a5f76680-b68e-4ace-84d3-a3cd88209b53 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a5f76680-b68e-4ace-84d3-a3cd88209b53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5f76680-b68e-4ace-84d3-a3cd88209b53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5f76680-b68e-4ace-84d3-a3cd88209b53 {
  
}
}@media (max-width: 767px){#s-a5f76680-b68e-4ace-84d3-a3cd88209b53 {
  
}
}







#s-a5f76680-b68e-4ace-84d3-a3cd88209b53 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a5f76680-b68e-4ace-84d3-a3cd88209b53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfc968df-47ca-47df-9847-9434161263a1 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-cfc968df-47ca-47df-9847-9434161263a1 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-cfc968df-47ca-47df-9847-9434161263a1 {
  display: none;
}
#s-cfc968df-47ca-47df-9847-9434161263a1, #wrap-s-cfc968df-47ca-47df-9847-9434161263a1 { display: none !important; }}




  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image,
  #s-cfc968df-47ca-47df-9847-9434161263a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 {
    width: 100%;
    height: auto;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
    
    
  }


.s-cfc968df-47ca-47df-9847-9434161263a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfc968df-47ca-47df-9847-9434161263a1 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
      position: relative;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image,
  #s-cfc968df-47ca-47df-9847-9434161263a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 {
    width: 100%;
    height: auto;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
    
    
  }


.s-cfc968df-47ca-47df-9847-9434161263a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfc968df-47ca-47df-9847-9434161263a1 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
      position: relative;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image,
  #s-cfc968df-47ca-47df-9847-9434161263a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 {
    width: 100%;
    height: auto;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
    
    
  }


.s-cfc968df-47ca-47df-9847-9434161263a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfc968df-47ca-47df-9847-9434161263a1 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
      position: relative;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image,
  #s-cfc968df-47ca-47df-9847-9434161263a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 {
    width: 100%;
    height: auto;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
    
    
  }


.s-cfc968df-47ca-47df-9847-9434161263a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfc968df-47ca-47df-9847-9434161263a1 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
      position: relative;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image,
  #s-cfc968df-47ca-47df-9847-9434161263a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 {
    width: 100%;
    height: auto;
  }

  #s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
    
    
  }


.s-cfc968df-47ca-47df-9847-9434161263a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfc968df-47ca-47df-9847-9434161263a1 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container {
      position: relative;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfc968df-47ca-47df-9847-9434161263a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-05401af8-2bf2-4643-8865-602651531072 {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-05401af8-2bf2-4643-8865-602651531072 {
  max-width: 700px;
display: none;
}
#s-05401af8-2bf2-4643-8865-602651531072, #wrap-s-05401af8-2bf2-4643-8865-602651531072 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05401af8-2bf2-4643-8865-602651531072 {
  display: none;
}
#s-05401af8-2bf2-4643-8865-602651531072, #wrap-s-05401af8-2bf2-4643-8865-602651531072 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05401af8-2bf2-4643-8865-602651531072 {
  display: none;
}
#s-05401af8-2bf2-4643-8865-602651531072, #wrap-s-05401af8-2bf2-4643-8865-602651531072 { display: none !important; }}




  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image,
  #s-05401af8-2bf2-4643-8865-602651531072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 {
    width: 100%;
    height: auto;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
    
    
  }


.s-05401af8-2bf2-4643-8865-602651531072 .shogun-image-content {
  
    align-items: center;
  
}

.s-05401af8-2bf2-4643-8865-602651531072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05401af8-2bf2-4643-8865-602651531072 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
      position: relative;
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image,
  #s-05401af8-2bf2-4643-8865-602651531072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 {
    width: 100%;
    height: auto;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
    
    
  }


.s-05401af8-2bf2-4643-8865-602651531072 .shogun-image-content {
  
    align-items: center;
  
}

.s-05401af8-2bf2-4643-8865-602651531072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05401af8-2bf2-4643-8865-602651531072 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
      position: relative;
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image,
  #s-05401af8-2bf2-4643-8865-602651531072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 {
    width: 100%;
    height: auto;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
    
    
  }


.s-05401af8-2bf2-4643-8865-602651531072 .shogun-image-content {
  
    align-items: center;
  
}

.s-05401af8-2bf2-4643-8865-602651531072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05401af8-2bf2-4643-8865-602651531072 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
      position: relative;
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image,
  #s-05401af8-2bf2-4643-8865-602651531072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 {
    width: 100%;
    height: auto;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
    
    
  }


.s-05401af8-2bf2-4643-8865-602651531072 .shogun-image-content {
  
    align-items: center;
  
}

.s-05401af8-2bf2-4643-8865-602651531072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05401af8-2bf2-4643-8865-602651531072 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
      position: relative;
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image,
  #s-05401af8-2bf2-4643-8865-602651531072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 {
    width: 100%;
    height: auto;
  }

  #s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
    
    
  }


.s-05401af8-2bf2-4643-8865-602651531072 .shogun-image-content {
  
    align-items: center;
  
}

.s-05401af8-2bf2-4643-8865-602651531072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05401af8-2bf2-4643-8865-602651531072.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05401af8-2bf2-4643-8865-602651531072 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container {
      position: relative;
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05401af8-2bf2-4643-8865-602651531072.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05401af8-2bf2-4643-8865-602651531072 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-77b5556b-f229-464f-8cdd-aefcff0ee66b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-77b5556b-f229-464f-8cdd-aefcff0ee66b {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-77b5556b-f229-464f-8cdd-aefcff0ee66b {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-77b5556b-f229-464f-8cdd-aefcff0ee66b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77b5556b-f229-464f-8cdd-aefcff0ee66b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f7ead17-4c3e-438a-b345-d9cd46444cd9 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-6f7ead17-4c3e-438a-b345-d9cd46444cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7ead17-4c3e-438a-b345-d9cd46444cd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 {
  display: unset;
}
#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165, #wrap-s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 {
  display: unset;
}
#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165, #wrap-s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 {
  display: unset;
}
#s-3211dd7a-6e16-4d23-98c3-d0a01a87e165, #wrap-s-3211dd7a-6e16-4d23-98c3-d0a01a87e165 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-3211dd7a-6e16-4d23-98c3-d0a01a87e165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3211dd7a-6e16-4d23-98c3-d0a01a87e165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3211dd7a-6e16-4d23-98c3-d0a01a87e165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3211dd7a-6e16-4d23-98c3-d0a01a87e165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-70482de8-65e7-492f-b152-50efcc935fe5 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image,
  #s-70482de8-65e7-492f-b152-50efcc935fe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 {
    width: 100%;
    height: auto;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
    
    
  }


.s-70482de8-65e7-492f-b152-50efcc935fe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70482de8-65e7-492f-b152-50efcc935fe5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
      position: relative;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image,
  #s-70482de8-65e7-492f-b152-50efcc935fe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 {
    width: 100%;
    height: auto;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
    
    
  }


.s-70482de8-65e7-492f-b152-50efcc935fe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70482de8-65e7-492f-b152-50efcc935fe5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
      position: relative;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image,
  #s-70482de8-65e7-492f-b152-50efcc935fe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 {
    width: 100%;
    height: auto;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
    
    
  }


.s-70482de8-65e7-492f-b152-50efcc935fe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70482de8-65e7-492f-b152-50efcc935fe5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
      position: relative;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image,
  #s-70482de8-65e7-492f-b152-50efcc935fe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 {
    width: 100%;
    height: auto;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
    
    
  }


.s-70482de8-65e7-492f-b152-50efcc935fe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70482de8-65e7-492f-b152-50efcc935fe5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
      position: relative;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image,
  #s-70482de8-65e7-492f-b152-50efcc935fe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 {
    width: 100%;
    height: auto;
  }

  #s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
    
    
  }


.s-70482de8-65e7-492f-b152-50efcc935fe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70482de8-65e7-492f-b152-50efcc935fe5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container {
      position: relative;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70482de8-65e7-492f-b152-50efcc935fe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f42e59ff-c29f-4d41-b478-26884a00ad0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f42e59ff-c29f-4d41-b478-26884a00ad0c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f42e59ff-c29f-4d41-b478-26884a00ad0c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f42e59ff-c29f-4d41-b478-26884a00ad0c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f42e59ff-c29f-4d41-b478-26884a00ad0c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-f42e59ff-c29f-4d41-b478-26884a00ad0c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image,
  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
    width: 100%;
    height: auto;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
    
    
  }


.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shogun-image-content {
  
    align-items: center;
  
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
      position: relative;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image,
  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
    width: 100%;
    height: auto;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
    
    
  }


.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shogun-image-content {
  
    align-items: center;
  
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
      position: relative;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image,
  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
    width: 100%;
    height: auto;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
    
    
  }


.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shogun-image-content {
  
    align-items: center;
  
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
      position: relative;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image,
  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
    width: 100%;
    height: auto;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
    
    
  }


.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shogun-image-content {
  
    align-items: center;
  
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
      position: relative;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image,
  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
    width: 100%;
    height: auto;
  }

  #s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
    
    
  }


.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 .shogun-image-content {
  
    align-items: center;
  
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container {
      position: relative;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c03b75c3-37ed-42a9-9783-e2fc1d18e419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-46114abd-ff4a-4b34-aedf-4e0a6c818ba1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46114abd-ff4a-4b34-aedf-4e0a6c818ba1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-46114abd-ff4a-4b34-aedf-4e0a6c818ba1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46114abd-ff4a-4b34-aedf-4e0a6c818ba1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-46114abd-ff4a-4b34-aedf-4e0a6c818ba1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-46114abd-ff4a-4b34-aedf-4e0a6c818ba1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image,
  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
    width: 100%;
    height: auto;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
    
    
  }


.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shogun-image-content {
  
    align-items: center;
  
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
      position: relative;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image,
  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
    width: 100%;
    height: auto;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
    
    
  }


.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shogun-image-content {
  
    align-items: center;
  
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
      position: relative;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image,
  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
    width: 100%;
    height: auto;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
    
    
  }


.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shogun-image-content {
  
    align-items: center;
  
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
      position: relative;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image,
  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
    width: 100%;
    height: auto;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
    
    
  }


.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shogun-image-content {
  
    align-items: center;
  
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
      position: relative;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image,
  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
    width: 100%;
    height: auto;
  }

  #s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
    
    
  }


.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f .shogun-image-content {
  
    align-items: center;
  
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container {
      position: relative;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94ba9509-6235-4f7d-84a6-2bb10eedda2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4bc02482-3fc6-45be-9449-95e9bef55a35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bc02482-3fc6-45be-9449-95e9bef55a35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-4bc02482-3fc6-45be-9449-95e9bef55a35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4bc02482-3fc6-45be-9449-95e9bef55a35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4bc02482-3fc6-45be-9449-95e9bef55a35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-4bc02482-3fc6-45be-9449-95e9bef55a35 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-93f47542-66b9-4762-94c2-4e5c39e13add {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image,
  #s-93f47542-66b9-4762-94c2-4e5c39e13add .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add {
    width: 100%;
    height: auto;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
    
    
  }


.s-93f47542-66b9-4762-94c2-4e5c39e13add .shogun-image-content {
  
    align-items: center;
  
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93f47542-66b9-4762-94c2-4e5c39e13add {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
      position: relative;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image,
  #s-93f47542-66b9-4762-94c2-4e5c39e13add .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add {
    width: 100%;
    height: auto;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
    
    
  }


.s-93f47542-66b9-4762-94c2-4e5c39e13add .shogun-image-content {
  
    align-items: center;
  
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93f47542-66b9-4762-94c2-4e5c39e13add {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
      position: relative;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image,
  #s-93f47542-66b9-4762-94c2-4e5c39e13add .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add {
    width: 100%;
    height: auto;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
    
    
  }


.s-93f47542-66b9-4762-94c2-4e5c39e13add .shogun-image-content {
  
    align-items: center;
  
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93f47542-66b9-4762-94c2-4e5c39e13add {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
      position: relative;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image,
  #s-93f47542-66b9-4762-94c2-4e5c39e13add .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add {
    width: 100%;
    height: auto;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
    
    
  }


.s-93f47542-66b9-4762-94c2-4e5c39e13add .shogun-image-content {
  
    align-items: center;
  
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93f47542-66b9-4762-94c2-4e5c39e13add {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
      position: relative;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image,
  #s-93f47542-66b9-4762-94c2-4e5c39e13add .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add {
    width: 100%;
    height: auto;
  }

  #s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
    
    
  }


.s-93f47542-66b9-4762-94c2-4e5c39e13add .shogun-image-content {
  
    align-items: center;
  
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93f47542-66b9-4762-94c2-4e5c39e13add {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container {
      position: relative;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93f47542-66b9-4762-94c2-4e5c39e13add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a2c5666e-a158-446d-a8d9-cfc19b799360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2c5666e-a158-446d-a8d9-cfc19b799360 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a2c5666e-a158-446d-a8d9-cfc19b799360 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a2c5666e-a158-446d-a8d9-cfc19b799360 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a2c5666e-a158-446d-a8d9-cfc19b799360 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a2c5666e-a158-446d-a8d9-cfc19b799360 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-fff5c3ac-4bcb-41e6-bc8c-c82ccd34765e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fff5c3ac-4bcb-41e6-bc8c-c82ccd34765e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff5c3ac-4bcb-41e6-bc8c-c82ccd34765e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ebd0202-3f97-4e45-b26a-6fa091297137 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7ebd0202-3f97-4e45-b26a-6fa091297137:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7ebd0202-3f97-4e45-b26a-6fa091297137:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7ebd0202-3f97-4e45-b26a-6fa091297137 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-7ebd0202-3f97-4e45-b26a-6fa091297137-root {
    text-align: center;
  }


#s-7ebd0202-3f97-4e45-b26a-6fa091297137.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ebd0202-3f97-4e45-b26a-6fa091297137-root {
    text-align: center;
  }


#s-7ebd0202-3f97-4e45-b26a-6fa091297137.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ebd0202-3f97-4e45-b26a-6fa091297137-root {
    text-align: center;
  }


#s-7ebd0202-3f97-4e45-b26a-6fa091297137.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ebd0202-3f97-4e45-b26a-6fa091297137-root {
    text-align: center;
  }


#s-7ebd0202-3f97-4e45-b26a-6fa091297137.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ebd0202-3f97-4e45-b26a-6fa091297137-root {
    text-align: center;
  }


#s-7ebd0202-3f97-4e45-b26a-6fa091297137.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-96e6511b-3aeb-42a5-b0ee-9470b7321d56 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-96e6511b-3aeb-42a5-b0ee-9470b7321d56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96e6511b-3aeb-42a5-b0ee-9470b7321d56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3e3861e-e8b0-4013-ac96-fd4f65c1bdb2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3e3861e-e8b0-4013-ac96-fd4f65c1bdb2 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-e3e3861e-e8b0-4013-ac96-fd4f65c1bdb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3e3861e-e8b0-4013-ac96-fd4f65c1bdb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 {
  
}
}@media (max-width: 767px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 {
  
}
}
#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-c4046d2c-f3e1-4df6-b2c0-c1eeaeda7b83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-24218edf-cf68-4892-8db3-55c1e618e773 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-24218edf-cf68-4892-8db3-55c1e618e773 {
  margin-bottom: 20px;
}
}
#s-24218edf-cf68-4892-8db3-55c1e618e773 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-24218edf-cf68-4892-8db3-55c1e618e773 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-24218edf-cf68-4892-8db3-55c1e618e773 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-24218edf-cf68-4892-8db3-55c1e618e773 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-24218edf-cf68-4892-8db3-55c1e618e773 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3 {
  
}
}@media (max-width: 767px){#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3 {
  
}
}







#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ec4cca97-d8f6-429e-833a-0659a7cc11b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
  display: none;
}
#s-a8c78fcb-752b-4511-bb49-b73e5664e365, #wrap-s-a8c78fcb-752b-4511-bb49-b73e5664e365 { display: none !important; }}




  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image,
  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
    width: 100%;
    height: auto;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
    
    
  }


.s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
      position: relative;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image,
  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
    width: 100%;
    height: auto;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
    
    
  }


.s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
      position: relative;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image,
  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
    width: 100%;
    height: auto;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
    
    
  }


.s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
      position: relative;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image,
  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
    width: 100%;
    height: auto;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
    
    
  }


.s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
      position: relative;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image,
  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
    width: 100%;
    height: auto;
  }

  #s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
    
    
  }


.s-a8c78fcb-752b-4511-bb49-b73e5664e365 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container {
      position: relative;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8c78fcb-752b-4511-bb49-b73e5664e365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
  max-width: 700px;
display: none;
}
#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed, #wrap-s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
  display: none;
}
#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed, #wrap-s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
  display: none;
}
#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed, #wrap-s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed { display: none !important; }}




  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image,
  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
    width: 100%;
    height: auto;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
    
    
  }


.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
      position: relative;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image,
  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
    width: 100%;
    height: auto;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
    
    
  }


.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
      position: relative;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image,
  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
    width: 100%;
    height: auto;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
    
    
  }


.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
      position: relative;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image,
  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
    width: 100%;
    height: auto;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
    
    
  }


.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
      position: relative;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image,
  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
    width: 100%;
    height: auto;
  }

  #s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
    
    
  }


.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container {
      position: relative;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3bbb18c-cb12-44d9-99b1-4023a1da89ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-68bf8f46-b921-4e02-8432-1a4ff177a12b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-68bf8f46-b921-4e02-8432-1a4ff177a12b {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-68bf8f46-b921-4e02-8432-1a4ff177a12b {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-68bf8f46-b921-4e02-8432-1a4ff177a12b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68bf8f46-b921-4e02-8432-1a4ff177a12b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59eba316-4613-45e8-b0df-dda3213bc2e2 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-59eba316-4613-45e8-b0df-dda3213bc2e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59eba316-4613-45e8-b0df-dda3213bc2e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14b3a7f5-8823-4266-94ba-7452a11b47e5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-14b3a7f5-8823-4266-94ba-7452a11b47e5 {
  display: unset;
}
#s-14b3a7f5-8823-4266-94ba-7452a11b47e5, #wrap-s-14b3a7f5-8823-4266-94ba-7452a11b47e5 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14b3a7f5-8823-4266-94ba-7452a11b47e5 {
  display: unset;
}
#s-14b3a7f5-8823-4266-94ba-7452a11b47e5, #wrap-s-14b3a7f5-8823-4266-94ba-7452a11b47e5 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14b3a7f5-8823-4266-94ba-7452a11b47e5 {
  display: unset;
}
#s-14b3a7f5-8823-4266-94ba-7452a11b47e5, #wrap-s-14b3a7f5-8823-4266-94ba-7452a11b47e5 { display: unset !important; }}@media (max-width: 767px){#s-14b3a7f5-8823-4266-94ba-7452a11b47e5 {
  display: none;
}
#s-14b3a7f5-8823-4266-94ba-7452a11b47e5, #wrap-s-14b3a7f5-8823-4266-94ba-7452a11b47e5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-14b3a7f5-8823-4266-94ba-7452a11b47e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14b3a7f5-8823-4266-94ba-7452a11b47e5"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-14b3a7f5-8823-4266-94ba-7452a11b47e5"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-14b3a7f5-8823-4266-94ba-7452a11b47e5"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image,
  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
    width: 100%;
    height: auto;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
    
    
  }


.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
      position: relative;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image,
  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
    width: 100%;
    height: auto;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
    
    
  }


.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
      position: relative;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image,
  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
    width: 100%;
    height: auto;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
    
    
  }


.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
      position: relative;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image,
  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
    width: 100%;
    height: auto;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
    
    
  }


.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
      position: relative;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image,
  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
    width: 100%;
    height: auto;
  }

  #s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
    
    
  }


.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container {
      position: relative;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe5ae819-2501-4ac9-b2e2-c6fbf489513a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-95773559-5b18-4b16-a2b3-d9eac56fcc68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95773559-5b18-4b16-a2b3-d9eac56fcc68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-95773559-5b18-4b16-a2b3-d9eac56fcc68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95773559-5b18-4b16-a2b3-d9eac56fcc68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95773559-5b18-4b16-a2b3-d9eac56fcc68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-95773559-5b18-4b16-a2b3-d9eac56fcc68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-3efa6a4a-bd93-4224-82cd-695f945602df {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image,
  #s-3efa6a4a-bd93-4224-82cd-695f945602df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df {
    width: 100%;
    height: auto;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
    
    
  }


.s-3efa6a4a-bd93-4224-82cd-695f945602df .shogun-image-content {
  
    align-items: center;
  
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efa6a4a-bd93-4224-82cd-695f945602df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
      position: relative;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image,
  #s-3efa6a4a-bd93-4224-82cd-695f945602df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df {
    width: 100%;
    height: auto;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
    
    
  }


.s-3efa6a4a-bd93-4224-82cd-695f945602df .shogun-image-content {
  
    align-items: center;
  
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efa6a4a-bd93-4224-82cd-695f945602df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
      position: relative;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image,
  #s-3efa6a4a-bd93-4224-82cd-695f945602df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df {
    width: 100%;
    height: auto;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
    
    
  }


.s-3efa6a4a-bd93-4224-82cd-695f945602df .shogun-image-content {
  
    align-items: center;
  
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efa6a4a-bd93-4224-82cd-695f945602df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
      position: relative;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image,
  #s-3efa6a4a-bd93-4224-82cd-695f945602df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df {
    width: 100%;
    height: auto;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
    
    
  }


.s-3efa6a4a-bd93-4224-82cd-695f945602df .shogun-image-content {
  
    align-items: center;
  
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efa6a4a-bd93-4224-82cd-695f945602df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
      position: relative;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image,
  #s-3efa6a4a-bd93-4224-82cd-695f945602df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df {
    width: 100%;
    height: auto;
  }

  #s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
    
    
  }


.s-3efa6a4a-bd93-4224-82cd-695f945602df .shogun-image-content {
  
    align-items: center;
  
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3efa6a4a-bd93-4224-82cd-695f945602df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container {
      position: relative;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efa6a4a-bd93-4224-82cd-695f945602df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cc73756a-3767-4ce0-9116-6354d3465ce0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc73756a-3767-4ce0-9116-6354d3465ce0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-cc73756a-3767-4ce0-9116-6354d3465ce0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc73756a-3767-4ce0-9116-6354d3465ce0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc73756a-3767-4ce0-9116-6354d3465ce0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-cc73756a-3767-4ce0-9116-6354d3465ce0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image,
  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
    width: 100%;
    height: auto;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
    
    
  }


.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
      position: relative;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image,
  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
    width: 100%;
    height: auto;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
    
    
  }


.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
      position: relative;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image,
  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
    width: 100%;
    height: auto;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
    
    
  }


.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
      position: relative;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image,
  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
    width: 100%;
    height: auto;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
    
    
  }


.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
      position: relative;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image,
  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
    width: 100%;
    height: auto;
  }

  #s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
    
    
  }


.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container {
      position: relative;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a70b3e4e-6f16-458d-a033-b3505e0ed7a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-df96dd79-31d4-4d5f-a197-9af66cc9744c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df96dd79-31d4-4d5f-a197-9af66cc9744c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-df96dd79-31d4-4d5f-a197-9af66cc9744c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df96dd79-31d4-4d5f-a197-9af66cc9744c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-df96dd79-31d4-4d5f-a197-9af66cc9744c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-df96dd79-31d4-4d5f-a197-9af66cc9744c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9c60503d-8665-432b-9024-778b1146b04c {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image,
  #s-9c60503d-8665-432b-9024-778b1146b04c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c {
    width: 100%;
    height: auto;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
    
    
  }


.s-9c60503d-8665-432b-9024-778b1146b04c .shogun-image-content {
  
    align-items: center;
  
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c60503d-8665-432b-9024-778b1146b04c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
      position: relative;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image,
  #s-9c60503d-8665-432b-9024-778b1146b04c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c {
    width: 100%;
    height: auto;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
    
    
  }


.s-9c60503d-8665-432b-9024-778b1146b04c .shogun-image-content {
  
    align-items: center;
  
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c60503d-8665-432b-9024-778b1146b04c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
      position: relative;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image,
  #s-9c60503d-8665-432b-9024-778b1146b04c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c {
    width: 100%;
    height: auto;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
    
    
  }


.s-9c60503d-8665-432b-9024-778b1146b04c .shogun-image-content {
  
    align-items: center;
  
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c60503d-8665-432b-9024-778b1146b04c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
      position: relative;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image,
  #s-9c60503d-8665-432b-9024-778b1146b04c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c {
    width: 100%;
    height: auto;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
    
    
  }


.s-9c60503d-8665-432b-9024-778b1146b04c .shogun-image-content {
  
    align-items: center;
  
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c60503d-8665-432b-9024-778b1146b04c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
      position: relative;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image,
  #s-9c60503d-8665-432b-9024-778b1146b04c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c {
    width: 100%;
    height: auto;
  }

  #s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
    
    
  }


.s-9c60503d-8665-432b-9024-778b1146b04c .shogun-image-content {
  
    align-items: center;
  
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c60503d-8665-432b-9024-778b1146b04c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container {
      position: relative;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c60503d-8665-432b-9024-778b1146b04c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-08275554-6088-453a-9304-33df7b6bef30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08275554-6088-453a-9304-33df7b6bef30 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-08275554-6088-453a-9304-33df7b6bef30 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-08275554-6088-453a-9304-33df7b6bef30 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-08275554-6088-453a-9304-33df7b6bef30 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-08275554-6088-453a-9304-33df7b6bef30 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image,
  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
    width: 100%;
    height: auto;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
    
    
  }


.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
      position: relative;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image,
  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
    width: 100%;
    height: auto;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
    
    
  }


.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
      position: relative;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image,
  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
    width: 100%;
    height: auto;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
    
    
  }


.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
      position: relative;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image,
  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
    width: 100%;
    height: auto;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
    
    
  }


.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
      position: relative;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image,
  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
    width: 100%;
    height: auto;
  }

  #s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
    
    
  }


.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container {
      position: relative;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcab1825-9cbb-49ea-8e5e-7ed40b348269 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-62af65df-9f16-4621-b54f-62752c3d5b31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62af65df-9f16-4621-b54f-62752c3d5b31 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-62af65df-9f16-4621-b54f-62752c3d5b31 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62af65df-9f16-4621-b54f-62752c3d5b31 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62af65df-9f16-4621-b54f-62752c3d5b31 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-62af65df-9f16-4621-b54f-62752c3d5b31 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-4d323952-7b9e-4033-8440-7372c0608288 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4d323952-7b9e-4033-8440-7372c0608288 {
  display: none;
}
#s-4d323952-7b9e-4033-8440-7372c0608288, #wrap-s-4d323952-7b9e-4033-8440-7372c0608288 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d323952-7b9e-4033-8440-7372c0608288 {
  display: none;
}
#s-4d323952-7b9e-4033-8440-7372c0608288, #wrap-s-4d323952-7b9e-4033-8440-7372c0608288 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d323952-7b9e-4033-8440-7372c0608288 {
  display: none;
}
#s-4d323952-7b9e-4033-8440-7372c0608288, #wrap-s-4d323952-7b9e-4033-8440-7372c0608288 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4d323952-7b9e-4033-8440-7372c0608288"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d323952-7b9e-4033-8440-7372c0608288"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d323952-7b9e-4033-8440-7372c0608288"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d323952-7b9e-4033-8440-7372c0608288"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image,
  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
    width: 100%;
    height: auto;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
    
    
  }


.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
      position: relative;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image,
  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
    width: 100%;
    height: auto;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
    
    
  }


.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
      position: relative;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image,
  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
    width: 100%;
    height: auto;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
    
    
  }


.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
      position: relative;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image,
  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
    width: 100%;
    height: auto;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
    
    
  }


.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
      position: relative;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image,
  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
    width: 100%;
    height: auto;
  }

  #s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
    
    
  }


.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container {
      position: relative;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c4a2547-11f1-4ba0-ac0d-24ecebf09cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-61bab4f7-3eee-40a3-a92c-c2aa92ddf643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61bab4f7-3eee-40a3-a92c-c2aa92ddf643 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-61bab4f7-3eee-40a3-a92c-c2aa92ddf643 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-61bab4f7-3eee-40a3-a92c-c2aa92ddf643 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-61bab4f7-3eee-40a3-a92c-c2aa92ddf643 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-61bab4f7-3eee-40a3-a92c-c2aa92ddf643 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image,
  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
    width: 100%;
    height: auto;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
    
    
  }


.s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shogun-image-content {
  
    align-items: center;
  
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
      position: relative;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image,
  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
    width: 100%;
    height: auto;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
    
    
  }


.s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shogun-image-content {
  
    align-items: center;
  
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
      position: relative;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image,
  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
    width: 100%;
    height: auto;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
    
    
  }


.s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shogun-image-content {
  
    align-items: center;
  
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
      position: relative;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image,
  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
    width: 100%;
    height: auto;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
    
    
  }


.s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shogun-image-content {
  
    align-items: center;
  
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
      position: relative;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image,
  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
    width: 100%;
    height: auto;
  }

  #s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
    
    
  }


.s-87e22abc-40af-43dc-b50f-9aff4ce71098 .shogun-image-content {
  
    align-items: center;
  
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container {
      position: relative;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87e22abc-40af-43dc-b50f-9aff4ce71098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d310c06b-2d9d-4d09-b327-345794b8f44f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d310c06b-2d9d-4d09-b327-345794b8f44f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d310c06b-2d9d-4d09-b327-345794b8f44f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d310c06b-2d9d-4d09-b327-345794b8f44f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d310c06b-2d9d-4d09-b327-345794b8f44f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d310c06b-2d9d-4d09-b327-345794b8f44f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image,
  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
    width: 100%;
    height: auto;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
    
    
  }


.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
      position: relative;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image,
  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
    width: 100%;
    height: auto;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
    
    
  }


.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
      position: relative;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image,
  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
    width: 100%;
    height: auto;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
    
    
  }


.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
      position: relative;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image,
  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
    width: 100%;
    height: auto;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
    
    
  }


.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
      position: relative;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image,
  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
    width: 100%;
    height: auto;
  }

  #s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
    
    
  }


.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container {
      position: relative;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b1e1518-f2cc-4103-a7f8-efeb97b11e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cf9bf46b-592d-4e69-9dc0-1f2e6f765aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf9bf46b-592d-4e69-9dc0-1f2e6f765aa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-cf9bf46b-592d-4e69-9dc0-1f2e6f765aa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf9bf46b-592d-4e69-9dc0-1f2e6f765aa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf9bf46b-592d-4e69-9dc0-1f2e6f765aa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-cf9bf46b-592d-4e69-9dc0-1f2e6f765aa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7f78462a-ef22-4c2e-8135-e719db17a346 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image,
  #s-7f78462a-ef22-4c2e-8135-e719db17a346 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 {
    width: 100%;
    height: auto;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
    
    
  }


.s-7f78462a-ef22-4c2e-8135-e719db17a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f78462a-ef22-4c2e-8135-e719db17a346 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
      position: relative;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image,
  #s-7f78462a-ef22-4c2e-8135-e719db17a346 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 {
    width: 100%;
    height: auto;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
    
    
  }


.s-7f78462a-ef22-4c2e-8135-e719db17a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f78462a-ef22-4c2e-8135-e719db17a346 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
      position: relative;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image,
  #s-7f78462a-ef22-4c2e-8135-e719db17a346 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 {
    width: 100%;
    height: auto;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
    
    
  }


.s-7f78462a-ef22-4c2e-8135-e719db17a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f78462a-ef22-4c2e-8135-e719db17a346 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
      position: relative;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image,
  #s-7f78462a-ef22-4c2e-8135-e719db17a346 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 {
    width: 100%;
    height: auto;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
    
    
  }


.s-7f78462a-ef22-4c2e-8135-e719db17a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f78462a-ef22-4c2e-8135-e719db17a346 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
      position: relative;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image,
  #s-7f78462a-ef22-4c2e-8135-e719db17a346 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 {
    width: 100%;
    height: auto;
  }

  #s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
    
    
  }


.s-7f78462a-ef22-4c2e-8135-e719db17a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f78462a-ef22-4c2e-8135-e719db17a346 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container {
      position: relative;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f78462a-ef22-4c2e-8135-e719db17a346 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-54580e6b-c7f0-4137-ba3c-c4ad0ab00658 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54580e6b-c7f0-4137-ba3c-c4ad0ab00658 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-54580e6b-c7f0-4137-ba3c-c4ad0ab00658 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54580e6b-c7f0-4137-ba3c-c4ad0ab00658 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-54580e6b-c7f0-4137-ba3c-c4ad0ab00658 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-54580e6b-c7f0-4137-ba3c-c4ad0ab00658 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
  display: none;
}
#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a, #wrap-s-4f3a6c0e-72eb-473e-8f63-edd2251f801a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
  display: none;
}
#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a, #wrap-s-4f3a6c0e-72eb-473e-8f63-edd2251f801a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
  display: none;
}
#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a, #wrap-s-4f3a6c0e-72eb-473e-8f63-edd2251f801a { display: none !important; }}




  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image,
  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
    width: 100%;
    height: auto;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
    
    
  }


.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
      position: relative;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image,
  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
    width: 100%;
    height: auto;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
    
    
  }


.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
      position: relative;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image,
  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
    width: 100%;
    height: auto;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
    
    
  }


.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
      position: relative;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image,
  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
    width: 100%;
    height: auto;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
    
    
  }


.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
      position: relative;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image,
  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
    width: 100%;
    height: auto;
  }

  #s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
    
    
  }


.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container {
      position: relative;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3a6c0e-72eb-473e-8f63-edd2251f801a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef {
  display: none;
}
#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef, #wrap-s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef {
  display: none;
}
#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef, #wrap-s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef {
  display: none;
}
#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef, #wrap-s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef { display: none !important; }}
#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-87aa870e-4b94-48ac-8b3c-29d67e5b1eef .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a88f5aa0-1126-4b23-ac67-4fb00ceebb11 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a88f5aa0-1126-4b23-ac67-4fb00ceebb11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a88f5aa0-1126-4b23-ac67-4fb00ceebb11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16897d82-8421-4834-af09-03d06598f042 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-16897d82-8421-4834-af09-03d06598f042:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-16897d82-8421-4834-af09-03d06598f042:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-16897d82-8421-4834-af09-03d06598f042 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-16897d82-8421-4834-af09-03d06598f042-root {
    text-align: center;
  }


#s-16897d82-8421-4834-af09-03d06598f042.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16897d82-8421-4834-af09-03d06598f042-root {
    text-align: center;
  }


#s-16897d82-8421-4834-af09-03d06598f042.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16897d82-8421-4834-af09-03d06598f042-root {
    text-align: center;
  }


#s-16897d82-8421-4834-af09-03d06598f042.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16897d82-8421-4834-af09-03d06598f042-root {
    text-align: center;
  }


#s-16897d82-8421-4834-af09-03d06598f042.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16897d82-8421-4834-af09-03d06598f042-root {
    text-align: center;
  }


#s-16897d82-8421-4834-af09-03d06598f042.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4d32a265-7042-4616-99dc-72c825c135b0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d32a265-7042-4616-99dc-72c825c135b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d32a265-7042-4616-99dc-72c825c135b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ac1fece-3ea4-40e7-8821-0d85c18007f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3ac1fece-3ea4-40e7-8821-0d85c18007f7 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-3ac1fece-3ea4-40e7-8821-0d85c18007f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac1fece-3ea4-40e7-8821-0d85c18007f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f99d00b6-3d2c-456e-85c0-329af86ab81c {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c {
  
}
}@media (max-width: 767px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c {
  
}
}
#s-f99d00b6-3d2c-456e-85c0-329af86ab81c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-f99d00b6-3d2c-456e-85c0-329af86ab81c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-682909ff-4e21-4936-9d32-4fbcf180b978 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-682909ff-4e21-4936-9d32-4fbcf180b978 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-682909ff-4e21-4936-9d32-4fbcf180b978 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-682909ff-4e21-4936-9d32-4fbcf180b978 {
  
}
}@media (max-width: 767px){#s-682909ff-4e21-4936-9d32-4fbcf180b978 {
  
}
}







#s-682909ff-4e21-4936-9d32-4fbcf180b978 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-682909ff-4e21-4936-9d32-4fbcf180b978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
  display: none;
}
#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16, #wrap-s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 { display: none !important; }}




  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image,
  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
    width: 100%;
    height: auto;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
    
    
  }


.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
      position: relative;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image,
  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
    width: 100%;
    height: auto;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
    
    
  }


.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
      position: relative;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image,
  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
    width: 100%;
    height: auto;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
    
    
  }


.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
      position: relative;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image,
  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
    width: 100%;
    height: auto;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
    
    
  }


.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
      position: relative;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image,
  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
    width: 100%;
    height: auto;
  }

  #s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
    
    
  }


.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container {
      position: relative;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d3b9754-dc20-4521-a95b-c481f4ec2a16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
  max-width: 700px;
display: none;
}
#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e, #wrap-s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
  display: none;
}
#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e, #wrap-s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
  display: none;
}
#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e, #wrap-s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e { display: none !important; }}




  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image,
  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
    width: 100%;
    height: auto;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
    
    
  }


.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
      position: relative;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image,
  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
    width: 100%;
    height: auto;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
    
    
  }


.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
      position: relative;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image,
  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
    width: 100%;
    height: auto;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
    
    
  }


.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
      position: relative;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image,
  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
    width: 100%;
    height: auto;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
    
    
  }


.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
      position: relative;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image,
  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
    width: 100%;
    height: auto;
  }

  #s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
    
    
  }


.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container {
      position: relative;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75ca058-fb4e-4c4f-9c45-f3c5f407296e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-010e54c8-eec6-49fb-b0d1-a6bfe63b1cb9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-010e54c8-eec6-49fb-b0d1-a6bfe63b1cb9 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-010e54c8-eec6-49fb-b0d1-a6bfe63b1cb9 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-010e54c8-eec6-49fb-b0d1-a6bfe63b1cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-010e54c8-eec6-49fb-b0d1-a6bfe63b1cb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b55e052-de1c-4c23-b4d2-aa0d548029f5 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-1b55e052-de1c-4c23-b4d2-aa0d548029f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b55e052-de1c-4c23-b4d2-aa0d548029f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86b059d-6f3a-4eec-8b51-a001d1064b12 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-b86b059d-6f3a-4eec-8b51-a001d1064b12 {
  display: unset;
}
#s-b86b059d-6f3a-4eec-8b51-a001d1064b12, #wrap-s-b86b059d-6f3a-4eec-8b51-a001d1064b12 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b86b059d-6f3a-4eec-8b51-a001d1064b12 {
  display: unset;
}
#s-b86b059d-6f3a-4eec-8b51-a001d1064b12, #wrap-s-b86b059d-6f3a-4eec-8b51-a001d1064b12 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b86b059d-6f3a-4eec-8b51-a001d1064b12 {
  display: unset;
}
#s-b86b059d-6f3a-4eec-8b51-a001d1064b12, #wrap-s-b86b059d-6f3a-4eec-8b51-a001d1064b12 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-b86b059d-6f3a-4eec-8b51-a001d1064b12"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b86b059d-6f3a-4eec-8b51-a001d1064b12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b86b059d-6f3a-4eec-8b51-a001d1064b12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b86b059d-6f3a-4eec-8b51-a001d1064b12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image,
  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
    width: 100%;
    height: auto;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
    
    
  }


.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
      position: relative;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image,
  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
    width: 100%;
    height: auto;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
    
    
  }


.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
      position: relative;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image,
  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
    width: 100%;
    height: auto;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
    
    
  }


.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
      position: relative;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image,
  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
    width: 100%;
    height: auto;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
    
    
  }


.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
      position: relative;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image,
  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
    width: 100%;
    height: auto;
  }

  #s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
    
    
  }


.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container {
      position: relative;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9b457a-8ad8-4650-87fd-fc67ce67702d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-71798d3e-16ea-4aaf-80b0-1ab544d994cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71798d3e-16ea-4aaf-80b0-1ab544d994cc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-71798d3e-16ea-4aaf-80b0-1ab544d994cc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-71798d3e-16ea-4aaf-80b0-1ab544d994cc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-71798d3e-16ea-4aaf-80b0-1ab544d994cc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-71798d3e-16ea-4aaf-80b0-1ab544d994cc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image,
  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
    width: 100%;
    height: auto;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
    
    
  }


.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
      position: relative;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image,
  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
    width: 100%;
    height: auto;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
    
    
  }


.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
      position: relative;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image,
  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
    width: 100%;
    height: auto;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
    
    
  }


.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
      position: relative;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image,
  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
    width: 100%;
    height: auto;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
    
    
  }


.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
      position: relative;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image,
  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
    width: 100%;
    height: auto;
  }

  #s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
    
    
  }


.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container {
      position: relative;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049bb0e-2bdd-4201-b4f6-19d0c10e2685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-01b0f120-6632-4311-b8ae-431c245d8d0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01b0f120-6632-4311-b8ae-431c245d8d0d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-01b0f120-6632-4311-b8ae-431c245d8d0d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-01b0f120-6632-4311-b8ae-431c245d8d0d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-01b0f120-6632-4311-b8ae-431c245d8d0d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-01b0f120-6632-4311-b8ae-431c245d8d0d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image,
  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
    width: 100%;
    height: auto;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
    
    
  }


.s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
      position: relative;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image,
  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
    width: 100%;
    height: auto;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
    
    
  }


.s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
      position: relative;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image,
  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
    width: 100%;
    height: auto;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
    
    
  }


.s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
      position: relative;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image,
  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
    width: 100%;
    height: auto;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
    
    
  }


.s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
      position: relative;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image,
  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
    width: 100%;
    height: auto;
  }

  #s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
    
    
  }


.s-d4250af1-34ea-44e9-8cbd-de46376dc799 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container {
      position: relative;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4250af1-34ea-44e9-8cbd-de46376dc799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4071056d-44c6-4337-b471-5dd7c80e93f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4071056d-44c6-4337-b471-5dd7c80e93f3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-4071056d-44c6-4337-b471-5dd7c80e93f3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4071056d-44c6-4337-b471-5dd7c80e93f3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4071056d-44c6-4337-b471-5dd7c80e93f3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-4071056d-44c6-4337-b471-5dd7c80e93f3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-921fb315-36ad-400c-a764-5294eb480e6b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-921fb315-36ad-400c-a764-5294eb480e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-921fb315-36ad-400c-a764-5294eb480e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1067f738-7dc4-4b77-bc68-17aa089efbc0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1067f738-7dc4-4b77-bc68-17aa089efbc0:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1067f738-7dc4-4b77-bc68-17aa089efbc0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1067f738-7dc4-4b77-bc68-17aa089efbc0 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-1067f738-7dc4-4b77-bc68-17aa089efbc0-root {
    text-align: center;
  }


#s-1067f738-7dc4-4b77-bc68-17aa089efbc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1067f738-7dc4-4b77-bc68-17aa089efbc0-root {
    text-align: center;
  }


#s-1067f738-7dc4-4b77-bc68-17aa089efbc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1067f738-7dc4-4b77-bc68-17aa089efbc0-root {
    text-align: center;
  }


#s-1067f738-7dc4-4b77-bc68-17aa089efbc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1067f738-7dc4-4b77-bc68-17aa089efbc0-root {
    text-align: center;
  }


#s-1067f738-7dc4-4b77-bc68-17aa089efbc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1067f738-7dc4-4b77-bc68-17aa089efbc0-root {
    text-align: center;
  }


#s-1067f738-7dc4-4b77-bc68-17aa089efbc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0fe9c2a2-ae86-45c4-be0e-6a93774d4d0c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0fe9c2a2-ae86-45c4-be0e-6a93774d4d0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fe9c2a2-ae86-45c4-be0e-6a93774d4d0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d19991d-1bea-487a-bca5-2acd64cd9fbe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2d19991d-1bea-487a-bca5-2acd64cd9fbe {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-2d19991d-1bea-487a-bca5-2acd64cd9fbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d19991d-1bea-487a-bca5-2acd64cd9fbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a453a29-2801-45d4-8982-a10d77203c93 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0a453a29-2801-45d4-8982-a10d77203c93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a453a29-2801-45d4-8982-a10d77203c93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a453a29-2801-45d4-8982-a10d77203c93 {
  
}
}@media (max-width: 767px){#s-0a453a29-2801-45d4-8982-a10d77203c93 {
  
}
}
#s-0a453a29-2801-45d4-8982-a10d77203c93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-0a453a29-2801-45d4-8982-a10d77203c93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a453a29-2801-45d4-8982-a10d77203c93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a453a29-2801-45d4-8982-a10d77203c93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-0a453a29-2801-45d4-8982-a10d77203c93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-266ccb3c-764d-4765-8606-015358cb0c56 {
  margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-266ccb3c-764d-4765-8606-015358cb0c56 {
  margin-bottom: 20px;
}
}
#s-266ccb3c-764d-4765-8606-015358cb0c56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-266ccb3c-764d-4765-8606-015358cb0c56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-266ccb3c-764d-4765-8606-015358cb0c56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-266ccb3c-764d-4765-8606-015358cb0c56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-266ccb3c-764d-4765-8606-015358cb0c56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa {
  
}
}@media (max-width: 767px){#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa {
  
}
}







#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-325fd905-b6bf-4181-8dc0-4102e9e5acaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
  display: none;
}
#s-c6f0ecc4-a5c5-4485-92d7-24702138f200, #wrap-s-c6f0ecc4-a5c5-4485-92d7-24702138f200 { display: none !important; }}




  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image,
  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
    width: 100%;
    height: auto;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
    
    
  }


.s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
      position: relative;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image,
  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
    width: 100%;
    height: auto;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
    
    
  }


.s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
      position: relative;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image,
  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
    width: 100%;
    height: auto;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
    
    
  }


.s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
      position: relative;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image,
  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
    width: 100%;
    height: auto;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
    
    
  }


.s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
      position: relative;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image,
  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
    width: 100%;
    height: auto;
  }

  #s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
    
    
  }


.s-c6f0ecc4-a5c5-4485-92d7-24702138f200 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container {
      position: relative;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6f0ecc4-a5c5-4485-92d7-24702138f200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
  max-width: 700px;
display: none;
}
#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc, #wrap-s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
  display: none;
}
#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc, #wrap-s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
  display: none;
}
#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc, #wrap-s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc { display: none !important; }}




  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image,
  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
    width: 100%;
    height: auto;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
    
    
  }


.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shogun-image-content {
  
    align-items: center;
  
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
      position: relative;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image,
  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
    width: 100%;
    height: auto;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
    
    
  }


.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shogun-image-content {
  
    align-items: center;
  
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
      position: relative;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image,
  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
    width: 100%;
    height: auto;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
    
    
  }


.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shogun-image-content {
  
    align-items: center;
  
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
      position: relative;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image,
  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
    width: 100%;
    height: auto;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
    
    
  }


.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shogun-image-content {
  
    align-items: center;
  
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
      position: relative;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image,
  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
    width: 100%;
    height: auto;
  }

  #s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
    
    
  }


.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc .shogun-image-content {
  
    align-items: center;
  
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container {
      position: relative;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1148e9e2-bb93-4b54-a8be-01b3b59dfefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-70981952-15f8-43c9-8b89-d0fa95b23ea4 {
  min-height: 50px;
}








#s-70981952-15f8-43c9-8b89-d0fa95b23ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70981952-15f8-43c9-8b89-d0fa95b23ea4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f23fb4e5-e6d8-4d6b-8258-2a563eec8f93 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f23fb4e5-e6d8-4d6b-8258-2a563eec8f93 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-f23fb4e5-e6d8-4d6b-8258-2a563eec8f93 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-f23fb4e5-e6d8-4d6b-8258-2a563eec8f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f23fb4e5-e6d8-4d6b-8258-2a563eec8f93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bfbd543-9eaa-451c-9d2a-c7267ff7dd67 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-4bfbd543-9eaa-451c-9d2a-c7267ff7dd67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bfbd543-9eaa-451c-9d2a-c7267ff7dd67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 {
  display: unset;
}
#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87, #wrap-s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 {
  display: unset;
}
#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87, #wrap-s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 {
  display: unset;
}
#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87, #wrap-s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 { display: unset !important; }}@media (max-width: 767px){#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 {
  display: none;
}
#s-4734832f-0408-4fc3-b6dc-4f8153d8dd87, #wrap-s-4734832f-0408-4fc3-b6dc-4f8153d8dd87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4734832f-0408-4fc3-b6dc-4f8153d8dd87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4734832f-0408-4fc3-b6dc-4f8153d8dd87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4734832f-0408-4fc3-b6dc-4f8153d8dd87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4734832f-0408-4fc3-b6dc-4f8153d8dd87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image,
  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
    width: 100%;
    height: auto;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
    
    
  }


.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
      position: relative;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image,
  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
    width: 100%;
    height: auto;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
    
    
  }


.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
      position: relative;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image,
  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
    width: 100%;
    height: auto;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
    
    
  }


.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
      position: relative;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image,
  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
    width: 100%;
    height: auto;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
    
    
  }


.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
      position: relative;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image,
  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
    width: 100%;
    height: auto;
  }

  #s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
    
    
  }


.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container {
      position: relative;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a52c37b-902b-4c57-8ab8-c57fd2c3e0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d4e3ced6-a123-4f84-bdb3-a211bd4ab53d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4e3ced6-a123-4f84-bdb3-a211bd4ab53d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d4e3ced6-a123-4f84-bdb3-a211bd4ab53d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4e3ced6-a123-4f84-bdb3-a211bd4ab53d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4e3ced6-a123-4f84-bdb3-a211bd4ab53d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d4e3ced6-a123-4f84-bdb3-a211bd4ab53d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image,
  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
    width: 100%;
    height: auto;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
    
    
  }


.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
      position: relative;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image,
  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
    width: 100%;
    height: auto;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
    
    
  }


.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
      position: relative;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image,
  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
    width: 100%;
    height: auto;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
    
    
  }


.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
      position: relative;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image,
  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
    width: 100%;
    height: auto;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
    
    
  }


.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
      position: relative;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image,
  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
    width: 100%;
    height: auto;
  }

  #s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
    
    
  }


.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container {
      position: relative;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c94ddf55-0c58-4b49-b7b4-5e9d3497c6e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2de6a907-2fd8-4aa0-a16a-a365a2a0f4fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2de6a907-2fd8-4aa0-a16a-a365a2a0f4fb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-2de6a907-2fd8-4aa0-a16a-a365a2a0f4fb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2de6a907-2fd8-4aa0-a16a-a365a2a0f4fb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2de6a907-2fd8-4aa0-a16a-a365a2a0f4fb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-2de6a907-2fd8-4aa0-a16a-a365a2a0f4fb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-420513db-0d33-487b-b5bd-ea7aeac79712 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image,
  #s-420513db-0d33-487b-b5bd-ea7aeac79712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 {
    width: 100%;
    height: auto;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
    
    
  }


.s-420513db-0d33-487b-b5bd-ea7aeac79712 .shogun-image-content {
  
    align-items: center;
  
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420513db-0d33-487b-b5bd-ea7aeac79712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
      position: relative;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image,
  #s-420513db-0d33-487b-b5bd-ea7aeac79712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 {
    width: 100%;
    height: auto;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
    
    
  }


.s-420513db-0d33-487b-b5bd-ea7aeac79712 .shogun-image-content {
  
    align-items: center;
  
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420513db-0d33-487b-b5bd-ea7aeac79712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
      position: relative;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image,
  #s-420513db-0d33-487b-b5bd-ea7aeac79712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 {
    width: 100%;
    height: auto;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
    
    
  }


.s-420513db-0d33-487b-b5bd-ea7aeac79712 .shogun-image-content {
  
    align-items: center;
  
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420513db-0d33-487b-b5bd-ea7aeac79712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
      position: relative;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image,
  #s-420513db-0d33-487b-b5bd-ea7aeac79712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 {
    width: 100%;
    height: auto;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
    
    
  }


.s-420513db-0d33-487b-b5bd-ea7aeac79712 .shogun-image-content {
  
    align-items: center;
  
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420513db-0d33-487b-b5bd-ea7aeac79712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
      position: relative;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image,
  #s-420513db-0d33-487b-b5bd-ea7aeac79712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 {
    width: 100%;
    height: auto;
  }

  #s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
    
    
  }


.s-420513db-0d33-487b-b5bd-ea7aeac79712 .shogun-image-content {
  
    align-items: center;
  
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420513db-0d33-487b-b5bd-ea7aeac79712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container {
      position: relative;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420513db-0d33-487b-b5bd-ea7aeac79712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-103c354b-2e96-495d-b85a-670faf9399bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-103c354b-2e96-495d-b85a-670faf9399bd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-103c354b-2e96-495d-b85a-670faf9399bd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-103c354b-2e96-495d-b85a-670faf9399bd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-103c354b-2e96-495d-b85a-670faf9399bd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-103c354b-2e96-495d-b85a-670faf9399bd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-355585b1-c768-4cb1-8d00-86afda050af0 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image,
  #s-355585b1-c768-4cb1-8d00-86afda050af0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 {
    width: 100%;
    height: auto;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
    
    
  }


.s-355585b1-c768-4cb1-8d00-86afda050af0 .shogun-image-content {
  
    align-items: center;
  
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355585b1-c768-4cb1-8d00-86afda050af0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
      position: relative;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image,
  #s-355585b1-c768-4cb1-8d00-86afda050af0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 {
    width: 100%;
    height: auto;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
    
    
  }


.s-355585b1-c768-4cb1-8d00-86afda050af0 .shogun-image-content {
  
    align-items: center;
  
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355585b1-c768-4cb1-8d00-86afda050af0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
      position: relative;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image,
  #s-355585b1-c768-4cb1-8d00-86afda050af0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 {
    width: 100%;
    height: auto;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
    
    
  }


.s-355585b1-c768-4cb1-8d00-86afda050af0 .shogun-image-content {
  
    align-items: center;
  
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355585b1-c768-4cb1-8d00-86afda050af0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
      position: relative;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image,
  #s-355585b1-c768-4cb1-8d00-86afda050af0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 {
    width: 100%;
    height: auto;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
    
    
  }


.s-355585b1-c768-4cb1-8d00-86afda050af0 .shogun-image-content {
  
    align-items: center;
  
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355585b1-c768-4cb1-8d00-86afda050af0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
      position: relative;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image,
  #s-355585b1-c768-4cb1-8d00-86afda050af0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 {
    width: 100%;
    height: auto;
  }

  #s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
    
    
  }


.s-355585b1-c768-4cb1-8d00-86afda050af0 .shogun-image-content {
  
    align-items: center;
  
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355585b1-c768-4cb1-8d00-86afda050af0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container {
      position: relative;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355585b1-c768-4cb1-8d00-86afda050af0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d1d83af6-a38d-40bd-9e22-3a1b67c4fefc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1d83af6-a38d-40bd-9e22-3a1b67c4fefc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d1d83af6-a38d-40bd-9e22-3a1b67c4fefc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1d83af6-a38d-40bd-9e22-3a1b67c4fefc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1d83af6-a38d-40bd-9e22-3a1b67c4fefc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d1d83af6-a38d-40bd-9e22-3a1b67c4fefc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 {
  display: none;
}
#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3, #wrap-s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 {
  display: none;
}
#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3, #wrap-s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 {
  display: none;
}
#s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3, #wrap-s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7077ebf4-ea2a-4665-a5f6-ecf372a3c4f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e00c712a-1496-4a10-9181-247012f2bfaf {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image,
  #s-e00c712a-1496-4a10-9181-247012f2bfaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf {
    width: 100%;
    height: auto;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
    
    
  }


.s-e00c712a-1496-4a10-9181-247012f2bfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e00c712a-1496-4a10-9181-247012f2bfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
      position: relative;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image,
  #s-e00c712a-1496-4a10-9181-247012f2bfaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf {
    width: 100%;
    height: auto;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
    
    
  }


.s-e00c712a-1496-4a10-9181-247012f2bfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e00c712a-1496-4a10-9181-247012f2bfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
      position: relative;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image,
  #s-e00c712a-1496-4a10-9181-247012f2bfaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf {
    width: 100%;
    height: auto;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
    
    
  }


.s-e00c712a-1496-4a10-9181-247012f2bfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e00c712a-1496-4a10-9181-247012f2bfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
      position: relative;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image,
  #s-e00c712a-1496-4a10-9181-247012f2bfaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf {
    width: 100%;
    height: auto;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
    
    
  }


.s-e00c712a-1496-4a10-9181-247012f2bfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e00c712a-1496-4a10-9181-247012f2bfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
      position: relative;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image,
  #s-e00c712a-1496-4a10-9181-247012f2bfaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf {
    width: 100%;
    height: auto;
  }

  #s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
    
    
  }


.s-e00c712a-1496-4a10-9181-247012f2bfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e00c712a-1496-4a10-9181-247012f2bfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container {
      position: relative;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e00c712a-1496-4a10-9181-247012f2bfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-50e0cc5b-a317-4c73-9a20-e13205f42a15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50e0cc5b-a317-4c73-9a20-e13205f42a15 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-50e0cc5b-a317-4c73-9a20-e13205f42a15 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50e0cc5b-a317-4c73-9a20-e13205f42a15 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50e0cc5b-a317-4c73-9a20-e13205f42a15 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-50e0cc5b-a317-4c73-9a20-e13205f42a15 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image,
  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
    width: 100%;
    height: auto;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
    
    
  }


.s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
      position: relative;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image,
  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
    width: 100%;
    height: auto;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
    
    
  }


.s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
      position: relative;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image,
  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
    width: 100%;
    height: auto;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
    
    
  }


.s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
      position: relative;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image,
  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
    width: 100%;
    height: auto;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
    
    
  }


.s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
      position: relative;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image,
  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
    width: 100%;
    height: auto;
  }

  #s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
    
    
  }


.s-3e4959fc-bdb0-4f56-8087-2b35906ef247 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container {
      position: relative;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4959fc-bdb0-4f56-8087-2b35906ef247 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8107a119-39bc-4bfc-a965-e3a6dca1d8b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8107a119-39bc-4bfc-a965-e3a6dca1d8b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8107a119-39bc-4bfc-a965-e3a6dca1d8b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8107a119-39bc-4bfc-a965-e3a6dca1d8b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8107a119-39bc-4bfc-a965-e3a6dca1d8b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-8107a119-39bc-4bfc-a965-e3a6dca1d8b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image,
  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
    width: 100%;
    height: auto;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
    
    
  }


.s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
      position: relative;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image,
  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
    width: 100%;
    height: auto;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
    
    
  }


.s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
      position: relative;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image,
  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
    width: 100%;
    height: auto;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
    
    
  }


.s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
      position: relative;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image,
  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
    width: 100%;
    height: auto;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
    
    
  }


.s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
      position: relative;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image,
  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
    width: 100%;
    height: auto;
  }

  #s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
    
    
  }


.s-e4128e82-71f4-4d6e-bf09-1bea646aada4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container {
      position: relative;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4128e82-71f4-4d6e-bf09-1bea646aada4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e39fe04a-b368-4267-9640-9f7a1c14dd7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e39fe04a-b368-4267-9640-9f7a1c14dd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-e39fe04a-b368-4267-9640-9f7a1c14dd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e39fe04a-b368-4267-9640-9f7a1c14dd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e39fe04a-b368-4267-9640-9f7a1c14dd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-e39fe04a-b368-4267-9640-9f7a1c14dd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
  display: none;
}
#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad, #wrap-s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
  display: none;
}
#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad, #wrap-s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
  display: none;
}
#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad, #wrap-s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad { display: none !important; }}




  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image,
  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
    width: 100%;
    height: auto;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
    
    
  }


.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shogun-image-content {
  
    align-items: center;
  
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
      position: relative;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image,
  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
    width: 100%;
    height: auto;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
    
    
  }


.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shogun-image-content {
  
    align-items: center;
  
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
      position: relative;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image,
  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
    width: 100%;
    height: auto;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
    
    
  }


.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shogun-image-content {
  
    align-items: center;
  
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
      position: relative;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image,
  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
    width: 100%;
    height: auto;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
    
    
  }


.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shogun-image-content {
  
    align-items: center;
  
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
      position: relative;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image,
  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
    width: 100%;
    height: auto;
  }

  #s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
    
    
  }


.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad .shogun-image-content {
  
    align-items: center;
  
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container {
      position: relative;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92bfd4e4-38e0-42c9-bc6f-bd5a66f3ddad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5ceba07c-facc-4cb4-9eb8-c2c049c0d0a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ceba07c-facc-4cb4-9eb8-c2c049c0d0a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-5ceba07c-facc-4cb4-9eb8-c2c049c0d0a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ceba07c-facc-4cb4-9eb8-c2c049c0d0a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ceba07c-facc-4cb4-9eb8-c2c049c0d0a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-5ceba07c-facc-4cb4-9eb8-c2c049c0d0a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0b09f61e-0fec-44c2-8b35-e058aa83c7e0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0b09f61e-0fec-44c2-8b35-e058aa83c7e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b09f61e-0fec-44c2-8b35-e058aa83c7e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-48cf2806-4c58-47d8-9d46-43e7b459ca7c-root {
    text-align: center;
  }


#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48cf2806-4c58-47d8-9d46-43e7b459ca7c-root {
    text-align: center;
  }


#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48cf2806-4c58-47d8-9d46-43e7b459ca7c-root {
    text-align: center;
  }


#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48cf2806-4c58-47d8-9d46-43e7b459ca7c-root {
    text-align: center;
  }


#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48cf2806-4c58-47d8-9d46-43e7b459ca7c-root {
    text-align: center;
  }


#s-48cf2806-4c58-47d8-9d46-43e7b459ca7c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-94f30049-30a8-4e0e-9e03-759ae62ed582 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-94f30049-30a8-4e0e-9e03-759ae62ed582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94f30049-30a8-4e0e-9e03-759ae62ed582.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0827a303-4602-4bc6-9d1c-2e8ead87a559 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0827a303-4602-4bc6-9d1c-2e8ead87a559 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-0827a303-4602-4bc6-9d1c-2e8ead87a559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0827a303-4602-4bc6-9d1c-2e8ead87a559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 {
  
}
}@media (max-width: 767px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 {
  
}
}
#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 1200px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}@media (max-width: 767px){#s-bc3fd6c9-5a5c-4c98-8060-6778132d6052 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -1px;
  text-align: center;
}


}
#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f {
  margin-bottom: 20px;
}
}
#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-503cbaf7-abb6-4f31-8bb5-85bac148f79f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-f2de113f-1480-4295-bf6e-a557f4382dd1 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f2de113f-1480-4295-bf6e-a557f4382dd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2de113f-1480-4295-bf6e-a557f4382dd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2de113f-1480-4295-bf6e-a557f4382dd1 {
  
}
}@media (max-width: 767px){#s-f2de113f-1480-4295-bf6e-a557f4382dd1 {
  
}
}







#s-f2de113f-1480-4295-bf6e-a557f4382dd1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f2de113f-1480-4295-bf6e-a557f4382dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
  max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}
@media (min-width: 1200px){#s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
  max-width: 1000px;
}
}@media (max-width: 767px){#s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
  display: none;
}
#s-8a8358b2-60be-4ac9-9251-3fea8705dcae, #wrap-s-8a8358b2-60be-4ac9-9251-3fea8705dcae { display: none !important; }}




  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image,
  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
    width: 100%;
    height: auto;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
    
    
  }


.s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shogun-image-content {
  
    align-items: center;
  
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
      position: relative;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image,
  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
    width: 100%;
    height: auto;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
    
    
  }


.s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shogun-image-content {
  
    align-items: center;
  
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
      position: relative;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image,
  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
    width: 100%;
    height: auto;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
    
    
  }


.s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shogun-image-content {
  
    align-items: center;
  
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
      position: relative;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image,
  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
    width: 100%;
    height: auto;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
    
    
  }


.s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shogun-image-content {
  
    align-items: center;
  
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
      position: relative;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image,
  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
    width: 100%;
    height: auto;
  }

  #s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
    
    
  }


.s-8a8358b2-60be-4ac9-9251-3fea8705dcae .shogun-image-content {
  
    align-items: center;
  
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container {
      position: relative;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8358b2-60be-4ac9-9251-3fea8705dcae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}
@media (min-width: 1200px){#s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
  max-width: 700px;
display: none;
}
#s-ccc50b73-b71d-4835-b7c3-bede4f530b22, #wrap-s-ccc50b73-b71d-4835-b7c3-bede4f530b22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
  display: none;
}
#s-ccc50b73-b71d-4835-b7c3-bede4f530b22, #wrap-s-ccc50b73-b71d-4835-b7c3-bede4f530b22 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
  display: none;
}
#s-ccc50b73-b71d-4835-b7c3-bede4f530b22, #wrap-s-ccc50b73-b71d-4835-b7c3-bede4f530b22 { display: none !important; }}




  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image,
  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
    width: 100%;
    height: auto;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
    
    
  }


.s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
      position: relative;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image,
  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
    width: 100%;
    height: auto;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
    
    
  }


.s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
      position: relative;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image,
  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
    width: 100%;
    height: auto;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
    
    
  }


.s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
      position: relative;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image,
  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
    width: 100%;
    height: auto;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
    
    
  }


.s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
      position: relative;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image,
  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
    width: 100%;
    height: auto;
  }

  #s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
    
    
  }


.s-ccc50b73-b71d-4835-b7c3-bede4f530b22 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 {
      --shg-aspect-ratio: calc(720/900); 
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container {
      position: relative;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc50b73-b71d-4835-b7c3-bede4f530b22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-79e773e7-0805-4795-9393-fca28bb21adb {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-79e773e7-0805-4795-9393-fca28bb21adb {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-79e773e7-0805-4795-9393-fca28bb21adb {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}







#s-79e773e7-0805-4795-9393-fca28bb21adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79e773e7-0805-4795-9393-fca28bb21adb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afb6bf5e-5659-44f9-a624-bb89907cd670 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-afb6bf5e-5659-44f9-a624-bb89907cd670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb6bf5e-5659-44f9-a624-bb89907cd670.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db {
  display: unset;
}
#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db, #wrap-s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db {
  display: unset;
}
#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db, #wrap-s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db {
  display: unset;
}
#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db, #wrap-s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db { display: unset !important; }}@media (max-width: 767px){#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db {
  display: none;
}
#s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db, #wrap-s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db { display: none !important; }}
@media (min-width: 0px) {
[id="s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9fee75e-f83e-48a5-ab88-1ed1c81b91db"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-dc9b3065-8b09-460e-95d9-d139761e43eb {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image,
  #s-dc9b3065-8b09-460e-95d9-d139761e43eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb {
    width: 100%;
    height: auto;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
    
    
  }


.s-dc9b3065-8b09-460e-95d9-d139761e43eb .shogun-image-content {
  
    align-items: center;
  
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc9b3065-8b09-460e-95d9-d139761e43eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
      position: relative;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image,
  #s-dc9b3065-8b09-460e-95d9-d139761e43eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb {
    width: 100%;
    height: auto;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
    
    
  }


.s-dc9b3065-8b09-460e-95d9-d139761e43eb .shogun-image-content {
  
    align-items: center;
  
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc9b3065-8b09-460e-95d9-d139761e43eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
      position: relative;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image,
  #s-dc9b3065-8b09-460e-95d9-d139761e43eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb {
    width: 100%;
    height: auto;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
    
    
  }


.s-dc9b3065-8b09-460e-95d9-d139761e43eb .shogun-image-content {
  
    align-items: center;
  
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc9b3065-8b09-460e-95d9-d139761e43eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
      position: relative;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image,
  #s-dc9b3065-8b09-460e-95d9-d139761e43eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb {
    width: 100%;
    height: auto;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
    
    
  }


.s-dc9b3065-8b09-460e-95d9-d139761e43eb .shogun-image-content {
  
    align-items: center;
  
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc9b3065-8b09-460e-95d9-d139761e43eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
      position: relative;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image,
  #s-dc9b3065-8b09-460e-95d9-d139761e43eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb {
    width: 100%;
    height: auto;
  }

  #s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
    
    
  }


.s-dc9b3065-8b09-460e-95d9-d139761e43eb .shogun-image-content {
  
    align-items: center;
  
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc9b3065-8b09-460e-95d9-d139761e43eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container {
      position: relative;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9b3065-8b09-460e-95d9-d139761e43eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-add6154b-24c6-46fb-8bf1-15198798cd5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-add6154b-24c6-46fb-8bf1-15198798cd5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-add6154b-24c6-46fb-8bf1-15198798cd5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-add6154b-24c6-46fb-8bf1-15198798cd5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-add6154b-24c6-46fb-8bf1-15198798cd5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-add6154b-24c6-46fb-8bf1-15198798cd5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-f27472a8-9759-4598-b399-11d238b51742 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image,
  #s-f27472a8-9759-4598-b399-11d238b51742 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 {
    width: 100%;
    height: auto;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
    
    
  }


.s-f27472a8-9759-4598-b399-11d238b51742 .shogun-image-content {
  
    align-items: center;
  
}

.s-f27472a8-9759-4598-b399-11d238b51742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f27472a8-9759-4598-b399-11d238b51742 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
      position: relative;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image,
  #s-f27472a8-9759-4598-b399-11d238b51742 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 {
    width: 100%;
    height: auto;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
    
    
  }


.s-f27472a8-9759-4598-b399-11d238b51742 .shogun-image-content {
  
    align-items: center;
  
}

.s-f27472a8-9759-4598-b399-11d238b51742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f27472a8-9759-4598-b399-11d238b51742 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
      position: relative;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image,
  #s-f27472a8-9759-4598-b399-11d238b51742 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 {
    width: 100%;
    height: auto;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
    
    
  }


.s-f27472a8-9759-4598-b399-11d238b51742 .shogun-image-content {
  
    align-items: center;
  
}

.s-f27472a8-9759-4598-b399-11d238b51742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f27472a8-9759-4598-b399-11d238b51742 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
      position: relative;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image,
  #s-f27472a8-9759-4598-b399-11d238b51742 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 {
    width: 100%;
    height: auto;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
    
    
  }


.s-f27472a8-9759-4598-b399-11d238b51742 .shogun-image-content {
  
    align-items: center;
  
}

.s-f27472a8-9759-4598-b399-11d238b51742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f27472a8-9759-4598-b399-11d238b51742 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
      position: relative;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image,
  #s-f27472a8-9759-4598-b399-11d238b51742 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 {
    width: 100%;
    height: auto;
  }

  #s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
    
    
  }


.s-f27472a8-9759-4598-b399-11d238b51742 .shogun-image-content {
  
    align-items: center;
  
}

.s-f27472a8-9759-4598-b399-11d238b51742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27472a8-9759-4598-b399-11d238b51742.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f27472a8-9759-4598-b399-11d238b51742 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container {
      position: relative;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27472a8-9759-4598-b399-11d238b51742.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27472a8-9759-4598-b399-11d238b51742 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e08a2e2-16fc-4d13-bca1-405b2cca7545 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e08a2e2-16fc-4d13-bca1-405b2cca7545 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8e08a2e2-16fc-4d13-bca1-405b2cca7545 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8e08a2e2-16fc-4d13-bca1-405b2cca7545 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8e08a2e2-16fc-4d13-bca1-405b2cca7545 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-8e08a2e2-16fc-4d13-bca1-405b2cca7545 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image,
  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
    width: 100%;
    height: auto;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
    
    
  }


.s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
      position: relative;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image,
  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
    width: 100%;
    height: auto;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
    
    
  }


.s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
      position: relative;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image,
  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
    width: 100%;
    height: auto;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
    
    
  }


.s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
      position: relative;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image,
  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
    width: 100%;
    height: auto;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
    
    
  }


.s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
      position: relative;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image,
  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
    width: 100%;
    height: auto;
  }

  #s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
    
    
  }


.s-816e463b-a75e-4f5c-a88a-d4510864f8b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container {
      position: relative;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-816e463b-a75e-4f5c-a88a-d4510864f8b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc780fb5-a64f-4afd-a245-5e437aaed393 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc780fb5-a64f-4afd-a245-5e437aaed393 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-fc780fb5-a64f-4afd-a245-5e437aaed393 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fc780fb5-a64f-4afd-a245-5e437aaed393 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fc780fb5-a64f-4afd-a245-5e437aaed393 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-fc780fb5-a64f-4afd-a245-5e437aaed393 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image,
  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
    width: 100%;
    height: auto;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
    
    
  }


.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
      position: relative;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image,
  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
    width: 100%;
    height: auto;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
    
    
  }


.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
      position: relative;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image,
  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
    width: 100%;
    height: auto;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
    
    
  }


.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
      position: relative;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image,
  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
    width: 100%;
    height: auto;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
    
    
  }


.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
      position: relative;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image,
  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
    width: 100%;
    height: auto;
  }

  #s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
    
    
  }


.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container {
      position: relative;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e301c2-2e1d-4ba1-ab95-a9098768c5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-71552aa0-0dcb-4fa6-9a65-4c366878ef7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71552aa0-0dcb-4fa6-9a65-4c366878ef7e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-71552aa0-0dcb-4fa6-9a65-4c366878ef7e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-71552aa0-0dcb-4fa6-9a65-4c366878ef7e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-71552aa0-0dcb-4fa6-9a65-4c366878ef7e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-71552aa0-0dcb-4fa6-9a65-4c366878ef7e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-db157fab-4d30-43dc-8c86-ec7f09050608 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image,
  #s-db157fab-4d30-43dc-8c86-ec7f09050608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 {
    width: 100%;
    height: auto;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
    
    
  }


.s-db157fab-4d30-43dc-8c86-ec7f09050608 .shogun-image-content {
  
    align-items: center;
  
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db157fab-4d30-43dc-8c86-ec7f09050608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
      position: relative;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image,
  #s-db157fab-4d30-43dc-8c86-ec7f09050608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 {
    width: 100%;
    height: auto;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
    
    
  }


.s-db157fab-4d30-43dc-8c86-ec7f09050608 .shogun-image-content {
  
    align-items: center;
  
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db157fab-4d30-43dc-8c86-ec7f09050608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
      position: relative;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image,
  #s-db157fab-4d30-43dc-8c86-ec7f09050608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 {
    width: 100%;
    height: auto;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
    
    
  }


.s-db157fab-4d30-43dc-8c86-ec7f09050608 .shogun-image-content {
  
    align-items: center;
  
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db157fab-4d30-43dc-8c86-ec7f09050608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
      position: relative;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image,
  #s-db157fab-4d30-43dc-8c86-ec7f09050608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 {
    width: 100%;
    height: auto;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
    
    
  }


.s-db157fab-4d30-43dc-8c86-ec7f09050608 .shogun-image-content {
  
    align-items: center;
  
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db157fab-4d30-43dc-8c86-ec7f09050608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
      position: relative;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image,
  #s-db157fab-4d30-43dc-8c86-ec7f09050608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 {
    width: 100%;
    height: auto;
  }

  #s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
    
    
  }


.s-db157fab-4d30-43dc-8c86-ec7f09050608 .shogun-image-content {
  
    align-items: center;
  
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db157fab-4d30-43dc-8c86-ec7f09050608 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container {
      position: relative;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db157fab-4d30-43dc-8c86-ec7f09050608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-985f9049-a213-464b-89b2-34e5da4ceea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-985f9049-a213-464b-89b2-34e5da4ceea8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-985f9049-a213-464b-89b2-34e5da4ceea8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-985f9049-a213-464b-89b2-34e5da4ceea8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-985f9049-a213-464b-89b2-34e5da4ceea8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-985f9049-a213-464b-89b2-34e5da4ceea8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 {
  display: none;
}
#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17, #wrap-s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 {
  display: none;
}
#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17, #wrap-s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 {
  display: none;
}
#s-8b7f74a3-488a-4634-afb0-6cbdecd33b17, #wrap-s-8b7f74a3-488a-4634-afb0-6cbdecd33b17 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8b7f74a3-488a-4634-afb0-6cbdecd33b17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8b7f74a3-488a-4634-afb0-6cbdecd33b17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8b7f74a3-488a-4634-afb0-6cbdecd33b17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b7f74a3-488a-4634-afb0-6cbdecd33b17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image,
  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
    width: 100%;
    height: auto;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
    
    
  }


.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
      position: relative;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image,
  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
    width: 100%;
    height: auto;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
    
    
  }


.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
      position: relative;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image,
  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
    width: 100%;
    height: auto;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
    
    
  }


.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
      position: relative;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image,
  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
    width: 100%;
    height: auto;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
    
    
  }


.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
      position: relative;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image,
  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
    width: 100%;
    height: auto;
  }

  #s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
    
    
  }


.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container {
      position: relative;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f63b2c9-7ee3-4593-96a4-77f8e1a54074 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5eb7784f-7690-4938-ba55-ac8317935249 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eb7784f-7690-4938-ba55-ac8317935249 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-5eb7784f-7690-4938-ba55-ac8317935249 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5eb7784f-7690-4938-ba55-ac8317935249 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5eb7784f-7690-4938-ba55-ac8317935249 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-5eb7784f-7690-4938-ba55-ac8317935249 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image,
  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
    width: 100%;
    height: auto;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
    
    
  }


.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
      position: relative;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image,
  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
    width: 100%;
    height: auto;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
    
    
  }


.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
      position: relative;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image,
  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
    width: 100%;
    height: auto;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
    
    
  }


.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
      position: relative;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image,
  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
    width: 100%;
    height: auto;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
    
    
  }


.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
      position: relative;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image,
  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
    width: 100%;
    height: auto;
  }

  #s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
    
    
  }


.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container {
      position: relative;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58fa1d59-1a87-4949-8d97-dbb1685d2e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a6ad7f4c-ebcb-439a-886d-621d8f0d1ec1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6ad7f4c-ebcb-439a-886d-621d8f0d1ec1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a6ad7f4c-ebcb-439a-886d-621d8f0d1ec1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a6ad7f4c-ebcb-439a-886d-621d8f0d1ec1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a6ad7f4c-ebcb-439a-886d-621d8f0d1ec1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-a6ad7f4c-ebcb-439a-886d-621d8f0d1ec1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-698def5e-de39-40af-a185-b362f52da5ad {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image,
  #s-698def5e-de39-40af-a185-b362f52da5ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad {
    width: 100%;
    height: auto;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
    
    
  }


.s-698def5e-de39-40af-a185-b362f52da5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-698def5e-de39-40af-a185-b362f52da5ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
      position: relative;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image,
  #s-698def5e-de39-40af-a185-b362f52da5ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad {
    width: 100%;
    height: auto;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
    
    
  }


.s-698def5e-de39-40af-a185-b362f52da5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-698def5e-de39-40af-a185-b362f52da5ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
      position: relative;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image,
  #s-698def5e-de39-40af-a185-b362f52da5ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad {
    width: 100%;
    height: auto;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
    
    
  }


.s-698def5e-de39-40af-a185-b362f52da5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-698def5e-de39-40af-a185-b362f52da5ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
      position: relative;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image,
  #s-698def5e-de39-40af-a185-b362f52da5ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad {
    width: 100%;
    height: auto;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
    
    
  }


.s-698def5e-de39-40af-a185-b362f52da5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-698def5e-de39-40af-a185-b362f52da5ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
      position: relative;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image,
  #s-698def5e-de39-40af-a185-b362f52da5ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad {
    width: 100%;
    height: auto;
  }

  #s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
    
    
  }


.s-698def5e-de39-40af-a185-b362f52da5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-698def5e-de39-40af-a185-b362f52da5ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container {
      position: relative;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-698def5e-de39-40af-a185-b362f52da5ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d26d5f68-3d6a-4927-ac42-b5a2c2bf3cfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d26d5f68-3d6a-4927-ac42-b5a2c2bf3cfc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d26d5f68-3d6a-4927-ac42-b5a2c2bf3cfc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d26d5f68-3d6a-4927-ac42-b5a2c2bf3cfc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d26d5f68-3d6a-4927-ac42-b5a2c2bf3cfc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-d26d5f68-3d6a-4927-ac42-b5a2c2bf3cfc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image,
  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
    width: 100%;
    height: auto;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
    
    
  }


.s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
      position: relative;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image,
  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
    width: 100%;
    height: auto;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
    
    
  }


.s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
      position: relative;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image,
  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
    width: 100%;
    height: auto;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
    
    
  }


.s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
      position: relative;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image,
  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
    width: 100%;
    height: auto;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
    
    
  }


.s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
      position: relative;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image,
  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
    width: 100%;
    height: auto;
  }

  #s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
    
    
  }


.s-cc3eba38-6332-4602-8a61-e14d1cffd054 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container {
      position: relative;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3eba38-6332-4602-8a61-e14d1cffd054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c12ce0b-ee74-4f3c-a8a6-45538a89b5eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c12ce0b-ee74-4f3c-a8a6-45538a89b5eb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-6c12ce0b-ee74-4f3c-a8a6-45538a89b5eb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6c12ce0b-ee74-4f3c-a8a6-45538a89b5eb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6c12ce0b-ee74-4f3c-a8a6-45538a89b5eb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-6c12ce0b-ee74-4f3c-a8a6-45538a89b5eb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
  display: none;
}
#s-954606dc-f6d4-41f4-8a37-adb2b302d465, #wrap-s-954606dc-f6d4-41f4-8a37-adb2b302d465 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
  display: none;
}
#s-954606dc-f6d4-41f4-8a37-adb2b302d465, #wrap-s-954606dc-f6d4-41f4-8a37-adb2b302d465 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
  display: none;
}
#s-954606dc-f6d4-41f4-8a37-adb2b302d465, #wrap-s-954606dc-f6d4-41f4-8a37-adb2b302d465 { display: none !important; }}




  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image,
  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
    width: 100%;
    height: auto;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
    
    
  }


.s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shogun-image-content {
  
    align-items: center;
  
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
      position: relative;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image,
  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
    width: 100%;
    height: auto;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
    
    
  }


.s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shogun-image-content {
  
    align-items: center;
  
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
      position: relative;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image,
  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
    width: 100%;
    height: auto;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
    
    
  }


.s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shogun-image-content {
  
    align-items: center;
  
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
      position: relative;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image,
  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
    width: 100%;
    height: auto;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
    
    
  }


.s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shogun-image-content {
  
    align-items: center;
  
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
      position: relative;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image,
  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
    width: 100%;
    height: auto;
  }

  #s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
    
    
  }


.s-954606dc-f6d4-41f4-8a37-adb2b302d465 .shogun-image-content {
  
    align-items: center;
  
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container {
      position: relative;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-954606dc-f6d4-41f4-8a37-adb2b302d465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 {
  display: none;
}
#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6, #wrap-s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 {
  display: none;
}
#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6, #wrap-s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 {
  display: none;
}
#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6, #wrap-s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 { display: none !important; }}
#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-76cbb3e7-6e69-4eb1-99a0-b60c76b874d6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-6bc3984f-d0d7-42e1-8d6f-1e3c2c2464cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bc3984f-d0d7-42e1-8d6f-1e3c2c2464cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-6bc3984f-d0d7-42e1-8d6f-1e3c2c2464cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6bc3984f-d0d7-42e1-8d6f-1e3c2c2464cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6bc3984f-d0d7-42e1-8d6f-1e3c2c2464cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}@media (max-width: 767px){#s-6bc3984f-d0d7-42e1-8d6f-1e3c2c2464cb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 9px;
  
  
  
}


}
#s-5a171a7b-06fa-4a27-92e3-1b40e082ae77 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5a171a7b-06fa-4a27-92e3-1b40e082ae77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a171a7b-06fa-4a27-92e3-1b40e082ae77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d23216e2-9f8c-4782-bf6b-0daf0067de16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d23216e2-9f8c-4782-bf6b-0daf0067de16:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d23216e2-9f8c-4782-bf6b-0daf0067de16:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d23216e2-9f8c-4782-bf6b-0daf0067de16 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-d23216e2-9f8c-4782-bf6b-0daf0067de16-root {
    text-align: center;
  }


#s-d23216e2-9f8c-4782-bf6b-0daf0067de16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d23216e2-9f8c-4782-bf6b-0daf0067de16-root {
    text-align: center;
  }


#s-d23216e2-9f8c-4782-bf6b-0daf0067de16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d23216e2-9f8c-4782-bf6b-0daf0067de16-root {
    text-align: center;
  }


#s-d23216e2-9f8c-4782-bf6b-0daf0067de16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d23216e2-9f8c-4782-bf6b-0daf0067de16-root {
    text-align: center;
  }


#s-d23216e2-9f8c-4782-bf6b-0daf0067de16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d23216e2-9f8c-4782-bf6b-0daf0067de16-root {
    text-align: center;
  }


#s-d23216e2-9f8c-4782-bf6b-0daf0067de16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-adc15571-b1e6-4ff7-8760-ab84b9ade462 {
  padding-top: 60px;
}

@media (min-width: 0px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-bb99b987-3051-434b-933c-15ee95731f75 {
  margin-left: 0%;
margin-bottom: 70px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(244, 241, 234, 0);
}








#s-bb99b987-3051-434b-933c-15ee95731f75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb99b987-3051-434b-933c-15ee95731f75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cae592d-87ad-4263-9199-a2af8df223b6 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c0fad4de-2179-4a93-b78c-86913be13dd7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-c0fad4de-2179-4a93-b78c-86913be13dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0fad4de-2179-4a93-b78c-86913be13dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
  padding-top: 10px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.65;
background-color: rgba(0, 0, 0, 0);
}





  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1e427b06-db2b-4073-8c44-b769a40502cf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-1e427b06-db2b-4073-8c44-b769a40502cf .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}
@media (max-width: 767px){#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
  padding-top: 10px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.65;
background-color: rgba(0, 0, 0, 0);
}





  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1e339815-d291-45e4-832b-d206a80c5b46 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-1e339815-d291-45e4-832b-d206a80c5b46 .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-00271552-dbe6-44f5-b5bb-7c7612d10071 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-00271552-dbe6-44f5-b5bb-7c7612d10071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00271552-dbe6-44f5-b5bb-7c7612d10071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
  padding-top: 10px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.65;
background-color: rgba(0, 0, 0, 0);
}





  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-94b5c8e9-48ae-4d04-a073-c9e07f22083b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-94b5c8e9-48ae-4d04-a073-c9e07f22083b .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-14a9dfed-a1e2-4ded-9f06-4cb8c992e2f3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-14a9dfed-a1e2-4ded-9f06-4cb8c992e2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14a9dfed-a1e2-4ded-9f06-4cb8c992e2f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9fb9a6-65e3-4e26-a3c9-e892ee3d04c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 {
  padding-top: 30px;
padding-bottom: 30px;
max-width: 700%;
text-align: center;
}
@media (min-width: 1200px){#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 {
  margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 {
  margin-right: 0%;
}
}
#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-7c57b5e7-d600-47c9-b50f-47f797f62c53 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-fb612198-67a9-4299-9803-d3ed19c606fa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fb612198-67a9-4299-9803-d3ed19c606fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb612198-67a9-4299-9803-d3ed19c606fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b73ce95c-48bb-49de-b380-6937120c046a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b73ce95c-48bb-49de-b380-6937120c046a:hover {background-color: rgba(180, 180, 180, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b73ce95c-48bb-49de-b380-6937120c046a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b73ce95c-48bb-49de-b380-6937120c046a {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-b73ce95c-48bb-49de-b380-6937120c046a-root {
    text-align: center;
  }


#s-b73ce95c-48bb-49de-b380-6937120c046a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b73ce95c-48bb-49de-b380-6937120c046a-root {
    text-align: center;
  }


#s-b73ce95c-48bb-49de-b380-6937120c046a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b73ce95c-48bb-49de-b380-6937120c046a-root {
    text-align: center;
  }


#s-b73ce95c-48bb-49de-b380-6937120c046a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b73ce95c-48bb-49de-b380-6937120c046a-root {
    text-align: center;
  }


#s-b73ce95c-48bb-49de-b380-6937120c046a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b73ce95c-48bb-49de-b380-6937120c046a-root {
    text-align: center;
  }


#s-b73ce95c-48bb-49de-b380-6937120c046a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  min-height: 500px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}@media (max-width: 767px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}







#s-8226f163-d31f-47e3-bc53-53d6ada8736b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8226f163-d31f-47e3-bc53-53d6ada8736b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a271b995-58e4-4b10-a90a-7294e71fc4fb {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a271b995-58e4-4b10-a90a-7294e71fc4fb .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 33px;
  
  letter-spacing: -1px;
  
}



#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}@media (max-width: 767px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}
@media (min-width: 0px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-117a9c49-7718-4d2e-bb48-8765e21b1ab3 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-117a9c49-7718-4d2e-bb48-8765e21b1ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-117a9c49-7718-4d2e-bb48-8765e21b1ab3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
  max-width: 150px;
aspect-ratio: 300/81;
text-align: center;
}





  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}@media (max-width: 767px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}
#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
  max-width: 150px;
aspect-ratio: 300/81;
text-align: center;
}





  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0fb917a2-37d6-4202-afec-f49273bed3fe {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-0fb917a2-37d6-4202-afec-f49273bed3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb917a2-37d6-4202-afec-f49273bed3fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}@media (max-width: 767px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}
#s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
  max-width: 150px;
aspect-ratio: 300/81;
text-align: center;
}





  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}@media (max-width: 767px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}
#s-af4ea3f8-3dab-4da1-b5a2-2f6ea8258c2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-af4ea3f8-3dab-4da1-b5a2-2f6ea8258c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af4ea3f8-3dab-4da1-b5a2-2f6ea8258c2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
  max-width: 1114px;
aspect-ratio: 1114/170;
text-align: center;
}





  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2c9362ec-e772-4484-8da9-05f42d453f68 {
  max-width: 1256px;
aspect-ratio: 1256/166;
text-align: center;
}





  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e3f5cef-156f-46a4-a956-1c160f2eb21a {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
  max-width: 500px;
aspect-ratio: 651/137;
text-align: right;
}





  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d4ba3926-1411-439a-a365-17a97770cf8e {
  max-width: 500px;
aspect-ratio: 651/137;
text-align: left;
}





  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
