.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-db673a8f-6cee-4c47-bf4a-c1df2236cc0e {
  max-width: 2048px;
text-align: center;
}







  img.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
    
    
  }


.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e .shogun-image-content {
  
    align-items: center;
  
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
    
    
  }


.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e .shogun-image-content {
  
    align-items: center;
  
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
    
    
  }


.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e .shogun-image-content {
  
    align-items: center;
  
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
    
    
  }


.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e .shogun-image-content {
  
    align-items: center;
  
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image {
    
    
  }


.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e .shogun-image-content {
  
    align-items: center;
  
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db673a8f-6cee-4c47-bf4a-c1df2236cc0e.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-3733e47a-1dc7-4488-8ed2-4f00987b1e54 {
  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-2594fb64-044f-46ed-bad5-92a72c573060 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2594fb64-044f-46ed-bad5-92a72c573060:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2594fb64-044f-46ed-bad5-92a72c573060:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2594fb64-044f-46ed-bad5-92a72c573060-root {
    text-align: center;
  }


#s-2594fb64-044f-46ed-bad5-92a72c573060.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2594fb64-044f-46ed-bad5-92a72c573060-root {
    text-align: center;
  }


#s-2594fb64-044f-46ed-bad5-92a72c573060.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2594fb64-044f-46ed-bad5-92a72c573060-root {
    text-align: center;
  }


#s-2594fb64-044f-46ed-bad5-92a72c573060.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2594fb64-044f-46ed-bad5-92a72c573060-root {
    text-align: center;
  }


#s-2594fb64-044f-46ed-bad5-92a72c573060.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2594fb64-044f-46ed-bad5-92a72c573060-root {
    text-align: center;
  }


#s-2594fb64-044f-46ed-bad5-92a72c573060.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-b91c4ab0-a717-4594-a84c-1197eeeb0567 {
  min-height: 50px;
}








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

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

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

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

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

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

}

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

}

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

}

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

}

#s-bd86003b-25b5-4b0a-90d6-d78975ff7786 {
  max-width: 1365px;
text-align: center;
}







  img.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
    
    
  }


.s-bd86003b-25b5-4b0a-90d6-d78975ff7786 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
    
    
  }


.s-bd86003b-25b5-4b0a-90d6-d78975ff7786 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
    
    
  }


.s-bd86003b-25b5-4b0a-90d6-d78975ff7786 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
    
    
  }


.s-bd86003b-25b5-4b0a-90d6-d78975ff7786 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
    
    
  }


.s-bd86003b-25b5-4b0a-90d6-d78975ff7786 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86003b-25b5-4b0a-90d6-d78975ff7786.shogun-image {
  box-sizing: border-box;
}


}
#s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd {
  max-width: 1365px;
text-align: center;
}







  img.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
    
    
  }


.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
    
    
  }


.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
    
    
  }


.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
    
    
  }


.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
    
    
  }


.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e68d1f39-e2cd-41fd-94d0-ee0732b7a3dd.shogun-image {
  box-sizing: border-box;
}


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








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

#s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7 {
  margin-top: 20px;
}

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

}

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

}

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

}

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

}

#s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa {
  max-width: 1365px;
text-align: center;
}







  img.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
    
    
  }


.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
    
    
  }


.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
    
    
  }


.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
    
    
  }


.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
    
    
  }


.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9d2cc-a72d-4ba9-9f8c-0237e79006fa.shogun-image {
  box-sizing: border-box;
}


}
#s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83 {
  max-width: 1365px;
text-align: center;
}







  img.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
    
    
  }


.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
    
    
  }


.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
    
    
  }


.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
    
    
  }


.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
    
    
  }


.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83 .shogun-image-content {
  
    align-items: center;
  
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b9ea03-3c6a-41da-bbc6-83ac8407dd83.shogun-image {
  box-sizing: border-box;
}


}
#s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c {
  max-width: 1365px;
text-align: center;
}







  img.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
    
    
  }


.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c .shogun-image-content {
  
    align-items: center;
  
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
    
    
  }


.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c .shogun-image-content {
  
    align-items: center;
  
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
    
    
  }


.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c .shogun-image-content {
  
    align-items: center;
  
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
    
    
  }


.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c .shogun-image-content {
  
    align-items: center;
  
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
    
    
  }


.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c .shogun-image-content {
  
    align-items: center;
  
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bd19b-1d42-4e2c-8a72-df1ed620ee6c.shogun-image {
  box-sizing: border-box;
}


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

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

#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








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

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

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

}

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

}

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

}

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

}

#s-62b2b44a-6935-4a3b-8610-54417f0dd736 {
  max-width: 1365px;
text-align: center;
}







  img.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
    
    
  }


.s-62b2b44a-6935-4a3b-8610-54417f0dd736 .shogun-image-content {
  
    align-items: center;
  
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
    
    
  }


.s-62b2b44a-6935-4a3b-8610-54417f0dd736 .shogun-image-content {
  
    align-items: center;
  
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
  box-sizing: border-box;
}


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





  img.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
    
    
  }


.s-62b2b44a-6935-4a3b-8610-54417f0dd736 .shogun-image-content {
  
    align-items: center;
  
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
  box-sizing: border-box;
}


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





  img.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
    
    
  }


.s-62b2b44a-6935-4a3b-8610-54417f0dd736 .shogun-image-content {
  
    align-items: center;
  
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
  box-sizing: border-box;
}


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





  img.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
    
    
  }


.s-62b2b44a-6935-4a3b-8610-54417f0dd736 .shogun-image-content {
  
    align-items: center;
  
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62b2b44a-6935-4a3b-8610-54417f0dd736.shogun-image {
  box-sizing: border-box;
}


}
#s-f33862cf-6805-4233-919d-06c0286398d9 {
  max-width: 1365px;
text-align: center;
}







  img.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
    
    
  }


.s-f33862cf-6805-4233-919d-06c0286398d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
    
    
  }


.s-f33862cf-6805-4233-919d-06c0286398d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
    
    
  }


.s-f33862cf-6805-4233-919d-06c0286398d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
    
    
  }


.s-f33862cf-6805-4233-919d-06c0286398d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image {
    
    
  }


.s-f33862cf-6805-4233-919d-06c0286398d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f33862cf-6805-4233-919d-06c0286398d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f33862cf-6805-4233-919d-06c0286398d9.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-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

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

}

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

}

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

}

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

}

#s-637f8bd2-a476-495b-a23c-6fd614b913b4 {
  max-width: 1075px;
text-align: center;
}







  img.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
    
    
  }


.s-637f8bd2-a476-495b-a23c-6fd614b913b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
    
    
  }


.s-637f8bd2-a476-495b-a23c-6fd614b913b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
    
    
  }


.s-637f8bd2-a476-495b-a23c-6fd614b913b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
    
    
  }


.s-637f8bd2-a476-495b-a23c-6fd614b913b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
    
    
  }


