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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





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

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



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

    
    
    
  }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-aeecc1f8-9723-46e9-b349-00d99b88f53d {
  max-width: 18018px;
text-align: center;
}







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








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

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

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

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

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

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

}

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

}

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

}

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

}

#s-cf508c9e-5273-4b76-a144-5d7b13a1b941 {
  max-width: 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-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7 {
  margin-top: 20px;
}

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

}

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

}

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

}

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

}

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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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

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

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

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

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

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

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

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

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

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

#s-17c841ee-6940-4eed-bc48-10c054d67695 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-17c841ee-6940-4eed-bc48-10c054d67695:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17c841ee-6940-4eed-bc48-10c054d67695:active {background-color: #000000 !important;
text-decoration: none !important;}

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


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


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


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


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


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


#s-1cb3280a-acd0-45b5-a0e6-038eb7259586 .shogun-image-content {
  
    align-items: center;
  
}

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








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

#s-6ec82792-d604-4727-a8ed-de6a55796905 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6ec82792-d604-4727-a8ed-de6a55796905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



}
#s-20339a24-f43c-483b-b5e0-8d7cef15bec3 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-20339a24-f43c-483b-b5e0-8d7cef15bec3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20339a24-f43c-483b-b5e0-8d7cef15bec3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20339a24-f43c-483b-b5e0-8d7cef15bec3-root {
    text-align: center;
  }


#s-20339a24-f43c-483b-b5e0-8d7cef15bec3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20339a24-f43c-483b-b5e0-8d7cef15bec3-root {
    text-align: center;
  }


#s-20339a24-f43c-483b-b5e0-8d7cef15bec3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20339a24-f43c-483b-b5e0-8d7cef15bec3-root {
    text-align: center;
  }


#s-20339a24-f43c-483b-b5e0-8d7cef15bec3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20339a24-f43c-483b-b5e0-8d7cef15bec3-root {
    text-align: center;
  }


#s-20339a24-f43c-483b-b5e0-8d7cef15bec3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20339a24-f43c-483b-b5e0-8d7cef15bec3-root {
    text-align: center;
  }


#s-20339a24-f43c-483b-b5e0-8d7cef15bec3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e3b1aa18-1be6-4f33-ad8b-11b524339dca hr {
  border-top: 2px solid #ddd;
}

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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-44b2f1c2-f173-4d25-a5f5-79b6f1092422 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-44b2f1c2-f173-4d25-a5f5-79b6f1092422"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15-root {
    text-align: center;
  }


#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15-root {
    text-align: center;
  }


#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15-root {
    text-align: center;
  }


#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15-root {
    text-align: center;
  }


#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15-root {
    text-align: center;
  }


#s-4fdf19d3-4210-4c59-9eb8-e1e58a164f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1146b355-4405-440d-a112-65b4dd3657fe hr {
  border-top: 2px solid #ddd;
}

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





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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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



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

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

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



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


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

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

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

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




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

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

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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-68cf65d1-3bee-42ad-8cd9-b41e81be8972 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-68cf65d1-3bee-42ad-8cd9-b41e81be8972"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-85f95bac-cc61-449e-a88d-58f08088912c {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-85f95bac-cc61-449e-a88d-58f08088912c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85f95bac-cc61-449e-a88d-58f08088912c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85f95bac-cc61-449e-a88d-58f08088912c-root {
    text-align: center;
  }


#s-85f95bac-cc61-449e-a88d-58f08088912c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85f95bac-cc61-449e-a88d-58f08088912c-root {
    text-align: center;
  }


#s-85f95bac-cc61-449e-a88d-58f08088912c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85f95bac-cc61-449e-a88d-58f08088912c-root {
    text-align: center;
  }


#s-85f95bac-cc61-449e-a88d-58f08088912c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85f95bac-cc61-449e-a88d-58f08088912c-root {
    text-align: center;
  }


#s-85f95bac-cc61-449e-a88d-58f08088912c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85f95bac-cc61-449e-a88d-58f08088912c-root {
    text-align: center;
  }


