.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;
}

.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-35686b53-d5dc-41c2-8239-cc7ee034bb2d {
  max-width: 3000px;
text-align: center;
}







  img.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
    
    
  }


.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d .shogun-image-content {
  
    align-items: center;
  
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
    
    
  }


.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d .shogun-image-content {
  
    align-items: center;
  
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
    
    
  }


.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d .shogun-image-content {
  
    align-items: center;
  
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
    
    
  }


.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d .shogun-image-content {
  
    align-items: center;
  
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
    
    
  }


.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d .shogun-image-content {
  
    align-items: center;
  
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35686b53-d5dc-41c2-8239-cc7ee034bb2d.shogun-image {
  box-sizing: border-box;
}




}
.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-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-0ca593fd-671a-40e4-9802-caab3134d33e {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

.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-ae741e69-da87-4690-958f-c18f7856e369 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ae741e69-da87-4690-958f-c18f7856e369:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae741e69-da87-4690-958f-c18f7856e369:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#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-b98e4d46-b20e-4d8b-a3a8-cdb333a0bde1 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-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-abc981b5-aa5f-4990-ab21-ce22415cd79f {
  max-width: 1075px;
text-align: center;
}







  img.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
    
    
  }


.s-abc981b5-aa5f-4990-ab21-ce22415cd79f .shogun-image-content {
  
    align-items: center;
  
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
    
    
  }


.s-abc981b5-aa5f-4990-ab21-ce22415cd79f .shogun-image-content {
  
    align-items: center;
  
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
    
    
  }


.s-abc981b5-aa5f-4990-ab21-ce22415cd79f .shogun-image-content {
  
    align-items: center;
  
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
    
    
  }


.s-abc981b5-aa5f-4990-ab21-ce22415cd79f .shogun-image-content {
  
    align-items: center;
  
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
    
    
  }


.s-abc981b5-aa5f-4990-ab21-ce22415cd79f .shogun-image-content {
  
    align-items: center;
  
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abc981b5-aa5f-4990-ab21-ce22415cd79f.shogun-image {
  box-sizing: border-box;
}




}
#s-249fe43b-a14a-462a-9a94-af3805cdcbaf {
  max-width: 1075px;
text-align: center;
}







  img.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
    
    
  }


.s-249fe43b-a14a-462a-9a94-af3805cdcbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
    
    
  }


.s-249fe43b-a14a-462a-9a94-af3805cdcbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
    
    
  }


.s-249fe43b-a14a-462a-9a94-af3805cdcbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
    
    
  }


.s-249fe43b-a14a-462a-9a94-af3805cdcbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
    
    
  }


.s-249fe43b-a14a-462a-9a94-af3805cdcbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249fe43b-a14a-462a-9a94-af3805cdcbaf.shogun-image {
  box-sizing: border-box;
}




}
#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-0d0bb326-5265-448e-bcfd-11a2fd5afe06 {
  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-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-467634fd-b141-41ad-b3cd-ef7ed77a26ba {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-467634fd-b141-41ad-b3cd-ef7ed77a26ba img.shogun-image,
  #s-467634fd-b141-41ad-b3cd-ef7ed77a26ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-467634fd-b141-41ad-b3cd-ef7ed77a26ba {
    width: 100%;
    height: auto;
  }



  #s-467634fd-b141-41ad-b3cd-ef7ed77a26ba img.shogun-image {
    

    
    
    
  }


#s-467634fd-b141-41ad-b3cd-ef7ed77a26ba .shogun-image-content {
  
    align-items: center;
  
}

#s-31a66c9d-5528-4d29-9baf-70a4486b7e5b {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-31a66c9d-5528-4d29-9baf-70a4486b7e5b img.shogun-image,
  #s-31a66c9d-5528-4d29-9baf-70a4486b7e5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31a66c9d-5528-4d29-9baf-70a4486b7e5b {
    width: 100%;
    height: auto;
  }



  #s-31a66c9d-5528-4d29-9baf-70a4486b7e5b img.shogun-image {
    

    
    
    
  }


#s-31a66c9d-5528-4d29-9baf-70a4486b7e5b .shogun-image-content {
  
    align-items: center;
  
}

#s-267780c7-07a8-414b-8683-510bc2d51d24 {
  max-width: 1074px;
aspect-ratio: 1074/1575;
text-align: center;
}





  #s-267780c7-07a8-414b-8683-510bc2d51d24 img.shogun-image,
  #s-267780c7-07a8-414b-8683-510bc2d51d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-267780c7-07a8-414b-8683-510bc2d51d24 {
    width: 100%;
    height: auto;
  }



  #s-267780c7-07a8-414b-8683-510bc2d51d24 img.shogun-image {
    

    
    
    
  }


#s-267780c7-07a8-414b-8683-510bc2d51d24 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-711739c3-0013-451f-b7fa-0decd6f0320a {
  max-width: 1075px;
text-align: center;
}







  img.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
    
    
  }


.s-711739c3-0013-451f-b7fa-0decd6f0320a .shogun-image-content {
  
    align-items: center;
  
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
    
    
  }


.s-711739c3-0013-451f-b7fa-0decd6f0320a .shogun-image-content {
  
    align-items: center;
  
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
    
    
  }


.s-711739c3-0013-451f-b7fa-0decd6f0320a .shogun-image-content {
  
    align-items: center;
  
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
    
    
  }


