.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-b478f2e2-f47a-4efc-8602-977219df662b {
  min-height: 50px;
}








#s-b478f2e2-f47a-4efc-8602-977219df662b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b478f2e2-f47a-4efc-8602-977219df662b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 {
  max-width: 7173px;
aspect-ratio: 7173/4330;
text-align: center;
}





  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 img.shogun-image,
  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 {
    width: 100%;
    height: auto;
  }



  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 img.shogun-image {
    

    
    
    
  }


#s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-3733e47a-1dc7-4488-8ed2-4f00987b1e54 {
  margin-top: 20px;
padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-b91c4ab0-a717-4594-a84c-1197eeeb0567 {
  min-height: 50px;
}








#s-b91c4ab0-a717-4594-a84c-1197eeeb0567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b91c4ab0-a717-4594-a84c-1197eeeb0567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-36487caf-0ca5-4c88-8b36-47bd67acf418 hr {
  border-top: 2px solid #ddd;
}

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

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

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

@media (min-width: 0px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf508c9e-5273-4b76-a144-5d7b13a1b941 {
  max-width: 1366px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 img.shogun-image,
  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 {
    width: 100%;
    height: auto;
  }



  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 img.shogun-image {
    

    
    
    
  }


#s-cf508c9e-5273-4b76-a144-5d7b13a1b941 .shogun-image-content {
  
    align-items: center;
  
}

#s-40622bae-deec-4e57-a9dc-b0fc20dbf575 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 img.shogun-image,
  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 {
    width: 100%;
    height: auto;
  }



  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 img.shogun-image {
    

    
    
    
  }


#s-40622bae-deec-4e57-a9dc-b0fc20dbf575 .shogun-image-content {
  
    align-items: center;
  
}

#s-085fed81-4188-43b6-83d4-fabbb7e3ba49 {
  min-height: 50px;
}








#s-085fed81-4188-43b6-83d4-fabbb7e3ba49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-085fed81-4188-43b6-83d4-fabbb7e3ba49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14b0a7ef-a335-424d-9a52-6a7344da223b {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
  max-width: 1365px;
text-align: center;
}







  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



}
#s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 img.shogun-image,
  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 {
    width: 100%;
    height: auto;
  }



  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 img.shogun-image {
    

    
    
    
  }


#s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 img.shogun-image,
  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 {
    width: 100%;
    height: auto;
  }



  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 img.shogun-image {
    

    
    
    
  }


#s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 img.shogun-image,
  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 {
    width: 100%;
    height: auto;
  }



  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 img.shogun-image {
    

    
    
    
  }


#s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 .shogun-image-content {
  
    align-items: center;
  
}

#s-bed7f7ee-dec9-4a33-8a6b-0c01eb3d1cbf {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-bed7f7ee-dec9-4a33-8a6b-0c01eb3d1cbf img.shogun-image,
  #s-bed7f7ee-dec9-4a33-8a6b-0c01eb3d1cbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bed7f7ee-dec9-4a33-8a6b-0c01eb3d1cbf {
    width: 100%;
    height: auto;
  }



  #s-bed7f7ee-dec9-4a33-8a6b-0c01eb3d1cbf img.shogun-image {
    

    
    
    
  }


#s-bed7f7ee-dec9-4a33-8a6b-0c01eb3d1cbf .shogun-image-content {
  
    align-items: center;
  
}

#s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 img.shogun-image,
  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 {
    width: 100%;
    height: auto;
  }



  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 img.shogun-image {
    

    
    
    
  }


#s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d9bf20d-ace7-4342-a7f5-fed9db0b1c4c hr {
  border-top: 2px solid #ddd;
}

#s-be5aec47-9e0a-4bd7-96fb-22eebc756ab2 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-83569ace-860c-4bc3-ab89-ac1b8c26cff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83569ace-860c-4bc3-ab89-ac1b8c26cff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83569ace-860c-4bc3-ab89-ac1b8c26cff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83569ace-860c-4bc3-ab89-ac1b8c26cff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

.shg-btn-text {
  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-168d83a6-599c-41ab-812e-8a2a056fd192 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-168d83a6-599c-41ab-812e-8a2a056fd192:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-168d83a6-599c-41ab-812e-8a2a056fd192:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-168d83a6-599c-41ab-812e-8a2a056fd192-root {
    text-align: center;
  }


#s-168d83a6-599c-41ab-812e-8a2a056fd192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-168d83a6-599c-41ab-812e-8a2a056fd192-root {
    text-align: center;
  }


#s-168d83a6-599c-41ab-812e-8a2a056fd192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-168d83a6-599c-41ab-812e-8a2a056fd192-root {
    text-align: center;
  }


#s-168d83a6-599c-41ab-812e-8a2a056fd192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-168d83a6-599c-41ab-812e-8a2a056fd192-root {
    text-align: center;
  }


#s-168d83a6-599c-41ab-812e-8a2a056fd192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-168d83a6-599c-41ab-812e-8a2a056fd192-root {
    text-align: center;
  }


#s-168d83a6-599c-41ab-812e-8a2a056fd192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8ac143e3-485e-42ca-812d-5f1171aa76be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ac143e3-485e-42ca-812d-5f1171aa76be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ac143e3-485e-42ca-812d-5f1171aa76be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ac143e3-485e-42ca-812d-5f1171aa76be-root {
    text-align: center;
  }


#s-8ac143e3-485e-42ca-812d-5f1171aa76be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ac143e3-485e-42ca-812d-5f1171aa76be-root {
    text-align: center;
  }


#s-8ac143e3-485e-42ca-812d-5f1171aa76be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ac143e3-485e-42ca-812d-5f1171aa76be-root {
    text-align: center;
  }


#s-8ac143e3-485e-42ca-812d-5f1171aa76be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ac143e3-485e-42ca-812d-5f1171aa76be-root {
    text-align: center;
  }


#s-8ac143e3-485e-42ca-812d-5f1171aa76be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ac143e3-485e-42ca-812d-5f1171aa76be-root {
    text-align: center;
  }


#s-8ac143e3-485e-42ca-812d-5f1171aa76be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b-root {
    text-align: center;
  }


#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b-root {
    text-align: center;
  }


#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b-root {
    text-align: center;
  }


#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b-root {
    text-align: center;
  }


#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b-root {
    text-align: center;
  }


#s-f6527cc4-ef9f-4c9e-bff6-d3c21bf20c2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6749ead8-e497-4ef1-b893-acc8b94bfbfe hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e639b55a-35e7-4812-849f-568af052fcc7 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e639b55a-35e7-4812-849f-568af052fcc7 img.shogun-image,
  #s-e639b55a-35e7-4812-849f-568af052fcc7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e639b55a-35e7-4812-849f-568af052fcc7 {
    width: 100%;
    height: auto;
  }



  #s-e639b55a-35e7-4812-849f-568af052fcc7 img.shogun-image {
    

    
    
    
  }


#s-e639b55a-35e7-4812-849f-568af052fcc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2fff63-78ff-4dc9-9213-4bbab565d1af {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af img.shogun-image,
  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af {
    width: 100%;
    height: auto;
  }



  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af img.shogun-image {
    

    
    
    
  }


