.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: 2526px;
aspect-ratio: 2526/1101;
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-hr-wrapper {
  padding: 30px 0;
}

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

#s-4d20b407-c374-4e6d-b158-ce8113044c38 hr {
  border-top: 2px solid #ddd;
}

.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-aeecc1f8-9723-46e9-b349-00d99b88f53d {
  max-width: 18018px;
text-align: center;
}







  img.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
    
    
  }


.s-aeecc1f8-9723-46e9-b349-00d99b88f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
    
    
  }


.s-aeecc1f8-9723-46e9-b349-00d99b88f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
    
    
  }


.s-aeecc1f8-9723-46e9-b349-00d99b88f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
    
    
  }


.s-aeecc1f8-9723-46e9-b349-00d99b88f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
    
    
  }


.s-aeecc1f8-9723-46e9-b349-00d99b88f53d .shogun-image-content {
  
    align-items: center;
  
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeecc1f8-9723-46e9-b349-00d99b88f53d.shogun-image {
  box-sizing: border-box;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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 {
  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;
}

#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: 1365px;
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-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-98460fca-1026-4b8c-8566-681e62c761dd {
  max-width: 1365px;
text-align: center;
}







  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}



}
#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 {
  max-width: 1365px;
text-align: center;
}







  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}



}
#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd {
  max-width: 1365px;
text-align: center;
}







  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}



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

#s-a3595c27-ed8d-44db-bcfa-dd9ec5d68890 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-af316459-345a-43ac-820f-cc14b6d3144f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af316459-345a-43ac-820f-cc14b6d3144f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af316459-345a-43ac-820f-cc14b6d3144f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af316459-345a-43ac-820f-cc14b6d3144f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-17c841ee-6940-4eed-bc48-10c054d67695 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-17c841ee-6940-4eed-bc48-10c054d67695:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17c841ee-6940-4eed-bc48-10c054d67695:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-bdf3c150-780a-46a6-b442-d428b6ad7384 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bdf3c150-780a-46a6-b442-d428b6ad7384:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bdf3c150-780a-46a6-b442-d428b6ad7384:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdf3c150-780a-46a6-b442-d428b6ad7384-root {
    text-align: center;
  }


#s-bdf3c150-780a-46a6-b442-d428b6ad7384.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdf3c150-780a-46a6-b442-d428b6ad7384-root {
    text-align: center;
  }


#s-bdf3c150-780a-46a6-b442-d428b6ad7384.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdf3c150-780a-46a6-b442-d428b6ad7384-root {
    text-align: center;
  }


#s-bdf3c150-780a-46a6-b442-d428b6ad7384.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdf3c150-780a-46a6-b442-d428b6ad7384-root {
    text-align: center;
  }


#s-bdf3c150-780a-46a6-b442-d428b6ad7384.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdf3c150-780a-46a6-b442-d428b6ad7384-root {
    text-align: center;
  }


#s-bdf3c150-780a-46a6-b442-d428b6ad7384.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  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-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e35bf153-6e44-40b6-8500-435bc4e674da {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e35bf153-6e44-40b6-8500-435bc4e674da img.shogun-image,
  #s-e35bf153-6e44-40b6-8500-435bc4e674da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e35bf153-6e44-40b6-8500-435bc4e674da {
    width: 100%;
    height: auto;
  }



  #s-e35bf153-6e44-40b6-8500-435bc4e674da img.shogun-image {
    

    
    
    
  }


#s-e35bf153-6e44-40b6-8500-435bc4e674da .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb3280a-acd0-45b5-a0e6-038eb7259586 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 img.shogun-image,
  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 {
    width: 100%;
    height: auto;
  }



  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 img.shogun-image {
    

    
    
    
  }


#s-1cb3280a-acd0-45b5-a0e6-038eb7259586 .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-6ec82792-d604-4727-a8ed-de6a55796905 {
  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-6ec82792-d604-4727-a8ed-de6a55796905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ec82792-d604-4727-a8ed-de6a55796905"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6ec82792-d604-4727-a8ed-de6a55796905"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ec82792-d604-4727-a8ed-de6a55796905"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-06f066ba-84a6-482c-8552-221520e115d1 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-06f066ba-84a6-482c-8552-221520e115d1 img.shogun-image,
  #s-06f066ba-84a6-482c-8552-221520e115d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06f066ba-84a6-482c-8552-221520e115d1 {
    width: 100%;
    height: auto;
  }



  #s-06f066ba-84a6-482c-8552-221520e115d1 img.shogun-image {
    

    
    
    
  }


#s-06f066ba-84a6-482c-8552-221520e115d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1fd2df7-bdf1-49a4-81e8-a5db687f9a2c {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-b1fd2df7-bdf1-49a4-81e8-a5db687f9a2c img.shogun-image,
  #s-b1fd2df7-bdf1-49a4-81e8-a5db687f9a2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1fd2df7-bdf1-49a4-81e8-a5db687f9a2c {
    width: 100%;
    height: auto;
  }



  #s-b1fd2df7-bdf1-49a4-81e8-a5db687f9a2c img.shogun-image {
    

    
    
    
  }


#s-b1fd2df7-bdf1-49a4-81e8-a5db687f9a2c .shogun-image-content {
  
    align-items: center;
  
}

#s-50896d11-4bc7-4030-ada4-4d543327358a {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-50896d11-4bc7-4030-ada4-4d543327358a img.shogun-image,
  #s-50896d11-4bc7-4030-ada4-4d543327358a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50896d11-4bc7-4030-ada4-4d543327358a {
    width: 100%;
    height: auto;
  }



  #s-50896d11-4bc7-4030-ada4-4d543327358a img.shogun-image {
    

    
    
    
  }


#s-50896d11-4bc7-4030-ada4-4d543327358a .shogun-image-content {
  
    align-items: center;
  
}

#s-c92cd81f-290b-4b22-b57d-62e4b8bfd699 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c92cd81f-290b-4b22-b57d-62e4b8bfd699"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059 {
  max-width: 1075px;
text-align: center;
}







  img.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
    
    
  }


.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
    
    
  }


.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
    
    
  }


.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
    
    
  }


.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
    
    
  }


.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0da0d0a-e920-42bc-bbe6-2d59bb70d059.shogun-image {
  box-sizing: border-box;
}



}
#s-c0d06184-f44c-4a7d-8b9d-8857cda11ba1 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-17f1e6e0-b8e9-4df9-b2cb-e05dda153945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17f1e6e0-b8e9-4df9-b2cb-e05dda153945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17f1e6e0-b8e9-4df9-b2cb-e05dda153945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17f1e6e0-b8e9-4df9-b2cb-e05dda153945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 604px;
text-align: center;
}







  img.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
    
    
  }


.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe .shogun-image-content {
  
    align-items: center;
  
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
    
    
  }


.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe .shogun-image-content {
  
    align-items: center;
  
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
    
    
  }