.s-637f8bd2-a476-495b-a23c-6fd614b913b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-637f8bd2-a476-495b-a23c-6fd614b913b4.shogun-image {
  box-sizing: border-box;
}


}
#s-05b40c94-e6c7-46b4-ad14-6e20326dc49d {
  max-width: 1075px;
text-align: center;
}







  img.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
    
    
  }


.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d .shogun-image-content {
  
    align-items: center;
  
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
    
    
  }


.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d .shogun-image-content {
  
    align-items: center;
  
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
    
    
  }


.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d .shogun-image-content {
  
    align-items: center;
  
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
    
    
  }


.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d .shogun-image-content {
  
    align-items: center;
  
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
    
    
  }


.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d .shogun-image-content {
  
    align-items: center;
  
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05b40c94-e6c7-46b4-ad14-6e20326dc49d.shogun-image {
  box-sizing: border-box;
}


}
#s-8195405f-12f5-453a-a132-55270ac77bbb {
  max-width: 699px;
text-align: center;
}







  img.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
    
    
  }


.s-8195405f-12f5-453a-a132-55270ac77bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
    
    
  }


.s-8195405f-12f5-453a-a132-55270ac77bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
    
    
  }


.s-8195405f-12f5-453a-a132-55270ac77bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
    
    
  }


.s-8195405f-12f5-453a-a132-55270ac77bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
    
    
  }


.s-8195405f-12f5-453a-a132-55270ac77bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8195405f-12f5-453a-a132-55270ac77bbb.shogun-image {
  box-sizing: border-box;
}


}
.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-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 img.shogun-image,
  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 {
    width: 100%;
    height: auto;
  }



  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 img.shogun-image {
    

    
    
    
  }


#s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 .shogun-image-content {
  
    align-items: center;
  
}

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





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

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

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



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


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

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

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

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


@media (min-width: 1200px){



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

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

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



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


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

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

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

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


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



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

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

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



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


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

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

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

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


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



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

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

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



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


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

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

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

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


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



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

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

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



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


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

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

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

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


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

@media (min-width: 0px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7fc9393c-0876-46a2-9e09-0d07b217ea22 {
  max-width: 1365px;
text-align: center;
}







  img.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
    
    
  }


.s-7fc9393c-0876-46a2-9e09-0d07b217ea22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
    
    
  }


.s-7fc9393c-0876-46a2-9e09-0d07b217ea22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
    
    
  }


.s-7fc9393c-0876-46a2-9e09-0d07b217ea22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
    
    
  }


.s-7fc9393c-0876-46a2-9e09-0d07b217ea22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
    
    
  }


.s-7fc9393c-0876-46a2-9e09-0d07b217ea22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc9393c-0876-46a2-9e09-0d07b217ea22.shogun-image {
  box-sizing: border-box;
}


}
#s-612575a5-20f8-4408-a122-a0a18f2839ba {
  max-width: 1365px;
text-align: center;
}







  img.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
    
    
  }


.s-612575a5-20f8-4408-a122-a0a18f2839ba .shogun-image-content {
  
    align-items: center;
  
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
    
    
  }


.s-612575a5-20f8-4408-a122-a0a18f2839ba .shogun-image-content {
  
    align-items: center;
  
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
    
    
  }


.s-612575a5-20f8-4408-a122-a0a18f2839ba .shogun-image-content {
  
    align-items: center;
  
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
    
    
  }


.s-612575a5-20f8-4408-a122-a0a18f2839ba .shogun-image-content {
  
    align-items: center;
  
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
    
    
  }


.s-612575a5-20f8-4408-a122-a0a18f2839ba .shogun-image-content {
  
    align-items: center;
  
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612575a5-20f8-4408-a122-a0a18f2839ba.shogun-image {
  box-sizing: border-box;
}


}
#s-9deb4457-84ac-4844-a2a8-1deadb91f65a {
  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-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2af24234-0cde-4750-b9e6-460f4da97291 {
  max-width: 1076px;
text-align: center;
}







  img.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
    
    
  }


.s-2af24234-0cde-4750-b9e6-460f4da97291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
    
    
  }


.s-2af24234-0cde-4750-b9e6-460f4da97291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
    
    
  }


.s-2af24234-0cde-4750-b9e6-460f4da97291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
    
    
  }


.s-2af24234-0cde-4750-b9e6-460f4da97291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
    
    
  }


.s-2af24234-0cde-4750-b9e6-460f4da97291 .shogun-image-content {
  
    align-items: center;
  
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af24234-0cde-4750-b9e6-460f4da97291.shogun-image {
  box-sizing: border-box;
}


}
#s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd {
  max-width: 1075px;
text-align: center;
}







  img.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
    
    
  }


.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
    
    
  }


.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
    
    
  }


.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
    
    
  }


.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
    
    
  }


.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc265e0-30ac-4ba4-b3c8-af7b0187dabd.shogun-image {
  box-sizing: border-box;
}


}
#s-f5c7eb98-5320-4508-8b9c-4d9831451446 {
  max-width: 1076px;
text-align: center;
}







  img.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
    
    
  }


.s-f5c7eb98-5320-4508-8b9c-4d9831451446 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
    
    
  }


.s-f5c7eb98-5320-4508-8b9c-4d9831451446 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
    
    
  }


.s-f5c7eb98-5320-4508-8b9c-4d9831451446 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
    
    
  }


.s-f5c7eb98-5320-4508-8b9c-4d9831451446 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
    
    
  }


.s-f5c7eb98-5320-4508-8b9c-4d9831451446 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7eb98-5320-4508-8b9c-4d9831451446.shogun-image {
  box-sizing: border-box;
}


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





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

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



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

    
    
    
  }


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

#s-75cd0518-4dec-4138-b39e-47d9d75a600f hr {
  border-top: 2px solid #ddd;
}

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





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

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

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



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


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

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

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

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


@media (min-width: 1200px){



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

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

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



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


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

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

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

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


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



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

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

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



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


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

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

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

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


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



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

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

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



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


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

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

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

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


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



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

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

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



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


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

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

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

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


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

@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-39eab558-0222-47c2-8f84-548d6d84bef0 {
  max-width: 1365px;
text-align: center;
}







  img.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
    
    
  }


.s-39eab558-0222-47c2-8f84-548d6d84bef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
    
    
  }


.s-39eab558-0222-47c2-8f84-548d6d84bef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
    
    
  }


.s-39eab558-0222-47c2-8f84-548d6d84bef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
    
    
  }


.s-39eab558-0222-47c2-8f84-548d6d84bef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
    
    
  }


.s-39eab558-0222-47c2-8f84-548d6d84bef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eab558-0222-47c2-8f84-548d6d84bef0.shogun-image {
  box-sizing: border-box;
}


}
#s-8caf47bc-2c53-43aa-9017-a204ffcc6539 {
  max-width: 1365px;
