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

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

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

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

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

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

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

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

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

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

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

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

#s-b478f2e2-f47a-4efc-8602-977219df662b {
  min-height: 50px;
}








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





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

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



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

    
    
    
  }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-dc48bc76-59e8-426f-ae3f-5f6f43c3c601"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc48bc76-59e8-426f-ae3f-5f6f43c3c601"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc48bc76-59e8-426f-ae3f-5f6f43c3c601"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc48bc76-59e8-426f-ae3f-5f6f43c3c601"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-639251a6-b214-45e4-bfa7-51d786c7a3db {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-639251a6-b214-45e4-bfa7-51d786c7a3db:hover {background-color: rgba(93, 93, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-639251a6-b214-45e4-bfa7-51d786c7a3db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-639251a6-b214-45e4-bfa7-51d786c7a3db-root {
    text-align: center;
  }


#s-639251a6-b214-45e4-bfa7-51d786c7a3db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-639251a6-b214-45e4-bfa7-51d786c7a3db-root {
    text-align: center;
  }


#s-639251a6-b214-45e4-bfa7-51d786c7a3db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-639251a6-b214-45e4-bfa7-51d786c7a3db-root {
    text-align: center;
  }


#s-639251a6-b214-45e4-bfa7-51d786c7a3db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-639251a6-b214-45e4-bfa7-51d786c7a3db-root {
    text-align: center;
  }


#s-639251a6-b214-45e4-bfa7-51d786c7a3db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-639251a6-b214-45e4-bfa7-51d786c7a3db-root {
    text-align: center;
  }


#s-639251a6-b214-45e4-bfa7-51d786c7a3db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-03b56016-8454-48ac-b676-0dd132440589 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-03b56016-8454-48ac-b676-0dd132440589:hover {background-color: rgba(93, 93, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03b56016-8454-48ac-b676-0dd132440589:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c:hover {background-color: rgba(93, 93, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db9430c7-fe9e-49eb-8e63-0de7e74b119c-root {
    text-align: center;
  }


#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db9430c7-fe9e-49eb-8e63-0de7e74b119c-root {
    text-align: center;
  }


#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db9430c7-fe9e-49eb-8e63-0de7e74b119c-root {
    text-align: center;
  }


#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db9430c7-fe9e-49eb-8e63-0de7e74b119c-root {
    text-align: center;
  }


#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db9430c7-fe9e-49eb-8e63-0de7e74b119c-root {
    text-align: center;
  }


#s-db9430c7-fe9e-49eb-8e63-0de7e74b119c.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;
}

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

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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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








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

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

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

}

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

}

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
  max-width: 1365px;
text-align: center;
}







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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







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

    
    
    
  }


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

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

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

#s-168d83a6-599c-41ab-812e-8a2a056fd192 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-168d83a6-599c-41ab-812e-8a2a056fd192:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-168d83a6-599c-41ab-812e-8a2a056fd192:active {background-color: #000000 !important;
text-decoration: none !important;}

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


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


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


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


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


#s-168d83a6-599c-41ab-812e-8a2a056fd192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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








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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-80bb6bf6-717d-4e74-a011-9d022c5dd71a {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 {
  max-width: 1365px;
text-align: center;
}







  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



}
#s-fff48ea3-6b90-4663-98af-21c68469a634 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



}
#s-be49a55b-0c2f-4715-8648-bf72143e86e9 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



}
#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



}
#s-d83ce9be-3695-47cf-a16a-83b1aa8bee72 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 {
  max-width: 1365px;
text-align: center;
}







  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



}
#s-56ab8f90-fb0c-462e-a6c7-dcc2ec54a1ec {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



}
#s-4b3312a9-a4bb-47e3-8b06-95810263301c {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



}
#s-006b1b76-4a6f-4757-b101-1d555a6b882b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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

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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-92d31c01-2ce5-4fb5-a422-c2aea56304cd {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 {
  max-width: 1365px;
text-align: center;
}







  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



}
#s-adbff819-2062-4a75-9c7b-6e40f0b42fd4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



}
#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



}
#s-880d91cf-a00e-49dd-af68-f831f806604a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



}
#s-d0462579-bf12-4e4a-be10-032b98926934 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-036a0c0d-eca2-4a42-b951-accc794753aa {
  max-width: 1365px;
text-align: center;
}







  img.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
    
    
  }


.s-036a0c0d-eca2-4a42-b951-accc794753aa .shogun-image-content {
  
    align-items: center;
  
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
    
    
  }


.s-036a0c0d-eca2-4a42-b951-accc794753aa .shogun-image-content {
  
    align-items: center;
  
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
  box-sizing: border-box;
}



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





  img.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
    
    
  }


.s-036a0c0d-eca2-4a42-b951-accc794753aa .shogun-image-content {
  
    align-items: center;
  
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
  box-sizing: border-box;
}



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





  img.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
    
    
  }