.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe .shogun-image-content {
  
    align-items: center;
  
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
    
    
  }


.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe .shogun-image-content {
  
    align-items: center;
  
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
    
    
  }


.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe .shogun-image-content {
  
    align-items: center;
  
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-449c86fd-8c4f-41c2-bb59-5562b0cb3cfe.shogun-image {
  box-sizing: border-box;
}



}
#s-1a86e20c-ba34-43be-aaa1-0f0c0b871978 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
    
    
  }


.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
    
    
  }


.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
    
    
  }


.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
    
    
  }


.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
    
    
  }


.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a86e20c-ba34-43be-aaa1-0f0c0b871978.shogun-image {
  box-sizing: border-box;
}



}
#s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4 {
  margin-left: 3%;
margin-right: 3%;
max-width: 582px;
text-align: center;
}







  img.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
    
    
  }


.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
    
    
  }


.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
    
    
  }


.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
    
    
  }


.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
    
    
  }


.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2177e97e-ce06-4afb-b4d2-4a5b0da7ceb4.shogun-image {
  box-sizing: border-box;
}



}
#s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
      position: relative;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
      position: relative;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
      position: relative;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
      position: relative;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
      position: relative;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-35056ea6-03e9-4eda-8799-62d13d465ecb {
  max-width: 2048px;
text-align: center;
}







  img.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
    
    
  }


.s-35056ea6-03e9-4eda-8799-62d13d465ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
    
    
  }


.s-35056ea6-03e9-4eda-8799-62d13d465ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
    
    
  }


.s-35056ea6-03e9-4eda-8799-62d13d465ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
    
    
  }


.s-35056ea6-03e9-4eda-8799-62d13d465ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
    
    
  }


.s-35056ea6-03e9-4eda-8799-62d13d465ecb .shogun-image-content {
  
    align-items: center;
  
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35056ea6-03e9-4eda-8799-62d13d465ecb.shogun-image {
  box-sizing: border-box;
}



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

#s-f1996b80-3946-4e8c-bd47-65f892b33a66 {
  background-color: rgba(255, 255, 255, 1);
}

#s-cb98a391-38bc-42c5-bfb2-736cdbabfb9a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b550a4ca-6989-4ca9-9a45-a30c44628a0a {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-b550a4ca-6989-4ca9-9a45-a30c44628a0a img.shogun-image,
  #s-b550a4ca-6989-4ca9-9a45-a30c44628a0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b550a4ca-6989-4ca9-9a45-a30c44628a0a {
    width: 100%;
    height: auto;
  }



  #s-b550a4ca-6989-4ca9-9a45-a30c44628a0a img.shogun-image {
    

    
    
    
  }


#s-b550a4ca-6989-4ca9-9a45-a30c44628a0a .shogun-image-content {
  
    align-items: center;
  
}

#s-5a6bce8d-b8fa-4e1a-bba8-90f755cd86dc {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5a6bce8d-b8fa-4e1a-bba8-90f755cd86dc img.shogun-image,
  #s-5a6bce8d-b8fa-4e1a-bba8-90f755cd86dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a6bce8d-b8fa-4e1a-bba8-90f755cd86dc {
    width: 100%;
    height: auto;
  }



  #s-5a6bce8d-b8fa-4e1a-bba8-90f755cd86dc img.shogun-image {
    

    
    
    
  }


#s-5a6bce8d-b8fa-4e1a-bba8-90f755cd86dc .shogun-image-content {
  
    align-items: center;
  
}

#s-44b2f1c2-f173-4d25-a5f5-79b6f1092422 {
  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-44b2f1c2-f173-4d25-a5f5-79b6f1092422"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44b2f1c2-f173-4d25-a5f5-79b6f1092422"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44b2f1c2-f173-4d25-a5f5-79b6f1092422"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44b2f1c2-f173-4d25-a5f5-79b6f1092422"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-584e234b-0529-4915-b556-573d62fa339f {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-584e234b-0529-4915-b556-573d62fa339f img.shogun-image,
  #s-584e234b-0529-4915-b556-573d62fa339f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-584e234b-0529-4915-b556-573d62fa339f {
    width: 100%;
    height: auto;
  }



  #s-584e234b-0529-4915-b556-573d62fa339f img.shogun-image {
    

    
    
    
  }


#s-584e234b-0529-4915-b556-573d62fa339f .shogun-image-content {
  
    align-items: center;
  
}

#s-f17aa6c4-1817-4de6-bdc2-33a34eff2928 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-f17aa6c4-1817-4de6-bdc2-33a34eff2928 img.shogun-image,
  #s-f17aa6c4-1817-4de6-bdc2-33a34eff2928 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f17aa6c4-1817-4de6-bdc2-33a34eff2928 {
    width: 100%;
    height: auto;
  }



  #s-f17aa6c4-1817-4de6-bdc2-33a34eff2928 img.shogun-image {
    

    
    
    
  }


#s-f17aa6c4-1817-4de6-bdc2-33a34eff2928 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dc1653b-57b0-4a51-a4d4-bc83a7020198 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-7dc1653b-57b0-4a51-a4d4-bc83a7020198 img.shogun-image,
  #s-7dc1653b-57b0-4a51-a4d4-bc83a7020198 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dc1653b-57b0-4a51-a4d4-bc83a7020198 {
    width: 100%;
    height: auto;
  }



  #s-7dc1653b-57b0-4a51-a4d4-bc83a7020198 img.shogun-image {
    

    
    
    
  }


#s-7dc1653b-57b0-4a51-a4d4-bc83a7020198 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc49915-806f-47af-ad89-4001f58e9e2f {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cc49915-806f-47af-ad89-4001f58e9e2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fd64faec-2d45-40b5-abb2-c040d916886d {
  max-width: 1075px;
text-align: center;
}







  img.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
    
    
  }


.s-fd64faec-2d45-40b5-abb2-c040d916886d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
    
    
  }


.s-fd64faec-2d45-40b5-abb2-c040d916886d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
    
    
  }


.s-fd64faec-2d45-40b5-abb2-c040d916886d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
    
    
  }


.s-fd64faec-2d45-40b5-abb2-c040d916886d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
    
    
  }


.s-fd64faec-2d45-40b5-abb2-c040d916886d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd64faec-2d45-40b5-abb2-c040d916886d.shogun-image {
  box-sizing: border-box;
}



}
#s-0d89df99-a283-4ce4-aa69-a027e2068af2 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-676020a4-4c97-4962-8f61-f2bfd16285df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-676020a4-4c97-4962-8f61-f2bfd16285df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-676020a4-4c97-4962-8f61-f2bfd16285df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-676020a4-4c97-4962-8f61-f2bfd16285df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-da3c3cbd-3e64-4402-af6c-686d5ade65cc {
  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-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
    
    
  }


.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc .shogun-image-content {
  
    align-items: center;
  
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
    
    
  }