#s-85f95bac-cc61-449e-a88d-58f08088912c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6007b475-5797-48d5-aace-f422a073e495 hr {
  border-top: 2px solid #ddd;
}

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








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

#s-4d383592-f285-481e-8a65-4648d3eed136 {
  padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc img.shogun-image,
  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc {
    width: 100%;
    height: auto;
  }



  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc img.shogun-image {
    

    
    
    
  }


#s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc .shogun-image-content {
  
    align-items: center;
  
}

#s-f62e54f1-ae25-4f3d-aa61-188c244ab31b {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b img.shogun-image,
  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b {
    width: 100%;
    height: auto;
  }



  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b img.shogun-image {
    

    
    
    
  }


#s-f62e54f1-ae25-4f3d-aa61-188c244ab31b .shogun-image-content {
  
    align-items: center;
  
}

#s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb7615f6-8c03-4b85-ba05-86ee7350f8f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 img.shogun-image,
  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 {
    width: 100%;
    height: auto;
  }



  #s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 img.shogun-image {
    

    
    
    
  }


#s-ff1e7934-2e16-46a7-ae8c-7f55033639a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-14843d01-cf8d-430c-bbae-552d62d89d45 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-14843d01-cf8d-430c-bbae-552d62d89d45 img.shogun-image,
  #s-14843d01-cf8d-430c-bbae-552d62d89d45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14843d01-cf8d-430c-bbae-552d62d89d45 {
    width: 100%;
    height: auto;
  }



  #s-14843d01-cf8d-430c-bbae-552d62d89d45 img.shogun-image {
    

    
    
    
  }


#s-14843d01-cf8d-430c-bbae-552d62d89d45 .shogun-image-content {
  
    align-items: center;
  
}

#s-543204f6-1e06-438d-bcd4-fb3e98adb950 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 img.shogun-image,
  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 {
    width: 100%;
    height: auto;
  }



  #s-543204f6-1e06-438d-bcd4-fb3e98adb950 img.shogun-image {
    

    
    
    
  }


#s-543204f6-1e06-438d-bcd4-fb3e98adb950 .shogun-image-content {
  
    align-items: center;
  
}

#s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image,
  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
    width: 100%;
    height: auto;
  }



  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image {
    

    
    
    
  }


#s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shogun-image-content {
  
    align-items: center;
  
}

#s-af784f30-6cc3-404a-8645-428b3e8b16c9 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-af784f30-6cc3-404a-8645-428b3e8b16c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af784f30-6cc3-404a-8645-428b3e8b16c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af784f30-6cc3-404a-8645-428b3e8b16c9-root {
    text-align: center;
  }


#s-af784f30-6cc3-404a-8645-428b3e8b16c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af784f30-6cc3-404a-8645-428b3e8b16c9-root {
    text-align: center;
  }


#s-af784f30-6cc3-404a-8645-428b3e8b16c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af784f30-6cc3-404a-8645-428b3e8b16c9-root {
    text-align: center;
  }


#s-af784f30-6cc3-404a-8645-428b3e8b16c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af784f30-6cc3-404a-8645-428b3e8b16c9-root {
    text-align: center;
  }


#s-af784f30-6cc3-404a-8645-428b3e8b16c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af784f30-6cc3-404a-8645-428b3e8b16c9-root {
    text-align: center;
  }


#s-af784f30-6cc3-404a-8645-428b3e8b16c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b77ac82d-8875-4604-a0ce-1df3770587e9 hr {
  border-top: 2px solid #ddd;
}

#s-a6a580e8-d954-4512-9959-8e890417cf3b {
  background-color: rgba(255, 255, 255, 1);
}

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

@media (min-width: 0px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 img.shogun-image,
  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 {
    width: 100%;
    height: auto;
  }



  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 img.shogun-image {
    

    
    
    
  }


#s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef675834-2ada-4b42-a16a-bb8015ac91f3 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 img.shogun-image,
  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 {
    width: 100%;
    height: auto;
  }



  #s-ef675834-2ada-4b42-a16a-bb8015ac91f3 img.shogun-image {
    

    
    
    
  }


