.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;
}
#s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 {
  max-width: 2048px;
aspect-ratio: 2048/814;
text-align: center;
}





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

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



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

    
    
    
  }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

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

}

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

}

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

}

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

}

#s-cf508c9e-5273-4b76-a144-5d7b13a1b941 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
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: 1398px;
aspect-ratio: 1398/2048;
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;
}

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

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc img.shogun-image,
  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
    width: 100%;
    height: auto;
  }



  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 {
  text-align: 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){



  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc img.shogun-image,
  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
    width: 100%;
    height: auto;
  }



  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 {
  text-align: 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){



  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc img.shogun-image,
  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
    width: 100%;
    height: auto;
  }



  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 {
  text-align: 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){



  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc img.shogun-image,
  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
    width: 100%;
    height: auto;
  }



  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 {
  text-align: 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){



  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc img.shogun-image,
  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
    width: 100%;
    height: auto;
  }



  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 {
  text-align: 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: 1398px;
aspect-ratio: 1398/2048;
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);
text-align: center;
}







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

    
    
    
  }


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

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

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

.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-7af178b7-fa63-446b-9853-63d42b882862 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7af178b7-fa63-446b-9853-63d42b882862:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7af178b7-fa63-446b-9853-63d42b882862:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








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

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

@media (min-width: 0px) {
[id="s-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: 1398px;
aspect-ratio: 1398/2048;
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: 954px;
aspect-ratio: 954/1398;
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-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 {
  max-width: 699px;
aspect-ratio: 699/1024;
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-ff4ed24c-0719-46f5-a531-4c4cd1320477 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
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-8663d981-3ee5-4e62-a50d-d087af91f77e {
  max-width: 699px;
aspect-ratio: 699/1024;
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-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf img.shogun-image,
  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
    width: 100%;
    height: auto;
  }



  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  text-align: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf img.shogun-image,
  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
    width: 100%;
    height: auto;
  }



  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  text-align: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}


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



  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf img.shogun-image,
  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
    width: 100%;
    height: auto;
  }



  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  text-align: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}


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



  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf img.shogun-image,
  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
    width: 100%;
    height: auto;
  }



  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  text-align: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}


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



  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf img.shogun-image,
  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
    width: 100%;
    height: auto;
  }



  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  text-align: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.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: 954px;
aspect-ratio: 954/1398;
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: 1398px;
aspect-ratio: 1398/2048;
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: 699px;
aspect-ratio: 699/1024;
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-6d689a11-3b9b-4e85-9c1b-cc272914ea8b {
  max-width: 691px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6d689a11-3b9b-4e85-9c1b-cc272914ea8b img.shogun-image,
  #s-6d689a11-3b9b-4e85-9c1b-cc272914ea8b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d689a11-3b9b-4e85-9c1b-cc272914ea8b {
    width: 100%;
    height: auto;
  }



  #s-6d689a11-3b9b-4e85-9c1b-cc272914ea8b img.shogun-image {
    

    
    
    
  }


#s-6d689a11-3b9b-4e85-9c1b-cc272914ea8b .shogun-image-content {
  
    align-items: center;
  
}

#s-fab8947a-0297-4fb6-b677-bbbada1aa667 {
  max-width: 691px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 img.shogun-image,
  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 {
    width: 100%;
    height: auto;
  }



  img.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
    
    
  }


.s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shg-align-container {
  text-align: center
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 img.shogun-image,
  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 {
    width: 100%;
    height: auto;
  }



  img.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
    
    
  }


.s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shg-align-container {
  text-align: center
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
  box-sizing: border-box;
}


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



  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 img.shogun-image,
  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 {
    width: 100%;
    height: auto;
  }



  img.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
    
    
  }


.s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shg-align-container {
  text-align: center
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
  box-sizing: border-box;
}


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



  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 img.shogun-image,
  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 {
    width: 100%;
    height: auto;
  }



  img.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
    
    
  }


.s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shg-align-container {
  text-align: center
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
  box-sizing: border-box;
}


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



  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 img.shogun-image,
  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fab8947a-0297-4fb6-b677-bbbada1aa667 {
    width: 100%;
    height: auto;
  }



  img.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
    
    
  }


.s-fab8947a-0297-4fb6-b677-bbbada1aa667 .shogun-image-content {
  
    align-items: center;
  
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shg-align-container {
  text-align: center
}

.s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab8947a-0297-4fb6-b677-bbbada1aa667.shogun-image {
  box-sizing: border-box;
}


}
#s-969241b4-8788-4c91-a7e4-6cd20f7655cc {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc img.shogun-image,
  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc {
    width: 100%;
    height: auto;
  }



  img.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
    
    
  }