.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc .shogun-image-content {
  
    align-items: center;
  
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
    
    
  }


.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc .shogun-image-content {
  
    align-items: center;
  
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
    
    
  }


.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc .shogun-image-content {
  
    align-items: center;
  
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
    
    
  }


.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc .shogun-image-content {
  
    align-items: center;
  
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3c3cbd-3e64-4402-af6c-686d5ade65cc.shogun-image {
  box-sizing: border-box;
}



}
#s-f484482f-da8e-44fb-8236-09c7213c1386 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
    
    
  }


.s-f484482f-da8e-44fb-8236-09c7213c1386 .shogun-image-content {
  
    align-items: center;
  
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
    
    
  }


.s-f484482f-da8e-44fb-8236-09c7213c1386 .shogun-image-content {
  
    align-items: center;
  
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
    
    
  }


.s-f484482f-da8e-44fb-8236-09c7213c1386 .shogun-image-content {
  
    align-items: center;
  
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
    
    
  }


.s-f484482f-da8e-44fb-8236-09c7213c1386 .shogun-image-content {
  
    align-items: center;
  
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
    
    
  }


.s-f484482f-da8e-44fb-8236-09c7213c1386 .shogun-image-content {
  
    align-items: center;
  
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f484482f-da8e-44fb-8236-09c7213c1386.shogun-image {
  box-sizing: border-box;
}



}
#s-245675c1-4c97-4406-ac41-efe3e5261d75 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
    
    
  }


.s-245675c1-4c97-4406-ac41-efe3e5261d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
    
    
  }


.s-245675c1-4c97-4406-ac41-efe3e5261d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
  box-sizing: border-box;
}



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





  img.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
    
    
  }


.s-245675c1-4c97-4406-ac41-efe3e5261d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
  box-sizing: border-box;
}



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





  img.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
    
    
  }


.s-245675c1-4c97-4406-ac41-efe3e5261d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
  box-sizing: border-box;
}



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





  img.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
    
    
  }


.s-245675c1-4c97-4406-ac41-efe3e5261d75 .shogun-image-content {
  
    align-items: center;
  
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-245675c1-4c97-4406-ac41-efe3e5261d75.shogun-image {
  box-sizing: border-box;
}



}
#s-c476b4c3-94ff-4384-8308-6d517017c29f {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-c476b4c3-94ff-4384-8308-6d517017c29f img.shogun-image,
  #s-c476b4c3-94ff-4384-8308-6d517017c29f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c476b4c3-94ff-4384-8308-6d517017c29f {
    width: 100%;
    height: auto;
  }



  #s-c476b4c3-94ff-4384-8308-6d517017c29f img.shogun-image {
    

    
    
    
  }


#s-c476b4c3-94ff-4384-8308-6d517017c29f .shogun-image-content {
  
    align-items: center;
  
}

#s-1146b355-4405-440d-a112-65b4dd3657fe hr {
  border-top: 2px solid #ddd;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6335d036-c4ac-4f88-bd54-ac9c82316236 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 img.shogun-image,
  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 {
    width: 100%;
    height: auto;
  }



  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 img.shogun-image {
    

    
    
    
  }


#s-6335d036-c4ac-4f88-bd54-ac9c82316236 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b51905b-0866-4aee-8a96-c0a398f162e1 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 img.shogun-image,
  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 {
    width: 100%;
    height: auto;
  }



  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 img.shogun-image {
    

    
    
    
  }


#s-1b51905b-0866-4aee-8a96-c0a398f162e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-68cf65d1-3bee-42ad-8cd9-b41e81be8972 {
  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-68cf65d1-3bee-42ad-8cd9-b41e81be8972"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68cf65d1-3bee-42ad-8cd9-b41e81be8972"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68cf65d1-3bee-42ad-8cd9-b41e81be8972"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68cf65d1-3bee-42ad-8cd9-b41e81be8972"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-10fb1c89-5635-4f1b-8e6f-11a18b1cec95 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-10fb1c89-5635-4f1b-8e6f-11a18b1cec95 img.shogun-image,
  #s-10fb1c89-5635-4f1b-8e6f-11a18b1cec95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fb1c89-5635-4f1b-8e6f-11a18b1cec95 {
    width: 100%;
    height: auto;
  }



  #s-10fb1c89-5635-4f1b-8e6f-11a18b1cec95 img.shogun-image {
    

    
    
    
  }


#s-10fb1c89-5635-4f1b-8e6f-11a18b1cec95 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c17a228-8e0d-4e5e-8dd7-4b7f655ef57f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8c17a228-8e0d-4e5e-8dd7-4b7f655ef57f img.shogun-image,
  #s-8c17a228-8e0d-4e5e-8dd7-4b7f655ef57f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c17a228-8e0d-4e5e-8dd7-4b7f655ef57f {
    width: 100%;
    height: auto;
  }



  #s-8c17a228-8e0d-4e5e-8dd7-4b7f655ef57f img.shogun-image {
    

    
    
    
  }


#s-8c17a228-8e0d-4e5e-8dd7-4b7f655ef57f .shogun-image-content {
  
    align-items: center;
  
}

#s-09412a47-07fd-4137-8aa0-a967e04cf2ac {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-09412a47-07fd-4137-8aa0-a967e04cf2ac img.shogun-image,
  #s-09412a47-07fd-4137-8aa0-a967e04cf2ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09412a47-07fd-4137-8aa0-a967e04cf2ac {
    width: 100%;
    height: auto;
  }



  #s-09412a47-07fd-4137-8aa0-a967e04cf2ac img.shogun-image {
    

    
    
    
  }


#s-09412a47-07fd-4137-8aa0-a967e04cf2ac .shogun-image-content {
  
    align-items: center;
  
}

#s-dc876729-554d-4f08-b53a-da8a0c987fe6 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc876729-554d-4f08-b53a-da8a0c987fe6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d642079e-97e2-4685-a0f8-77edc7f4be1d {
  max-width: 1075px;
text-align: center;
}







  img.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
    
    
  }


.s-d642079e-97e2-4685-a0f8-77edc7f4be1d .shogun-image-content {
  
    align-items: center;
  
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
    
    
  }


.s-d642079e-97e2-4685-a0f8-77edc7f4be1d .shogun-image-content {
  
    align-items: center;
  
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
    
    
  }


.s-d642079e-97e2-4685-a0f8-77edc7f4be1d .shogun-image-content {
  
    align-items: center;
  
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
    
    
  }


.s-d642079e-97e2-4685-a0f8-77edc7f4be1d .shogun-image-content {
  
    align-items: center;
  
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
    
    
  }