#s-8a2fff63-78ff-4dc9-9213-4bbab565d1af .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff {
  min-height: 50px;
}








#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8663d981-3ee5-4e62-a50d-d087af91f77e {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8663d981-3ee5-4e62-a50d-d087af91f77e img.shogun-image,
  #s-8663d981-3ee5-4e62-a50d-d087af91f77e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8663d981-3ee5-4e62-a50d-d087af91f77e {
    width: 100%;
    height: auto;
  }



  #s-8663d981-3ee5-4e62-a50d-d087af91f77e img.shogun-image {
    

    
    
    
  }


#s-8663d981-3ee5-4e62-a50d-d087af91f77e .shogun-image-content {
  
    align-items: center;
  
}

#s-ff4ed24c-0719-46f5-a531-4c4cd1320477 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 img.shogun-image,
  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 {
    width: 100%;
    height: auto;
  }



  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 img.shogun-image {
    

    
    
    
  }


#s-ff4ed24c-0719-46f5-a531-4c4cd1320477 .shogun-image-content {
  
    align-items: center;
  
}

#s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 img.shogun-image,
  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 {
    width: 100%;
    height: auto;
  }



  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 img.shogun-image {
    

    
    
    
  }


#s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5441572-c25a-4946-85cc-21ea47252346 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5441572-c25a-4946-85cc-21ea47252346"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3fbc7f9a-7a1d-4471-8530-9deaff98c163 {
  max-width: 1075px;
text-align: center;
}







  img.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
    
    
  }


.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
    
    
  }


.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
    
    
  }


.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
    
    
  }


.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
    
    
  }


.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fbc7f9a-7a1d-4471-8530-9deaff98c163.shogun-image {
  box-sizing: border-box;
}



}
#s-f03ffdc2-b27b-459a-892c-691536610f2f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-39e73646-fe4d-40f7-ab34-ea7d99a48656"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39e73646-fe4d-40f7-ab34-ea7d99a48656"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39e73646-fe4d-40f7-ab34-ea7d99a48656"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39e73646-fe4d-40f7-ab34-ea7d99a48656"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-799047e7-8dc8-491c-af24-707be44c846e {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
    
    
  }


.s-799047e7-8dc8-491c-af24-707be44c846e .shogun-image-content {
  
    align-items: center;
  
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
    
    
  }


.s-799047e7-8dc8-491c-af24-707be44c846e .shogun-image-content {
  
    align-items: center;
  
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
    
    
  }


.s-799047e7-8dc8-491c-af24-707be44c846e .shogun-image-content {
  
    align-items: center;
  
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
    
    
  }


.s-799047e7-8dc8-491c-af24-707be44c846e .shogun-image-content {
  
    align-items: center;
  
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
    
    
  }


.s-799047e7-8dc8-491c-af24-707be44c846e .shogun-image-content {
  
    align-items: center;
  
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-799047e7-8dc8-491c-af24-707be44c846e.shogun-image {
  box-sizing: border-box;
}



}
#s-f4746b92-7e6a-4a1c-8181-df867b925279 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
    
    
  }


.s-f4746b92-7e6a-4a1c-8181-df867b925279 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
    
    
  }


.s-f4746b92-7e6a-4a1c-8181-df867b925279 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
    
    
  }


.s-f4746b92-7e6a-4a1c-8181-df867b925279 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
    
    
  }


.s-f4746b92-7e6a-4a1c-8181-df867b925279 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
    
    
  }


.s-f4746b92-7e6a-4a1c-8181-df867b925279 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4746b92-7e6a-4a1c-8181-df867b925279.shogun-image {
  box-sizing: border-box;
}



}
#s-c77116d9-82a8-48d2-ae29-e0feba38701e {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
    
    
  }


.s-c77116d9-82a8-48d2-ae29-e0feba38701e .shogun-image-content {
  
    align-items: center;
  
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
    
    
  }


.s-c77116d9-82a8-48d2-ae29-e0feba38701e .shogun-image-content {
  
    align-items: center;
  
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
    
    
  }


.s-c77116d9-82a8-48d2-ae29-e0feba38701e .shogun-image-content {
  
    align-items: center;
  
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
    
    
  }


.s-c77116d9-82a8-48d2-ae29-e0feba38701e .shogun-image-content {
  
    align-items: center;
  
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
    
    
  }


.s-c77116d9-82a8-48d2-ae29-e0feba38701e .shogun-image-content {
  
    align-items: center;
  
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c77116d9-82a8-48d2-ae29-e0feba38701e.shogun-image {
  box-sizing: border-box;
}



}
#s-d91ea91f-bc66-4598-bd17-e31c83d80150 {
  max-width: 2048px;
text-align: center;
}







  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



}
#s-e3b1aa18-1be6-4f33-ad8b-11b524339dca hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 img.shogun-image,
  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 {
    width: 100%;
    height: auto;
  }



  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 img.shogun-image {
    

    
    
    
  }


#s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 img.shogun-image,
  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 {
    width: 100%;
    height: auto;
  }



  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 img.shogun-image {
    

    
    
    
  }


#s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7467656-3614-47d5-af8b-4a7029b56e6c {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-e7467656-3614-47d5-af8b-4a7029b56e6c img.shogun-image,
  #s-e7467656-3614-47d5-af8b-4a7029b56e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7467656-3614-47d5-af8b-4a7029b56e6c {
    width: 100%;
    height: auto;
  }



  #s-e7467656-3614-47d5-af8b-4a7029b56e6c img.shogun-image {
    

    
    
    
  }


#s-e7467656-3614-47d5-af8b-4a7029b56e6c .shogun-image-content {
  
    align-items: center;
  
}

#s-7958445b-5d4c-46eb-9c71-8c159445155f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-7958445b-5d4c-46eb-9c71-8c159445155f img.shogun-image,
  #s-7958445b-5d4c-46eb-9c71-8c159445155f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7958445b-5d4c-46eb-9c71-8c159445155f {
    width: 100%;
    height: auto;
  }



  #s-7958445b-5d4c-46eb-9c71-8c159445155f img.shogun-image {
    

    
    
    
  }


#s-7958445b-5d4c-46eb-9c71-8c159445155f .shogun-image-content {
  
    align-items: center;
  
}

#s-4a947316-7b72-40f2-bb05-2d49af19ae9a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a img.shogun-image,
  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a {
    width: 100%;
    height: auto;
  }



  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a img.shogun-image {
    

    
    
    
  }


#s-4a947316-7b72-40f2-bb05-2d49af19ae9a .shogun-image-content {
  
    align-items: center;
  
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561 {
  max-width: 1075px;
text-align: center;
}







  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



}
#s-ced09479-261c-4160-9127-0b9f592ec4ec {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ced09479-261c-4160-9127-0b9f592ec4ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd {
  max-width: 1075px;
text-align: center;
}







  img.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
    
    
  }


.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
    
    
  }


.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
    
    
  }


.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
    
    
  }


.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
    
    
  }