.s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shogun-image-content {
  
    align-items: center;
  
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shg-align-container {
  text-align: center
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc img.shogun-image,
  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc {
    width: 100%;
    height: auto;
  }



  img.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
    
    
  }


.s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shogun-image-content {
  
    align-items: center;
  
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shg-align-container {
  text-align: center
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
  box-sizing: border-box;
}


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



  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc img.shogun-image,
  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc {
    width: 100%;
    height: auto;
  }



  img.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
    
    
  }


.s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shogun-image-content {
  
    align-items: center;
  
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shg-align-container {
  text-align: center
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
  box-sizing: border-box;
}


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



  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc img.shogun-image,
  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc {
    width: 100%;
    height: auto;
  }



  img.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
    
    
  }


.s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shogun-image-content {
  
    align-items: center;
  
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shg-align-container {
  text-align: center
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
  box-sizing: border-box;
}


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



  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc img.shogun-image,
  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969241b4-8788-4c91-a7e4-6cd20f7655cc {
    width: 100%;
    height: auto;
  }



  img.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
    
    
  }


.s-969241b4-8788-4c91-a7e4-6cd20f7655cc .shogun-image-content {
  
    align-items: center;
  
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shg-align-container {
  text-align: center
}

.s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969241b4-8788-4c91-a7e4-6cd20f7655cc.shogun-image {
  box-sizing: border-box;
}


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

#s-78a6a231-f02a-4f62-aa50-0c5662978f60 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e17aace6-d520-4baf-80fd-a50360c0d030 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e17aace6-d520-4baf-80fd-a50360c0d030:hover {background-color: rgba(166, 202, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e17aace6-d520-4baf-80fd-a50360c0d030:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e17aace6-d520-4baf-80fd-a50360c0d030-root {
    text-align: center;
  }


#s-e17aace6-d520-4baf-80fd-a50360c0d030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e17aace6-d520-4baf-80fd-a50360c0d030-root {
    text-align: center;
  }


#s-e17aace6-d520-4baf-80fd-a50360c0d030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e17aace6-d520-4baf-80fd-a50360c0d030-root {
    text-align: center;
  }


#s-e17aace6-d520-4baf-80fd-a50360c0d030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e17aace6-d520-4baf-80fd-a50360c0d030-root {
    text-align: center;
  }


#s-e17aace6-d520-4baf-80fd-a50360c0d030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e17aace6-d520-4baf-80fd-a50360c0d030-root {
    text-align: center;
  }


#s-e17aace6-d520-4baf-80fd-a50360c0d030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-57f79304-5f52-44cb-8a61-5d701fea7b72 hr {
  border-top: 2px solid #ddd;
}

#s-faedfb60-ccf7-4d43-855d-3beab7a0ab36 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-faedfb60-ccf7-4d43-855d-3beab7a0ab36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faedfb60-ccf7-4d43-855d-3beab7a0ab36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faedfb60-ccf7-4d43-855d-3beab7a0ab36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faedfb60-ccf7-4d43-855d-3beab7a0ab36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea406b92-da52-41da-a076-a223221ba776 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-ea406b92-da52-41da-a076-a223221ba776 img.shogun-image,
  #s-ea406b92-da52-41da-a076-a223221ba776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea406b92-da52-41da-a076-a223221ba776 {
    width: 100%;
    height: auto;
  }



  img.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
    
    
  }


.s-ea406b92-da52-41da-a076-a223221ba776 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea406b92-da52-41da-a076-a223221ba776.shg-align-container {
  text-align: center
}

.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ea406b92-da52-41da-a076-a223221ba776 img.shogun-image,
  #s-ea406b92-da52-41da-a076-a223221ba776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea406b92-da52-41da-a076-a223221ba776 {
    width: 100%;
    height: auto;
  }



  img.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
    
    
  }


.s-ea406b92-da52-41da-a076-a223221ba776 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea406b92-da52-41da-a076-a223221ba776.shg-align-container {
  text-align: center
}

.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
  box-sizing: border-box;
}


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



  #s-ea406b92-da52-41da-a076-a223221ba776 img.shogun-image,
  #s-ea406b92-da52-41da-a076-a223221ba776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea406b92-da52-41da-a076-a223221ba776 {
    width: 100%;
    height: auto;
  }



  img.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
    
    
  }


.s-ea406b92-da52-41da-a076-a223221ba776 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea406b92-da52-41da-a076-a223221ba776.shg-align-container {
  text-align: center
}

.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
  box-sizing: border-box;
}


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



  #s-ea406b92-da52-41da-a076-a223221ba776 img.shogun-image,
  #s-ea406b92-da52-41da-a076-a223221ba776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea406b92-da52-41da-a076-a223221ba776 {
    width: 100%;
    height: auto;
  }



  img.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
    
    
  }


.s-ea406b92-da52-41da-a076-a223221ba776 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea406b92-da52-41da-a076-a223221ba776.shg-align-container {
  text-align: center
}