.s-036a0c0d-eca2-4a42-b951-accc794753aa .shogun-image-content {
  
    align-items: center;
  
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
  box-sizing: border-box;
}



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





  img.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
    
    
  }


.s-036a0c0d-eca2-4a42-b951-accc794753aa .shogun-image-content {
  
    align-items: center;
  
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036a0c0d-eca2-4a42-b951-accc794753aa.shogun-image {
  box-sizing: border-box;
}



}
#s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 img.shogun-image,
  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 {
    width: 100%;
    height: auto;
  }



  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 img.shogun-image {
    

    
    
    
  }


#s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 .shogun-image-content {
  
    align-items: center;
  
}

#s-7df4c580-bb8c-4854-97f1-3462e4e92a1f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 img.shogun-image,
  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 {
    width: 100%;
    height: auto;
  }



  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 img.shogun-image {
    

    
    
    
  }


#s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 img.shogun-image,
  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 {
    width: 100%;
    height: auto;
  }



  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 img.shogun-image {
    

    
    
    
  }


#s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-451829d8-df61-484b-916c-b41e0698c060 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-451829d8-df61-484b-916c-b41e0698c060 img.shogun-image,
  #s-451829d8-df61-484b-916c-b41e0698c060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451829d8-df61-484b-916c-b41e0698c060 {
    width: 100%;
    height: auto;
  }



  #s-451829d8-df61-484b-916c-b41e0698c060 img.shogun-image {
    

    
    
    
  }


#s-451829d8-df61-484b-916c-b41e0698c060 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b3752cc-5d26-42fc-a733-4a12115badfc {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 {
  max-width: 972px;
text-align: center;
}







  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



}
#s-5494dfc1-8ee7-475a-9361-5eeadf3814bf {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



}
#s-dbe443f0-8b66-4f18-880e-2fee993fe165 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



}
#s-f34a6aa7-85f1-4246-a074-40dc841a330d {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



}
#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace {
  max-width: 2048px;
text-align: center;
}







  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



}
#s-de6eb4c9-12d3-40f2-b645-0c0d32edb99c hr {
  border-top: 2px solid #ddd;
}

#s-8528028a-d671-4612-bedf-2b575ffd6ac8 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538-root {
    text-align: center;
  }


#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538-root {
    text-align: center;
  }


#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538-root {
    text-align: center;
  }


#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538-root {
    text-align: center;
  }


#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538-root {
    text-align: center;
  }


#s-e47c8e68-90ba-44d5-b7e7-7e98bfbd3538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2a204d5a-72b9-4989-ac0e-b70f3e7fe28a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-9909800c-529f-4988-a944-55ad7a8f7698"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9909800c-529f-4988-a944-55ad7a8f7698"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9909800c-529f-4988-a944-55ad7a8f7698"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9909800c-529f-4988-a944-55ad7a8f7698"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5789594c-af3f-4244-a5c7-0b5b6151cb21 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5789594c-af3f-4244-a5c7-0b5b6151cb21 img.shogun-image,
  #s-5789594c-af3f-4244-a5c7-0b5b6151cb21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5789594c-af3f-4244-a5c7-0b5b6151cb21 {
    width: 100%;
    height: auto;
  }



  #s-5789594c-af3f-4244-a5c7-0b5b6151cb21 img.shogun-image {
    

    
    
    
  }


#s-5789594c-af3f-4244-a5c7-0b5b6151cb21 .shogun-image-content {
  
    align-items: center;
  
}

#s-090bf5d3-b5b1-455a-870d-15d96fc68a58 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-090bf5d3-b5b1-455a-870d-15d96fc68a58 img.shogun-image,
  #s-090bf5d3-b5b1-455a-870d-15d96fc68a58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-090bf5d3-b5b1-455a-870d-15d96fc68a58 {
    width: 100%;
    height: auto;
  }



  #s-090bf5d3-b5b1-455a-870d-15d96fc68a58 img.shogun-image {
    

    
    
    
  }


#s-090bf5d3-b5b1-455a-870d-15d96fc68a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-b80574c7-a4f9-4db5-91c3-447aa0825494 {
  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-b80574c7-a4f9-4db5-91c3-447aa0825494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b80574c7-a4f9-4db5-91c3-447aa0825494"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b80574c7-a4f9-4db5-91c3-447aa0825494"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b80574c7-a4f9-4db5-91c3-447aa0825494"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-23e1ee16-5348-4b1e-8cca-cbfba1503ada {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-23e1ee16-5348-4b1e-8cca-cbfba1503ada img.shogun-image,
  #s-23e1ee16-5348-4b1e-8cca-cbfba1503ada .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e1ee16-5348-4b1e-8cca-cbfba1503ada {
    width: 100%;
    height: auto;
  }



  #s-23e1ee16-5348-4b1e-8cca-cbfba1503ada img.shogun-image {
    

    
    
    
  }


#s-23e1ee16-5348-4b1e-8cca-cbfba1503ada .shogun-image-content {
  
    align-items: center;
  
}