.s-711739c3-0013-451f-b7fa-0decd6f0320a .shogun-image-content {
  
    align-items: center;
  
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
    
    
  }


.s-711739c3-0013-451f-b7fa-0decd6f0320a .shogun-image-content {
  
    align-items: center;
  
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711739c3-0013-451f-b7fa-0decd6f0320a.shogun-image {
  box-sizing: border-box;
}




}
#s-4d96e362-c2ef-4766-8ca6-2d4fc48139f2 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581 {
  max-width: 733px;
text-align: center;
}







  img.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
    
    
  }


.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
    
    
  }


.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
    
    
  }


.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
    
    
  }


.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
    
    
  }


.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b74f4-e0d8-48fd-b4f7-0a6ce8fee581.shogun-image {
  box-sizing: border-box;
}




}
#s-e3b1aa18-1be6-4f33-ad8b-11b524339dca 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-a3b6e66a-5f23-4a1f-bc49-5788d7315887 {
  max-width: 1075px;
text-align: center;
}







  img.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
    
    
  }


.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
    
    
  }


.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
    
    
  }


.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
    
    
  }


.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
    
    
  }


.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b6e66a-5f23-4a1f-bc49-5788d7315887.shogun-image {
  box-sizing: border-box;
}




}
#s-71665ad3-db79-41eb-918a-e5ff7df3faf2 {
  max-width: 1075px;
text-align: center;
}







  img.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
    
    
  }


.s-71665ad3-db79-41eb-918a-e5ff7df3faf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
    
    
  }


.s-71665ad3-db79-41eb-918a-e5ff7df3faf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
    
    
  }


.s-71665ad3-db79-41eb-918a-e5ff7df3faf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
    
    
  }


.s-71665ad3-db79-41eb-918a-e5ff7df3faf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
    
    
  }


.s-71665ad3-db79-41eb-918a-e5ff7df3faf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71665ad3-db79-41eb-918a-e5ff7df3faf2.shogun-image {
  box-sizing: border-box;
}




}
#s-4597865c-1e7c-4859-b19b-3864423c2af2 {
  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-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-74b1c5b3-5cd0-4589-98eb-a5f83624217e {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-74b1c5b3-5cd0-4589-98eb-a5f83624217e img.shogun-image,
  #s-74b1c5b3-5cd0-4589-98eb-a5f83624217e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74b1c5b3-5cd0-4589-98eb-a5f83624217e {
    width: 100%;
    height: auto;
  }



  #s-74b1c5b3-5cd0-4589-98eb-a5f83624217e img.shogun-image {
    

    
    
    
  }


#s-74b1c5b3-5cd0-4589-98eb-a5f83624217e .shogun-image-content {
  
    align-items: center;
  
}

#s-bf28ee36-c36e-4e99-9a64-2cad4f5d8d49 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-bf28ee36-c36e-4e99-9a64-2cad4f5d8d49 img.shogun-image,
  #s-bf28ee36-c36e-4e99-9a64-2cad4f5d8d49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf28ee36-c36e-4e99-9a64-2cad4f5d8d49 {
    width: 100%;
    height: auto;
  }



  #s-bf28ee36-c36e-4e99-9a64-2cad4f5d8d49 img.shogun-image {
    

    
    
    
  }


#s-bf28ee36-c36e-4e99-9a64-2cad4f5d8d49 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3046da-5699-4096-bd2b-62a006b9e83a {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-fc3046da-5699-4096-bd2b-62a006b9e83a img.shogun-image,
  #s-fc3046da-5699-4096-bd2b-62a006b9e83a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3046da-5699-4096-bd2b-62a006b9e83a {
    width: 100%;
    height: auto;
  }



  #s-fc3046da-5699-4096-bd2b-62a006b9e83a img.shogun-image {
    

    
    
    
  }


#s-fc3046da-5699-4096-bd2b-62a006b9e83a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bba5508a-06ff-49ad-9753-83ebbc7428c4 {
  max-width: 1075px;
text-align: center;
}







  img.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
    
    
  }


.s-bba5508a-06ff-49ad-9753-83ebbc7428c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
    
    
  }


.s-bba5508a-06ff-49ad-9753-83ebbc7428c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
    
    
  }


.s-bba5508a-06ff-49ad-9753-83ebbc7428c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
    
    
  }


.s-bba5508a-06ff-49ad-9753-83ebbc7428c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
    
    
  }


.s-bba5508a-06ff-49ad-9753-83ebbc7428c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba5508a-06ff-49ad-9753-83ebbc7428c4.shogun-image {
  box-sizing: border-box;
}




}
#s-231a0d0c-598a-4c48-a804-4aa389fba01e {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-ae61bab4-b4b4-4263-a636-60062d4ad4ea {
  max-width: 1074px;
text-align: center;
}







  img.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
    
    
  }


.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
    
    
  }


.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
    
    
  }


.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
    
    
  }


.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
    
    
  }


.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae61bab4-b4b4-4263-a636-60062d4ad4ea.shogun-image {
  box-sizing: border-box;
}




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

@media (min-width: 0px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-09a6b7a6-65c5-4f93-903e-a3a870f335cf {
  max-width: 1075px;
text-align: center;
}







  img.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
    
    
  }


.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf .shogun-image-content {
  
    align-items: center;
  
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
    
    
  }