.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
  box-sizing: border-box;
}


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



  #s-ea406b92-da52-41da-a076-a223221ba776 img.shogun-image,
  #s-ea406b92-da52-41da-a076-a223221ba776 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea406b92-da52-41da-a076-a223221ba776 {
    width: 100%;
    height: auto;
  }



  img.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
    
    
  }


.s-ea406b92-da52-41da-a076-a223221ba776 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea406b92-da52-41da-a076-a223221ba776.shg-align-container {
  text-align: center
}

.s-ea406b92-da52-41da-a076-a223221ba776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea406b92-da52-41da-a076-a223221ba776.shogun-image {
  box-sizing: border-box;
}


}
#s-ad99c938-9058-493e-9604-a6423a85f8e1 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-ad99c938-9058-493e-9604-a6423a85f8e1 img.shogun-image,
  #s-ad99c938-9058-493e-9604-a6423a85f8e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad99c938-9058-493e-9604-a6423a85f8e1 {
    width: 100%;
    height: auto;
  }



  img.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
    
    
  }


.s-ad99c938-9058-493e-9604-a6423a85f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shg-align-container {
  text-align: center
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ad99c938-9058-493e-9604-a6423a85f8e1 img.shogun-image,
  #s-ad99c938-9058-493e-9604-a6423a85f8e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad99c938-9058-493e-9604-a6423a85f8e1 {
    width: 100%;
    height: auto;
  }



  img.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
    
    
  }


.s-ad99c938-9058-493e-9604-a6423a85f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shg-align-container {
  text-align: center
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-ad99c938-9058-493e-9604-a6423a85f8e1 img.shogun-image,
  #s-ad99c938-9058-493e-9604-a6423a85f8e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad99c938-9058-493e-9604-a6423a85f8e1 {
    width: 100%;
    height: auto;
  }



  img.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
    
    
  }


.s-ad99c938-9058-493e-9604-a6423a85f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shg-align-container {
  text-align: center
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-ad99c938-9058-493e-9604-a6423a85f8e1 img.shogun-image,
  #s-ad99c938-9058-493e-9604-a6423a85f8e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad99c938-9058-493e-9604-a6423a85f8e1 {
    width: 100%;
    height: auto;
  }



  img.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
    
    
  }


.s-ad99c938-9058-493e-9604-a6423a85f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shg-align-container {
  text-align: center
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-ad99c938-9058-493e-9604-a6423a85f8e1 img.shogun-image,
  #s-ad99c938-9058-493e-9604-a6423a85f8e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad99c938-9058-493e-9604-a6423a85f8e1 {
    width: 100%;
    height: auto;
  }



  img.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
    
    
  }


.s-ad99c938-9058-493e-9604-a6423a85f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shg-align-container {
  text-align: center
}

.s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad99c938-9058-493e-9604-a6423a85f8e1.shogun-image {
  box-sizing: border-box;
}


}
#s-4737d79f-7d9b-4eb7-aefb-907214c6c2b8 {
  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-4737d79f-7d9b-4eb7-aefb-907214c6c2b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4737d79f-7d9b-4eb7-aefb-907214c6c2b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4737d79f-7d9b-4eb7-aefb-907214c6c2b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4737d79f-7d9b-4eb7-aefb-907214c6c2b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-735592e9-0e7a-4c1e-bf78-b23ead71b1cb {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-735592e9-0e7a-4c1e-bf78-b23ead71b1cb img.shogun-image,
  #s-735592e9-0e7a-4c1e-bf78-b23ead71b1cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-735592e9-0e7a-4c1e-bf78-b23ead71b1cb {
    width: 100%;
    height: auto;
  }



  #s-735592e9-0e7a-4c1e-bf78-b23ead71b1cb img.shogun-image {
    

    
    
    
  }


#s-735592e9-0e7a-4c1e-bf78-b23ead71b1cb .shogun-image-content {
  
    align-items: center;
  
}

#s-88a867ba-a8f4-40b2-9ed9-ade187399b7f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-88a867ba-a8f4-40b2-9ed9-ade187399b7f img.shogun-image,
  #s-88a867ba-a8f4-40b2-9ed9-ade187399b7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88a867ba-a8f4-40b2-9ed9-ade187399b7f {
    width: 100%;
    height: auto;
  }



  #s-88a867ba-a8f4-40b2-9ed9-ade187399b7f img.shogun-image {
    

    
    
    
  }


#s-88a867ba-a8f4-40b2-9ed9-ade187399b7f .shogun-image-content {
  
    align-items: center;
  
}

#s-06c0bf15-5bfd-43ca-858d-ff32544a317f {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-06c0bf15-5bfd-43ca-858d-ff32544a317f img.shogun-image,
  #s-06c0bf15-5bfd-43ca-858d-ff32544a317f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06c0bf15-5bfd-43ca-858d-ff32544a317f {
    width: 100%;
    height: auto;
  }



  #s-06c0bf15-5bfd-43ca-858d-ff32544a317f img.shogun-image {
    

    
    
    
  }