.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3aa736-ce8d-46f3-8b9c-2d836a879dbd.shogun-image {
  box-sizing: border-box;
}



}
#s-6038b9ab-9af6-4f3f-ba88-62adbb8e4b45 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d74c7850-6291-4469-9d81-544ffe2e6f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d74c7850-6291-4469-9d81-544ffe2e6f68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d74c7850-6291-4469-9d81-544ffe2e6f68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d74c7850-6291-4469-9d81-544ffe2e6f68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7c931d95-c978-4b0c-babe-efc48523f37b {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
    
    
  }


.s-7c931d95-c978-4b0c-babe-efc48523f37b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
    
    
  }


.s-7c931d95-c978-4b0c-babe-efc48523f37b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
    
    
  }


.s-7c931d95-c978-4b0c-babe-efc48523f37b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
    
    
  }


.s-7c931d95-c978-4b0c-babe-efc48523f37b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
    
    
  }


.s-7c931d95-c978-4b0c-babe-efc48523f37b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c931d95-c978-4b0c-babe-efc48523f37b.shogun-image {
  box-sizing: border-box;
}



}
#s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
    
    
  }


.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670 .shogun-image-content {
  
    align-items: center;
  
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
    
    
  }


.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670 .shogun-image-content {
  
    align-items: center;
  
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
    
    
  }


.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670 .shogun-image-content {
  
    align-items: center;
  
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
    
    
  }


.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670 .shogun-image-content {
  
    align-items: center;
  
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
    
    
  }


.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670 .shogun-image-content {
  
    align-items: center;
  
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b669038d-e9a5-4e9c-8ff2-17b4e82a9670.shogun-image {
  box-sizing: border-box;
}



}
#s-58801b99-eb61-4220-8334-a8dacdf59947 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
    
    
  }


.s-58801b99-eb61-4220-8334-a8dacdf59947 .shogun-image-content {
  
    align-items: center;
  
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
    
    
  }


.s-58801b99-eb61-4220-8334-a8dacdf59947 .shogun-image-content {
  
    align-items: center;
  
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
  box-sizing: border-box;
}



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





  img.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
    
    
  }


.s-58801b99-eb61-4220-8334-a8dacdf59947 .shogun-image-content {
  
    align-items: center;
  
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
  box-sizing: border-box;
}



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





  img.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
    
    
  }


.s-58801b99-eb61-4220-8334-a8dacdf59947 .shogun-image-content {
  
    align-items: center;
  
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
  box-sizing: border-box;
}



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





  img.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
    
    
  }


.s-58801b99-eb61-4220-8334-a8dacdf59947 .shogun-image-content {
  
    align-items: center;
  
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58801b99-eb61-4220-8334-a8dacdf59947.shogun-image {
  box-sizing: border-box;
}



}
#s-284cc6eb-33fe-4262-a85a-673896956ea0 {
  max-width: 2048px;
text-align: center;
}







  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



}
#s-ca981331-dc71-4e2f-9dc4-f5c4db01ad9b hr {
  border-top: 2px solid #ddd;
}

#s-3d757640-da59-485b-b117-ee47c3c77f3e {
  background-color: rgba(255, 255, 255, 1);
}

#s-5878e762-080b-4784-989e-1d1c920ea97f hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1acc2e6c-e061-4c53-82e3-af61124cfe15 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 img.shogun-image,
  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 {
    width: 100%;
    height: auto;
  }



  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 img.shogun-image {
    

    
    
    
  }


#s-1acc2e6c-e061-4c53-82e3-af61124cfe15 .shogun-image-content {
  
    align-items: center;
  
}

#s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 img.shogun-image,
  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 {
    width: 100%;
    height: auto;
  }



  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 img.shogun-image {
    

    
    
    
  }


#s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a491fe0-76e2-4e00-a60d-4ae147d4063c {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c img.shogun-image,
  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c {
    width: 100%;
    height: auto;
  }



  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c img.shogun-image {
    

    
    
    
  }


#s-8a491fe0-76e2-4e00-a60d-4ae147d4063c .shogun-image-content {
  
    align-items: center;
  
}

#s-3aabe293-aa74-4380-8270-6e35e695d179 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-3aabe293-aa74-4380-8270-6e35e695d179 img.shogun-image,
  #s-3aabe293-aa74-4380-8270-6e35e695d179 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aabe293-aa74-4380-8270-6e35e695d179 {
    width: 100%;
    height: auto;
  }



  #s-3aabe293-aa74-4380-8270-6e35e695d179 img.shogun-image {
    

    
    
    
  }


#s-3aabe293-aa74-4380-8270-6e35e695d179 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ff3c8b-47fe-454b-9369-143f563eb58c {
  max-width: 1077px;
aspect-ratio: 1077/1575;
text-align: center;
}





  #s-99ff3c8b-47fe-454b-9369-143f563eb58c img.shogun-image,
  #s-99ff3c8b-47fe-454b-9369-143f563eb58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99ff3c8b-47fe-454b-9369-143f563eb58c {
    width: 100%;
    height: auto;
  }



  #s-99ff3c8b-47fe-454b-9369-143f563eb58c img.shogun-image {
    

    
    
    
  }


#s-99ff3c8b-47fe-454b-9369-143f563eb58c .shogun-image-content {
  
    align-items: center;
  
}

#s-001cdffa-1635-487d-838e-a272e358a514 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-001cdffa-1635-487d-838e-a272e358a514"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb {
  max-width: 1075px;
text-align: center;
}







  img.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
    
    
  }


.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb .shogun-image-content {
  
    align-items: center;
  
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
    
    
  }


.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb .shogun-image-content {
  
    align-items: center;
  
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
    
    
  }


.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb .shogun-image-content {
  
    align-items: center;
  
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
    
    
  }


.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb .shogun-image-content {
  
    align-items: center;
  
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
    
    
  }


.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb .shogun-image-content {
  
    align-items: center;
  
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423c4fdb-71e9-4fe8-91d0-17a2afc236fb.shogun-image {
  box-sizing: border-box;
}



}
#s-0292342a-0dcd-40ac-912f-637c2d3c7523 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ba1a52cc-a399-4e6b-8043-541f1c44623d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba1a52cc-a399-4e6b-8043-541f1c44623d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba1a52cc-a399-4e6b-8043-541f1c44623d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba1a52cc-a399-4e6b-8043-541f1c44623d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
    
    
  }


.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
    
    
  }


.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
    
    
  }


.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
    
    
  }


.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
    
    
  }


.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01e3ce3c-e2bb-43b3-8380-433a06ef4e0a.shogun-image {
  box-sizing: border-box;
}



}
#s-404ff990-4ac2-4778-a75b-ed03441d0de8 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
    
    
  }


.s-404ff990-4ac2-4778-a75b-ed03441d0de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
    
    
  }


.s-404ff990-4ac2-4778-a75b-ed03441d0de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
    
    
  }


.s-404ff990-4ac2-4778-a75b-ed03441d0de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
    
    
  }


.s-404ff990-4ac2-4778-a75b-ed03441d0de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
    
    
  }


.s-404ff990-4ac2-4778-a75b-ed03441d0de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404ff990-4ac2-4778-a75b-ed03441d0de8.shogun-image {
  box-sizing: border-box;
}



}
#s-044445e1-6644-47d6-a30b-f4c1cc05284b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
    
    
  }