#s-387b3e54-f08d-443c-af53-d495382065bc {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 870px;
aspect-ratio: 870/1273;
text-align: center;
}





  #s-387b3e54-f08d-443c-af53-d495382065bc img.shogun-image,
  #s-387b3e54-f08d-443c-af53-d495382065bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-387b3e54-f08d-443c-af53-d495382065bc {
    width: 100%;
    height: auto;
  }



  #s-387b3e54-f08d-443c-af53-d495382065bc img.shogun-image {
    

    
    
    
  }


#s-387b3e54-f08d-443c-af53-d495382065bc .shogun-image-content {
  
    align-items: center;
  
}

#s-6e741af1-7643-4aca-af8d-7dcfeaa3f9d1 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-6e741af1-7643-4aca-af8d-7dcfeaa3f9d1 img.shogun-image,
  #s-6e741af1-7643-4aca-af8d-7dcfeaa3f9d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e741af1-7643-4aca-af8d-7dcfeaa3f9d1 {
    width: 100%;
    height: auto;
  }



  #s-6e741af1-7643-4aca-af8d-7dcfeaa3f9d1 img.shogun-image {
    

    
    
    
  }


#s-6e741af1-7643-4aca-af8d-7dcfeaa3f9d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8905eadd-ebd5-4f2f-8fd3-80e5afff47f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0fb813fa-0a65-4ec1-a320-a5fadd8df260 {
  max-width: 1365px;
text-align: center;
}







  img.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
    
    
  }


.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
    
    
  }


.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
    
    
  }


.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
    
    
  }


.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
    
    
  }


.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb813fa-0a65-4ec1-a320-a5fadd8df260.shogun-image {
  box-sizing: border-box;
}



}
#s-bd9ce28f-067d-461f-a7b8-d53560ae3c7f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f4ce1085-b88f-4154-a3f5-1d81c99014b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ce1085-b88f-4154-a3f5-1d81c99014b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ce1085-b88f-4154-a3f5-1d81c99014b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ce1085-b88f-4154-a3f5-1d81c99014b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bfbe29f1-e187-46ba-b654-93499a6ce3dd {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
    
    
  }


.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
    
    
  }


.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
    
    
  }


.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
    
    
  }


.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
    
    
  }


.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbe29f1-e187-46ba-b654-93499a6ce3dd.shogun-image {
  box-sizing: border-box;
}



}
#s-8392ab3d-0703-4533-9f12-eee1bbc35d22 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
    
    
  }


.s-8392ab3d-0703-4533-9f12-eee1bbc35d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
    
    
  }


.s-8392ab3d-0703-4533-9f12-eee1bbc35d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
    
    
  }


.s-8392ab3d-0703-4533-9f12-eee1bbc35d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
    
    
  }


.s-8392ab3d-0703-4533-9f12-eee1bbc35d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
    
    
  }


.s-8392ab3d-0703-4533-9f12-eee1bbc35d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8392ab3d-0703-4533-9f12-eee1bbc35d22.shogun-image {
  box-sizing: border-box;
}



}
#s-97b09e66-438d-4408-85a0-3e5f264ff453 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
    
    
  }


.s-97b09e66-438d-4408-85a0-3e5f264ff453 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
    
    
  }


.s-97b09e66-438d-4408-85a0-3e5f264ff453 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
  box-sizing: border-box;
}



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





  img.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
    
    
  }


.s-97b09e66-438d-4408-85a0-3e5f264ff453 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
  box-sizing: border-box;
}



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





  img.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
    
    
  }


.s-97b09e66-438d-4408-85a0-3e5f264ff453 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
  box-sizing: border-box;
}



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





  img.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
    
    
  }


.s-97b09e66-438d-4408-85a0-3e5f264ff453 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b09e66-438d-4408-85a0-3e5f264ff453.shogun-image {
  box-sizing: border-box;
}



}
#s-c5f1935e-2215-4133-8a1e-6a16e3e018bd {
  max-width: 2048px;
text-align: center;
}







  img.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
    
    
  }


.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
    
    
  }


.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
    
    
  }


.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
    
    
  }


.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
    
    
  }


.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f1935e-2215-4133-8a1e-6a16e3e018bd.shogun-image {
  box-sizing: border-box;
}



}
#s-30599e33-7ec8-40d4-9740-2f2be6d39a8b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-41796d8d-7b49-456f-a5ab-cccbad9d83b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41796d8d-7b49-456f-a5ab-cccbad9d83b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41796d8d-7b49-456f-a5ab-cccbad9d83b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41796d8d-7b49-456f-a5ab-cccbad9d83b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e0fcf581-f6ff-44c0-be3f-33e14fe924b7 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e0fcf581-f6ff-44c0-be3f-33e14fe924b7 img.shogun-image,
  #s-e0fcf581-f6ff-44c0-be3f-33e14fe924b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0fcf581-f6ff-44c0-be3f-33e14fe924b7 {
    width: 100%;
    height: auto;
  }



  #s-e0fcf581-f6ff-44c0-be3f-33e14fe924b7 img.shogun-image {
    

    
    
    
  }