.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf .shogun-image-content {
  
    align-items: center;
  
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
    
    
  }


.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf .shogun-image-content {
  
    align-items: center;
  
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
    
    
  }


.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf .shogun-image-content {
  
    align-items: center;
  
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
    
    
  }


.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf .shogun-image-content {
  
    align-items: center;
  
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a6b7a6-65c5-4f93-903e-a3a870f335cf.shogun-image {
  box-sizing: border-box;
}




}
#s-52c83e70-456e-401e-835d-c9d71310a5a2 {
  max-width: 1076px;
text-align: center;
}







  img.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
    
    
  }


.s-52c83e70-456e-401e-835d-c9d71310a5a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
    
    
  }


.s-52c83e70-456e-401e-835d-c9d71310a5a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
    
    
  }


.s-52c83e70-456e-401e-835d-c9d71310a5a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
    
    
  }


.s-52c83e70-456e-401e-835d-c9d71310a5a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
    
    
  }


.s-52c83e70-456e-401e-835d-c9d71310a5a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c83e70-456e-401e-835d-c9d71310a5a2.shogun-image {
  box-sizing: border-box;
}




}
#s-93c08313-53d7-4843-a077-17f091b0e56c {
  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-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-008e120c-4a13-4f3e-a518-543ec72134eb {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-008e120c-4a13-4f3e-a518-543ec72134eb img.shogun-image,
  #s-008e120c-4a13-4f3e-a518-543ec72134eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-008e120c-4a13-4f3e-a518-543ec72134eb {
    width: 100%;
    height: auto;
  }



  #s-008e120c-4a13-4f3e-a518-543ec72134eb img.shogun-image {
    

    
    
    
  }


#s-008e120c-4a13-4f3e-a518-543ec72134eb .shogun-image-content {
  
    align-items: center;
  
}

#s-55e5fc93-18a4-499f-ae5e-290b23346dba {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-55e5fc93-18a4-499f-ae5e-290b23346dba img.shogun-image,
  #s-55e5fc93-18a4-499f-ae5e-290b23346dba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55e5fc93-18a4-499f-ae5e-290b23346dba {
    width: 100%;
    height: auto;
  }



  #s-55e5fc93-18a4-499f-ae5e-290b23346dba img.shogun-image {
    

    
    
    
  }


#s-55e5fc93-18a4-499f-ae5e-290b23346dba .shogun-image-content {
  
    align-items: center;
  
}

#s-1164058d-0559-4a40-bab4-d4b4b1704f35 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-1164058d-0559-4a40-bab4-d4b4b1704f35 img.shogun-image,
  #s-1164058d-0559-4a40-bab4-d4b4b1704f35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1164058d-0559-4a40-bab4-d4b4b1704f35 {
    width: 100%;
    height: auto;
  }



  #s-1164058d-0559-4a40-bab4-d4b4b1704f35 img.shogun-image {
    

    
    
    
  }


#s-1164058d-0559-4a40-bab4-d4b4b1704f35 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a06d4de4-7b0b-4fee-8617-53216f429b4b {
  max-width: 1075px;
text-align: center;
}







  img.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
    
    
  }


.s-a06d4de4-7b0b-4fee-8617-53216f429b4b .shogun-image-content {
  
    align-items: center;
  
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
    
    
  }


.s-a06d4de4-7b0b-4fee-8617-53216f429b4b .shogun-image-content {
  
    align-items: center;
  
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
    
    
  }


.s-a06d4de4-7b0b-4fee-8617-53216f429b4b .shogun-image-content {
  
    align-items: center;
  
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
    
    
  }


.s-a06d4de4-7b0b-4fee-8617-53216f429b4b .shogun-image-content {
  
    align-items: center;
  
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
    
    
  }


.s-a06d4de4-7b0b-4fee-8617-53216f429b4b .shogun-image-content {
  
    align-items: center;
  
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a06d4de4-7b0b-4fee-8617-53216f429b4b.shogun-image {
  box-sizing: border-box;
}




}
#s-ae1477f7-4fb7-4a36-afb6-8a430de4547e {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-b8e72570-8b47-4d6c-9262-06a8f5993b5d {
  max-width: 459px;
text-align: center;
}







  img.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
    
    
  }


.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
    
    
  }


.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
    
    
  }


.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
    
    
  }


.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
    
    
  }


.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8e72570-8b47-4d6c-9262-06a8f5993b5d.shogun-image {
  box-sizing: border-box;
}




}
#s-9d026c2f-1d0d-4bb3-a6b1-b6d727000b8b hr {
  border-top: 2px solid #ddd;
}

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





  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #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 {
    height: 100%;
    width: 100%;
    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){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #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 {
    height: 100%;
    width: 100%;
    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){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #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 {
    height: 100%;
    width: 100%;
    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){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #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 {
    height: 100%;
    width: 100%;
    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){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #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 {
    height: 100%;
    width: 100%;
    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-500724d4-da2d-4269-b48e-5860e5437bd2 {
  max-width: 1075px;
text-align: center;
}







  img.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
    
    
  }


.s-500724d4-da2d-4269-b48e-5860e5437bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
    
    
  }


.s-500724d4-da2d-4269-b48e-5860e5437bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
    
    
  }


.s-500724d4-da2d-4269-b48e-5860e5437bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
    
    
  }