text-align: center;
}







  img.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
    
    
  }


.s-8caf47bc-2c53-43aa-9017-a204ffcc6539 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
    
    
  }


.s-8caf47bc-2c53-43aa-9017-a204ffcc6539 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
    
    
  }


.s-8caf47bc-2c53-43aa-9017-a204ffcc6539 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
    
    
  }


.s-8caf47bc-2c53-43aa-9017-a204ffcc6539 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
    
    
  }


.s-8caf47bc-2c53-43aa-9017-a204ffcc6539 .shogun-image-content {
  
    align-items: center;
  
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8caf47bc-2c53-43aa-9017-a204ffcc6539.shogun-image {
  box-sizing: border-box;
}


}
#s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80 {
  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-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608 {
  max-width: 1075px;
text-align: center;
}







  img.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
    
    
  }


.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
    
    
  }


.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
    
    
  }


.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
    
    
  }


.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
    
    
  }


.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7eb1b5f-173e-4ace-a43a-1e8773f8f608.shogun-image {
  box-sizing: border-box;
}


}
#s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2 {
  max-width: 1075px;
text-align: center;
}







  img.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
    
    
  }


.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
    
    
  }


.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
    
    
  }


.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
    
    
  }


.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
    
    
  }


.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7623c921-fd02-480c-b7a8-5dd9cd02a7d2.shogun-image {
  box-sizing: border-box;
}


}
#s-f06e93ea-a8a9-4e5e-83d1-106ccec96612 {
  max-width: 1075px;
text-align: center;
}







  img.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
    
    
  }


.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
    
    
  }


.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
    
    
  }


.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
    
    
  }


.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
    
    
  }


.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06e93ea-a8a9-4e5e-83d1-106ccec96612.shogun-image {
  box-sizing: border-box;
}


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





  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b img.shogun-image,
  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b {
    width: 100%;
    height: auto;
  }



  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b img.shogun-image {
    

    
    
    
  }


#s-27a78d7f-046c-4a2c-8401-adfbfac3752b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}


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



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}


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



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}


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



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.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;
}

#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-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d {
  max-width: 1365px;
text-align: center;
}







  img.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
    
    
  }


.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d .shogun-image-content {
  
    align-items: center;
  
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
    
    
  }


.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d .shogun-image-content {
  
    align-items: center;
  
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
    
    
  }


.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d .shogun-image-content {
  
    align-items: center;
  
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
    
    
  }


.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d .shogun-image-content {
  
    align-items: center;
  
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
    
    
  }


.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d .shogun-image-content {
  
    align-items: center;
  
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28390e5a-7af7-4ba4-8bb5-38db9bf01f0d.shogun-image {
  box-sizing: border-box;
}


}
#s-ca330be3-edaf-40dd-992f-6d41ecd26876 {
  max-width: 1365px;
text-align: center;
}







  img.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
    
    
  }


.s-ca330be3-edaf-40dd-992f-6d41ecd26876 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
    
    
  }


.s-ca330be3-edaf-40dd-992f-6d41ecd26876 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
    
    
  }


.s-ca330be3-edaf-40dd-992f-6d41ecd26876 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
    
    
  }


.s-ca330be3-edaf-40dd-992f-6d41ecd26876 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
    
    
  }


.s-ca330be3-edaf-40dd-992f-6d41ecd26876 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca330be3-edaf-40dd-992f-6d41ecd26876.shogun-image {
  box-sizing: border-box;
}


}
#s-f65e80c8-1a18-41b3-b916-1e64357319f4 {
  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-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e {
  max-width: 1075px;
text-align: center;
}







  img.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
    
    
  }


.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
    
    
  }


.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
    
    
  }


.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
    
    
  }


.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
    
    
  }


.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e .shogun-image-content {
  
    align-items: center;
  
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8a4392-e92d-47f0-b6c4-5d73f099f49e.shogun-image {
  box-sizing: border-box;
}


}
#s-d850135c-4fe0-441d-abf5-38ee4e2a5e64 {
  max-width: 1075px;
text-align: center;
}







  img.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
    
    
  }


.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64 .shogun-image-content {
  
    align-items: center;
  
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
    
    
  }


.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64 .shogun-image-content {
  
    align-items: center;
  
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
    
    
  }


.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64 .shogun-image-content {
  
    align-items: center;
  
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
    
    
  }


.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64 .shogun-image-content {
  
    align-items: center;
  
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
    
    
  }


.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64 .shogun-image-content {
  
    align-items: center;
  
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d850135c-4fe0-441d-abf5-38ee4e2a5e64.shogun-image {
  box-sizing: border-box;
}


}
#s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95 {
  max-width: 1075px;
text-align: center;
}







  img.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
    
    
  }


.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
    
    
  }


.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
    
    
  }


.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
    
    
  }


.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
    
    
  }


.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff4cbad0-36cc-437e-9cea-ddfcd7372d95.shogun-image {
  box-sizing: border-box;
}


}
#s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image,
  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
    width: 100%;
    height: auto;
  }



  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image {
    

    
    
    
  }


#s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa212ee9-9c6e-4b1d-afee-b3d889422ceb hr {
  border-top: 2px solid #ddd;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}


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



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}


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



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}


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



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}


}
#s-b77ac82d-8875-4604-a0ce-1df3770587e9 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-bbfd4856-5423-48cf-bead-09f38f4d2d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbfd4856-5423-48cf-bead-09f38f4d2d13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbfd4856-5423-48cf-bead-09f38f4d2d13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbfd4856-5423-48cf-bead-09f38f4d2d13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-88e6f8de-2b62-425b-8687-ca7826beac3d {
  max-width: 1365px;
text-align: center;
}







  img.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
    
    
  }


.s-88e6f8de-2b62-425b-8687-ca7826beac3d .shogun-image-content {
  
    align-items: center;
  
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
    
    
  }


.s-88e6f8de-2b62-425b-8687-ca7826beac3d .shogun-image-content {
  
    align-items: center;
  
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
    
    
  }


.s-88e6f8de-2b62-425b-8687-ca7826beac3d .shogun-image-content {
  
    align-items: center;
  
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
    
    
  }


.s-88e6f8de-2b62-425b-8687-ca7826beac3d .shogun-image-content {
  
    align-items: center;
  
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
    
    
  }


.s-88e6f8de-2b62-425b-8687-ca7826beac3d .shogun-image-content {
  
    align-items: center;
  
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88e6f8de-2b62-425b-8687-ca7826beac3d.shogun-image {
  box-sizing: border-box;
}


}
#s-5b228fab-50ca-4b6c-ab9f-485a95b88805 {
  max-width: 1365px;
text-align: center;
}







  img.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
    
    
  }


.s-5b228fab-50ca-4b6c-ab9f-485a95b88805 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
    
    
  }


.s-5b228fab-50ca-4b6c-ab9f-485a95b88805 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
    
    
  }