.s-d642079e-97e2-4685-a0f8-77edc7f4be1d .shogun-image-content {
  
    align-items: center;
  
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d642079e-97e2-4685-a0f8-77edc7f4be1d.shogun-image {
  box-sizing: border-box;
}



}
#s-20c35725-490f-4ff5-a16f-6e27c0af9fc6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-be2700c1-5987-4439-a114-d1f094cac8f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be2700c1-5987-4439-a114-d1f094cac8f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be2700c1-5987-4439-a114-d1f094cac8f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be2700c1-5987-4439-a114-d1f094cac8f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-560f16c8-7706-47bf-94e2-db9d5b99bfc9 {
  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-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
    
    
  }


.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
    
    
  }


.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
    
    
  }


.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
    
    
  }


.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
    
    
  }


.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-560f16c8-7706-47bf-94e2-db9d5b99bfc9.shogun-image {
  box-sizing: border-box;
}



}
#s-530c53b7-d663-4cce-aa86-eccf8e2034cf {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
    
    
  }


.s-530c53b7-d663-4cce-aa86-eccf8e2034cf .shogun-image-content {
  
    align-items: center;
  
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
    
    
  }


.s-530c53b7-d663-4cce-aa86-eccf8e2034cf .shogun-image-content {
  
    align-items: center;
  
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
    
    
  }


.s-530c53b7-d663-4cce-aa86-eccf8e2034cf .shogun-image-content {
  
    align-items: center;
  
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
    
    
  }


.s-530c53b7-d663-4cce-aa86-eccf8e2034cf .shogun-image-content {
  
    align-items: center;
  
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
    
    
  }


.s-530c53b7-d663-4cce-aa86-eccf8e2034cf .shogun-image-content {
  
    align-items: center;
  
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530c53b7-d663-4cce-aa86-eccf8e2034cf.shogun-image {
  box-sizing: border-box;
}



}
#s-99748918-8170-4825-9b43-88819f6fc45e {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
    
    
  }


.s-99748918-8170-4825-9b43-88819f6fc45e .shogun-image-content {
  
    align-items: center;
  
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
    
    
  }


.s-99748918-8170-4825-9b43-88819f6fc45e .shogun-image-content {
  
    align-items: center;
  
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
    
    
  }


.s-99748918-8170-4825-9b43-88819f6fc45e .shogun-image-content {
  
    align-items: center;
  
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
    
    
  }


.s-99748918-8170-4825-9b43-88819f6fc45e .shogun-image-content {
  
    align-items: center;
  
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
    
    
  }


.s-99748918-8170-4825-9b43-88819f6fc45e .shogun-image-content {
  
    align-items: center;
  
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99748918-8170-4825-9b43-88819f6fc45e.shogun-image {
  box-sizing: border-box;
}



}
#s-27a78d7f-046c-4a2c-8401-adfbfac3752b {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b img.shogun-image,
  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b {
    width: 100%;
    height: auto;
  }



  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b img.shogun-image {
    

    
    
    
  }


#s-27a78d7f-046c-4a2c-8401-adfbfac3752b .shogun-image-content {
  
    align-items: center;
  
}

#s-6007b475-5797-48d5-aace-f422a073e495 hr {
  border-top: 2px solid #ddd;
}

#s-b70a0cba-b705-46a4-95e0-c07159aa8553 {
  min-height: 50px;
}








#s-b70a0cba-b705-46a4-95e0-c07159aa8553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70a0cba-b705-46a4-95e0-c07159aa8553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d383592-f285-481e-8a65-4648d3eed136 {
  padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc img.shogun-image,
  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc {
    width: 100%;
    height: auto;
  }



  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc img.shogun-image {
    

    
    
    
  }


#s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc .shogun-image-content {
  
    align-items: center;
  
}

#s-f62e54f1-ae25-4f3d-aa61-188c244ab31b {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b img.shogun-image,
  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b {
    width: 100%;
    height: auto;
  }



  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b img.shogun-image {
    

    
    
    
  }


#s-f62e54f1-ae25-4f3d-aa61-188c244ab31b .shogun-image-content {
  
    align-items: center;
  
}

#s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6 {
  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-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 img.shogun-image,
  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 {
    width: 100%;
    height: auto;
  }



  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 img.shogun-image {
    

    
    
    
  }


#s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-14843d01-cf8d-430c-bbae-552d62d89d45 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-14843d01-cf8d-430c-bbae-552d62d89d45 img.shogun-image,
  #s-14843d01-cf8d-430c-bbae-552d62d89d45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14843d01-cf8d-430c-bbae-552d62d89d45 {
    width: 100%;
    height: auto;
  }



  #s-14843d01-cf8d-430c-bbae-552d62d89d45 img.shogun-image {
    

    
    
    
  }


#s-14843d01-cf8d-430c-bbae-552d62d89d45 .shogun-image-content {
  
    align-items: center;
  
}

#s-543204f6-1e06-438d-bcd4-fb3e98adb950 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 img.shogun-image,
  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 {
    width: 100%;
    height: auto;
  }



  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 img.shogun-image {
    

    
    
    
  }


#s-543204f6-1e06-438d-bcd4-fb3e98adb950 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c291bd3-3dcd-4707-999e-f2276dffcad6 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c291bd3-3dcd-4707-999e-f2276dffcad6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69 {
  max-width: 1075px;
text-align: center;
}







  img.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
    
    
  }


.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
    
    
  }


.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
    
    
  }


.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
    
    
  }


.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
    
    
  }


.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa1b2af-049f-45a3-818f-b6dc4b7f5b69.shogun-image {
  box-sizing: border-box;
}



}
#s-9b55540d-7c6f-4ca9-ae55-1e247eeb69a8 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4a5c0a3f-f83d-40f1-a684-5cd78d6358f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a5c0a3f-f83d-40f1-a684-5cd78d6358f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a5c0a3f-f83d-40f1-a684-5cd78d6358f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a5c0a3f-f83d-40f1-a684-5cd78d6358f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aa886518-0a54-43fb-87dc-76c7c40e551e {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 957px;
text-align: center;
}







  img.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
    
    
  }


.s-aa886518-0a54-43fb-87dc-76c7c40e551e .shogun-image-content {
  
    align-items: center;
  
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
    
    
  }


.s-aa886518-0a54-43fb-87dc-76c7c40e551e .shogun-image-content {
  
    align-items: center;
  
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
    
    
  }


.s-aa886518-0a54-43fb-87dc-76c7c40e551e .shogun-image-content {
  
    align-items: center;
  
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
    
    
  }


.s-aa886518-0a54-43fb-87dc-76c7c40e551e .shogun-image-content {
  
    align-items: center;
  
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
    
    
  }


.s-aa886518-0a54-43fb-87dc-76c7c40e551e .shogun-image-content {
  
    align-items: center;
  
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa886518-0a54-43fb-87dc-76c7c40e551e.shogun-image {
  box-sizing: border-box;
}



}
#s-0de2971d-c2e1-42d3-b4e7-47170eba70ba {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
    
    
  }


.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba .shogun-image-content {
  
    align-items: center;
  
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
    
    
  }