#s-e0fcf581-f6ff-44c0-be3f-33e14fe924b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-90bbe4a3-d23c-42f1-91a0-e1f2b36baaf2 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-90bbe4a3-d23c-42f1-91a0-e1f2b36baaf2 img.shogun-image,
  #s-90bbe4a3-d23c-42f1-91a0-e1f2b36baaf2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90bbe4a3-d23c-42f1-91a0-e1f2b36baaf2 {
    width: 100%;
    height: auto;
  }



  #s-90bbe4a3-d23c-42f1-91a0-e1f2b36baaf2 img.shogun-image {
    

    
    
    
  }


#s-90bbe4a3-d23c-42f1-91a0-e1f2b36baaf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-00965523-a57c-4cc7-9c5c-bc58070e02af {
  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-00965523-a57c-4cc7-9c5c-bc58070e02af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00965523-a57c-4cc7-9c5c-bc58070e02af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00965523-a57c-4cc7-9c5c-bc58070e02af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00965523-a57c-4cc7-9c5c-bc58070e02af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9ff0e539-258d-465c-ae37-7bd8e11d0c67 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-9ff0e539-258d-465c-ae37-7bd8e11d0c67 img.shogun-image,
  #s-9ff0e539-258d-465c-ae37-7bd8e11d0c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ff0e539-258d-465c-ae37-7bd8e11d0c67 {
    width: 100%;
    height: auto;
  }



  #s-9ff0e539-258d-465c-ae37-7bd8e11d0c67 img.shogun-image {
    

    
    
    
  }


#s-9ff0e539-258d-465c-ae37-7bd8e11d0c67 .shogun-image-content {
  
    align-items: center;
  
}

#s-1687e15d-5749-441b-8f8f-e9c59e75c36f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 754px;
aspect-ratio: 754/1104;
text-align: center;
}





  #s-1687e15d-5749-441b-8f8f-e9c59e75c36f img.shogun-image,
  #s-1687e15d-5749-441b-8f8f-e9c59e75c36f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1687e15d-5749-441b-8f8f-e9c59e75c36f {
    width: 100%;
    height: auto;
  }



  #s-1687e15d-5749-441b-8f8f-e9c59e75c36f img.shogun-image {
    

    
    
    
  }


#s-1687e15d-5749-441b-8f8f-e9c59e75c36f .shogun-image-content {
  
    align-items: center;
  
}

#s-770205c5-834a-4aa1-b50d-7237a83d860c {
  max-width: 893px;
aspect-ratio: 893/1308;
text-align: center;
}





  #s-770205c5-834a-4aa1-b50d-7237a83d860c img.shogun-image,
  #s-770205c5-834a-4aa1-b50d-7237a83d860c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770205c5-834a-4aa1-b50d-7237a83d860c {
    width: 100%;
    height: auto;
  }



  #s-770205c5-834a-4aa1-b50d-7237a83d860c img.shogun-image {
    

    
    
    
  }


#s-770205c5-834a-4aa1-b50d-7237a83d860c .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6e0ee0-361c-4090-8e13-332ca3f011c2 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef6e0ee0-361c-4090-8e13-332ca3f011c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1be0de30-ce9c-4481-bb10-23c31482c37f {
  max-width: 1365px;
text-align: center;
}







  img.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
    
    
  }


.s-1be0de30-ce9c-4481-bb10-23c31482c37f .shogun-image-content {
  
    align-items: center;
  
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
    
    
  }


.s-1be0de30-ce9c-4481-bb10-23c31482c37f .shogun-image-content {
  
    align-items: center;
  
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
    
    
  }


.s-1be0de30-ce9c-4481-bb10-23c31482c37f .shogun-image-content {
  
    align-items: center;
  
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
    
    
  }


.s-1be0de30-ce9c-4481-bb10-23c31482c37f .shogun-image-content {
  
    align-items: center;
  
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
    
    
  }


.s-1be0de30-ce9c-4481-bb10-23c31482c37f .shogun-image-content {
  
    align-items: center;
  
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be0de30-ce9c-4481-bb10-23c31482c37f.shogun-image {
  box-sizing: border-box;
}



}
#s-bd02f898-9c3b-491b-9fc8-c6d074391f70 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-76c7900c-de80-4fe8-9e91-91be915afa77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76c7900c-de80-4fe8-9e91-91be915afa77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76c7900c-de80-4fe8-9e91-91be915afa77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76c7900c-de80-4fe8-9e91-91be915afa77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
    
    
  }


.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab .shogun-image-content {
  
    align-items: center;
  
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
    
    
  }


.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab .shogun-image-content {
  
    align-items: center;
  
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
    
    
  }


.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab .shogun-image-content {
  
    align-items: center;
  
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
    
    
  }


.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab .shogun-image-content {
  
    align-items: center;
  
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
    
    
  }