.s-500724d4-da2d-4269-b48e-5860e5437bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
    
    
  }


.s-500724d4-da2d-4269-b48e-5860e5437bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500724d4-da2d-4269-b48e-5860e5437bd2.shogun-image {
  box-sizing: border-box;
}




}
#s-8792bb2b-1942-463a-844c-7bd14267b20a {
  max-width: 1074px;
text-align: center;
}







  img.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
    
    
  }


.s-8792bb2b-1942-463a-844c-7bd14267b20a .shogun-image-content {
  
    align-items: center;
  
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
    
    
  }


.s-8792bb2b-1942-463a-844c-7bd14267b20a .shogun-image-content {
  
    align-items: center;
  
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
    
    
  }


.s-8792bb2b-1942-463a-844c-7bd14267b20a .shogun-image-content {
  
    align-items: center;
  
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
    
    
  }


.s-8792bb2b-1942-463a-844c-7bd14267b20a .shogun-image-content {
  
    align-items: center;
  
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
    
    
  }


.s-8792bb2b-1942-463a-844c-7bd14267b20a .shogun-image-content {
  
    align-items: center;
  
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8792bb2b-1942-463a-844c-7bd14267b20a.shogun-image {
  box-sizing: border-box;
}




}
#s-493ca792-872f-47da-aeb4-9f32ba67dcc0 {
  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-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97646dd7-752d-4a65-af3f-01f5ab51ae50 {
  max-width: 1075px;
text-align: center;
}







  img.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
    
    
  }


.s-97646dd7-752d-4a65-af3f-01f5ab51ae50 .shogun-image-content {
  
    align-items: center;
  
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
    
    
  }


.s-97646dd7-752d-4a65-af3f-01f5ab51ae50 .shogun-image-content {
  
    align-items: center;
  
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
  box-sizing: border-box;
}




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





  img.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
    
    
  }


.s-97646dd7-752d-4a65-af3f-01f5ab51ae50 .shogun-image-content {
  
    align-items: center;
  
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
  box-sizing: border-box;
}




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





  img.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
    
    
  }


.s-97646dd7-752d-4a65-af3f-01f5ab51ae50 .shogun-image-content {
  
    align-items: center;
  
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
  box-sizing: border-box;
}




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





  img.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
    
    
  }


.s-97646dd7-752d-4a65-af3f-01f5ab51ae50 .shogun-image-content {
  
    align-items: center;
  
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97646dd7-752d-4a65-af3f-01f5ab51ae50.shogun-image {
  box-sizing: border-box;
}




}
#s-1a882d7c-7ce6-4f78-933d-6359bab034ca {
  max-width: 1075px;
text-align: center;
}







  img.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
    
    
  }


.s-1a882d7c-7ce6-4f78-933d-6359bab034ca .shogun-image-content {
  
    align-items: center;
  
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
    
    
  }


.s-1a882d7c-7ce6-4f78-933d-6359bab034ca .shogun-image-content {
  
    align-items: center;
  
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
    
    
  }


.s-1a882d7c-7ce6-4f78-933d-6359bab034ca .shogun-image-content {
  
    align-items: center;
  
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
    
    
  }


.s-1a882d7c-7ce6-4f78-933d-6359bab034ca .shogun-image-content {
  
    align-items: center;
  
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
    
    
  }


.s-1a882d7c-7ce6-4f78-933d-6359bab034ca .shogun-image-content {
  
    align-items: center;
  
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a882d7c-7ce6-4f78-933d-6359bab034ca.shogun-image {
  box-sizing: border-box;
}




}
#s-7cb8581e-b383-4904-afef-1c49dfdecb6e {
  max-width: 1075px;
text-align: center;
}







  img.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
    
    
  }


.s-7cb8581e-b383-4904-afef-1c49dfdecb6e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
    
    
  }


.s-7cb8581e-b383-4904-afef-1c49dfdecb6e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
    
    
  }


.s-7cb8581e-b383-4904-afef-1c49dfdecb6e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
    
    
  }


.s-7cb8581e-b383-4904-afef-1c49dfdecb6e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
    
    
  }


.s-7cb8581e-b383-4904-afef-1c49dfdecb6e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cb8581e-b383-4904-afef-1c49dfdecb6e.shogun-image {
  box-sizing: border-box;
}




}
#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;
}

@media (min-width: 0px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ec2ebc9d-c72e-4f74-ad97-00aead57803a {
  max-width: 1075px;
text-align: center;
}







  img.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
    
    
  }


.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
    
    
  }


.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
    
    
  }


.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
    
    
  }


.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
    
    
  }


.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a .shogun-image-content {
  
    align-items: center;
  
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec2ebc9d-c72e-4f74-ad97-00aead57803a.shogun-image {
  box-sizing: border-box;
}




}
#s-6b10366c-b90d-46ee-a2b3-2368a992e7ad {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-5decb28b-e4ee-4f2a-abf8-edf5c094b192 {
  max-width: 785px;
text-align: center;
}







  img.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
    
    
  }


.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192 .shogun-image-content {
  
    align-items: center;
  
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
    
    
  }


.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192 .shogun-image-content {
  
    align-items: center;
  
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
    
    
  }


.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192 .shogun-image-content {
  
    align-items: center;
  
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
    
    
  }