.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba .shogun-image-content {
  
    align-items: center;
  
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
    
    
  }


.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba .shogun-image-content {
  
    align-items: center;
  
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
    
    
  }


.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba .shogun-image-content {
  
    align-items: center;
  
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
    
    
  }


.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba .shogun-image-content {
  
    align-items: center;
  
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de2971d-c2e1-42d3-b4e7-47170eba70ba.shogun-image {
  box-sizing: border-box;
}



}
#s-c485b3c2-5a9f-4428-aac3-9aedf1822179 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
    
    
  }


.s-c485b3c2-5a9f-4428-aac3-9aedf1822179 .shogun-image-content {
  
    align-items: center;
  
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
    
    
  }


.s-c485b3c2-5a9f-4428-aac3-9aedf1822179 .shogun-image-content {
  
    align-items: center;
  
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
    
    
  }


.s-c485b3c2-5a9f-4428-aac3-9aedf1822179 .shogun-image-content {
  
    align-items: center;
  
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
    
    
  }


.s-c485b3c2-5a9f-4428-aac3-9aedf1822179 .shogun-image-content {
  
    align-items: center;
  
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
    
    
  }


.s-c485b3c2-5a9f-4428-aac3-9aedf1822179 .shogun-image-content {
  
    align-items: center;
  
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c485b3c2-5a9f-4428-aac3-9aedf1822179.shogun-image {
  box-sizing: border-box;
}



}
#s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image,
  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
    width: 100%;
    height: auto;
  }



  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image {
    

    
    
    
  }


#s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shogun-image-content {
  
    align-items: center;
  
}

#s-b77ac82d-8875-4604-a0ce-1df3770587e9 hr {
  border-top: 2px solid #ddd;
}

#s-a6a580e8-d954-4512-9959-8e890417cf3b {
  background-color: rgba(255, 255, 255, 1);
}

#s-69a2d214-02b3-4941-bea3-6ec5e09074ff hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 img.shogun-image,
  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 {
    width: 100%;
    height: auto;
  }



  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 img.shogun-image {
    

    
    
    
  }


#s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef675834-2ada-4b42-a16a-bb8015ac91f3 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 img.shogun-image,
  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 {
    width: 100%;
    height: auto;
  }



  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 img.shogun-image {
    

    
    
    
  }


#s-ef675834-2ada-4b42-a16a-bb8015ac91f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-83fc34ef-5bf6-4832-b60a-049f9206b90b {
  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-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40efdefb-2a20-4eed-8098-ca2e40a85513 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 img.shogun-image,
  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 {
    width: 100%;
    height: auto;
  }



  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 img.shogun-image {
    

    
    
    
  }


#s-40efdefb-2a20-4eed-8098-ca2e40a85513 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf img.shogun-image,
  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf {
    width: 100%;
    height: auto;
  }



  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf img.shogun-image {
    

    
    
    
  }


#s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf .shogun-image-content {
  
    align-items: center;
  
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 {
  max-width: 1075px;
text-align: center;
}







  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



}
#s-15bde76f-f132-406c-9fca-42b763649eba {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15bde76f-f132-406c-9fca-42b763649eba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-bd43911b-b3f6-4b90-b6df-8506905c06ae {
  max-width: 1075px;
text-align: center;
}







  img.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
    
    
  }


.s-bd43911b-b3f6-4b90-b6df-8506905c06ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
    
    
  }


.s-bd43911b-b3f6-4b90-b6df-8506905c06ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
    
    
  }


.s-bd43911b-b3f6-4b90-b6df-8506905c06ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
    
    
  }


.s-bd43911b-b3f6-4b90-b6df-8506905c06ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
    
    
  }


.s-bd43911b-b3f6-4b90-b6df-8506905c06ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd43911b-b3f6-4b90-b6df-8506905c06ae.shogun-image {
  box-sizing: border-box;
}



}
#s-eb14042e-8a30-4d46-99f6-c89dc867ce23 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-65f7b8fc-103a-4489-b9ca-68ea58dcc6bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f7b8fc-103a-4489-b9ca-68ea58dcc6bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65f7b8fc-103a-4489-b9ca-68ea58dcc6bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f7b8fc-103a-4489-b9ca-68ea58dcc6bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f3c96631-887e-4c9c-8533-99b571fbb13d {
  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-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
    
    
  }


.s-f3c96631-887e-4c9c-8533-99b571fbb13d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
    
    
  }


.s-f3c96631-887e-4c9c-8533-99b571fbb13d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
    
    
  }


.s-f3c96631-887e-4c9c-8533-99b571fbb13d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
    
    
  }


.s-f3c96631-887e-4c9c-8533-99b571fbb13d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
    
    
  }


.s-f3c96631-887e-4c9c-8533-99b571fbb13d .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c96631-887e-4c9c-8533-99b571fbb13d.shogun-image {
  box-sizing: border-box;
}



}
#s-44d15790-23ad-4942-b64d-d295aee4b31b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
    
    
  }


.s-44d15790-23ad-4942-b64d-d295aee4b31b .shogun-image-content {
  
    align-items: center;
  
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
    
    
  }


.s-44d15790-23ad-4942-b64d-d295aee4b31b .shogun-image-content {
  
    align-items: center;
  
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
    
    
  }


.s-44d15790-23ad-4942-b64d-d295aee4b31b .shogun-image-content {
  
    align-items: center;
  
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
    
    
  }


.s-44d15790-23ad-4942-b64d-d295aee4b31b .shogun-image-content {
  
    align-items: center;
  
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
    
    
  }


.s-44d15790-23ad-4942-b64d-d295aee4b31b .shogun-image-content {
  
    align-items: center;
  
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d15790-23ad-4942-b64d-d295aee4b31b.shogun-image {
  box-sizing: border-box;
}



}
#s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
    
    
  }


.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
    
    
  }


.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
    
    
  }


.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
    
    
  }


.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
    
    
  }


.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dccdd179-41c9-4ff2-b24c-bcfd0d7ccdd5.shogun-image {
  box-sizing: border-box;
}



}
#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image,
  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
    width: 100%;
    height: auto;
  }



  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image {
    

    
    
    
  }


#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e67f508-ac27-4005-9552-63d17df95a11 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 img.shogun-image,
  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 {
    width: 100%;
    height: auto;
  }



  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 img.shogun-image {
    

    
    
    
  }


#s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd89e36c-429e-4b32-addd-c863911f6793 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-cd89e36c-429e-4b32-addd-c863911f6793 img.shogun-image,
  #s-cd89e36c-429e-4b32-addd-c863911f6793 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd89e36c-429e-4b32-addd-c863911f6793 {
    width: 100%;
    height: auto;
  }



  #s-cd89e36c-429e-4b32-addd-c863911f6793 img.shogun-image {
    

    
    
    
  }