.s-5b228fab-50ca-4b6c-ab9f-485a95b88805 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
    
    
  }


.s-5b228fab-50ca-4b6c-ab9f-485a95b88805 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
    
    
  }


.s-5b228fab-50ca-4b6c-ab9f-485a95b88805 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b228fab-50ca-4b6c-ab9f-485a95b88805.shogun-image {
  box-sizing: border-box;
}


}
#s-908fb082-187f-4814-bcb0-2973df40a048 {
  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-908fb082-187f-4814-bcb0-2973df40a048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-908fb082-187f-4814-bcb0-2973df40a048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-908fb082-187f-4814-bcb0-2973df40a048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-908fb082-187f-4814-bcb0-2973df40a048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-07718fd3-818a-4dfa-93a4-13790caea448 {
  max-width: 1075px;
text-align: center;
}







  img.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
    
    
  }


.s-07718fd3-818a-4dfa-93a4-13790caea448 .shogun-image-content {
  
    align-items: center;
  
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
    
    
  }


.s-07718fd3-818a-4dfa-93a4-13790caea448 .shogun-image-content {
  
    align-items: center;
  
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
    
    
  }


.s-07718fd3-818a-4dfa-93a4-13790caea448 .shogun-image-content {
  
    align-items: center;
  
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
    
    
  }


.s-07718fd3-818a-4dfa-93a4-13790caea448 .shogun-image-content {
  
    align-items: center;
  
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
    
    
  }


.s-07718fd3-818a-4dfa-93a4-13790caea448 .shogun-image-content {
  
    align-items: center;
  
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07718fd3-818a-4dfa-93a4-13790caea448.shogun-image {
  box-sizing: border-box;
}


}
#s-10c344b0-82b0-4ea4-9008-561a14fe5f13 {
  max-width: 1075px;
text-align: center;
}







  img.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
    
    
  }


.s-10c344b0-82b0-4ea4-9008-561a14fe5f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
    
    
  }


.s-10c344b0-82b0-4ea4-9008-561a14fe5f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
  box-sizing: border-box;
}


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





  img.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
    
    
  }


.s-10c344b0-82b0-4ea4-9008-561a14fe5f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
  box-sizing: border-box;
}


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





  img.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
    
    
  }


.s-10c344b0-82b0-4ea4-9008-561a14fe5f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
  box-sizing: border-box;
}


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





  img.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
    
    
  }


.s-10c344b0-82b0-4ea4-9008-561a14fe5f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c344b0-82b0-4ea4-9008-561a14fe5f13.shogun-image {
  box-sizing: border-box;
}


}
#s-cfb59a39-eb53-469c-830a-11358bcd88a4 {
  max-width: 699px;
text-align: center;
}







  img.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
    
    
  }


.s-cfb59a39-eb53-469c-830a-11358bcd88a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
    
    
  }


.s-cfb59a39-eb53-469c-830a-11358bcd88a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
    
    
  }


.s-cfb59a39-eb53-469c-830a-11358bcd88a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
    
    
  }


.s-cfb59a39-eb53-469c-830a-11358bcd88a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
    
    
  }


.s-cfb59a39-eb53-469c-830a-11358bcd88a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb59a39-eb53-469c-830a-11358bcd88a4.shogun-image {
  box-sizing: border-box;
}


}
#s-aa58931a-6e3d-454e-a186-85747accbfb7 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-aa58931a-6e3d-454e-a186-85747accbfb7 img.shogun-image,
  #s-aa58931a-6e3d-454e-a186-85747accbfb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa58931a-6e3d-454e-a186-85747accbfb7 {
    width: 100%;
    height: auto;
  }



  #s-aa58931a-6e3d-454e-a186-85747accbfb7 img.shogun-image {
    

    
    
    
  }


#s-aa58931a-6e3d-454e-a186-85747accbfb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa7fc32a-1cda-4cf2-8e80-a2936488609e hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7e1a41b2-a211-4138-a2dd-b9f4e0b0976b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e1a41b2-a211-4138-a2dd-b9f4e0b0976b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e1a41b2-a211-4138-a2dd-b9f4e0b0976b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e1a41b2-a211-4138-a2dd-b9f4e0b0976b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49994b9a-5689-419d-815d-77afcd60dbef {
  max-width: 1365px;
text-align: center;
}







  img.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
    
    
  }


.s-49994b9a-5689-419d-815d-77afcd60dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
    
    
  }


.s-49994b9a-5689-419d-815d-77afcd60dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
    
    
  }


.s-49994b9a-5689-419d-815d-77afcd60dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
    
    
  }


.s-49994b9a-5689-419d-815d-77afcd60dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
    
    
  }


.s-49994b9a-5689-419d-815d-77afcd60dbef .shogun-image-content {
  
    align-items: center;
  
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49994b9a-5689-419d-815d-77afcd60dbef.shogun-image {
  box-sizing: border-box;
}


}
#s-07e9ff56-bbc9-4310-8e1e-b01487224888 {
  max-width: 1365px;
text-align: center;
}







  img.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
    
    
  }


.s-07e9ff56-bbc9-4310-8e1e-b01487224888 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
    
    
  }


.s-07e9ff56-bbc9-4310-8e1e-b01487224888 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
    
    
  }


.s-07e9ff56-bbc9-4310-8e1e-b01487224888 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
    
    
  }


.s-07e9ff56-bbc9-4310-8e1e-b01487224888 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
    
    
  }


.s-07e9ff56-bbc9-4310-8e1e-b01487224888 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e9ff56-bbc9-4310-8e1e-b01487224888.shogun-image {
  box-sizing: border-box;
}


}
#s-3bce5beb-f3b4-4af0-b7bf-b0e119e2e827 {
  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-3bce5beb-f3b4-4af0-b7bf-b0e119e2e827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bce5beb-f3b4-4af0-b7bf-b0e119e2e827"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3bce5beb-f3b4-4af0-b7bf-b0e119e2e827"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bce5beb-f3b4-4af0-b7bf-b0e119e2e827"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122 {
  max-width: 1074px;
text-align: center;
}







  img.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
    
    
  }


.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
    
    
  }


.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
  box-sizing: border-box;
}


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





  img.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
    
    
  }


.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
  box-sizing: border-box;
}


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





  img.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
    
    
  }


.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
  box-sizing: border-box;
}


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





  img.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
    
    
  }


.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f8d664-cb3a-49d9-9a22-aaf5ad9b4122.shogun-image {
  box-sizing: border-box;
}


}
#s-d4242297-347e-49f1-828b-ca36c454eb41 {
  max-width: 1075px;
text-align: center;
}







  img.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
    
    
  }


.s-d4242297-347e-49f1-828b-ca36c454eb41 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
    
    
  }


.s-d4242297-347e-49f1-828b-ca36c454eb41 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
    
    
  }