.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192 .shogun-image-content {
  
    align-items: center;
  
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
    
    
  }


.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192 .shogun-image-content {
  
    align-items: center;
  
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5decb28b-e4ee-4f2a-abf8-edf5c094b192.shogun-image {
  box-sizing: border-box;
}




}
#s-7814acc8-062e-49f8-9f13-9de7bae24d44 hr {
  border-top: 2px solid #ddd;
}

@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-21db4bb9-6ab6-466c-a53b-0bcefff9b322 {
  max-width: 1074px;
text-align: center;
}







  img.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
    
    
  }


.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322 .shogun-image-content {
  
    align-items: center;
  
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
    
    
  }


.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322 .shogun-image-content {
  
    align-items: center;
  
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
  box-sizing: border-box;
}




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





  img.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
    
    
  }


.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322 .shogun-image-content {
  
    align-items: center;
  
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
  box-sizing: border-box;
}




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





  img.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
    
    
  }


.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322 .shogun-image-content {
  
    align-items: center;
  
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
  box-sizing: border-box;
}




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





  img.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
    
    
  }


.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322 .shogun-image-content {
  
    align-items: center;
  
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21db4bb9-6ab6-466c-a53b-0bcefff9b322.shogun-image {
  box-sizing: border-box;
}




}
#s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282 {
  max-width: 1075px;
text-align: center;
}







  img.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
    
    
  }


.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282 .shogun-image-content {
  
    align-items: center;
  
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
    
    
  }


.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282 .shogun-image-content {
  
    align-items: center;
  
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
    
    
  }


.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282 .shogun-image-content {
  
    align-items: center;
  
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
    
    
  }


.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282 .shogun-image-content {
  
    align-items: center;
  
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
    
    
  }


.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282 .shogun-image-content {
  
    align-items: center;
  
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b91cfc6d-abc3-4fc1-8217-91c1b5f2b282.shogun-image {
  box-sizing: border-box;
}




}
#s-755c6b41-cf46-45e6-b840-0eecf491ef9b {
  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-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7ba23ce-e71a-404e-b35c-60a7a3a8c5e1 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e7ba23ce-e71a-404e-b35c-60a7a3a8c5e1 img.shogun-image,
  #s-e7ba23ce-e71a-404e-b35c-60a7a3a8c5e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7ba23ce-e71a-404e-b35c-60a7a3a8c5e1 {
    width: 100%;
    height: auto;
  }



  #s-e7ba23ce-e71a-404e-b35c-60a7a3a8c5e1 img.shogun-image {
    

    
    
    
  }


#s-e7ba23ce-e71a-404e-b35c-60a7a3a8c5e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc2584a3-548f-4234-8003-772527af5f64 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-fc2584a3-548f-4234-8003-772527af5f64 img.shogun-image,
  #s-fc2584a3-548f-4234-8003-772527af5f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc2584a3-548f-4234-8003-772527af5f64 {
    width: 100%;
    height: auto;
  }



  #s-fc2584a3-548f-4234-8003-772527af5f64 img.shogun-image {
    

    
    
    
  }


#s-fc2584a3-548f-4234-8003-772527af5f64 .shogun-image-content {
  
    align-items: center;
  
}

#s-6403ac83-7e48-4d21-a010-532f994e73de {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-6403ac83-7e48-4d21-a010-532f994e73de img.shogun-image,
  #s-6403ac83-7e48-4d21-a010-532f994e73de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6403ac83-7e48-4d21-a010-532f994e73de {
    width: 100%;
    height: auto;
  }



  #s-6403ac83-7e48-4d21-a010-532f994e73de img.shogun-image {
    

    
    
    
  }


#s-6403ac83-7e48-4d21-a010-532f994e73de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2e17898c-9e40-4250-a570-8f1399ec63f6 {
  max-width: 1075px;
text-align: center;
}







  img.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
    
    
  }


.s-2e17898c-9e40-4250-a570-8f1399ec63f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
    
    
  }


.s-2e17898c-9e40-4250-a570-8f1399ec63f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
    
    
  }


.s-2e17898c-9e40-4250-a570-8f1399ec63f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
    
    
  }


.s-2e17898c-9e40-4250-a570-8f1399ec63f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
    
    
  }


.s-2e17898c-9e40-4250-a570-8f1399ec63f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e17898c-9e40-4250-a570-8f1399ec63f6.shogun-image {
  box-sizing: border-box;
}




}
#s-fc2316da-12b8-492e-b4f0-79bd5deb8073 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-a6600395-bea1-4211-ad94-cf45e8b1c120 {
  max-width: 1075px;
text-align: center;
}







  img.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
    
    
  }


.s-a6600395-bea1-4211-ad94-cf45e8b1c120 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
    
    
  }


.s-a6600395-bea1-4211-ad94-cf45e8b1c120 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
    
    
  }


.s-a6600395-bea1-4211-ad94-cf45e8b1c120 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
    
    
  }


.s-a6600395-bea1-4211-ad94-cf45e8b1c120 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
    
    
  }


.s-a6600395-bea1-4211-ad94-cf45e8b1c120 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6600395-bea1-4211-ad94-cf45e8b1c120.shogun-image {
  box-sizing: border-box;
}




}
#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-4213676c-de9d-4f11-a9e1-77870066255f {
  max-width: 1074px;
text-align: center;
}







  img.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
    
    
  }