.s-044445e1-6644-47d6-a30b-f4c1cc05284b .shogun-image-content {
  
    align-items: center;
  
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
    
    
  }


.s-044445e1-6644-47d6-a30b-f4c1cc05284b .shogun-image-content {
  
    align-items: center;
  
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
    
    
  }


.s-044445e1-6644-47d6-a30b-f4c1cc05284b .shogun-image-content {
  
    align-items: center;
  
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
    
    
  }


.s-044445e1-6644-47d6-a30b-f4c1cc05284b .shogun-image-content {
  
    align-items: center;
  
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
    
    
  }


.s-044445e1-6644-47d6-a30b-f4c1cc05284b .shogun-image-content {
  
    align-items: center;
  
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044445e1-6644-47d6-a30b-f4c1cc05284b.shogun-image {
  box-sizing: border-box;
}



}
#s-2b5b6187-a1f2-4761-8d92-5816b8df3330 {
  max-width: 2048px;
text-align: center;
}







  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



}
#s-d0462579-bf12-4e4a-be10-032b98926934 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ed1ebd4a-27ef-491d-815c-0300af688ad6 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 img.shogun-image,
  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 {
    width: 100%;
    height: auto;
  }



  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 img.shogun-image {
    

    
    
    
  }


#s-ed1ebd4a-27ef-491d-815c-0300af688ad6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 img.shogun-image,
  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 {
    width: 100%;
    height: auto;
  }



  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 img.shogun-image {
    

    
    
    
  }


#s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 .shogun-image-content {
  
    align-items: center;
  
}

#s-7df4c580-bb8c-4854-97f1-3462e4e92a1f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1074px;
aspect-ratio: 1074/1575;
text-align: center;
}





  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 img.shogun-image,
  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 {
    width: 100%;
    height: auto;
  }



  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 img.shogun-image {
    

    
    
    
  }


#s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 img.shogun-image,
  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 {
    width: 100%;
    height: auto;
  }



  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 img.shogun-image {
    

    
    
    
  }


#s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-451829d8-df61-484b-916c-b41e0698c060 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-451829d8-df61-484b-916c-b41e0698c060 img.shogun-image,
  #s-451829d8-df61-484b-916c-b41e0698c060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451829d8-df61-484b-916c-b41e0698c060 {
    width: 100%;
    height: auto;
  }



  #s-451829d8-df61-484b-916c-b41e0698c060 img.shogun-image {
    

    
    
    
  }


#s-451829d8-df61-484b-916c-b41e0698c060 .shogun-image-content {
  
    align-items: center;
  
}

#s-919fc27a-b51a-423e-861d-c8f2879ba90e {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-919fc27a-b51a-423e-861d-c8f2879ba90e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7130addf-d127-4d50-8ec8-b76e12e3ef64 {
  max-width: 1075px;
text-align: center;
}







  img.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
    
    
  }


.s-7130addf-d127-4d50-8ec8-b76e12e3ef64 .shogun-image-content {
  
    align-items: center;
  
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
    
    
  }


.s-7130addf-d127-4d50-8ec8-b76e12e3ef64 .shogun-image-content {
  
    align-items: center;
  
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
    
    
  }


.s-7130addf-d127-4d50-8ec8-b76e12e3ef64 .shogun-image-content {
  
    align-items: center;
  
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
    
    
  }


.s-7130addf-d127-4d50-8ec8-b76e12e3ef64 .shogun-image-content {
  
    align-items: center;
  
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
    
    
  }


.s-7130addf-d127-4d50-8ec8-b76e12e3ef64 .shogun-image-content {
  
    align-items: center;
  
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7130addf-d127-4d50-8ec8-b76e12e3ef64.shogun-image {
  box-sizing: border-box;
}



}
#s-3c449af4-7afc-41cf-9db3-2c0f19743234 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ce4565d1-6aec-46fd-942b-04abc8df5612"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce4565d1-6aec-46fd-942b-04abc8df5612"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce4565d1-6aec-46fd-942b-04abc8df5612"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce4565d1-6aec-46fd-942b-04abc8df5612"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35924251-4ba9-4e3a-aae7-68bf5f618cf9 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
    
    
  }


.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
    
    
  }


.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
    
    
  }


.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
    
    
  }


.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
    
    
  }


.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35924251-4ba9-4e3a-aae7-68bf5f618cf9.shogun-image {
  box-sizing: border-box;
}



}
#s-fd85474d-8148-42ea-951b-9aa19f179c9d {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
    
    
  }


.s-fd85474d-8148-42ea-951b-9aa19f179c9d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
    
    
  }


.s-fd85474d-8148-42ea-951b-9aa19f179c9d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
    
    
  }


.s-fd85474d-8148-42ea-951b-9aa19f179c9d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
    
    
  }


.s-fd85474d-8148-42ea-951b-9aa19f179c9d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
    
    
  }


.s-fd85474d-8148-42ea-951b-9aa19f179c9d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd85474d-8148-42ea-951b-9aa19f179c9d.shogun-image {
  box-sizing: border-box;
}



}
#s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
    
    
  }


.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b .shogun-image-content {
  
    align-items: center;
  
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
    
    
  }


.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b .shogun-image-content {
  
    align-items: center;
  
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
    
    
  }


.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b .shogun-image-content {
  
    align-items: center;
  
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
    
    
  }


.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b .shogun-image-content {
  
    align-items: center;
  
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
    
    
  }


.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b .shogun-image-content {
  
    align-items: center;
  
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9734099d-e6d7-4b1d-9a12-cb9ffd97624b.shogun-image {
  box-sizing: border-box;
}



}
#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace {
  max-width: 2048px;
text-align: center;
}







  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



}
#s-aec2568c-4a03-496c-a928-6fa245575b7b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-0c6eb028-c9e4-4543-b893-2f5aa2fb89c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c6eb028-c9e4-4543-b893-2f5aa2fb89c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6eb028-c9e4-4543-b893-2f5aa2fb89c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6eb028-c9e4-4543-b893-2f5aa2fb89c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3319109-be43-4207-a2df-5d8777aec852 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-d3319109-be43-4207-a2df-5d8777aec852 img.shogun-image,
  #s-d3319109-be43-4207-a2df-5d8777aec852 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3319109-be43-4207-a2df-5d8777aec852 {
    width: 100%;
    height: auto;
  }



  #s-d3319109-be43-4207-a2df-5d8777aec852 img.shogun-image {
    

    
    
    
  }


#s-d3319109-be43-4207-a2df-5d8777aec852 .shogun-image-content {
  
    align-items: center;
  
}

#s-39ffb3d3-9a3b-4005-88dd-d0aa2e8e33d1 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-39ffb3d3-9a3b-4005-88dd-d0aa2e8e33d1 img.shogun-image,
  #s-39ffb3d3-9a3b-4005-88dd-d0aa2e8e33d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39ffb3d3-9a3b-4005-88dd-d0aa2e8e33d1 {
    width: 100%;
    height: auto;
  }



  #s-39ffb3d3-9a3b-4005-88dd-d0aa2e8e33d1 img.shogun-image {
    

    
    
    
  }