.s-d4242297-347e-49f1-828b-ca36c454eb41 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
    
    
  }


.s-d4242297-347e-49f1-828b-ca36c454eb41 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
    
    
  }


.s-d4242297-347e-49f1-828b-ca36c454eb41 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4242297-347e-49f1-828b-ca36c454eb41.shogun-image {
  box-sizing: border-box;
}


}
#s-101824e9-31b6-4303-9ea8-976ec46c8334 {
  max-width: 1075px;
text-align: center;
}







  img.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
    
    
  }


.s-101824e9-31b6-4303-9ea8-976ec46c8334 .shogun-image-content {
  
    align-items: center;
  
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
    
    
  }


.s-101824e9-31b6-4303-9ea8-976ec46c8334 .shogun-image-content {
  
    align-items: center;
  
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
  box-sizing: border-box;
}


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





  img.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
    
    
  }


.s-101824e9-31b6-4303-9ea8-976ec46c8334 .shogun-image-content {
  
    align-items: center;
  
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
  box-sizing: border-box;
}


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





  img.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
    
    
  }


.s-101824e9-31b6-4303-9ea8-976ec46c8334 .shogun-image-content {
  
    align-items: center;
  
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
  box-sizing: border-box;
}


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





  img.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
    
    
  }


.s-101824e9-31b6-4303-9ea8-976ec46c8334 .shogun-image-content {
  
    align-items: center;
  
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-101824e9-31b6-4303-9ea8-976ec46c8334.shogun-image {
  box-sizing: border-box;
}


}
#s-c1124ac2-9c4b-49b7-b67c-0f0fd039db41 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-c1124ac2-9c4b-49b7-b67c-0f0fd039db41 img.shogun-image,
  #s-c1124ac2-9c4b-49b7-b67c-0f0fd039db41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1124ac2-9c4b-49b7-b67c-0f0fd039db41 {
    width: 100%;
    height: auto;
  }



  #s-c1124ac2-9c4b-49b7-b67c-0f0fd039db41 img.shogun-image {
    

    
    
    
  }


#s-c1124ac2-9c4b-49b7-b67c-0f0fd039db41 .shogun-image-content {
  
    align-items: center;
  
}

#s-db2e8f28-e783-4bbf-94ce-8e5760f1bb0a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-76804ab0-15b5-4517-be96-805fc5fe18a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76804ab0-15b5-4517-be96-805fc5fe18a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76804ab0-15b5-4517-be96-805fc5fe18a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76804ab0-15b5-4517-be96-805fc5fe18a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b82d528-6adf-4266-aa49-aa9848d5b8c4 {
  max-width: 1365px;
text-align: center;
}







  img.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
    
    
  }


.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
    
    
  }


.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
    
    
  }


.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
    
    
  }


.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
    
    
  }


.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82d528-6adf-4266-aa49-aa9848d5b8c4.shogun-image {
  box-sizing: border-box;
}


}
#s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f {
  max-width: 1365px;
text-align: center;
}







  img.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
    
    
  }


.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
    
    
  }


.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
    
    
  }


.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
    
    
  }


.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
    
    
  }


.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f .shogun-image-content {
  
    align-items: center;
  
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1152902f-f9a5-4ed9-8f1c-07edb622cc2f.shogun-image {
  box-sizing: border-box;
}


}
#s-e63cc56f-eaf0-425b-b3cb-21c63e437871 {
  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-e63cc56f-eaf0-425b-b3cb-21c63e437871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63cc56f-eaf0-425b-b3cb-21c63e437871"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e63cc56f-eaf0-425b-b3cb-21c63e437871"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e63cc56f-eaf0-425b-b3cb-21c63e437871"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e247d58a-0b54-4169-bd82-6498af49f2bd {
  max-width: 699px;
text-align: center;
}







  img.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
    
    
  }


.s-e247d58a-0b54-4169-bd82-6498af49f2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
    
    
  }


.s-e247d58a-0b54-4169-bd82-6498af49f2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
    
    
  }


.s-e247d58a-0b54-4169-bd82-6498af49f2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
    
    
  }


.s-e247d58a-0b54-4169-bd82-6498af49f2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
    
    
  }


.s-e247d58a-0b54-4169-bd82-6498af49f2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e247d58a-0b54-4169-bd82-6498af49f2bd.shogun-image {
  box-sizing: border-box;
}


}
#s-6f749576-8ce5-4e03-8e84-d8a1311ce350 {
  max-width: 1076px;
text-align: center;
}







  img.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
    
    
  }


.s-6f749576-8ce5-4e03-8e84-d8a1311ce350 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
    
    
  }


.s-6f749576-8ce5-4e03-8e84-d8a1311ce350 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
    
    
  }


.s-6f749576-8ce5-4e03-8e84-d8a1311ce350 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
    
    
  }


.s-6f749576-8ce5-4e03-8e84-d8a1311ce350 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
    
    
  }


.s-6f749576-8ce5-4e03-8e84-d8a1311ce350 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f749576-8ce5-4e03-8e84-d8a1311ce350.shogun-image {
  box-sizing: border-box;
}


}
#s-05491195-9cb0-411d-a82a-7de39509a3b2 {
  max-width: 1075px;
text-align: center;
}







  img.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
    
    
  }


.s-05491195-9cb0-411d-a82a-7de39509a3b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
    
    
  }


.s-05491195-9cb0-411d-a82a-7de39509a3b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
    
    
  }


.s-05491195-9cb0-411d-a82a-7de39509a3b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
    
    
  }


.s-05491195-9cb0-411d-a82a-7de39509a3b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
    
    
  }


.s-05491195-9cb0-411d-a82a-7de39509a3b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05491195-9cb0-411d-a82a-7de39509a3b2.shogun-image {
  box-sizing: border-box;
}


}
#s-f8105798-3aa9-47e2-bf09-a5ecec9d6915 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-f8105798-3aa9-47e2-bf09-a5ecec9d6915 img.shogun-image,
  #s-f8105798-3aa9-47e2-bf09-a5ecec9d6915 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8105798-3aa9-47e2-bf09-a5ecec9d6915 {
    width: 100%;
    height: auto;
  }



  #s-f8105798-3aa9-47e2-bf09-a5ecec9d6915 img.shogun-image {
    

    
    
    
  }


#s-f8105798-3aa9-47e2-bf09-a5ecec9d6915 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f8722fc-9375-4c23-a112-75061ad91f0d hr {
  border-top: 2px solid #ddd;
}

#s-b1033bbd-6b54-4694-9fd0-74d30b6a31ee hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-5436b50f-165a-404f-9d2c-349462845e06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5436b50f-165a-404f-9d2c-349462845e06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5436b50f-165a-404f-9d2c-349462845e06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5436b50f-165a-404f-9d2c-349462845e06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce56fd47-e952-472c-89e0-b0f0375ed7ba {
  max-width: 1365px;