#s-ef675834-2ada-4b42-a16a-bb8015ac91f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-83fc34ef-5bf6-4832-b60a-049f9206b90b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83fc34ef-5bf6-4832-b60a-049f9206b90b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40efdefb-2a20-4eed-8098-ca2e40a85513 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 img.shogun-image,
  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 {
    width: 100%;
    height: auto;
  }



  #s-40efdefb-2a20-4eed-8098-ca2e40a85513 img.shogun-image {
    

    
    
    
  }


#s-40efdefb-2a20-4eed-8098-ca2e40a85513 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf img.shogun-image,
  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf {
    width: 100%;
    height: auto;
  }



  #s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf img.shogun-image {
    

    
    
    
  }


#s-0e2c068e-7bc0-441b-8a6d-3ee3efaa37bf .shogun-image-content {
  
    align-items: center;
  
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 {
  max-width: 1075px;
text-align: center;
}







  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
    
    
  }


.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab17f878-0d87-4bc1-b55f-bc5951bbb9c8.shogun-image {
  box-sizing: border-box;
}



}
#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image,
  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
    width: 100%;
    height: auto;
  }



  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image {
    

    
    
    
  }


#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e67f508-ac27-4005-9552-63d17df95a11 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 img.shogun-image,
  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 {
    width: 100%;
    height: auto;
  }



  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 img.shogun-image {
    

    
    
    
  }


#s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd89e36c-429e-4b32-addd-c863911f6793 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-cd89e36c-429e-4b32-addd-c863911f6793 img.shogun-image,
  #s-cd89e36c-429e-4b32-addd-c863911f6793 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd89e36c-429e-4b32-addd-c863911f6793 {
    width: 100%;
    height: auto;
  }



  #s-cd89e36c-429e-4b32-addd-c863911f6793 img.shogun-image {
    

    
    
    
  }


#s-cd89e36c-429e-4b32-addd-c863911f6793 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a39905-76df-4618-84f2-a35a455e23a7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15a39905-76df-4618-84f2-a35a455e23a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d61497fa-2417-4603-9f68-d78672b9e02d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d61497fa-2417-4603-9f68-d78672b9e02d img.shogun-image,
  #s-d61497fa-2417-4603-9f68-d78672b9e02d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d61497fa-2417-4603-9f68-d78672b9e02d {
    width: 100%;
    height: auto;
  }



  #s-d61497fa-2417-4603-9f68-d78672b9e02d img.shogun-image {
    

    
    
    
  }


#s-d61497fa-2417-4603-9f68-d78672b9e02d .shogun-image-content {
  
    align-items: center;
  
}

#s-b796659a-4955-401c-b28d-2f6432b5cd25 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-b796659a-4955-401c-b28d-2f6432b5cd25 img.shogun-image,
  #s-b796659a-4955-401c-b28d-2f6432b5cd25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b796659a-4955-401c-b28d-2f6432b5cd25 {
    width: 100%;
    height: auto;
  }



  #s-b796659a-4955-401c-b28d-2f6432b5cd25 img.shogun-image {
    

    
    
    
  }


#s-b796659a-4955-401c-b28d-2f6432b5cd25 .shogun-image-content {
  
    align-items: center;
  
}

#s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 img.shogun-image,
  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 {
    width: 100%;
    height: auto;
  }



  #s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 img.shogun-image {
    

    
    
    
  }


#s-75ebb0ae-aa8e-4877-9a20-653a70fadd21 .shogun-image-content {
  
    align-items: center;
  
}

#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
  max-width: 2048px;
aspect-ratio: 2048/1398;
text-align: center;
}





  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image,
  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
    width: 100%;
    height: auto;
  }



  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image {
    

    
    
    
  }


#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shogun-image-content {
  
    align-items: center;
  
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36757f52-3569-4d2f-8c43-f769203efe9a {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
      position: relative;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-36c1f0a9-4ed8-4dc2-9f9d-8b728994fe1b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ef28ca5-3bee-43d2-b96d-d4098949091a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

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

#s-d5a3d0e0-b93e-4ff3-875c-194c0b63af6e {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(109, 17, 54, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-d5a3d0e0-b93e-4ff3-875c-194c0b63af6e .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;
  
}