#s-06c0bf15-5bfd-43ca-858d-ff32544a317f .shogun-image-content {
  
    align-items: center;
  
}

#s-195ef19f-def5-4160-8c89-c1dc74091ec2 {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 img.shogun-image,
  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 {
    width: 100%;
    height: auto;
  }



  img.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
    
    
  }


.s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shg-align-container {
  text-align: center
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 img.shogun-image,
  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 {
    width: 100%;
    height: auto;
  }



  img.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
    
    
  }


.s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shg-align-container {
  text-align: center
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
  box-sizing: border-box;
}


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



  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 img.shogun-image,
  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 {
    width: 100%;
    height: auto;
  }



  img.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
    
    
  }


.s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shg-align-container {
  text-align: center
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
  box-sizing: border-box;
}


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



  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 img.shogun-image,
  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 {
    width: 100%;
    height: auto;
  }



  img.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
    
    
  }


.s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shg-align-container {
  text-align: center
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
  box-sizing: border-box;
}


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



  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 img.shogun-image,
  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-195ef19f-def5-4160-8c89-c1dc74091ec2 {
    width: 100%;
    height: auto;
  }



  img.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
    
    
  }


.s-195ef19f-def5-4160-8c89-c1dc74091ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shg-align-container {
  text-align: center
}

.s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ef19f-def5-4160-8c89-c1dc74091ec2.shogun-image {
  box-sizing: border-box;
}


}
#s-142df7ce-04ce-425b-8b59-d76fc5525886 hr {
  border-top: 2px solid #ddd;
}

#s-22ac299c-5557-4209-80e5-f8dad04ed78f {
  background-color: rgba(255, 255, 255, 1);
}

#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e:hover {background-color: rgba(166, 202, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f5f26c3-d803-430d-9713-16e4dccbdf2e-root {
    text-align: center;
  }


#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f5f26c3-d803-430d-9713-16e4dccbdf2e-root {
    text-align: center;
  }


#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f5f26c3-d803-430d-9713-16e4dccbdf2e-root {
    text-align: center;
  }


#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f5f26c3-d803-430d-9713-16e4dccbdf2e-root {
    text-align: center;
  }


#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f5f26c3-d803-430d-9713-16e4dccbdf2e-root {
    text-align: center;
  }


#s-1f5f26c3-d803-430d-9713-16e4dccbdf2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-ea3950aa-194b-4343-bee1-8244ed98c492 hr {
  border-top: 2px solid #ddd;
}

#s-e2dcdbe2-58cf-4429-8148-d27603f401ff {
  min-height: 50px;
}








#s-e2dcdbe2-58cf-4429-8148-d27603f401ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2dcdbe2-58cf-4429-8148-d27603f401ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc2b5e7-b411-41c4-92f6-0fc59f19d520 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-adc2b5e7-b411-41c4-92f6-0fc59f19d520"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-adc2b5e7-b411-41c4-92f6-0fc59f19d520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adc2b5e7-b411-41c4-92f6-0fc59f19d520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc2b5e7-b411-41c4-92f6-0fc59f19d520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b92b03e9-633b-497a-b687-0396e78aac74 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-b92b03e9-633b-497a-b687-0396e78aac74 img.shogun-image,
  #s-b92b03e9-633b-497a-b687-0396e78aac74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b92b03e9-633b-497a-b687-0396e78aac74 {
    width: 100%;
    height: auto;
  }



  #s-b92b03e9-633b-497a-b687-0396e78aac74 img.shogun-image {
    

    
    
    
  }


#s-b92b03e9-633b-497a-b687-0396e78aac74 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7335ebd-821b-4457-a7a3-9cbb3b3366fc {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-f7335ebd-821b-4457-a7a3-9cbb3b3366fc img.shogun-image,
  #s-f7335ebd-821b-4457-a7a3-9cbb3b3366fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7335ebd-821b-4457-a7a3-9cbb3b3366fc {
    width: 100%;
    height: auto;
  }



  #s-f7335ebd-821b-4457-a7a3-9cbb3b3366fc img.shogun-image {
    

    
    
    
  }


#s-f7335ebd-821b-4457-a7a3-9cbb3b3366fc .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

#s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d img.shogun-image,
  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d {
    width: 100%;
    height: auto;
  }



  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d img.shogun-image {
    

    
    
    
  }


#s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d .shogun-image-content {
  
    align-items: center;
  
}

#s-62080260-a192-4cd7-aa2c-539cdbcc32b4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 img.shogun-image,
  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 {
    width: 100%;
    height: auto;
  }



  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 img.shogun-image {
    

    
    
    
  }