text-align: center;
}







  img.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
    
    
  }


.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
    
    
  }


.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
    
    
  }


.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
    
    
  }


.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
    
    
  }


.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce56fd47-e952-472c-89e0-b0f0375ed7ba.shogun-image {
  box-sizing: border-box;
}


}
#s-31d28d73-5ca5-4547-9f25-560d3d25845c {
  max-width: 1365px;
text-align: center;
}







  img.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
    
    
  }


.s-31d28d73-5ca5-4547-9f25-560d3d25845c .shogun-image-content {
  
    align-items: center;
  
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
    
    
  }


.s-31d28d73-5ca5-4547-9f25-560d3d25845c .shogun-image-content {
  
    align-items: center;
  
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
    
    
  }


.s-31d28d73-5ca5-4547-9f25-560d3d25845c .shogun-image-content {
  
    align-items: center;
  
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
    
    
  }


.s-31d28d73-5ca5-4547-9f25-560d3d25845c .shogun-image-content {
  
    align-items: center;
  
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
    
    
  }


.s-31d28d73-5ca5-4547-9f25-560d3d25845c .shogun-image-content {
  
    align-items: center;
  
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31d28d73-5ca5-4547-9f25-560d3d25845c.shogun-image {
  box-sizing: border-box;
}


}
#s-bc937279-c410-4a97-8b64-9fd0554283a7 {
  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-bc937279-c410-4a97-8b64-9fd0554283a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc937279-c410-4a97-8b64-9fd0554283a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc937279-c410-4a97-8b64-9fd0554283a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc937279-c410-4a97-8b64-9fd0554283a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5a08a72f-2cb3-4034-8053-20539f5278c0 {
  max-width: 1076px;
text-align: center;
}







  img.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
    
    
  }


.s-5a08a72f-2cb3-4034-8053-20539f5278c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
    
    
  }


.s-5a08a72f-2cb3-4034-8053-20539f5278c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
    
    
  }


.s-5a08a72f-2cb3-4034-8053-20539f5278c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
    
    
  }


.s-5a08a72f-2cb3-4034-8053-20539f5278c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
    
    
  }


.s-5a08a72f-2cb3-4034-8053-20539f5278c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08a72f-2cb3-4034-8053-20539f5278c0.shogun-image {
  box-sizing: border-box;
}


}
#s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4 {
  max-width: 699px;
text-align: center;
}







  img.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
    
    
  }


.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
    
    
  }


.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
    
    
  }


.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
    
    
  }


.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
    
    
  }


.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fcf8ed3-750b-46d9-af1a-adc2b2524db4.shogun-image {
  box-sizing: border-box;
}


}
#s-eb003056-6be8-439c-aa02-8778803ec891 {
  max-width: 1076px;
text-align: center;
}







  img.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
    
    
  }


.s-eb003056-6be8-439c-aa02-8778803ec891 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
    
    
  }


.s-eb003056-6be8-439c-aa02-8778803ec891 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
    
    
  }


.s-eb003056-6be8-439c-aa02-8778803ec891 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
    
    
  }


.s-eb003056-6be8-439c-aa02-8778803ec891 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
    
    
  }


.s-eb003056-6be8-439c-aa02-8778803ec891 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb003056-6be8-439c-aa02-8778803ec891.shogun-image {
  box-sizing: border-box;
}


}
#s-ee53569d-0370-4f28-8ba6-f0c3b011f1c6 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-ee53569d-0370-4f28-8ba6-f0c3b011f1c6 img.shogun-image,
  #s-ee53569d-0370-4f28-8ba6-f0c3b011f1c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee53569d-0370-4f28-8ba6-f0c3b011f1c6 {
    width: 100%;
    height: auto;
  }



  #s-ee53569d-0370-4f28-8ba6-f0c3b011f1c6 img.shogun-image {
    

    
    
    
  }


#s-ee53569d-0370-4f28-8ba6-f0c3b011f1c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbb09f8e-79cd-43d4-9cd5-e188fd70b3de hr {
  border-top: 2px solid #ddd;
}

#s-8d3600ed-e188-43de-b503-91f4a60f2dfd {
  background-color: rgba(255, 255, 255, 1);
}

#s-63df4b09-20ab-413e-83da-90bd4f1f5de1 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-63df4b09-20ab-413e-83da-90bd4f1f5de1:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63df4b09-20ab-413e-83da-90bd4f1f5de1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63df4b09-20ab-413e-83da-90bd4f1f5de1-root {
    text-align: center;
  }


#s-63df4b09-20ab-413e-83da-90bd4f1f5de1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63df4b09-20ab-413e-83da-90bd4f1f5de1-root {
    text-align: center;
  }


#s-63df4b09-20ab-413e-83da-90bd4f1f5de1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63df4b09-20ab-413e-83da-90bd4f1f5de1-root {
    text-align: center;
  }


#s-63df4b09-20ab-413e-83da-90bd4f1f5de1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63df4b09-20ab-413e-83da-90bd4f1f5de1-root {
    text-align: center;
  }


#s-63df4b09-20ab-413e-83da-90bd4f1f5de1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63df4b09-20ab-413e-83da-90bd4f1f5de1-root {
    text-align: center;
  }


#s-63df4b09-20ab-413e-83da-90bd4f1f5de1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-69a2d214-02b3-4941-bea3-6ec5e09074ff hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7565b08c-4db2-4ac3-960e-07c12420997f {
  max-width: 1365px;
text-align: center;
}







  img.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
    
    
  }


.s-7565b08c-4db2-4ac3-960e-07c12420997f .shogun-image-content {
  
    align-items: center;
  
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
    
    
  }


.s-7565b08c-4db2-4ac3-960e-07c12420997f .shogun-image-content {
  
    align-items: center;
  
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
    
    
  }


.s-7565b08c-4db2-4ac3-960e-07c12420997f .shogun-image-content {
  
    align-items: center;
  
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
    
    
  }


.s-7565b08c-4db2-4ac3-960e-07c12420997f .shogun-image-content {
  
    align-items: center;
  
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
    
    
  }


.s-7565b08c-4db2-4ac3-960e-07c12420997f .shogun-image-content {
  
    align-items: center;
  
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7565b08c-4db2-4ac3-960e-07c12420997f.shogun-image {
  box-sizing: border-box;
}


}
#s-20810ad9-b9b6-4436-8072-add836c89bab {
  max-width: 1365px;
text-align: center;
}







  img.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
    
    
  }


.s-20810ad9-b9b6-4436-8072-add836c89bab .shogun-image-content {
  
    align-items: center;
  
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
    
    
  }


.s-20810ad9-b9b6-4436-8072-add836c89bab .shogun-image-content {
  
    align-items: center;
  
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
    
    
  }


.s-20810ad9-b9b6-4436-8072-add836c89bab .shogun-image-content {
  
    align-items: center;
  
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
    
    
  }