#s-39ffb3d3-9a3b-4005-88dd-d0aa2e8e33d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-61899c03-783a-439f-b351-9a1ddb8e43b9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-61899c03-783a-439f-b351-9a1ddb8e43b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61899c03-783a-439f-b351-9a1ddb8e43b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61899c03-783a-439f-b351-9a1ddb8e43b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61899c03-783a-439f-b351-9a1ddb8e43b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9e8116c0-b778-4681-8c90-5865eac46d7c {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-9e8116c0-b778-4681-8c90-5865eac46d7c img.shogun-image,
  #s-9e8116c0-b778-4681-8c90-5865eac46d7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e8116c0-b778-4681-8c90-5865eac46d7c {
    width: 100%;
    height: auto;
  }



  #s-9e8116c0-b778-4681-8c90-5865eac46d7c img.shogun-image {
    

    
    
    
  }


#s-9e8116c0-b778-4681-8c90-5865eac46d7c .shogun-image-content {
  
    align-items: center;
  
}

#s-9f522635-6bc4-4172-8df4-92145ee3224a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-9f522635-6bc4-4172-8df4-92145ee3224a img.shogun-image,
  #s-9f522635-6bc4-4172-8df4-92145ee3224a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f522635-6bc4-4172-8df4-92145ee3224a {
    width: 100%;
    height: auto;
  }



  #s-9f522635-6bc4-4172-8df4-92145ee3224a img.shogun-image {
    

    
    
    
  }


#s-9f522635-6bc4-4172-8df4-92145ee3224a .shogun-image-content {
  
    align-items: center;
  
}

#s-e305bdf3-6bb0-4838-af6f-91a7ce84c515 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e305bdf3-6bb0-4838-af6f-91a7ce84c515 img.shogun-image,
  #s-e305bdf3-6bb0-4838-af6f-91a7ce84c515 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e305bdf3-6bb0-4838-af6f-91a7ce84c515 {
    width: 100%;
    height: auto;
  }



  #s-e305bdf3-6bb0-4838-af6f-91a7ce84c515 img.shogun-image {
    

    
    
    
  }


#s-e305bdf3-6bb0-4838-af6f-91a7ce84c515 .shogun-image-content {
  
    align-items: center;
  
}

#s-3baef53e-6d1d-4091-95de-477368feb99f {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3baef53e-6d1d-4091-95de-477368feb99f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3e8159ba-7822-4de5-a882-c3730a7c72db {
  max-width: 1075px;
text-align: center;
}







  img.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
    
    
  }


.s-3e8159ba-7822-4de5-a882-c3730a7c72db .shogun-image-content {
  
    align-items: center;
  
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
    
    
  }


.s-3e8159ba-7822-4de5-a882-c3730a7c72db .shogun-image-content {
  
    align-items: center;
  
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
    
    
  }


.s-3e8159ba-7822-4de5-a882-c3730a7c72db .shogun-image-content {
  
    align-items: center;
  
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
    
    
  }


.s-3e8159ba-7822-4de5-a882-c3730a7c72db .shogun-image-content {
  
    align-items: center;
  
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
    
    
  }


.s-3e8159ba-7822-4de5-a882-c3730a7c72db .shogun-image-content {
  
    align-items: center;
  
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8159ba-7822-4de5-a882-c3730a7c72db.shogun-image {
  box-sizing: border-box;
}



}
#s-336ce55b-4664-4a58-9869-a5407a497701 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4eb9262f-4e0b-4c1f-b4b6-99ceb9542244"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eb9262f-4e0b-4c1f-b4b6-99ceb9542244"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4eb9262f-4e0b-4c1f-b4b6-99ceb9542244"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eb9262f-4e0b-4c1f-b4b6-99ceb9542244"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
    
    
  }


.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
    
    
  }


.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
    
    
  }


.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
    
    
  }


.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
    
    
  }


.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2a0b2-0b58-43d7-8575-3e447cc4e01e.shogun-image {
  box-sizing: border-box;
}



}
#s-5fe1d034-3727-4617-af31-beb8c3e65d56 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
    
    
  }


.s-5fe1d034-3727-4617-af31-beb8c3e65d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
    
    
  }


.s-5fe1d034-3727-4617-af31-beb8c3e65d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
    
    
  }


.s-5fe1d034-3727-4617-af31-beb8c3e65d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
    
    
  }


.s-5fe1d034-3727-4617-af31-beb8c3e65d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
    
    
  }


.s-5fe1d034-3727-4617-af31-beb8c3e65d56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe1d034-3727-4617-af31-beb8c3e65d56.shogun-image {
  box-sizing: border-box;
}



}
#s-a32f5727-995a-49a7-937d-233868521655 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
    
    
  }


.s-a32f5727-995a-49a7-937d-233868521655 .shogun-image-content {
  
    align-items: center;
  
}

.s-a32f5727-995a-49a7-937d-233868521655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32f5727-995a-49a7-937d-233868521655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
    
    
  }


.s-a32f5727-995a-49a7-937d-233868521655 .shogun-image-content {
  
    align-items: center;
  
}

.s-a32f5727-995a-49a7-937d-233868521655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32f5727-995a-49a7-937d-233868521655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
    
    
  }


.s-a32f5727-995a-49a7-937d-233868521655 .shogun-image-content {
  
    align-items: center;
  
}

.s-a32f5727-995a-49a7-937d-233868521655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32f5727-995a-49a7-937d-233868521655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
    
    
  }


.s-a32f5727-995a-49a7-937d-233868521655 .shogun-image-content {
  
    align-items: center;
  
}

.s-a32f5727-995a-49a7-937d-233868521655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32f5727-995a-49a7-937d-233868521655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
    
    
  }


.s-a32f5727-995a-49a7-937d-233868521655 .shogun-image-content {
  
    align-items: center;
  
}

.s-a32f5727-995a-49a7-937d-233868521655.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32f5727-995a-49a7-937d-233868521655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32f5727-995a-49a7-937d-233868521655.shogun-image {
  box-sizing: border-box;
}



}
#s-7e5290da-bf1d-41da-a6fb-d6a8380664ee {
  max-width: 2048px;
text-align: center;
}







  img.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
    
    
  }


.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
    
    
  }


.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
    
    
  }


.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
    
    
  }


.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
    
    
  }


.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5290da-bf1d-41da-a6fb-d6a8380664ee.shogun-image {
  box-sizing: border-box;
}



}
#s-0a5ae155-59c1-4bb6-a100-3506df657c24 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b085c2b8-7edf-4e59-a414-235c895eb883"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b085c2b8-7edf-4e59-a414-235c895eb883"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b085c2b8-7edf-4e59-a414-235c895eb883"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b085c2b8-7edf-4e59-a414-235c895eb883"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d12a82e-baf7-4284-a23d-2ef2a1ca4695 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-3d12a82e-baf7-4284-a23d-2ef2a1ca4695 img.shogun-image,
  #s-3d12a82e-baf7-4284-a23d-2ef2a1ca4695 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d12a82e-baf7-4284-a23d-2ef2a1ca4695 {
    width: 100%;
    height: auto;
  }



  #s-3d12a82e-baf7-4284-a23d-2ef2a1ca4695 img.shogun-image {
    

    
    
    
  }