.s-4213676c-de9d-4f11-a9e1-77870066255f .shogun-image-content {
  
    align-items: center;
  
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
    
    
  }


.s-4213676c-de9d-4f11-a9e1-77870066255f .shogun-image-content {
  
    align-items: center;
  
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
    
    
  }


.s-4213676c-de9d-4f11-a9e1-77870066255f .shogun-image-content {
  
    align-items: center;
  
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
    
    
  }


.s-4213676c-de9d-4f11-a9e1-77870066255f .shogun-image-content {
  
    align-items: center;
  
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
    
    
  }


.s-4213676c-de9d-4f11-a9e1-77870066255f .shogun-image-content {
  
    align-items: center;
  
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4213676c-de9d-4f11-a9e1-77870066255f.shogun-image {
  box-sizing: border-box;
}




}
#s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8 {
  max-width: 1075px;
text-align: center;
}







  img.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
    
    
  }


.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
    
    
  }


.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
    
    
  }


.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
    
    
  }


.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
    
    
  }


.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fcbe57d-5f4f-4734-901d-10ad0e11e0c8.shogun-image {
  box-sizing: border-box;
}




}
#s-62be99a1-b363-47d0-a2ac-0a65ff1bb750 {
  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-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-903ae6fe-4094-4e25-a03d-ba01aca5447b {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-903ae6fe-4094-4e25-a03d-ba01aca5447b img.shogun-image,
  #s-903ae6fe-4094-4e25-a03d-ba01aca5447b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-903ae6fe-4094-4e25-a03d-ba01aca5447b {
    width: 100%;
    height: auto;
  }



  #s-903ae6fe-4094-4e25-a03d-ba01aca5447b img.shogun-image {
    

    
    
    
  }


#s-903ae6fe-4094-4e25-a03d-ba01aca5447b .shogun-image-content {
  
    align-items: center;
  
}

#s-1c8be6f9-6eee-46d2-98c1-0af68655cc1e {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-1c8be6f9-6eee-46d2-98c1-0af68655cc1e img.shogun-image,
  #s-1c8be6f9-6eee-46d2-98c1-0af68655cc1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c8be6f9-6eee-46d2-98c1-0af68655cc1e {
    width: 100%;
    height: auto;
  }



  #s-1c8be6f9-6eee-46d2-98c1-0af68655cc1e img.shogun-image {
    

    
    
    
  }


#s-1c8be6f9-6eee-46d2-98c1-0af68655cc1e .shogun-image-content {
  
    align-items: center;
  
}

#s-1626e853-cf9a-447c-8b73-86826b1137b3 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-1626e853-cf9a-447c-8b73-86826b1137b3 img.shogun-image,
  #s-1626e853-cf9a-447c-8b73-86826b1137b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1626e853-cf9a-447c-8b73-86826b1137b3 {
    width: 100%;
    height: auto;
  }



  #s-1626e853-cf9a-447c-8b73-86826b1137b3 img.shogun-image {
    

    
    
    
  }


#s-1626e853-cf9a-447c-8b73-86826b1137b3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1 {
  max-width: 1075px;
text-align: center;
}







  img.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
    
    
  }


.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
    
    
  }


.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
    
    
  }


.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
    
    
  }


.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
    
    
  }


.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab31c15-6ff1-4f16-97a0-676bfd4f31a1.shogun-image {
  box-sizing: border-box;
}




}
#s-e66e183f-2e87-402d-81d2-a55298412141 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-729f24b0-d9fc-4d19-af74-95726f451281 {
  max-width: 1075px;
text-align: center;
}







  img.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
    
    
  }


.s-729f24b0-d9fc-4d19-af74-95726f451281 .shogun-image-content {
  
    align-items: center;
  
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
    
    
  }


.s-729f24b0-d9fc-4d19-af74-95726f451281 .shogun-image-content {
  
    align-items: center;
  
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
  box-sizing: border-box;
}




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





  img.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
    
    
  }


.s-729f24b0-d9fc-4d19-af74-95726f451281 .shogun-image-content {
  
    align-items: center;
  
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
  box-sizing: border-box;
}




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





  img.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
    
    
  }


.s-729f24b0-d9fc-4d19-af74-95726f451281 .shogun-image-content {
  
    align-items: center;
  
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
  box-sizing: border-box;
}




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





  img.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
    
    
  }


.s-729f24b0-d9fc-4d19-af74-95726f451281 .shogun-image-content {
  
    align-items: center;
  
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729f24b0-d9fc-4d19-af74-95726f451281.shogun-image {
  box-sizing: border-box;
}




}
#s-32f6454c-be59-4f8d-9801-4ffcac54a571 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-0c920dd6-1067-4b44-8241-8a5435840cdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c920dd6-1067-4b44-8241-8a5435840cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c920dd6-1067-4b44-8241-8a5435840cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c920dd6-1067-4b44-8241-8a5435840cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c73967b9-efe1-4155-8cb3-276a2fc815fb {
  max-width: 1075px;
text-align: center;
}







  img.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
    
    
  }


.s-c73967b9-efe1-4155-8cb3-276a2fc815fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
    
    
  }


.s-c73967b9-efe1-4155-8cb3-276a2fc815fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
    
    
  }


.s-c73967b9-efe1-4155-8cb3-276a2fc815fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
    
    
  }