.s-20810ad9-b9b6-4436-8072-add836c89bab .shogun-image-content {
  
    align-items: center;
  
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
    
    
  }


.s-20810ad9-b9b6-4436-8072-add836c89bab .shogun-image-content {
  
    align-items: center;
  
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20810ad9-b9b6-4436-8072-add836c89bab.shogun-image {
  box-sizing: border-box;
}


}
#s-58b555b5-0333-461e-9856-2b7ff5264191 {
  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-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2517aab2-483d-472b-a667-d72531beb050 {
  max-width: 1075px;
text-align: center;
}







  img.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
    
    
  }


.s-2517aab2-483d-472b-a667-d72531beb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-2517aab2-483d-472b-a667-d72531beb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
    
    
  }


.s-2517aab2-483d-472b-a667-d72531beb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-2517aab2-483d-472b-a667-d72531beb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
    
    
  }


.s-2517aab2-483d-472b-a667-d72531beb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-2517aab2-483d-472b-a667-d72531beb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
    
    
  }


.s-2517aab2-483d-472b-a667-d72531beb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-2517aab2-483d-472b-a667-d72531beb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
    
    
  }


.s-2517aab2-483d-472b-a667-d72531beb050 .shogun-image-content {
  
    align-items: center;
  
}

.s-2517aab2-483d-472b-a667-d72531beb050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2517aab2-483d-472b-a667-d72531beb050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2517aab2-483d-472b-a667-d72531beb050.shogun-image {
  box-sizing: border-box;
}


}
#s-6fc2c36c-ba85-498a-a25f-e0c4b117c141 {
  max-width: 699px;
text-align: center;
}







  img.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
    
    
  }


.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
    
    
  }


.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
    
    
  }


.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
    
    
  }


.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
    
    
  }


.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fc2c36c-ba85-498a-a25f-e0c4b117c141.shogun-image {
  box-sizing: border-box;
}


}
#s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d {
  max-width: 1075px;
text-align: center;
}







  img.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
    
    
  }


.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
    
    
  }


.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
    
    
  }


.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
    
    
  }


.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
    
    
  }


.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d .shogun-image-content {
  
    align-items: center;
  
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe08c-3793-4bbb-81a3-c00de4a7952d.shogun-image {
  box-sizing: border-box;
}


}
#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image,
  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
    width: 100%;
    height: auto;
  }



  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image {
    

    
    
    
  }


#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}


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



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}


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



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}


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



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}


}
#s-4c96e54c-3cbd-404a-af5d-5035d32d121e hr {
  border-top: 2px solid #ddd;
}

#s-390769c7-dc73-45da-901a-160a323192b2 {
  background-color: rgba(255, 255, 255, 1);
}

#s-3e67f508-ac27-4005-9552-63d17df95a11 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b1647d70-a688-4f49-b3c9-ee71b691b525"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1647d70-a688-4f49-b3c9-ee71b691b525"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1647d70-a688-4f49-b3c9-ee71b691b525"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1647d70-a688-4f49-b3c9-ee71b691b525"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-85301efb-79dc-49c1-82c5-da2d62384a1e {
  max-width: 1365px;
text-align: center;
}







  img.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
    
    
  }


.s-85301efb-79dc-49c1-82c5-da2d62384a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
    
    
  }


.s-85301efb-79dc-49c1-82c5-da2d62384a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
    
    
  }


.s-85301efb-79dc-49c1-82c5-da2d62384a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
    
    
  }


.s-85301efb-79dc-49c1-82c5-da2d62384a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
    
    
  }


.s-85301efb-79dc-49c1-82c5-da2d62384a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85301efb-79dc-49c1-82c5-da2d62384a1e.shogun-image {
  box-sizing: border-box;
}


}
#s-fded7259-5573-449d-8ab4-bccf4f332fa8 {
  max-width: 1365px;
text-align: center;
}







  img.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
    
    
  }


.s-fded7259-5573-449d-8ab4-bccf4f332fa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
    
    
  }


.s-fded7259-5573-449d-8ab4-bccf4f332fa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
    
    
  }


.s-fded7259-5573-449d-8ab4-bccf4f332fa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
    
    
  }


.s-fded7259-5573-449d-8ab4-bccf4f332fa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
    
    
  }


.s-fded7259-5573-449d-8ab4-bccf4f332fa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded7259-5573-449d-8ab4-bccf4f332fa8.shogun-image {
  box-sizing: border-box;
}


}
#s-8e958597-a283-4772-9cf1-ec9feb177a9d {
  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-8e958597-a283-4772-9cf1-ec9feb177a9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e958597-a283-4772-9cf1-ec9feb177a9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e958597-a283-4772-9cf1-ec9feb177a9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e958597-a283-4772-9cf1-ec9feb177a9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4164fe10-d605-4f78-85ba-01390b2319ce {
  max-width: 1074px;
text-align: center;
}







  img.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
    
    
  }


.s-4164fe10-d605-4f78-85ba-01390b2319ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
    
    
  }


.s-4164fe10-d605-4f78-85ba-01390b2319ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
    
    
  }


.s-4164fe10-d605-4f78-85ba-01390b2319ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
    
    
  }


.s-4164fe10-d605-4f78-85ba-01390b2319ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
    
    
  }


.s-4164fe10-d605-4f78-85ba-01390b2319ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4164fe10-d605-4f78-85ba-01390b2319ce.shogun-image {
  box-sizing: border-box;
}


}
#s-4e7914b9-53ab-45e2-9b62-ded7222f4018 {
  max-width: 699px;
text-align: center;
}







  img.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
    
    
  }


.s-4e7914b9-53ab-45e2-9b62-ded7222f4018 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
    
    
  }


.s-4e7914b9-53ab-45e2-9b62-ded7222f4018 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
    
    
  }


.s-4e7914b9-53ab-45e2-9b62-ded7222f4018 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
    
    
  }


.s-4e7914b9-53ab-45e2-9b62-ded7222f4018 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
    
    
  }


.s-4e7914b9-53ab-45e2-9b62-ded7222f4018 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7914b9-53ab-45e2-9b62-ded7222f4018.shogun-image {
  box-sizing: border-box;
}


}
#s-f73671d6-1897-4262-979e-856fe73a7bd6 {
  max-width: 1075px;
text-align: center;
}







  img.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
    
    
  }


.s-f73671d6-1897-4262-979e-856fe73a7bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
    
    
  }


.s-f73671d6-1897-4262-979e-856fe73a7bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
    
    
  }


.s-f73671d6-1897-4262-979e-856fe73a7bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
    
    
  }


.s-f73671d6-1897-4262-979e-856fe73a7bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
    
    
  }


.s-f73671d6-1897-4262-979e-856fe73a7bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f73671d6-1897-4262-979e-856fe73a7bd6.shogun-image {
  box-sizing: border-box;
}


}
#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image,
  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
    width: 100%;
    height: auto;
  }



  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image {
    

    
    
    
  }