#s-62080260-a192-4cd7-aa2c-539cdbcc32b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-55375715-69a9-4b67-b42b-cf849a07cb19 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-55375715-69a9-4b67-b42b-cf849a07cb19 img.shogun-image,
  #s-55375715-69a9-4b67-b42b-cf849a07cb19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55375715-69a9-4b67-b42b-cf849a07cb19 {
    width: 100%;
    height: auto;
  }



  #s-55375715-69a9-4b67-b42b-cf849a07cb19 img.shogun-image {
    

    
    
    
  }


#s-55375715-69a9-4b67-b42b-cf849a07cb19 .shogun-image-content {
  
    align-items: center;
  
}

#s-b70a0cba-b705-46a4-95e0-c07159aa8553 {
  min-height: 50px;
}








#s-b70a0cba-b705-46a4-95e0-c07159aa8553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70a0cba-b705-46a4-95e0-c07159aa8553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-969beb7a-f797-4ca9-8f25-c11794d751f5 {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 img.shogun-image,
  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 {
    width: 100%;
    height: auto;
  }



  img.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
    
    
  }


.s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shg-align-container {
  text-align: center
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 img.shogun-image,
  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 {
    width: 100%;
    height: auto;
  }



  img.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
    
    
  }


.s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shg-align-container {
  text-align: center
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 img.shogun-image,
  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 {
    width: 100%;
    height: auto;
  }



  img.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
    
    
  }


.s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shg-align-container {
  text-align: center
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 img.shogun-image,
  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 {
    width: 100%;
    height: auto;
  }



  img.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
    
    
  }


.s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shg-align-container {
  text-align: center
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 img.shogun-image,
  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-969beb7a-f797-4ca9-8f25-c11794d751f5 {
    width: 100%;
    height: auto;
  }



  img.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
    
    
  }


.s-969beb7a-f797-4ca9-8f25-c11794d751f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shg-align-container {
  text-align: center
}

.s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-969beb7a-f797-4ca9-8f25-c11794d751f5.shogun-image {
  box-sizing: border-box;
}


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

@media (min-width: 0px) {
[id="s-3717cfb1-74b6-457d-84bc-edd621a72d1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3717cfb1-74b6-457d-84bc-edd621a72d1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3717cfb1-74b6-457d-84bc-edd621a72d1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3717cfb1-74b6-457d-84bc-edd621a72d1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c19138b-a315-4756-bea4-c0d44415c8ec {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-5c19138b-a315-4756-bea4-c0d44415c8ec img.shogun-image,
  #s-5c19138b-a315-4756-bea4-c0d44415c8ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c19138b-a315-4756-bea4-c0d44415c8ec {
    width: 100%;
    height: auto;
  }



  img.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
    
    
  }


.s-5c19138b-a315-4756-bea4-c0d44415c8ec .shogun-image-content {
  
    align-items: center;
  
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shg-align-container {
  text-align: center
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5c19138b-a315-4756-bea4-c0d44415c8ec img.shogun-image,
  #s-5c19138b-a315-4756-bea4-c0d44415c8ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c19138b-a315-4756-bea4-c0d44415c8ec {
    width: 100%;
    height: auto;
  }



  img.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
    
    
  }


.s-5c19138b-a315-4756-bea4-c0d44415c8ec .shogun-image-content {
  
    align-items: center;
  
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shg-align-container {
  text-align: center
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c19138b-a315-4756-bea4-c0d44415c8ec img.shogun-image,
  #s-5c19138b-a315-4756-bea4-c0d44415c8ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c19138b-a315-4756-bea4-c0d44415c8ec {
    width: 100%;
    height: auto;
  }



  img.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
    
    
  }


.s-5c19138b-a315-4756-bea4-c0d44415c8ec .shogun-image-content {
  
    align-items: center;
  
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shg-align-container {
  text-align: center
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c19138b-a315-4756-bea4-c0d44415c8ec img.shogun-image,
  #s-5c19138b-a315-4756-bea4-c0d44415c8ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c19138b-a315-4756-bea4-c0d44415c8ec {
    width: 100%;
    height: auto;
  }



  img.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
    
    
  }


.s-5c19138b-a315-4756-bea4-c0d44415c8ec .shogun-image-content {
  
    align-items: center;
  
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shg-align-container {
  text-align: center
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c19138b-a315-4756-bea4-c0d44415c8ec img.shogun-image,
  #s-5c19138b-a315-4756-bea4-c0d44415c8ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c19138b-a315-4756-bea4-c0d44415c8ec {
    width: 100%;
    height: auto;
  }



  img.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
    
    
  }


.s-5c19138b-a315-4756-bea4-c0d44415c8ec .shogun-image-content {
  
    align-items: center;
  
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shg-align-container {
  text-align: center
}

.s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c19138b-a315-4756-bea4-c0d44415c8ec.shogun-image {
  box-sizing: border-box;
}


}
#s-4c378f5f-1526-42f6-8999-14a80185a5c3 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 img.shogun-image,
  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 {
    width: 100%;
    height: auto;
  }



  img.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
    
    
  }