.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab .shogun-image-content {
  
    align-items: center;
  
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea9f004-36aa-4c1c-a06c-2e09d02c5aab.shogun-image {
  box-sizing: border-box;
}



}
#s-cbca6da5-7715-4c50-ae91-b262afa1703a {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
    
    
  }


.s-cbca6da5-7715-4c50-ae91-b262afa1703a .shogun-image-content {
  
    align-items: center;
  
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
    
    
  }


.s-cbca6da5-7715-4c50-ae91-b262afa1703a .shogun-image-content {
  
    align-items: center;
  
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
    
    
  }


.s-cbca6da5-7715-4c50-ae91-b262afa1703a .shogun-image-content {
  
    align-items: center;
  
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
    
    
  }


.s-cbca6da5-7715-4c50-ae91-b262afa1703a .shogun-image-content {
  
    align-items: center;
  
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
    
    
  }


.s-cbca6da5-7715-4c50-ae91-b262afa1703a .shogun-image-content {
  
    align-items: center;
  
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbca6da5-7715-4c50-ae91-b262afa1703a.shogun-image {
  box-sizing: border-box;
}



}
#s-e11fdd68-1f2e-4f9e-9507-8b99a700d993 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
    
    
  }


.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
    
    
  }


.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
    
    
  }


.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
    
    
  }


.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
    
    
  }


.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993 .shogun-image-content {
  
    align-items: center;
  
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e11fdd68-1f2e-4f9e-9507-8b99a700d993.shogun-image {
  box-sizing: border-box;
}



}
#s-e127b390-81a8-4874-ba8f-a935b943df2f {
  max-width: 2048px;
text-align: center;
}







  img.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
    
    
  }


.s-e127b390-81a8-4874-ba8f-a935b943df2f .shogun-image-content {
  
    align-items: center;
  
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
    
    
  }


.s-e127b390-81a8-4874-ba8f-a935b943df2f .shogun-image-content {
  
    align-items: center;
  
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
    
    
  }


.s-e127b390-81a8-4874-ba8f-a935b943df2f .shogun-image-content {
  
    align-items: center;
  
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
    
    
  }


.s-e127b390-81a8-4874-ba8f-a935b943df2f .shogun-image-content {
  
    align-items: center;
  
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
    
    
  }


.s-e127b390-81a8-4874-ba8f-a935b943df2f .shogun-image-content {
  
    align-items: center;
  
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e127b390-81a8-4874-ba8f-a935b943df2f.shogun-image {
  box-sizing: border-box;
}



}
#s-fdd3e0ac-0bba-426e-9265-ccc716505756 hr {
  border-top: 2px solid #ddd;
}

#s-1d55f0bc-d8d0-4103-8703-80802ec39d70 {
  background-color: rgba(255, 255, 255, 1);
}

#s-df81ece8-f767-4fce-8309-37d07d330c2b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8dd05b87-c95a-4c63-ad7e-9ec88f437b6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8dd05b87-c95a-4c63-ad7e-9ec88f437b6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd05b87-c95a-4c63-ad7e-9ec88f437b6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd05b87-c95a-4c63-ad7e-9ec88f437b6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e09aae50-cc43-4301-92c4-528322b5e3ba {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e09aae50-cc43-4301-92c4-528322b5e3ba img.shogun-image,
  #s-e09aae50-cc43-4301-92c4-528322b5e3ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09aae50-cc43-4301-92c4-528322b5e3ba {
    width: 100%;
    height: auto;
  }



  #s-e09aae50-cc43-4301-92c4-528322b5e3ba img.shogun-image {
    

    
    
    
  }


#s-e09aae50-cc43-4301-92c4-528322b5e3ba .shogun-image-content {
  
    align-items: center;
  
}

#s-7ebc73dd-537a-4670-91bd-6894eb653bf9 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-7ebc73dd-537a-4670-91bd-6894eb653bf9 img.shogun-image,
  #s-7ebc73dd-537a-4670-91bd-6894eb653bf9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ebc73dd-537a-4670-91bd-6894eb653bf9 {
    width: 100%;
    height: auto;
  }



  #s-7ebc73dd-537a-4670-91bd-6894eb653bf9 img.shogun-image {
    

    
    
    
  }


#s-7ebc73dd-537a-4670-91bd-6894eb653bf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e367a28-cc93-4f39-ad12-25f6d15f2949 {
  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-8e367a28-cc93-4f39-ad12-25f6d15f2949"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e367a28-cc93-4f39-ad12-25f6d15f2949"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e367a28-cc93-4f39-ad12-25f6d15f2949"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e367a28-cc93-4f39-ad12-25f6d15f2949"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-379536f7-1cd2-40df-bf9a-231aa72ee1ca {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-379536f7-1cd2-40df-bf9a-231aa72ee1ca img.shogun-image,
  #s-379536f7-1cd2-40df-bf9a-231aa72ee1ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-379536f7-1cd2-40df-bf9a-231aa72ee1ca {
    width: 100%;
    height: auto;
  }



  #s-379536f7-1cd2-40df-bf9a-231aa72ee1ca img.shogun-image {
    

    
    
    
  }