#s-cd89e36c-429e-4b32-addd-c863911f6793 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a39905-76df-4618-84f2-a35a455e23a7 {
  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-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d61497fa-2417-4603-9f68-d78672b9e02d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d61497fa-2417-4603-9f68-d78672b9e02d img.shogun-image,
  #s-d61497fa-2417-4603-9f68-d78672b9e02d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d61497fa-2417-4603-9f68-d78672b9e02d {
    width: 100%;
    height: auto;
  }



  #s-d61497fa-2417-4603-9f68-d78672b9e02d img.shogun-image {
    

    
    
    
  }


#s-d61497fa-2417-4603-9f68-d78672b9e02d .shogun-image-content {
  
    align-items: center;
  
}

#s-b796659a-4955-401c-b28d-2f6432b5cd25 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-b796659a-4955-401c-b28d-2f6432b5cd25 img.shogun-image,
  #s-b796659a-4955-401c-b28d-2f6432b5cd25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b796659a-4955-401c-b28d-2f6432b5cd25 {
    width: 100%;
    height: auto;
  }



  #s-b796659a-4955-401c-b28d-2f6432b5cd25 img.shogun-image {
    

    
    
    
  }


#s-b796659a-4955-401c-b28d-2f6432b5cd25 .shogun-image-content {
  
    align-items: center;
  
}

#s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 img.shogun-image,
  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 {
    width: 100%;
    height: auto;
  }



  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 img.shogun-image {
    

    
    
    
  }


#s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 .shogun-image-content {
  
    align-items: center;
  
}

#s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e763e3aa-3491-43e0-a2a9-3ff986d6d5a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0c23c818-b691-4410-b1b4-946a99db5c79 {
  max-width: 1075px;
text-align: center;
}







  img.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
    
    
  }


.s-0c23c818-b691-4410-b1b4-946a99db5c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
    
    
  }


.s-0c23c818-b691-4410-b1b4-946a99db5c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
    
    
  }


.s-0c23c818-b691-4410-b1b4-946a99db5c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
    
    
  }


.s-0c23c818-b691-4410-b1b4-946a99db5c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
    
    
  }


.s-0c23c818-b691-4410-b1b4-946a99db5c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c23c818-b691-4410-b1b4-946a99db5c79.shogun-image {
  box-sizing: border-box;
}



}
#s-8eceb58f-636a-4875-bc51-e4415186bfd5 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-17ba438c-a8a6-46d3-a657-f8d415dbeae6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17ba438c-a8a6-46d3-a657-f8d415dbeae6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17ba438c-a8a6-46d3-a657-f8d415dbeae6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17ba438c-a8a6-46d3-a657-f8d415dbeae6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-45790cde-11eb-4e9e-8ba4-356d5e392b3e {
  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-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
    
    
  }


.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e .shogun-image-content {
  
    align-items: center;
  
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
    
    
  }


.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e .shogun-image-content {
  
    align-items: center;
  
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
    
    
  }


.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e .shogun-image-content {
  
    align-items: center;
  
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
    
    
  }


.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e .shogun-image-content {
  
    align-items: center;
  
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
    
    
  }


.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e .shogun-image-content {
  
    align-items: center;
  
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45790cde-11eb-4e9e-8ba4-356d5e392b3e.shogun-image {
  box-sizing: border-box;
}



}
#s-803980a4-5344-4cbd-9c49-70624981395b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
    
    
  }


.s-803980a4-5344-4cbd-9c49-70624981395b .shogun-image-content {
  
    align-items: center;
  
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
    
    
  }


.s-803980a4-5344-4cbd-9c49-70624981395b .shogun-image-content {
  
    align-items: center;
  
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
    
    
  }


.s-803980a4-5344-4cbd-9c49-70624981395b .shogun-image-content {
  
    align-items: center;
  
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
    
    
  }


.s-803980a4-5344-4cbd-9c49-70624981395b .shogun-image-content {
  
    align-items: center;
  
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
    
    
  }


.s-803980a4-5344-4cbd-9c49-70624981395b .shogun-image-content {
  
    align-items: center;
  
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803980a4-5344-4cbd-9c49-70624981395b.shogun-image {
  box-sizing: border-box;
}



}
#s-7fa085e9-fa1b-448d-8e01-23a9182c21a0 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
    
    
  }


.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
    
    
  }


.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
    
    
  }


.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
    
    
  }


.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
    
    
  }


.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa085e9-fa1b-448d-8e01-23a9182c21a0.shogun-image {
  box-sizing: border-box;
}



}
#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image,
  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
    width: 100%;
    height: auto;
  }



  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image {
    

    
    
    
  }


#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shogun-image-content {
  
    align-items: center;
  
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-36c1f0a9-4ed8-4dc2-9f9d-8b728994fe1b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-461d654d-fda4-47a7-9163-6a8dc91b62b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-461d654d-fda4-47a7-9163-6a8dc91b62b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-461d654d-fda4-47a7-9163-6a8dc91b62b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-461d654d-fda4-47a7-9163-6a8dc91b62b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-69cc28c9-f2a8-4863-a805-5a945d2e7d3d {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-69cc28c9-f2a8-4863-a805-5a945d2e7d3d img.shogun-image,
  #s-69cc28c9-f2a8-4863-a805-5a945d2e7d3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69cc28c9-f2a8-4863-a805-5a945d2e7d3d {
    width: 100%;
    height: auto;
  }



  #s-69cc28c9-f2a8-4863-a805-5a945d2e7d3d img.shogun-image {
    

    
    
    
  }


#s-69cc28c9-f2a8-4863-a805-5a945d2e7d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-e390cc18-e29d-4af0-8221-45026cb02cae {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e390cc18-e29d-4af0-8221-45026cb02cae img.shogun-image,
  #s-e390cc18-e29d-4af0-8221-45026cb02cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e390cc18-e29d-4af0-8221-45026cb02cae {
    width: 100%;
    height: auto;
  }



  #s-e390cc18-e29d-4af0-8221-45026cb02cae img.shogun-image {
    

    
    
    
  }


#s-e390cc18-e29d-4af0-8221-45026cb02cae .shogun-image-content {
  
    align-items: center;
  
}

#s-3226bf7c-77a2-49d9-b361-66cfbcf037a0 {
  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-3226bf7c-77a2-49d9-b361-66cfbcf037a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3226bf7c-77a2-49d9-b361-66cfbcf037a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3226bf7c-77a2-49d9-b361-66cfbcf037a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3226bf7c-77a2-49d9-b361-66cfbcf037a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-103c2163-c8fb-442c-b6d2-87c2ba930547 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-103c2163-c8fb-442c-b6d2-87c2ba930547 img.shogun-image,
  #s-103c2163-c8fb-442c-b6d2-87c2ba930547 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-103c2163-c8fb-442c-b6d2-87c2ba930547 {
    width: 100%;
    height: auto;
  }



  #s-103c2163-c8fb-442c-b6d2-87c2ba930547 img.shogun-image {
    

    
    
    
  }