.s-c73967b9-efe1-4155-8cb3-276a2fc815fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
    
    
  }


.s-c73967b9-efe1-4155-8cb3-276a2fc815fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73967b9-efe1-4155-8cb3-276a2fc815fb.shogun-image {
  box-sizing: border-box;
}




}
#s-2a12235c-1ab3-47bd-a3a1-c92438ea3797 {
  max-width: 1075px;
text-align: center;
}







  img.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
    
    
  }


.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
    
    
  }


.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
    
    
  }


.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
    
    
  }


.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
    
    
  }


.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a12235c-1ab3-47bd-a3a1-c92438ea3797.shogun-image {
  box-sizing: border-box;
}




}
#s-3fc88828-4d4a-4214-b1a8-f913d185e7d0 {
  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-3fc88828-4d4a-4214-b1a8-f913d185e7d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3fc88828-4d4a-4214-b1a8-f913d185e7d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3fc88828-4d4a-4214-b1a8-f913d185e7d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fc88828-4d4a-4214-b1a8-f913d185e7d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8baab33a-12f1-4477-a56e-60b834ab872a {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8baab33a-12f1-4477-a56e-60b834ab872a img.shogun-image,
  #s-8baab33a-12f1-4477-a56e-60b834ab872a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8baab33a-12f1-4477-a56e-60b834ab872a {
    width: 100%;
    height: auto;
  }



  #s-8baab33a-12f1-4477-a56e-60b834ab872a img.shogun-image {
    

    
    
    
  }


#s-8baab33a-12f1-4477-a56e-60b834ab872a .shogun-image-content {
  
    align-items: center;
  
}

#s-8e6fcc83-f383-423a-95ca-07224576a406 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8e6fcc83-f383-423a-95ca-07224576a406 img.shogun-image,
  #s-8e6fcc83-f383-423a-95ca-07224576a406 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e6fcc83-f383-423a-95ca-07224576a406 {
    width: 100%;
    height: auto;
  }



  #s-8e6fcc83-f383-423a-95ca-07224576a406 img.shogun-image {
    

    
    
    
  }


#s-8e6fcc83-f383-423a-95ca-07224576a406 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9c603bd-997d-45f4-b3e8-f11edea11e64 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-b9c603bd-997d-45f4-b3e8-f11edea11e64 img.shogun-image,
  #s-b9c603bd-997d-45f4-b3e8-f11edea11e64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9c603bd-997d-45f4-b3e8-f11edea11e64 {
    width: 100%;
    height: auto;
  }



  #s-b9c603bd-997d-45f4-b3e8-f11edea11e64 img.shogun-image {
    

    
    
    
  }


#s-b9c603bd-997d-45f4-b3e8-f11edea11e64 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-be09e518-333f-4b06-933a-25002631a89f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be09e518-333f-4b06-933a-25002631a89f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be09e518-333f-4b06-933a-25002631a89f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be09e518-333f-4b06-933a-25002631a89f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53 {
  max-width: 1075px;
text-align: center;
}







  img.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
    
    
  }


.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
    
    
  }


.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
    
    
  }


.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
    
    
  }


.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
    
    
  }


.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ea88f8-9c4e-4b02-bf36-57c36b07dd53.shogun-image {
  box-sizing: border-box;
}




}
#s-cc50c878-8265-4889-b62d-e04bc9c2fc5b {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-80c2b97b-ff34-40df-9964-8b922efddb83 {
  max-width: 1075px;
text-align: center;
}







  img.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
    
    
  }


.s-80c2b97b-ff34-40df-9964-8b922efddb83 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
    
    
  }


.s-80c2b97b-ff34-40df-9964-8b922efddb83 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
  box-sizing: border-box;
}




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





  img.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
    
    
  }


.s-80c2b97b-ff34-40df-9964-8b922efddb83 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
  box-sizing: border-box;
}




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





  img.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
    
    
  }


.s-80c2b97b-ff34-40df-9964-8b922efddb83 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
  box-sizing: border-box;
}




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





  img.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
    
    
  }


.s-80c2b97b-ff34-40df-9964-8b922efddb83 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c2b97b-ff34-40df-9964-8b922efddb83.shogun-image {
  box-sizing: border-box;
}




}
#s-19e0a778-93e8-4e1c-961d-398402d9b210 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-39aa6785-2b13-44f9-8006-badcb12bbe52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39aa6785-2b13-44f9-8006-badcb12bbe52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39aa6785-2b13-44f9-8006-badcb12bbe52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39aa6785-2b13-44f9-8006-badcb12bbe52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04 {
  max-width: 1075px;
text-align: center;
}







  img.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
    
    
  }


.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
    
    
  }


.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
    
    
  }


.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
    
    
  }


.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
    
    
  }


.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f4f12f8-9acb-4755-8124-fe2fa71d3b04.shogun-image {
  box-sizing: border-box;
}




}
#s-852a886f-e6ef-4337-976c-534170915ed1 {
  max-width: 1075px;
text-align: center;
}







  img.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
    
    
  }


.s-852a886f-e6ef-4337-976c-534170915ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
    
    
  }


.s-852a886f-e6ef-4337-976c-534170915ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
    
    
  }


.s-852a886f-e6ef-4337-976c-534170915ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
    
    
  }


.s-852a886f-e6ef-4337-976c-534170915ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
    
    
  }