#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d13d4e2-fd6b-493d-9dd9-904800db7cee hr {
  border-top: 2px solid #ddd;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}


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



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}


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



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}


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



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-5af0fbdd-eaf4-4aa3-98b6-ea82f73356c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5af0fbdd-eaf4-4aa3-98b6-ea82f73356c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5af0fbdd-eaf4-4aa3-98b6-ea82f73356c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af0fbdd-eaf4-4aa3-98b6-ea82f73356c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8af7b8f-1f04-441b-b94c-98d0e01af276 {
  max-width: 1365px;
text-align: center;
}







  img.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
    
    
  }


.s-e8af7b8f-1f04-441b-b94c-98d0e01af276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
    
    
  }


.s-e8af7b8f-1f04-441b-b94c-98d0e01af276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
    
    
  }


.s-e8af7b8f-1f04-441b-b94c-98d0e01af276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
    
    
  }


.s-e8af7b8f-1f04-441b-b94c-98d0e01af276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
    
    
  }


.s-e8af7b8f-1f04-441b-b94c-98d0e01af276 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8af7b8f-1f04-441b-b94c-98d0e01af276.shogun-image {
  box-sizing: border-box;
}


}
#s-5990c557-301b-45b4-999b-bf369274729a {
  max-width: 1365px;
text-align: center;
}







  img.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
    
    
  }


.s-5990c557-301b-45b4-999b-bf369274729a .shogun-image-content {
  
    align-items: center;
  
}

.s-5990c557-301b-45b4-999b-bf369274729a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
    
    
  }


.s-5990c557-301b-45b4-999b-bf369274729a .shogun-image-content {
  
    align-items: center;
  
}

.s-5990c557-301b-45b4-999b-bf369274729a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
    
    
  }


.s-5990c557-301b-45b4-999b-bf369274729a .shogun-image-content {
  
    align-items: center;
  
}

.s-5990c557-301b-45b4-999b-bf369274729a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
    
    
  }


.s-5990c557-301b-45b4-999b-bf369274729a .shogun-image-content {
  
    align-items: center;
  
}

.s-5990c557-301b-45b4-999b-bf369274729a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
    
    
  }


.s-5990c557-301b-45b4-999b-bf369274729a .shogun-image-content {
  
    align-items: center;
  
}

.s-5990c557-301b-45b4-999b-bf369274729a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5990c557-301b-45b4-999b-bf369274729a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5990c557-301b-45b4-999b-bf369274729a.shogun-image {
  box-sizing: border-box;
}


}
#s-5586c9c2-8961-4623-860c-770e00bed127 {
  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-5586c9c2-8961-4623-860c-770e00bed127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5586c9c2-8961-4623-860c-770e00bed127"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5586c9c2-8961-4623-860c-770e00bed127"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5586c9c2-8961-4623-860c-770e00bed127"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-28c04416-940d-43cf-a745-015147e4920a {
  max-width: 1074px;
text-align: center;
}







  img.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
    
    
  }


.s-28c04416-940d-43cf-a745-015147e4920a .shogun-image-content {
  
    align-items: center;
  
}

.s-28c04416-940d-43cf-a745-015147e4920a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
    
    
  }


.s-28c04416-940d-43cf-a745-015147e4920a .shogun-image-content {
  
    align-items: center;
  
}

.s-28c04416-940d-43cf-a745-015147e4920a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
    
    
  }


.s-28c04416-940d-43cf-a745-015147e4920a .shogun-image-content {
  
    align-items: center;
  
}

.s-28c04416-940d-43cf-a745-015147e4920a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
    
    
  }


.s-28c04416-940d-43cf-a745-015147e4920a .shogun-image-content {
  
    align-items: center;
  
}

.s-28c04416-940d-43cf-a745-015147e4920a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
    
    
  }


.s-28c04416-940d-43cf-a745-015147e4920a .shogun-image-content {
  
    align-items: center;
  
}

.s-28c04416-940d-43cf-a745-015147e4920a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c04416-940d-43cf-a745-015147e4920a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c04416-940d-43cf-a745-015147e4920a.shogun-image {
  box-sizing: border-box;
}


}
#s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96 {
  max-width: 1075px;
text-align: center;
}







  img.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
    
    
  }


.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96 .shogun-image-content {
  
    align-items: center;
  
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
    
    
  }


.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96 .shogun-image-content {
  
    align-items: center;
  
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
    
    
  }


.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96 .shogun-image-content {
  
    align-items: center;
  
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
    
    
  }


.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96 .shogun-image-content {
  
    align-items: center;
  
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
    
    
  }


.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96 .shogun-image-content {
  
    align-items: center;
  
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21f8a661-e2b8-4f45-b90b-5ea24dddcc96.shogun-image {
  box-sizing: border-box;
}


}
#s-f7397944-671f-489e-8840-36b14b5530ba {
  max-width: 1075px;
text-align: center;
}







  img.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
    
    
  }


.s-f7397944-671f-489e-8840-36b14b5530ba .shogun-image-content {
  
    align-items: center;
  
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
    
    
  }


.s-f7397944-671f-489e-8840-36b14b5530ba .shogun-image-content {
  
    align-items: center;
  
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
    
    
  }


.s-f7397944-671f-489e-8840-36b14b5530ba .shogun-image-content {
  
    align-items: center;
  
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
    
    
  }


.s-f7397944-671f-489e-8840-36b14b5530ba .shogun-image-content {
  
    align-items: center;
  
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
    
    
  }


.s-f7397944-671f-489e-8840-36b14b5530ba .shogun-image-content {
  
    align-items: center;
  
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7397944-671f-489e-8840-36b14b5530ba.shogun-image {
  box-sizing: border-box;
}


}
#s-0283a21e-6adb-443b-ab9a-0833137669f0 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}





  #s-0283a21e-6adb-443b-ab9a-0833137669f0 img.shogun-image,
  #s-0283a21e-6adb-443b-ab9a-0833137669f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0283a21e-6adb-443b-ab9a-0833137669f0 {
    width: 100%;
    height: auto;
  }



  #s-0283a21e-6adb-443b-ab9a-0833137669f0 img.shogun-image {
    

    
    
    
  }


#s-0283a21e-6adb-443b-ab9a-0833137669f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-36c1f0a9-4ed8-4dc2-9f9d-8b728994fe1b hr {
  border-top: 2px solid #ddd;
}

#s-a25f98ae-a53e-4994-92e3-2f39d0c30ebe {
  background-color: rgba(255, 255, 255, 1);
}

#s-435786f9-1abe-45fe-ba22-61d3c8f7583e hr {
  border-top: 2px solid #ddd;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-41a9e0aa-e785-493f-8d8e-73d0db5a5d6a hr {
  border-top: 2px solid #ddd;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