#s-103c2163-c8fb-442c-b6d2-87c2ba930547 .shogun-image-content {
  
    align-items: center;
  
}

#s-0356cfc0-4f56-431a-bd8f-edacc6c42090 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0356cfc0-4f56-431a-bd8f-edacc6c42090 img.shogun-image,
  #s-0356cfc0-4f56-431a-bd8f-edacc6c42090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0356cfc0-4f56-431a-bd8f-edacc6c42090 {
    width: 100%;
    height: auto;
  }



  #s-0356cfc0-4f56-431a-bd8f-edacc6c42090 img.shogun-image {
    

    
    
    
  }


#s-0356cfc0-4f56-431a-bd8f-edacc6c42090 .shogun-image-content {
  
    align-items: center;
  
}

#s-1662171e-4c5f-4105-b5cf-b3f07a47f5d9 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-1662171e-4c5f-4105-b5cf-b3f07a47f5d9 img.shogun-image,
  #s-1662171e-4c5f-4105-b5cf-b3f07a47f5d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1662171e-4c5f-4105-b5cf-b3f07a47f5d9 {
    width: 100%;
    height: auto;
  }



  #s-1662171e-4c5f-4105-b5cf-b3f07a47f5d9 img.shogun-image {
    

    
    
    
  }


#s-1662171e-4c5f-4105-b5cf-b3f07a47f5d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b83b5cb1-f7f2-47af-a737-9c4d94ff0a8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-be2c35fd-a491-4624-bf93-643ff786e984 {
  max-width: 1075px;
text-align: center;
}







  img.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
    
    
  }


.s-be2c35fd-a491-4624-bf93-643ff786e984 .shogun-image-content {
  
    align-items: center;
  
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
    
    
  }


.s-be2c35fd-a491-4624-bf93-643ff786e984 .shogun-image-content {
  
    align-items: center;
  
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
    
    
  }


.s-be2c35fd-a491-4624-bf93-643ff786e984 .shogun-image-content {
  
    align-items: center;
  
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
    
    
  }


.s-be2c35fd-a491-4624-bf93-643ff786e984 .shogun-image-content {
  
    align-items: center;
  
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
    
    
  }


.s-be2c35fd-a491-4624-bf93-643ff786e984 .shogun-image-content {
  
    align-items: center;
  
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be2c35fd-a491-4624-bf93-643ff786e984.shogun-image {
  box-sizing: border-box;
}



}
#s-a7aaf8f5-8892-4f0b-b80f-d8854390b823 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-024c540a-f77b-4e5c-9374-80c02b46deeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-024c540a-f77b-4e5c-9374-80c02b46deeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-024c540a-f77b-4e5c-9374-80c02b46deeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-024c540a-f77b-4e5c-9374-80c02b46deeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a55d0bc6-f5de-4809-ab28-2706304709a2 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1063px;
text-align: center;
}







  img.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
    
    
  }


.s-a55d0bc6-f5de-4809-ab28-2706304709a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
    
    
  }


.s-a55d0bc6-f5de-4809-ab28-2706304709a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
    
    
  }


.s-a55d0bc6-f5de-4809-ab28-2706304709a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
    
    
  }


.s-a55d0bc6-f5de-4809-ab28-2706304709a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
    
    
  }


.s-a55d0bc6-f5de-4809-ab28-2706304709a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55d0bc6-f5de-4809-ab28-2706304709a2.shogun-image {
  box-sizing: border-box;
}



}
#s-883ba38d-5280-42e6-9475-0d7f31daa5c0 {
  margin-left: 3%;
margin-right: 3%;
max-width: 847px;
text-align: center;
}







  img.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
    
    
  }


.s-883ba38d-5280-42e6-9475-0d7f31daa5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
    
    
  }


.s-883ba38d-5280-42e6-9475-0d7f31daa5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
    
    
  }


.s-883ba38d-5280-42e6-9475-0d7f31daa5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
    
    
  }


.s-883ba38d-5280-42e6-9475-0d7f31daa5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
    
    
  }


.s-883ba38d-5280-42e6-9475-0d7f31daa5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-883ba38d-5280-42e6-9475-0d7f31daa5c0.shogun-image {
  box-sizing: border-box;
}



}
#s-0c6c5941-c1e8-4879-9d7a-1942055034f2 {
  margin-left: 3%;
margin-right: 3%;
max-width: 986px;
text-align: center;
}







  img.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
    
    
  }


.s-0c6c5941-c1e8-4879-9d7a-1942055034f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
    
    
  }


.s-0c6c5941-c1e8-4879-9d7a-1942055034f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
    
    
  }


.s-0c6c5941-c1e8-4879-9d7a-1942055034f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
    
    
  }


.s-0c6c5941-c1e8-4879-9d7a-1942055034f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
    
    
  }


.s-0c6c5941-c1e8-4879-9d7a-1942055034f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6c5941-c1e8-4879-9d7a-1942055034f2.shogun-image {
  box-sizing: border-box;
}



}
#s-8c0186cd-817c-472d-8100-c9e9f6225ae5 {
  max-width: 2048px;
text-align: center;
}







  img.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
    
    
  }


.s-8c0186cd-817c-472d-8100-c9e9f6225ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
    
    
  }


.s-8c0186cd-817c-472d-8100-c9e9f6225ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
    
    
  }


.s-8c0186cd-817c-472d-8100-c9e9f6225ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
    
    
  }


.s-8c0186cd-817c-472d-8100-c9e9f6225ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
    
    
  }


.s-8c0186cd-817c-472d-8100-c9e9f6225ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0186cd-817c-472d-8100-c9e9f6225ae5.shogun-image {
  box-sizing: border-box;
}



}
#s-73f961ad-428c-41e5-a41c-e8e5bd9ca033 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-bc7e711a-e940-447e-92f5-d1663dc7199a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bc7e711a-e940-447e-92f5-d1663dc7199a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc7e711a-e940-447e-92f5-d1663dc7199a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc7e711a-e940-447e-92f5-d1663dc7199a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-912604eb-9cee-4ea8-b97d-19a839403ef7 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-912604eb-9cee-4ea8-b97d-19a839403ef7 img.shogun-image,
  #s-912604eb-9cee-4ea8-b97d-19a839403ef7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-912604eb-9cee-4ea8-b97d-19a839403ef7 {
    width: 100%;
    height: auto;
  }



  #s-912604eb-9cee-4ea8-b97d-19a839403ef7 img.shogun-image {
    

    
    
    
  }


#s-912604eb-9cee-4ea8-b97d-19a839403ef7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0df216b6-2e5c-49db-9e30-327903ca5fba {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-0df216b6-2e5c-49db-9e30-327903ca5fba img.shogun-image,
  #s-0df216b6-2e5c-49db-9e30-327903ca5fba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0df216b6-2e5c-49db-9e30-327903ca5fba {
    width: 100%;
    height: auto;
  }



  #s-0df216b6-2e5c-49db-9e30-327903ca5fba img.shogun-image {
    

    
    
    
  }