.s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shg-align-container {
  text-align: center
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 img.shogun-image,
  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 {
    width: 100%;
    height: auto;
  }



  img.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
    
    
  }


.s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shg-align-container {
  text-align: center
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 img.shogun-image,
  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 {
    width: 100%;
    height: auto;
  }



  img.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
    
    
  }


.s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shg-align-container {
  text-align: center
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 img.shogun-image,
  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 {
    width: 100%;
    height: auto;
  }



  img.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
    
    
  }


.s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shg-align-container {
  text-align: center
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 img.shogun-image,
  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c378f5f-1526-42f6-8999-14a80185a5c3 {
    width: 100%;
    height: auto;
  }



  img.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
    
    
  }


.s-4c378f5f-1526-42f6-8999-14a80185a5c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shg-align-container {
  text-align: center
}

.s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c378f5f-1526-42f6-8999-14a80185a5c3.shogun-image {
  box-sizing: border-box;
}


}
#s-7f2471d7-bf04-4c13-81f3-f9755b4602ce {
  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-7f2471d7-bf04-4c13-81f3-f9755b4602ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f2471d7-bf04-4c13-81f3-f9755b4602ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f2471d7-bf04-4c13-81f3-f9755b4602ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f2471d7-bf04-4c13-81f3-f9755b4602ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f48213c-6b01-4c9e-957a-ae36bda99422 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-3f48213c-6b01-4c9e-957a-ae36bda99422 img.shogun-image,
  #s-3f48213c-6b01-4c9e-957a-ae36bda99422 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f48213c-6b01-4c9e-957a-ae36bda99422 {
    width: 100%;
    height: auto;
  }



  #s-3f48213c-6b01-4c9e-957a-ae36bda99422 img.shogun-image {
    

    
    
    
  }


#s-3f48213c-6b01-4c9e-957a-ae36bda99422 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a9ee05c-f49d-434c-ab87-e704522d3ea2 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-2a9ee05c-f49d-434c-ab87-e704522d3ea2 img.shogun-image,
  #s-2a9ee05c-f49d-434c-ab87-e704522d3ea2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a9ee05c-f49d-434c-ab87-e704522d3ea2 {
    width: 100%;
    height: auto;
  }



  #s-2a9ee05c-f49d-434c-ab87-e704522d3ea2 img.shogun-image {
    

    
    
    
  }


#s-2a9ee05c-f49d-434c-ab87-e704522d3ea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3132fee9-854b-4ee7-a81f-f20808cecf1b {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-3132fee9-854b-4ee7-a81f-f20808cecf1b img.shogun-image,
  #s-3132fee9-854b-4ee7-a81f-f20808cecf1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3132fee9-854b-4ee7-a81f-f20808cecf1b {
    width: 100%;
    height: auto;
  }



  #s-3132fee9-854b-4ee7-a81f-f20808cecf1b img.shogun-image {
    

    
    
    
  }


#s-3132fee9-854b-4ee7-a81f-f20808cecf1b .shogun-image-content {
  
    align-items: center;
  
}

#s-dc2b40f9-9e99-4fab-9590-f3044759d53a {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a img.shogun-image,
  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a {
    width: 100%;
    height: auto;
  }



  img.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
    
    
  }


.s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shg-align-container {
  text-align: center
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a img.shogun-image,
  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a {
    width: 100%;
    height: auto;
  }



  img.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
    
    
  }


.s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shg-align-container {
  text-align: center
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a img.shogun-image,
  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a {
    width: 100%;
    height: auto;
  }



  img.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
    
    
  }


.s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shg-align-container {
  text-align: center
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a img.shogun-image,
  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a {
    width: 100%;
    height: auto;
  }



  img.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
    
    
  }


.s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shg-align-container {
  text-align: center
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a img.shogun-image,
  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc2b40f9-9e99-4fab-9590-f3044759d53a {
    width: 100%;
    height: auto;
  }



  img.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
    
    
  }


.s-dc2b40f9-9e99-4fab-9590-f3044759d53a .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shg-align-container {
  text-align: center
}

.s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2b40f9-9e99-4fab-9590-f3044759d53a.shogun-image {
  box-sizing: border-box;
}


}
#s-b77ac82d-8875-4604-a0ce-1df3770587e9 hr {
  border-top: 2px solid #ddd;
}

#s-7364b462-1fb4-4eb9-9d66-65aea8c0dc0d {
  margin-top: 30px;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.63);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-ba8dadd5-e00d-4162-ab08-26c15d2dc94f hr {
  border-top: 2px solid #ddd;
}

#s-086589c6-3da6-4dd3-b095-50ccaadf3143 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e25a1dd-4429-4427-95f3-f469be8ffcca {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(38, 73, 92, 1);
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca img.shogun-image,
  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca {
    width: 100%;
    height: auto;
  }



  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca img.shogun-image {
    

    
    
    
  }