#s-379536f7-1cd2-40df-bf9a-231aa72ee1ca .shogun-image-content {
  
    align-items: center;
  
}

#s-2f108e5d-cfd0-4520-8982-b38eda96d6d5 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-2f108e5d-cfd0-4520-8982-b38eda96d6d5 img.shogun-image,
  #s-2f108e5d-cfd0-4520-8982-b38eda96d6d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f108e5d-cfd0-4520-8982-b38eda96d6d5 {
    width: 100%;
    height: auto;
  }



  #s-2f108e5d-cfd0-4520-8982-b38eda96d6d5 img.shogun-image {
    

    
    
    
  }


#s-2f108e5d-cfd0-4520-8982-b38eda96d6d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcbc7502-da13-4347-9dce-5e1d877a4abc {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-fcbc7502-da13-4347-9dce-5e1d877a4abc img.shogun-image,
  #s-fcbc7502-da13-4347-9dce-5e1d877a4abc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcbc7502-da13-4347-9dce-5e1d877a4abc {
    width: 100%;
    height: auto;
  }



  #s-fcbc7502-da13-4347-9dce-5e1d877a4abc img.shogun-image {
    

    
    
    
  }


#s-fcbc7502-da13-4347-9dce-5e1d877a4abc .shogun-image-content {
  
    align-items: center;
  
}

#s-0904682c-c07c-4eff-858e-0f86e4d85c61 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0904682c-c07c-4eff-858e-0f86e4d85c61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-da138085-2028-4634-ac7f-101c543d5f73 {
  max-width: 911px;
text-align: center;
}







  img.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
    
    
  }


.s-da138085-2028-4634-ac7f-101c543d5f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
    
    
  }


.s-da138085-2028-4634-ac7f-101c543d5f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
    
    
  }


.s-da138085-2028-4634-ac7f-101c543d5f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
    
    
  }


.s-da138085-2028-4634-ac7f-101c543d5f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
    
    
  }


.s-da138085-2028-4634-ac7f-101c543d5f73 .shogun-image-content {
  
    align-items: center;
  
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da138085-2028-4634-ac7f-101c543d5f73.shogun-image {
  box-sizing: border-box;
}



}
#s-e6ed4798-ab64-49c0-8f72-39b3edc2203b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-11940645-bc02-42c0-9411-daaa0a8ee42d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11940645-bc02-42c0-9411-daaa0a8ee42d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11940645-bc02-42c0-9411-daaa0a8ee42d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11940645-bc02-42c0-9411-daaa0a8ee42d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-603825ab-7b25-4654-9b26-4dbba38b1e62 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
    
    
  }


.s-603825ab-7b25-4654-9b26-4dbba38b1e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
    
    
  }


.s-603825ab-7b25-4654-9b26-4dbba38b1e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
  box-sizing: border-box;
}



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





  img.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
    
    
  }


.s-603825ab-7b25-4654-9b26-4dbba38b1e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
  box-sizing: border-box;
}



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





  img.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
    
    
  }


.s-603825ab-7b25-4654-9b26-4dbba38b1e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
  box-sizing: border-box;
}



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





  img.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
    
    
  }


.s-603825ab-7b25-4654-9b26-4dbba38b1e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603825ab-7b25-4654-9b26-4dbba38b1e62.shogun-image {
  box-sizing: border-box;
}



}
#s-810142d0-5c14-4602-a3b4-d1cc8a13612d {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
    
    
  }


.s-810142d0-5c14-4602-a3b4-d1cc8a13612d .shogun-image-content {
  
    align-items: center;
  
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
    
    
  }


.s-810142d0-5c14-4602-a3b4-d1cc8a13612d .shogun-image-content {
  
    align-items: center;
  
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
    
    
  }


.s-810142d0-5c14-4602-a3b4-d1cc8a13612d .shogun-image-content {
  
    align-items: center;
  
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
    
    
  }


.s-810142d0-5c14-4602-a3b4-d1cc8a13612d .shogun-image-content {
  
    align-items: center;
  
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
    
    
  }


.s-810142d0-5c14-4602-a3b4-d1cc8a13612d .shogun-image-content {
  
    align-items: center;
  
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810142d0-5c14-4602-a3b4-d1cc8a13612d.shogun-image {
  box-sizing: border-box;
}



}
#s-fe9210ce-4c0a-40bc-b525-c2faa25380f0 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
    
    
  }


.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
    
    
  }


.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
    
    
  }


.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
    
    
  }


.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
    
    
  }


.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9210ce-4c0a-40bc-b525-c2faa25380f0.shogun-image {
  box-sizing: border-box;
}



}
#s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f {
  max-width: 2048px;
text-align: center;
}







  img.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
    
    
  }


.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
    
    
  }


.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
    
    
  }


.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
    
    
  }