.s-852a886f-e6ef-4337-976c-534170915ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-852a886f-e6ef-4337-976c-534170915ed1.shogun-image {
  box-sizing: border-box;
}




}
#s-8c33ea6b-40b4-48f6-abdf-e3534b54cd4c {
  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-8c33ea6b-40b4-48f6-abdf-e3534b54cd4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8c33ea6b-40b4-48f6-abdf-e3534b54cd4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c33ea6b-40b4-48f6-abdf-e3534b54cd4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c33ea6b-40b4-48f6-abdf-e3534b54cd4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b6643e1c-dba1-4a96-8c3d-0a5bfec6af7a {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-b6643e1c-dba1-4a96-8c3d-0a5bfec6af7a img.shogun-image,
  #s-b6643e1c-dba1-4a96-8c3d-0a5bfec6af7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6643e1c-dba1-4a96-8c3d-0a5bfec6af7a {
    width: 100%;
    height: auto;
  }



  #s-b6643e1c-dba1-4a96-8c3d-0a5bfec6af7a img.shogun-image {
    

    
    
    
  }


#s-b6643e1c-dba1-4a96-8c3d-0a5bfec6af7a .shogun-image-content {
  
    align-items: center;
  
}

#s-c8edaf9e-e825-4f65-b91d-918381987f1a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-c8edaf9e-e825-4f65-b91d-918381987f1a img.shogun-image,
  #s-c8edaf9e-e825-4f65-b91d-918381987f1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8edaf9e-e825-4f65-b91d-918381987f1a {
    width: 100%;
    height: auto;
  }



  #s-c8edaf9e-e825-4f65-b91d-918381987f1a img.shogun-image {
    

    
    
    
  }


#s-c8edaf9e-e825-4f65-b91d-918381987f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-89b1e7c5-3a41-4889-8593-a8bf445d5904 {
  max-width: 1076px;
aspect-ratio: 1076/1575;
text-align: center;
}





  #s-89b1e7c5-3a41-4889-8593-a8bf445d5904 img.shogun-image,
  #s-89b1e7c5-3a41-4889-8593-a8bf445d5904 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89b1e7c5-3a41-4889-8593-a8bf445d5904 {
    width: 100%;
    height: auto;
  }



  #s-89b1e7c5-3a41-4889-8593-a8bf445d5904 img.shogun-image {
    

    
    
    
  }


#s-89b1e7c5-3a41-4889-8593-a8bf445d5904 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0e4a6f1f-4732-4f00-8f3c-c0df38f389a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e4a6f1f-4732-4f00-8f3c-c0df38f389a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e4a6f1f-4732-4f00-8f3c-c0df38f389a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e4a6f1f-4732-4f00-8f3c-c0df38f389a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cae31764-56e8-4f15-bd39-c7f65a274352 {
  max-width: 1075px;
text-align: center;
}







  img.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
    
    
  }


.s-cae31764-56e8-4f15-bd39-c7f65a274352 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
    
    
  }


.s-cae31764-56e8-4f15-bd39-c7f65a274352 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
    
    
  }


.s-cae31764-56e8-4f15-bd39-c7f65a274352 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
    
    
  }


.s-cae31764-56e8-4f15-bd39-c7f65a274352 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
    
    
  }


.s-cae31764-56e8-4f15-bd39-c7f65a274352 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae31764-56e8-4f15-bd39-c7f65a274352.shogun-image {
  box-sizing: border-box;
}




}
#s-933b71da-2953-4b51-a009-9bc5b8c7ddde {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4 {
  max-width: 1075px;
text-align: center;
}







  img.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
    
    
  }


.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
    
    
  }


.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
    
    
  }


.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
    
    
  }


.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
    
    
  }


.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cc268e2-57b4-47c1-8262-4edbb99cf8d4.shogun-image {
  box-sizing: border-box;
}




}
#s-0565d822-ee41-4978-af6a-c3de1524ddcb hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-835d721a-6320-4a2e-9be9-10199be31ebe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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-4da3afb7-1b7b-4ecc-b859-16259e23ae9a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(109, 17, 54, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-4da3afb7-1b7b-4ecc-b859-16259e23ae9a .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 2em;
  letter-spacing: 4px;
  
}



#s-938db434-b46a-4497-83e2-ada1fffa1d11 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-938db434-b46a-4497-83e2-ada1fffa1d11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-938db434-b46a-4497-83e2-ada1fffa1d11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-938db434-b46a-4497-83e2-ada1fffa1d11-root {
    text-align: center;
  }


#s-938db434-b46a-4497-83e2-ada1fffa1d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-938db434-b46a-4497-83e2-ada1fffa1d11-root {
    text-align: center;
  }


#s-938db434-b46a-4497-83e2-ada1fffa1d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-938db434-b46a-4497-83e2-ada1fffa1d11-root {
    text-align: center;
  }


#s-938db434-b46a-4497-83e2-ada1fffa1d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-938db434-b46a-4497-83e2-ada1fffa1d11-root {
    text-align: center;
  }


#s-938db434-b46a-4497-83e2-ada1fffa1d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-938db434-b46a-4497-83e2-ada1fffa1d11-root {
    text-align: center;
  }


#s-938db434-b46a-4497-83e2-ada1fffa1d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68cba854-6546-4ee1-a29f-421de1d41ce7 hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