#s-2e25a1dd-4429-4427-95f3-f469be8ffcca .shogun-image-content {
  
    align-items: center;
  
}

#s-2412d7f3-a61d-410c-b942-020f42a2bc56 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 img.shogun-image,
  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 {
    width: 100%;
    height: auto;
  }



  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 img.shogun-image {
    

    
    
    
  }


#s-2412d7f3-a61d-410c-b942-020f42a2bc56 .shogun-image-content {
  
    align-items: center;
  
}

#s-f65e80c8-1a18-41b3-b916-1e64357319f4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ef741194-fa2f-401d-a151-fba1e77e73d2 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 img.shogun-image,
  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 {
    width: 100%;
    height: auto;
  }



  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 img.shogun-image {
    

    
    
    
  }


#s-ef741194-fa2f-401d-a151-fba1e77e73d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b img.shogun-image,
  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b {
    width: 100%;
    height: auto;
  }



  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b img.shogun-image {
    

    
    
    
  }


#s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-e4421106-62c2-48c7-9309-38c842932341 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-e4421106-62c2-48c7-9309-38c842932341 img.shogun-image,
  #s-e4421106-62c2-48c7-9309-38c842932341 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4421106-62c2-48c7-9309-38c842932341 {
    width: 100%;
    height: auto;
  }



  #s-e4421106-62c2-48c7-9309-38c842932341 img.shogun-image {
    

    
    
    
  }


#s-e4421106-62c2-48c7-9309-38c842932341 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c img.shogun-image,
  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
    width: 100%;
    height: auto;
  }



  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  text-align: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c img.shogun-image,
  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
    width: 100%;
    height: auto;
  }



  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  text-align: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}


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



  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c img.shogun-image,
  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
    width: 100%;
    height: auto;
  }



  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  text-align: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}


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



  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c img.shogun-image,
  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
    width: 100%;
    height: auto;
  }



  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  text-align: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}


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



  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c img.shogun-image,
  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
    width: 100%;
    height: auto;
  }



  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  text-align: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}


}
#s-69a2d214-02b3-4941-bea3-6ec5e09074ff hr {
  border-top: 2px solid #ddd;
}

#s-fa3c361a-6682-4337-8908-ebcf13fe2f49 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa3c361a-6682-4337-8908-ebcf13fe2f49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-7e421ce3-9ec9-4a98-8ce8-471914e969f6 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-7e421ce3-9ec9-4a98-8ce8-471914e969f6 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 2em;
  letter-spacing: 4px;
  
}



#s-da864d10-2b47-4e3d-860c-0fafdaae0661 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-da864d10-2b47-4e3d-860c-0fafdaae0661"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da864d10-2b47-4e3d-860c-0fafdaae0661"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-da864d10-2b47-4e3d-860c-0fafdaae0661"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-da864d10-2b47-4e3d-860c-0fafdaae0661"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 img.shogun-image,
  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 {
    width: 100%;
    height: auto;
  }



  img.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
    
    
  }


.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shg-align-container {
  text-align: center
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 img.shogun-image,
  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 {
    width: 100%;
    height: auto;
  }



  img.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
    
    
  }


.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shg-align-container {
  text-align: center
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
  box-sizing: border-box;
}


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



  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 img.shogun-image,
  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 {
    width: 100%;
    height: auto;
  }



  img.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
    
    
  }


.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shg-align-container {
  text-align: center
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
  box-sizing: border-box;
}


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



  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 img.shogun-image,
  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 {
    width: 100%;
    height: auto;
  }



  img.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
    
    
  }


.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shg-align-container {
  text-align: center
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
  box-sizing: border-box;
}


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



  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 img.shogun-image,
  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 {
    width: 100%;
    height: auto;
  }



  img.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
    
    
  }


.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shg-align-container {
  text-align: center
}

.s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a1fda2-bb16-407c-bac0-fde6b1700a79.shogun-image {
  box-sizing: border-box;
}


}
#s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 img.shogun-image,
  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 {
    width: 100%;
    height: auto;
  }



  img.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
    
    
  }


.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shg-align-container {
  text-align: center
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 img.shogun-image,
  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 {
    width: 100%;
    height: auto;
  }



  img.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
    
    
  }


.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shg-align-container {
  text-align: center
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 img.shogun-image,
  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 {
    width: 100%;
    height: auto;
  }



  img.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
    
    
  }


.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shg-align-container {
  text-align: center
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 img.shogun-image,
  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 {
    width: 100%;
    height: auto;
  }



  img.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
    
    
  }


.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shg-align-container {
  text-align: center
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 img.shogun-image,
  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 {
    width: 100%;
    height: auto;
  }



  img.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
    
    
  }


.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shg-align-container {
  text-align: center
}