#s-3d12a82e-baf7-4284-a23d-2ef2a1ca4695 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fff0a53-287c-4c48-99db-13d7d309b98c {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6fff0a53-287c-4c48-99db-13d7d309b98c img.shogun-image,
  #s-6fff0a53-287c-4c48-99db-13d7d309b98c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fff0a53-287c-4c48-99db-13d7d309b98c {
    width: 100%;
    height: auto;
  }



  #s-6fff0a53-287c-4c48-99db-13d7d309b98c img.shogun-image {
    

    
    
    
  }


#s-6fff0a53-287c-4c48-99db-13d7d309b98c .shogun-image-content {
  
    align-items: center;
  
}

#s-8af79766-a28a-4b94-a94f-9f3f69559d68 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8af79766-a28a-4b94-a94f-9f3f69559d68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8af79766-a28a-4b94-a94f-9f3f69559d68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8af79766-a28a-4b94-a94f-9f3f69559d68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8af79766-a28a-4b94-a94f-9f3f69559d68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a559579d-b4a8-4946-9987-37f0e694f56b {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-a559579d-b4a8-4946-9987-37f0e694f56b img.shogun-image,
  #s-a559579d-b4a8-4946-9987-37f0e694f56b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a559579d-b4a8-4946-9987-37f0e694f56b {
    width: 100%;
    height: auto;
  }



  #s-a559579d-b4a8-4946-9987-37f0e694f56b img.shogun-image {
    

    
    
    
  }


#s-a559579d-b4a8-4946-9987-37f0e694f56b .shogun-image-content {
  
    align-items: center;
  
}

#s-450dd11b-8788-4a50-958f-9d7681b6b5ae {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-450dd11b-8788-4a50-958f-9d7681b6b5ae img.shogun-image,
  #s-450dd11b-8788-4a50-958f-9d7681b6b5ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-450dd11b-8788-4a50-958f-9d7681b6b5ae {
    width: 100%;
    height: auto;
  }



  #s-450dd11b-8788-4a50-958f-9d7681b6b5ae img.shogun-image {
    

    
    
    
  }


#s-450dd11b-8788-4a50-958f-9d7681b6b5ae .shogun-image-content {
  
    align-items: center;
  
}

#s-9ca455ac-cd5d-4e73-aeff-b563a9713f0b {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-9ca455ac-cd5d-4e73-aeff-b563a9713f0b img.shogun-image,
  #s-9ca455ac-cd5d-4e73-aeff-b563a9713f0b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ca455ac-cd5d-4e73-aeff-b563a9713f0b {
    width: 100%;
    height: auto;
  }



  #s-9ca455ac-cd5d-4e73-aeff-b563a9713f0b img.shogun-image {
    

    
    
    
  }


#s-9ca455ac-cd5d-4e73-aeff-b563a9713f0b .shogun-image-content {
  
    align-items: center;
  
}

#s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c588a05-050e-48b4-a38a-e3ed8e9f03d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-322d707a-9f2d-48a9-b884-38564af456e7 {
  max-width: 518px;
text-align: center;
}







  img.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
    
    
  }


.s-322d707a-9f2d-48a9-b884-38564af456e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
    
    
  }


.s-322d707a-9f2d-48a9-b884-38564af456e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
    
    
  }


.s-322d707a-9f2d-48a9-b884-38564af456e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
    
    
  }


.s-322d707a-9f2d-48a9-b884-38564af456e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
    
    
  }


.s-322d707a-9f2d-48a9-b884-38564af456e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-322d707a-9f2d-48a9-b884-38564af456e7.shogun-image {
  box-sizing: border-box;
}



}
#s-4f579a19-1bce-4f99-85bc-9a8b3b54d76a {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d6b723d8-fbfa-4eb9-a51b-eb45c674a2dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6b723d8-fbfa-4eb9-a51b-eb45c674a2dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6b723d8-fbfa-4eb9-a51b-eb45c674a2dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6b723d8-fbfa-4eb9-a51b-eb45c674a2dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-99c33388-40b5-4dfb-8699-1fc5077b5000 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
    
    
  }


.s-99c33388-40b5-4dfb-8699-1fc5077b5000 .shogun-image-content {
  
    align-items: center;
  
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
    
    
  }


.s-99c33388-40b5-4dfb-8699-1fc5077b5000 .shogun-image-content {
  
    align-items: center;
  
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
  box-sizing: border-box;
}



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





  img.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
    
    
  }


.s-99c33388-40b5-4dfb-8699-1fc5077b5000 .shogun-image-content {
  
    align-items: center;
  
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
  box-sizing: border-box;
}



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





  img.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
    
    
  }


.s-99c33388-40b5-4dfb-8699-1fc5077b5000 .shogun-image-content {
  
    align-items: center;
  
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
  box-sizing: border-box;
}



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





  img.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
    
    
  }


.s-99c33388-40b5-4dfb-8699-1fc5077b5000 .shogun-image-content {
  
    align-items: center;
  
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c33388-40b5-4dfb-8699-1fc5077b5000.shogun-image {
  box-sizing: border-box;
}



}
#s-80f5ca37-096a-46cb-a298-31f709921a7d {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
    
    
  }


.s-80f5ca37-096a-46cb-a298-31f709921a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
    
    
  }


.s-80f5ca37-096a-46cb-a298-31f709921a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
    
    
  }


.s-80f5ca37-096a-46cb-a298-31f709921a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
    
    
  }


.s-80f5ca37-096a-46cb-a298-31f709921a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
    
    
  }


.s-80f5ca37-096a-46cb-a298-31f709921a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f5ca37-096a-46cb-a298-31f709921a7d.shogun-image {
  box-sizing: border-box;
}



}
#s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621 {
  margin-left: 3%;
margin-right: 3%;
max-width: 682px;
text-align: center;
}







  img.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
    
    
  }


.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
    
    
  }


.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
    
    
  }


.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
    
    
  }


.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
    
    
  }


.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c571a1c-c820-47f5-b2cd-b9fddc6dc621.shogun-image {
  box-sizing: border-box;
}



}
#s-48598c31-980a-4a93-84a8-1040fc971ca0 {
  max-width: 2048px;
text-align: center;
}







  img.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
    
    
  }


.s-48598c31-980a-4a93-84a8-1040fc971ca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
    
    
  }


.s-48598c31-980a-4a93-84a8-1040fc971ca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
    
    
  }


.s-48598c31-980a-4a93-84a8-1040fc971ca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
    
    
  }


.s-48598c31-980a-4a93-84a8-1040fc971ca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
    
    
  }


.s-48598c31-980a-4a93-84a8-1040fc971ca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48598c31-980a-4a93-84a8-1040fc971ca0.shogun-image {
  box-sizing: border-box;
}



}
#s-b0f68373-e65d-45fd-ae06-43936f8300fb hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f90d4b6f-3185-4120-a34a-1745cec7257d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f90d4b6f-3185-4120-a34a-1745cec7257d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f90d4b6f-3185-4120-a34a-1745cec7257d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f90d4b6f-3185-4120-a34a-1745cec7257d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3d51f8f-27f8-4923-825e-14e86f11af0a {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-d3d51f8f-27f8-4923-825e-14e86f11af0a img.shogun-image,
  #s-d3d51f8f-27f8-4923-825e-14e86f11af0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3d51f8f-27f8-4923-825e-14e86f11af0a {
    width: 100%;
    height: auto;
  }



  #s-d3d51f8f-27f8-4923-825e-14e86f11af0a img.shogun-image {
    

    
    
    
  }