.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
    
    
  }


.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f .shogun-image-content {
  
    align-items: center;
  
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a9538a-c4a0-4d0a-8abc-c1d0f31ef14f.shogun-image {
  box-sizing: border-box;
}



}
#s-719ac29e-1794-4341-aa38-a628ef19c05c hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-0d11456d-d96d-45ac-9b50-e058be877f76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d11456d-d96d-45ac-9b50-e058be877f76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d11456d-d96d-45ac-9b50-e058be877f76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d11456d-d96d-45ac-9b50-e058be877f76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-370733d1-20ac-4d39-8636-dd4cfde5439b {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-370733d1-20ac-4d39-8636-dd4cfde5439b img.shogun-image,
  #s-370733d1-20ac-4d39-8636-dd4cfde5439b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-370733d1-20ac-4d39-8636-dd4cfde5439b {
    width: 100%;
    height: auto;
  }



  #s-370733d1-20ac-4d39-8636-dd4cfde5439b img.shogun-image {
    

    
    
    
  }


#s-370733d1-20ac-4d39-8636-dd4cfde5439b .shogun-image-content {
  
    align-items: center;
  
}

#s-bc3ae3d2-1565-4f75-919f-642f2ca422ba {
  max-width: 1365px;
text-align: center;
}







  img.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
    
    
  }


.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba .shogun-image-content {
  
    align-items: center;
  
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
    
    
  }


.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba .shogun-image-content {
  
    align-items: center;
  
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
    
    
  }


.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba .shogun-image-content {
  
    align-items: center;
  
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
    
    
  }


.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba .shogun-image-content {
  
    align-items: center;
  
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
    
    
  }


.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba .shogun-image-content {
  
    align-items: center;
  
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc3ae3d2-1565-4f75-919f-642f2ca422ba.shogun-image {
  box-sizing: border-box;
}



}
#s-d91adb73-b323-4674-8385-8bc6fe1c382c {
  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-d91adb73-b323-4674-8385-8bc6fe1c382c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d91adb73-b323-4674-8385-8bc6fe1c382c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d91adb73-b323-4674-8385-8bc6fe1c382c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d91adb73-b323-4674-8385-8bc6fe1c382c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-997ced2c-f586-4ad6-ba26-c1fba124810c {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-997ced2c-f586-4ad6-ba26-c1fba124810c img.shogun-image,
  #s-997ced2c-f586-4ad6-ba26-c1fba124810c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-997ced2c-f586-4ad6-ba26-c1fba124810c {
    width: 100%;
    height: auto;
  }



  #s-997ced2c-f586-4ad6-ba26-c1fba124810c img.shogun-image {
    

    
    
    
  }


#s-997ced2c-f586-4ad6-ba26-c1fba124810c .shogun-image-content {
  
    align-items: center;
  
}

#s-84e7b56c-993f-49b6-822c-e8043575cc58 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-84e7b56c-993f-49b6-822c-e8043575cc58 img.shogun-image,
  #s-84e7b56c-993f-49b6-822c-e8043575cc58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84e7b56c-993f-49b6-822c-e8043575cc58 {
    width: 100%;
    height: auto;
  }



  #s-84e7b56c-993f-49b6-822c-e8043575cc58 img.shogun-image {
    

    
    
    
  }


#s-84e7b56c-993f-49b6-822c-e8043575cc58 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9a00272-9be5-4737-b9d7-ce273c640863 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-a9a00272-9be5-4737-b9d7-ce273c640863 img.shogun-image,
  #s-a9a00272-9be5-4737-b9d7-ce273c640863 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9a00272-9be5-4737-b9d7-ce273c640863 {
    width: 100%;
    height: auto;
  }



  #s-a9a00272-9be5-4737-b9d7-ce273c640863 img.shogun-image {
    

    
    
    
  }


#s-a9a00272-9be5-4737-b9d7-ce273c640863 .shogun-image-content {
  
    align-items: center;
  
}

#s-8892542d-5b47-495b-b921-59712d902579 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8892542d-5b47-495b-b921-59712d902579"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-599e676c-07c7-4aca-8a11-310e0d6e3927 {
  max-width: 767px;
text-align: center;
}







  img.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
    
    
  }


.s-599e676c-07c7-4aca-8a11-310e0d6e3927 .shogun-image-content {
  
    align-items: center;
  
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
    
    
  }


.s-599e676c-07c7-4aca-8a11-310e0d6e3927 .shogun-image-content {
  
    align-items: center;
  
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
  box-sizing: border-box;
}



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





  img.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
    
    
  }


.s-599e676c-07c7-4aca-8a11-310e0d6e3927 .shogun-image-content {
  
    align-items: center;
  
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
  box-sizing: border-box;
}



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





  img.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
    
    
  }


.s-599e676c-07c7-4aca-8a11-310e0d6e3927 .shogun-image-content {
  
    align-items: center;
  
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
  box-sizing: border-box;
}



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





  img.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
    
    
  }