.s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce1a3ec9-fd1d-4227-ac47-4409b8efd0e6.shogun-image {
  box-sizing: border-box;
}


}
#s-c9a558d9-1da0-4310-ab45-76dc0821b107 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 img.shogun-image,
  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 {
    width: 100%;
    height: auto;
  }



  img.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
    
    
  }


.s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shg-align-container {
  text-align: center
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 img.shogun-image,
  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 {
    width: 100%;
    height: auto;
  }



  img.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
    
    
  }


.s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shg-align-container {
  text-align: center
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
  box-sizing: border-box;
}


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



  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 img.shogun-image,
  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 {
    width: 100%;
    height: auto;
  }



  img.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
    
    
  }


.s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shg-align-container {
  text-align: center
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
  box-sizing: border-box;
}


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



  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 img.shogun-image,
  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 {
    width: 100%;
    height: auto;
  }



  img.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
    
    
  }


.s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shg-align-container {
  text-align: center
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
  box-sizing: border-box;
}


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



  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 img.shogun-image,
  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9a558d9-1da0-4310-ab45-76dc0821b107 {
    width: 100%;
    height: auto;
  }



  img.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
    
    
  }


.s-c9a558d9-1da0-4310-ab45-76dc0821b107 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shg-align-container {
  text-align: center
}

.s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a558d9-1da0-4310-ab45-76dc0821b107.shogun-image {
  box-sizing: border-box;
}


}
#s-898e0894-3202-406b-9ee5-213e40b2840a {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-898e0894-3202-406b-9ee5-213e40b2840a img.shogun-image,
  #s-898e0894-3202-406b-9ee5-213e40b2840a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-898e0894-3202-406b-9ee5-213e40b2840a {
    width: 100%;
    height: auto;
  }



  img.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
    
    
  }


.s-898e0894-3202-406b-9ee5-213e40b2840a .shogun-image-content {
  
    align-items: center;
  
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shg-align-container {
  text-align: center
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-898e0894-3202-406b-9ee5-213e40b2840a img.shogun-image,
  #s-898e0894-3202-406b-9ee5-213e40b2840a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-898e0894-3202-406b-9ee5-213e40b2840a {
    width: 100%;
    height: auto;
  }



  img.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
    
    
  }


.s-898e0894-3202-406b-9ee5-213e40b2840a .shogun-image-content {
  
    align-items: center;
  
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shg-align-container {
  text-align: center
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
  box-sizing: border-box;
}


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



  #s-898e0894-3202-406b-9ee5-213e40b2840a img.shogun-image,
  #s-898e0894-3202-406b-9ee5-213e40b2840a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-898e0894-3202-406b-9ee5-213e40b2840a {
    width: 100%;
    height: auto;
  }



  img.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
    
    
  }


.s-898e0894-3202-406b-9ee5-213e40b2840a .shogun-image-content {
  
    align-items: center;
  
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shg-align-container {
  text-align: center
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
  box-sizing: border-box;
}


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



  #s-898e0894-3202-406b-9ee5-213e40b2840a img.shogun-image,
  #s-898e0894-3202-406b-9ee5-213e40b2840a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-898e0894-3202-406b-9ee5-213e40b2840a {
    width: 100%;
    height: auto;
  }



  img.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
    
    
  }


.s-898e0894-3202-406b-9ee5-213e40b2840a .shogun-image-content {
  
    align-items: center;
  
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shg-align-container {
  text-align: center
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
  box-sizing: border-box;
}


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



  #s-898e0894-3202-406b-9ee5-213e40b2840a img.shogun-image,
  #s-898e0894-3202-406b-9ee5-213e40b2840a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-898e0894-3202-406b-9ee5-213e40b2840a {
    width: 100%;
    height: auto;
  }



  img.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
    
    
  }


.s-898e0894-3202-406b-9ee5-213e40b2840a .shogun-image-content {
  
    align-items: center;
  
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shg-align-container {
  text-align: center
}

.s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-898e0894-3202-406b-9ee5-213e40b2840a.shogun-image {
  box-sizing: border-box;
}


}
#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b:hover {background-color: rgba(155, 68, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b-root {
    text-align: center;
  }


#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b-root {
    text-align: center;
  }


#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b-root {
    text-align: center;
  }


#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b-root {
    text-align: center;
  }


#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b-root {
    text-align: center;
  }


#s-8dfd1f23-6ee1-4392-9580-067ec2dd6e3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-00ce8718-ef80-4942-901d-d80ca88a27c3 hr {
  border-top: 2px solid #ddd;
}

#s-e85cb1dd-232b-4429-b608-7060c3dc5512 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e85cb1dd-232b-4429-b608-7060c3dc5512"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-c7a334ea-d2fb-4413-98a4-9f744bb47a97 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-c7a334ea-d2fb-4413-98a4-9f744bb47a97 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 2em;
  letter-spacing: 4px;
  
}



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

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-00d8ecc0-bf2e-4609-b101-b7cdb42c3f3c hr {
  border-top: 2px solid #ddd;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}