#s-d3d51f8f-27f8-4923-825e-14e86f11af0a .shogun-image-content {
  
    align-items: center;
  
}

#s-5219f56e-8c6c-4c9d-aa83-0ae3a1adc193 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5219f56e-8c6c-4c9d-aa83-0ae3a1adc193 img.shogun-image,
  #s-5219f56e-8c6c-4c9d-aa83-0ae3a1adc193 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5219f56e-8c6c-4c9d-aa83-0ae3a1adc193 {
    width: 100%;
    height: auto;
  }



  #s-5219f56e-8c6c-4c9d-aa83-0ae3a1adc193 img.shogun-image {
    

    
    
    
  }


#s-5219f56e-8c6c-4c9d-aa83-0ae3a1adc193 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cd2b555-4021-40aa-b069-7cfaa679bc51 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5cd2b555-4021-40aa-b069-7cfaa679bc51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cd2b555-4021-40aa-b069-7cfaa679bc51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5cd2b555-4021-40aa-b069-7cfaa679bc51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cd2b555-4021-40aa-b069-7cfaa679bc51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e387d065-ec01-4a98-a910-063487b8bde4 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e387d065-ec01-4a98-a910-063487b8bde4 img.shogun-image,
  #s-e387d065-ec01-4a98-a910-063487b8bde4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e387d065-ec01-4a98-a910-063487b8bde4 {
    width: 100%;
    height: auto;
  }



  #s-e387d065-ec01-4a98-a910-063487b8bde4 img.shogun-image {
    

    
    
    
  }


#s-e387d065-ec01-4a98-a910-063487b8bde4 .shogun-image-content {
  
    align-items: center;
  
}

#s-487f75fc-466f-45e1-bb21-425e3a504cd0 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1074px;
aspect-ratio: 1074/1575;
text-align: center;
}





  #s-487f75fc-466f-45e1-bb21-425e3a504cd0 img.shogun-image,
  #s-487f75fc-466f-45e1-bb21-425e3a504cd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487f75fc-466f-45e1-bb21-425e3a504cd0 {
    width: 100%;
    height: auto;
  }



  #s-487f75fc-466f-45e1-bb21-425e3a504cd0 img.shogun-image {
    

    
    
    
  }


#s-487f75fc-466f-45e1-bb21-425e3a504cd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba3ce704-fdbf-4303-bb91-b7ce4b3638ec {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ba3ce704-fdbf-4303-bb91-b7ce4b3638ec img.shogun-image,
  #s-ba3ce704-fdbf-4303-bb91-b7ce4b3638ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba3ce704-fdbf-4303-bb91-b7ce4b3638ec {
    width: 100%;
    height: auto;
  }



  #s-ba3ce704-fdbf-4303-bb91-b7ce4b3638ec img.shogun-image {
    

    
    
    
  }


#s-ba3ce704-fdbf-4303-bb91-b7ce4b3638ec .shogun-image-content {
  
    align-items: center;
  
}

#s-54f12cc3-adb4-40de-8cea-27f9fa293e6c {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54f12cc3-adb4-40de-8cea-27f9fa293e6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71 {
  max-width: 1075px;
text-align: center;
}







  img.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
    
    
  }


.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
    
    
  }


.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
    
    
  }


.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
    
    
  }


.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
    
    
  }


.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a259a8d-6f24-4f7b-9ecc-c88f88fafb71.shogun-image {
  box-sizing: border-box;
}



}
#s-a7c5e149-ea40-4aaa-9e5b-3d6bc555ea9a {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-56ed2cee-3a4e-44ab-b934-b0ea57305313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56ed2cee-3a4e-44ab-b934-b0ea57305313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56ed2cee-3a4e-44ab-b934-b0ea57305313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56ed2cee-3a4e-44ab-b934-b0ea57305313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-23b68115-3025-43ad-aa10-dbf8d410f3a5 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
    
    
  }


.s-23b68115-3025-43ad-aa10-dbf8d410f3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
    
    
  }


.s-23b68115-3025-43ad-aa10-dbf8d410f3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
    
    
  }


.s-23b68115-3025-43ad-aa10-dbf8d410f3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
    
    
  }


.s-23b68115-3025-43ad-aa10-dbf8d410f3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
    
    
  }


.s-23b68115-3025-43ad-aa10-dbf8d410f3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b68115-3025-43ad-aa10-dbf8d410f3a5.shogun-image {
  box-sizing: border-box;
}



}
#s-570fd0cb-30ff-4436-ac24-624ff29bbbcc {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
    
    
  }


.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc .shogun-image-content {
  
    align-items: center;
  
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
    
    
  }


.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc .shogun-image-content {
  
    align-items: center;
  
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
    
    
  }


.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc .shogun-image-content {
  
    align-items: center;
  
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
    
    
  }


.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc .shogun-image-content {
  
    align-items: center;
  
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
    
    
  }


.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc .shogun-image-content {
  
    align-items: center;
  
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570fd0cb-30ff-4436-ac24-624ff29bbbcc.shogun-image {
  box-sizing: border-box;
}



}
#s-33c47c9a-d35a-453a-9089-e266edf297eb {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
    
    
  }


.s-33c47c9a-d35a-453a-9089-e266edf297eb .shogun-image-content {
  
    align-items: center;
  
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
    
    
  }


.s-33c47c9a-d35a-453a-9089-e266edf297eb .shogun-image-content {
  
    align-items: center;
  
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
    
    
  }


.s-33c47c9a-d35a-453a-9089-e266edf297eb .shogun-image-content {
  
    align-items: center;
  
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
    
    
  }


.s-33c47c9a-d35a-453a-9089-e266edf297eb .shogun-image-content {
  
    align-items: center;
  
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
    
    
  }


.s-33c47c9a-d35a-453a-9089-e266edf297eb .shogun-image-content {
  
    align-items: center;
  
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c47c9a-d35a-453a-9089-e266edf297eb.shogun-image {
  box-sizing: border-box;
}



}
#s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e {
  max-width: 2048px;
text-align: center;
}







  img.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
    
    
  }


.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
    
    
  }


.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
    
    
  }


.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
    
    
  }


.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
    
    
  }


.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b50f8345-eaab-43df-89d4-54ce6c4b2a7e.shogun-image {
  box-sizing: border-box;
}



}
#s-611f63c8-14f3-4f88-a574-a50a846b750d hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-5b1e2e45-6abf-40ae-9ca9-f7e8d9535125"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b1e2e45-6abf-40ae-9ca9-f7e8d9535125"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b1e2e45-6abf-40ae-9ca9-f7e8d9535125"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b1e2e45-6abf-40ae-9ca9-f7e8d9535125"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0498265-dcaf-4456-9e96-cf70bb2fe795 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c0498265-dcaf-4456-9e96-cf70bb2fe795 img.shogun-image,
  #s-c0498265-dcaf-4456-9e96-cf70bb2fe795 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0498265-dcaf-4456-9e96-cf70bb2fe795 {
    width: 100%;
    height: auto;
  }



  #s-c0498265-dcaf-4456-9e96-cf70bb2fe795 img.shogun-image {
    

    
    
    
  }