@media (min-width: 0px) {
[id="s-8951f101-8f36-4019-8d33-d258b5b1cce4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8951f101-8f36-4019-8d33-d258b5b1cce4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8951f101-8f36-4019-8d33-d258b5b1cce4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8951f101-8f36-4019-8d33-d258b5b1cce4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-87d674b2-e461-462f-8675-a04349badaa5 {
  max-width: 1075px;
text-align: center;
}







  img.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
    
    
  }


.s-87d674b2-e461-462f-8675-a04349badaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
    
    
  }


.s-87d674b2-e461-462f-8675-a04349badaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
    
    
  }


.s-87d674b2-e461-462f-8675-a04349badaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
    
    
  }


.s-87d674b2-e461-462f-8675-a04349badaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
    
    
  }


.s-87d674b2-e461-462f-8675-a04349badaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87d674b2-e461-462f-8675-a04349badaa5.shogun-image {
  box-sizing: border-box;
}



}
#s-2b7b96fe-e5af-43be-a499-185d371d5121 {
  max-width: 1075px;
text-align: center;
}







  img.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
    
    
  }


.s-2b7b96fe-e5af-43be-a499-185d371d5121 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
    
    
  }


.s-2b7b96fe-e5af-43be-a499-185d371d5121 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
    
    
  }


.s-2b7b96fe-e5af-43be-a499-185d371d5121 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
    
    
  }


.s-2b7b96fe-e5af-43be-a499-185d371d5121 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
    
    
  }


.s-2b7b96fe-e5af-43be-a499-185d371d5121 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7b96fe-e5af-43be-a499-185d371d5121.shogun-image {
  box-sizing: border-box;
}



}
#s-d506821c-e2de-416b-83ba-67633d4bf889 {
  max-width: 1075px;
text-align: center;
}







  img.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
    
    
  }


.s-d506821c-e2de-416b-83ba-67633d4bf889 .shogun-image-content {
  
    align-items: center;
  
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
    
    
  }


.s-d506821c-e2de-416b-83ba-67633d4bf889 .shogun-image-content {
  
    align-items: center;
  
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
    
    
  }


.s-d506821c-e2de-416b-83ba-67633d4bf889 .shogun-image-content {
  
    align-items: center;
  
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
    
    
  }


.s-d506821c-e2de-416b-83ba-67633d4bf889 .shogun-image-content {
  
    align-items: center;
  
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
    
    
  }


.s-d506821c-e2de-416b-83ba-67633d4bf889 .shogun-image-content {
  
    align-items: center;
  
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d506821c-e2de-416b-83ba-67633d4bf889.shogun-image {
  box-sizing: border-box;
}



}
#s-3ac991b4-27e2-4454-9375-61525fbea91f {
  max-width: 1075px;
text-align: center;
}







  img.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
    
    
  }


.s-3ac991b4-27e2-4454-9375-61525fbea91f .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
    
    
  }


.s-3ac991b4-27e2-4454-9375-61525fbea91f .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
    
    
  }


.s-3ac991b4-27e2-4454-9375-61525fbea91f .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
    
    
  }


.s-3ac991b4-27e2-4454-9375-61525fbea91f .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
    
    
  }


.s-3ac991b4-27e2-4454-9375-61525fbea91f .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac991b4-27e2-4454-9375-61525fbea91f.shogun-image {
  box-sizing: border-box;
}



}
#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7-root {
    text-align: center;
  }


#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7-root {
    text-align: center;
  }


#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7-root {
    text-align: center;
  }


#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7-root {
    text-align: center;
  }


#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7-root {
    text-align: center;
  }


#s-466b46de-4e26-4cb1-bb48-76bb2cf2f1c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-95f4e310-42fa-428b-a57e-cd34d18e7860 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fff7f1ad-3580-4be8-bc31-c4a820a6fd1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-2bedee97-87e6-402e-9ddb-feb0db43f6e3 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(109, 17, 54, 0);
background-repeat: no-repeat;
opacity: 0.83;
}

#s-2bedee97-87e6-402e-9ddb-feb0db43f6e3 .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:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