.s-599e676c-07c7-4aca-8a11-310e0d6e3927 .shogun-image-content {
  
    align-items: center;
  
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599e676c-07c7-4aca-8a11-310e0d6e3927.shogun-image {
  box-sizing: border-box;
}



}
#s-ed15c02b-7673-4dec-88ff-1810b6c94a92 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e41240aa-72fe-4424-b481-3e16a4d37935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e41240aa-72fe-4424-b481-3e16a4d37935"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e41240aa-72fe-4424-b481-3e16a4d37935"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e41240aa-72fe-4424-b481-3e16a4d37935"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
    
    
  }


.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
    
    
  }


.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
    
    
  }


.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
    
    
  }


.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
    
    
  }


.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc5fd44-8dfd-4155-a7f2-c48a4c52f1f4.shogun-image {
  box-sizing: border-box;
}



}
#s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
    
    
  }


.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
    
    
  }


.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
    
    
  }


.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
    
    
  }


.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
    
    
  }


.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf .shogun-image-content {
  
    align-items: center;
  
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b7d594-23ed-4ab9-91b0-b7aa33f9b3bf.shogun-image {
  box-sizing: border-box;
}



}
#s-d47c3da6-e57c-44bd-9583-c63dee884116 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
    
    
  }


.s-d47c3da6-e57c-44bd-9583-c63dee884116 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
    
    
  }


.s-d47c3da6-e57c-44bd-9583-c63dee884116 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
    
    
  }


.s-d47c3da6-e57c-44bd-9583-c63dee884116 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
    
    
  }


.s-d47c3da6-e57c-44bd-9583-c63dee884116 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
    
    
  }


.s-d47c3da6-e57c-44bd-9583-c63dee884116 .shogun-image-content {
  
    align-items: center;
  
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d47c3da6-e57c-44bd-9583-c63dee884116.shogun-image {
  box-sizing: border-box;
}



}
#s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8 {
  max-width: 2048px;
text-align: center;
}







  img.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
    
    
  }


.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
    
    
  }


.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
    
    
  }


.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
    
    
  }


.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
    
    
  }


.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e649ecc8-7dfb-4d24-8aba-c9bbfe3aaee8.shogun-image {
  box-sizing: border-box;
}



}
#s-885de377-ee6d-4224-9ea0-c024ec82c825 hr {
  border-top: 2px solid #ddd;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-bcfee988-5c89-4ed4-add9-b4c914fd913a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(109, 17, 54, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-bcfee988-5c89-4ed4-add9-b4c914fd913a .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Adamina";
  font-style:  normal ;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-48c0a298-5cbb-47b3-9025-0e30f54431a7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-36e9e31e-389e-474a-a252-c8b11afe2c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36e9e31e-389e-474a-a252-c8b11afe2c19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36e9e31e-389e-474a-a252-c8b11afe2c19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36e9e31e-389e-474a-a252-c8b11afe2c19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-5272acfe-7445-4363-ae8f-cf7a332cfc30 {
  margin-top: 13px;
min-height: 400px;
}

#s-2e87fc08-2c8c-473d-86cf-510ae7911016 {
  max-width: 3622px;
text-align: center;
}







  img.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
    
    
  }


.s-2e87fc08-2c8c-473d-86cf-510ae7911016 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
    
    
  }


.s-2e87fc08-2c8c-473d-86cf-510ae7911016 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
    
    
  }


.s-2e87fc08-2c8c-473d-86cf-510ae7911016 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
    
    
  }


.s-2e87fc08-2c8c-473d-86cf-510ae7911016 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
    
    
  }


.s-2e87fc08-2c8c-473d-86cf-510ae7911016 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e87fc08-2c8c-473d-86cf-510ae7911016.shogun-image {
  box-sizing: border-box;
}



}
#s-8769d137-bf13-4c41-b3c4-6c6c32920eac {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8769d137-bf13-4c41-b3c4-6c6c32920eac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8769d137-bf13-4c41-b3c4-6c6c32920eac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8769d137-bf13-4c41-b3c4-6c6c32920eac-root {
    text-align: center;
  }


#s-8769d137-bf13-4c41-b3c4-6c6c32920eac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8769d137-bf13-4c41-b3c4-6c6c32920eac-root {
    text-align: center;
  }


#s-8769d137-bf13-4c41-b3c4-6c6c32920eac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8769d137-bf13-4c41-b3c4-6c6c32920eac-root {
    text-align: center;
  }


#s-8769d137-bf13-4c41-b3c4-6c6c32920eac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8769d137-bf13-4c41-b3c4-6c6c32920eac-root {
    text-align: center;
  }


#s-8769d137-bf13-4c41-b3c4-6c6c32920eac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8769d137-bf13-4c41-b3c4-6c6c32920eac-root {
    text-align: center;
  }


#s-8769d137-bf13-4c41-b3c4-6c6c32920eac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef16cc50-3343-4b7a-929c-f1afe2536e81 hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