#s-0df216b6-2e5c-49db-9e30-327903ca5fba .shogun-image-content {
  
    align-items: center;
  
}

#s-b5ec9679-70c4-4343-b382-947d13aeba36 {
  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-b5ec9679-70c4-4343-b382-947d13aeba36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5ec9679-70c4-4343-b382-947d13aeba36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5ec9679-70c4-4343-b382-947d13aeba36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5ec9679-70c4-4343-b382-947d13aeba36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc8fceff-59e7-4929-8952-089f19baf095 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-cc8fceff-59e7-4929-8952-089f19baf095 img.shogun-image,
  #s-cc8fceff-59e7-4929-8952-089f19baf095 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc8fceff-59e7-4929-8952-089f19baf095 {
    width: 100%;
    height: auto;
  }



  #s-cc8fceff-59e7-4929-8952-089f19baf095 img.shogun-image {
    

    
    
    
  }


#s-cc8fceff-59e7-4929-8952-089f19baf095 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7dc9dc5-15ca-4c51-af5d-8eeb9d90af75 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d7dc9dc5-15ca-4c51-af5d-8eeb9d90af75 img.shogun-image,
  #s-d7dc9dc5-15ca-4c51-af5d-8eeb9d90af75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7dc9dc5-15ca-4c51-af5d-8eeb9d90af75 {
    width: 100%;
    height: auto;
  }



  #s-d7dc9dc5-15ca-4c51-af5d-8eeb9d90af75 img.shogun-image {
    

    
    
    
  }


#s-d7dc9dc5-15ca-4c51-af5d-8eeb9d90af75 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f372f9d-e2e8-405b-82bd-34ef005aea35 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8f372f9d-e2e8-405b-82bd-34ef005aea35 img.shogun-image,
  #s-8f372f9d-e2e8-405b-82bd-34ef005aea35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f372f9d-e2e8-405b-82bd-34ef005aea35 {
    width: 100%;
    height: auto;
  }



  #s-8f372f9d-e2e8-405b-82bd-34ef005aea35 img.shogun-image {
    

    
    
    
  }


#s-8f372f9d-e2e8-405b-82bd-34ef005aea35 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e7a5de-08d3-480d-aefc-52e589bed4b4 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3e7a5de-08d3-480d-aefc-52e589bed4b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a {
  max-width: 1075px;
text-align: center;
}







  img.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
    
    
  }


.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a .shogun-image-content {
  
    align-items: center;
  
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
    
    
  }


.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a .shogun-image-content {
  
    align-items: center;
  
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
    
    
  }


.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a .shogun-image-content {
  
    align-items: center;
  
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
    
    
  }


.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a .shogun-image-content {
  
    align-items: center;
  
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
    
    
  }


.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a .shogun-image-content {
  
    align-items: center;
  
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d2dfe7-d814-425f-8f0d-b5345d93bb8a.shogun-image {
  box-sizing: border-box;
}



}
#s-47a35d09-d083-4d36-b9f2-5171cc68fe69 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-92fdf43a-19a5-40bb-8e33-6ceb22953a15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92fdf43a-19a5-40bb-8e33-6ceb22953a15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92fdf43a-19a5-40bb-8e33-6ceb22953a15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92fdf43a-19a5-40bb-8e33-6ceb22953a15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d {
  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-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
    
    
  }


.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
    
    
  }


.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
    
    
  }


.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
    
    
  }


.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
    
    
  }


.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8881ea-ed2a-4b80-8b2d-0e530fed9b3d.shogun-image {
  box-sizing: border-box;
}



}
#s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
    
    
  }


.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
    
    
  }


.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
    
    
  }


.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
    
    
  }


.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
    
    
  }


.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bfa0a92-7d7f-4f66-a795-5a8a7b3af903.shogun-image {
  box-sizing: border-box;
}



}
#s-55bfea9d-f57c-40b0-b68d-3db040518819 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1074px;
text-align: center;
}







  img.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
    
    
  }


.s-55bfea9d-f57c-40b0-b68d-3db040518819 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
    
    
  }


.s-55bfea9d-f57c-40b0-b68d-3db040518819 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
  box-sizing: border-box;
}



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





  img.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
    
    
  }


.s-55bfea9d-f57c-40b0-b68d-3db040518819 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
  box-sizing: border-box;
}



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





  img.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
    
    
  }


.s-55bfea9d-f57c-40b0-b68d-3db040518819 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
  box-sizing: border-box;
}



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





  img.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
    
    
  }


.s-55bfea9d-f57c-40b0-b68d-3db040518819 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bfea9d-f57c-40b0-b68d-3db040518819.shogun-image {
  box-sizing: border-box;
}



}
#s-842a01d5-5858-4fdb-9269-1c103e8afdc7 {
  max-width: 2048px;
text-align: center;
}







  img.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
    
    
  }


.s-842a01d5-5858-4fdb-9269-1c103e8afdc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
    
    
  }


.s-842a01d5-5858-4fdb-9269-1c103e8afdc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
    
    
  }


.s-842a01d5-5858-4fdb-9269-1c103e8afdc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
    
    
  }


.s-842a01d5-5858-4fdb-9269-1c103e8afdc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
    
    
  }


.s-842a01d5-5858-4fdb-9269-1c103e8afdc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-842a01d5-5858-4fdb-9269-1c103e8afdc7.shogun-image {
  box-sizing: border-box;
}



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

#s-00d8ecc0-bf2e-4609-b101-b7cdb42c3f3c hr {
  border-top: 2px solid #ddd;
}

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

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

#s-6c4748f2-7516-48b2-a185-7652c2a77f62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(109, 17, 54, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-6c4748f2-7516-48b2-a185-7652c2a77f62 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Adamina";
  font-style:  normal ;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-ab5983b7-aee6-4aac-84b2-35f37589b180 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-aea585d4-1399-4aa7-a56e-cf941eb378bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aea585d4-1399-4aa7-a56e-cf941eb378bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aea585d4-1399-4aa7-a56e-cf941eb378bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aea585d4-1399-4aa7-a56e-cf941eb378bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-2ab78d37-f82d-47cd-a249-468305732f86 {
  margin-top: 13px;
min-height: 400px;
}

#s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f {
  max-width: 3622px;
text-align: center;
}







  img.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
    
    
  }


.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
    
    
  }


.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
    
    
  }


.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
    
    
  }


.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
    
    
  }


.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2da1d31-acb1-4e4c-854d-eb8dd80d048f.shogun-image {
  box-sizing: border-box;
}



}
#s-a7839206-4be8-4c13-bd62-3c97efd217c5 hr {
  border-top: 2px solid #ddd;
}

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