#s-c0498265-dcaf-4456-9e96-cf70bb2fe795 .shogun-image-content {
  
    align-items: center;
  
}

#s-7579a0fe-5251-4c33-a14f-0a8e8a91f566 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-7579a0fe-5251-4c33-a14f-0a8e8a91f566 img.shogun-image,
  #s-7579a0fe-5251-4c33-a14f-0a8e8a91f566 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7579a0fe-5251-4c33-a14f-0a8e8a91f566 {
    width: 100%;
    height: auto;
  }



  #s-7579a0fe-5251-4c33-a14f-0a8e8a91f566 img.shogun-image {
    

    
    
    
  }


#s-7579a0fe-5251-4c33-a14f-0a8e8a91f566 .shogun-image-content {
  
    align-items: center;
  
}

#s-5889b37a-00ce-404e-855d-3083a4f12fa6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5889b37a-00ce-404e-855d-3083a4f12fa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5889b37a-00ce-404e-855d-3083a4f12fa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5889b37a-00ce-404e-855d-3083a4f12fa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5889b37a-00ce-404e-855d-3083a4f12fa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0182bdd2-ddc3-4859-ab0c-ddfd52ec5540 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0182bdd2-ddc3-4859-ab0c-ddfd52ec5540 img.shogun-image,
  #s-0182bdd2-ddc3-4859-ab0c-ddfd52ec5540 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0182bdd2-ddc3-4859-ab0c-ddfd52ec5540 {
    width: 100%;
    height: auto;
  }



  #s-0182bdd2-ddc3-4859-ab0c-ddfd52ec5540 img.shogun-image {
    

    
    
    
  }


#s-0182bdd2-ddc3-4859-ab0c-ddfd52ec5540 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c66e74d-25d5-4ac9-b2cb-633ce362a666 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1076px;
aspect-ratio: 1076/1575;
text-align: center;
}





  #s-7c66e74d-25d5-4ac9-b2cb-633ce362a666 img.shogun-image,
  #s-7c66e74d-25d5-4ac9-b2cb-633ce362a666 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c66e74d-25d5-4ac9-b2cb-633ce362a666 {
    width: 100%;
    height: auto;
  }



  #s-7c66e74d-25d5-4ac9-b2cb-633ce362a666 img.shogun-image {
    

    
    
    
  }


#s-7c66e74d-25d5-4ac9-b2cb-633ce362a666 .shogun-image-content {
  
    align-items: center;
  
}

#s-33804a9e-438f-4e04-8ca9-b23ead2828ec {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-33804a9e-438f-4e04-8ca9-b23ead2828ec img.shogun-image,
  #s-33804a9e-438f-4e04-8ca9-b23ead2828ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33804a9e-438f-4e04-8ca9-b23ead2828ec {
    width: 100%;
    height: auto;
  }



  #s-33804a9e-438f-4e04-8ca9-b23ead2828ec img.shogun-image {
    

    
    
    
  }


#s-33804a9e-438f-4e04-8ca9-b23ead2828ec .shogun-image-content {
  
    align-items: center;
  
}

#s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64cd9c27-52fb-4e1b-8ac3-e09e823388b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f15e3465-fa09-4669-9557-a73361749f01 {
  max-width: 1075px;
text-align: center;
}







  img.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
    
    
  }


.s-f15e3465-fa09-4669-9557-a73361749f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
    
    
  }


.s-f15e3465-fa09-4669-9557-a73361749f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
    
    
  }


.s-f15e3465-fa09-4669-9557-a73361749f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
    
    
  }


.s-f15e3465-fa09-4669-9557-a73361749f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
    
    
  }


.s-f15e3465-fa09-4669-9557-a73361749f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15e3465-fa09-4669-9557-a73361749f01.shogun-image {
  box-sizing: border-box;
}



}
#s-22c65e65-8f84-4351-bd08-290d4afdc645 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d860af2d-de7c-4617-b533-a20015864c88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d860af2d-de7c-4617-b533-a20015864c88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d860af2d-de7c-4617-b533-a20015864c88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d860af2d-de7c-4617-b533-a20015864c88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0c207901-389d-4130-9e82-0954d284419f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
    
    
  }


.s-0c207901-389d-4130-9e82-0954d284419f .shogun-image-content {
  
    align-items: center;
  
}

.s-0c207901-389d-4130-9e82-0954d284419f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
    
    
  }


.s-0c207901-389d-4130-9e82-0954d284419f .shogun-image-content {
  
    align-items: center;
  
}

.s-0c207901-389d-4130-9e82-0954d284419f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
    
    
  }


.s-0c207901-389d-4130-9e82-0954d284419f .shogun-image-content {
  
    align-items: center;
  
}

.s-0c207901-389d-4130-9e82-0954d284419f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
    
    
  }


.s-0c207901-389d-4130-9e82-0954d284419f .shogun-image-content {
  
    align-items: center;
  
}

.s-0c207901-389d-4130-9e82-0954d284419f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
    
    
  }


.s-0c207901-389d-4130-9e82-0954d284419f .shogun-image-content {
  
    align-items: center;
  
}

.s-0c207901-389d-4130-9e82-0954d284419f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c207901-389d-4130-9e82-0954d284419f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c207901-389d-4130-9e82-0954d284419f.shogun-image {
  box-sizing: border-box;
}



}
#s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
    
    
  }


.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
    
    
  }


.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
    
    
  }


.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
    
    
  }


.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
    
    
  }


.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0567d9b-36b6-4201-8e97-9b4124d6e9ee.shogun-image {
  box-sizing: border-box;
}



}
#s-f79a1f15-16c2-4574-a293-890b91cb8dfd {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
    
    
  }


.s-f79a1f15-16c2-4574-a293-890b91cb8dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
    
    
  }


.s-f79a1f15-16c2-4574-a293-890b91cb8dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
    
    
  }


.s-f79a1f15-16c2-4574-a293-890b91cb8dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
    
    
  }


.s-f79a1f15-16c2-4574-a293-890b91cb8dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
    
    
  }


.s-f79a1f15-16c2-4574-a293-890b91cb8dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79a1f15-16c2-4574-a293-890b91cb8dfd.shogun-image {
  box-sizing: border-box;
}



}
#s-dc286a15-8dd0-488f-91e0-aa144fda8dc6 {
  max-width: 2048px;
text-align: center;
}







  img.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
    
    
  }


.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
    
    
  }


.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
    
    
  }


.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
    
    
  }


.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
    
    
  }


.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc286a15-8dd0-488f-91e0-aa144fda8dc6.shogun-image {
  box-sizing: border-box;
}



}
#s-2308c5b0-1547-4932-acb2-983f3cef3cd5 hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

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