.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-e65e3c06-6db1-407c-972b-bb18bf20fe1f {
  min-height: 50px;
}








#s-e65e3c06-6db1-407c-972b-bb18bf20fe1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e65e3c06-6db1-407c-972b-bb18bf20fe1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-24b97adb-03a1-4898-b1f7-dcde5ce0c1ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24b97adb-03a1-4898-b1f7-dcde5ce0c1ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  
  
  
  
}



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

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

#s-554373b2-ad60-4af3-afb2-836e150391cd hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-ef5eeb84-f4d3-4412-b733-6839f7d02c7b {
  min-height: 50px;
}








#s-ef5eeb84-f4d3-4412-b733-6839f7d02c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5eeb84-f4d3-4412-b733-6839f7d02c7b.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-03de0141-16ea-4db1-a10b-cb6175f906a5 {
  min-height: 50px;
}








#s-03de0141-16ea-4db1-a10b-cb6175f906a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03de0141-16ea-4db1-a10b-cb6175f906a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efab5310-b671-4e33-9cea-b18bdac405a7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.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-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-154d253c-8348-4f8f-b368-4d35872c0205 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-ca4c0453-0d9c-4c11-a961-d56da97654c0 {
  max-width: 2763px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ca4c0453-0d9c-4c11-a961-d56da97654c0:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 img.shogun-image,
  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 {
    width: 100%;
    height: auto;
  }



  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 img.shogun-image {
    

    
    
    
  }


#s-ca4c0453-0d9c-4c11-a961-d56da97654c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-47ece27a-6a24-41c7-a3d2-cd812c765ed7 {
  min-height: 50px;
}








#s-47ece27a-6a24-41c7-a3d2-cd812c765ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47ece27a-6a24-41c7-a3d2-cd812c765ed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-544676e5-361a-41ce-bd36-d398c233d213 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-544676e5-361a-41ce-bd36-d398c233d213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544676e5-361a-41ce-bd36-d398c233d213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf {
  max-width: 2881px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf img.shogun-image,
  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf {
    width: 100%;
    height: auto;
  }



  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf img.shogun-image {
    

    
    
    
  }


#s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf .shogun-image-content {
  
    align-items: center;
  
}

#s-1f8a9f97-3c3d-429c-9076-02c015dbc3d7 {
  min-height: 50px;
}








#s-1f8a9f97-3c3d-429c-9076-02c015dbc3d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f8a9f97-3c3d-429c-9076-02c015dbc3d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03bef529-38f3-4f0b-9507-a6511d553435 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-03bef529-38f3-4f0b-9507-a6511d553435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03bef529-38f3-4f0b-9507-a6511d553435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0b9d211-a441-4481-93a0-d25dacca5080 {
  max-width: 2892px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-c0b9d211-a441-4481-93a0-d25dacca5080:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-c0b9d211-a441-4481-93a0-d25dacca5080 img.shogun-image,
  #s-c0b9d211-a441-4481-93a0-d25dacca5080 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b9d211-a441-4481-93a0-d25dacca5080 {
    width: 100%;
    height: auto;
  }



  #s-c0b9d211-a441-4481-93a0-d25dacca5080 img.shogun-image {
    

    
    
    
  }


#s-c0b9d211-a441-4481-93a0-d25dacca5080 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddcc6f96-7dde-4b91-9e69-4c451fff6d1c {
  min-height: 50px;
}








#s-ddcc6f96-7dde-4b91-9e69-4c451fff6d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddcc6f96-7dde-4b91-9e69-4c451fff6d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1113ebe7-956d-490f-8247-401a5cb2a928 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1113ebe7-956d-490f-8247-401a5cb2a928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1113ebe7-956d-490f-8247-401a5cb2a928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adcf4cf5-2e5b-42f7-9593-c1104704e368 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f7a6b07e-301c-4172-9023-11f46e3cc145 {
  max-width: 3097px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-f7a6b07e-301c-4172-9023-11f46e3cc145:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 img.shogun-image,
  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 {
    width: 100%;
    height: auto;
  }



  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 img.shogun-image {
    

    
    
    
  }


#s-f7a6b07e-301c-4172-9023-11f46e3cc145 .shogun-image-content {
  
    align-items: center;
  
}

#s-e77e3344-47a6-4f6b-b83f-00c149270b14 {
  min-height: 50px;
}








#s-e77e3344-47a6-4f6b-b83f-00c149270b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77e3344-47a6-4f6b-b83f-00c149270b14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dffa937a-e1a4-4dcd-b532-573e34603c2a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-dffa937a-e1a4-4dcd-b532-573e34603c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dffa937a-e1a4-4dcd-b532-573e34603c2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-affd7119-d066-4d07-b7c8-06233c612715 {
  max-width: 2841px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-affd7119-d066-4d07-b7c8-06233c612715:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-affd7119-d066-4d07-b7c8-06233c612715 img.shogun-image,
  #s-affd7119-d066-4d07-b7c8-06233c612715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-affd7119-d066-4d07-b7c8-06233c612715 {
    width: 100%;
    height: auto;
  }



  #s-affd7119-d066-4d07-b7c8-06233c612715 img.shogun-image {
    

    
    
    
  }


#s-affd7119-d066-4d07-b7c8-06233c612715 .shogun-image-content {
  
    align-items: center;
  
}

#s-11864c14-4fe6-4efd-96b7-a84a9bfb7b4c {
  min-height: 50px;
}








#s-11864c14-4fe6-4efd-96b7-a84a9bfb7b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11864c14-4fe6-4efd-96b7-a84a9bfb7b4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6828325-81a0-415c-a16e-64539ea1ba02 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c6828325-81a0-415c-a16e-64539ea1ba02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6828325-81a0-415c-a16e-64539ea1ba02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af {
  max-width: 2939px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af img.shogun-image,
  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af {
    width: 100%;
    height: auto;
  }



  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af img.shogun-image {
    

    
    
    
  }


#s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af .shogun-image-content {
  
    align-items: center;
  
}

#s-3b1c3964-671a-4f7f-83fa-a1fd0e338923 {
  min-height: 50px;
}








#s-3b1c3964-671a-4f7f-83fa-a1fd0e338923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b1c3964-671a-4f7f-83fa-a1fd0e338923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d222d64b-e944-4985-a822-7028a20a1d2e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d222d64b-e944-4985-a822-7028a20a1d2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d222d64b-e944-4985-a822-7028a20a1d2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9375421b-cfe9-4568-ad9f-45ff06db5ecb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-af7a3a78-b800-4dab-b13d-b06ffa7f933f {
  max-width: 2722px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-af7a3a78-b800-4dab-b13d-b06ffa7f933f:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f img.shogun-image,
  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f {
    width: 100%;
    height: auto;
  }



  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f img.shogun-image {
    

    
    
    
  }


#s-af7a3a78-b800-4dab-b13d-b06ffa7f933f .shogun-image-content {
  
    align-items: center;
  
}

#s-b02e7003-8a69-4ed2-b66a-7d3aa5f8ac90 {
  min-height: 50px;
}








#s-b02e7003-8a69-4ed2-b66a-7d3aa5f8ac90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02e7003-8a69-4ed2-b66a-7d3aa5f8ac90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fa2bd18-2a58-427c-8fc4-c224eb844ee0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8fa2bd18-2a58-427c-8fc4-c224eb844ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa2bd18-2a58-427c-8fc4-c224eb844ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbd698bb-97ec-46f8-9b92-46cc27f88eff {
  max-width: 2585px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-dbd698bb-97ec-46f8-9b92-46cc27f88eff:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff img.shogun-image,
  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff {
    width: 100%;
    height: auto;
  }



  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff img.shogun-image {
    

    
    
    
  }


#s-dbd698bb-97ec-46f8-9b92-46cc27f88eff .shogun-image-content {
  
    align-items: center;
  
}

#s-1258cbe2-59e3-4ec8-9243-66bcef55ed5f {
  min-height: 50px;
}








#s-1258cbe2-59e3-4ec8-9243-66bcef55ed5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1258cbe2-59e3-4ec8-9243-66bcef55ed5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce763561-0e9e-4c21-9167-a428c75733c0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ce763561-0e9e-4c21-9167-a428c75733c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce763561-0e9e-4c21-9167-a428c75733c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67c14f33-5db7-4529-9fd5-726cec0a2262 {
  max-width: 2863px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-67c14f33-5db7-4529-9fd5-726cec0a2262:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 img.shogun-image,
  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 {
    width: 100%;
    height: auto;
  }



  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 img.shogun-image {
    

    
    
    
  }


#s-67c14f33-5db7-4529-9fd5-726cec0a2262 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f58773-ec40-4a3b-8104-3020d0e543ad {
  min-height: 50px;
}








#s-23f58773-ec40-4a3b-8104-3020d0e543ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23f58773-ec40-4a3b-8104-3020d0e543ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f18d526e-e1be-4adc-bb55-5e7fb311a7c1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f18d526e-e1be-4adc-bb55-5e7fb311a7c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f18d526e-e1be-4adc-bb55-5e7fb311a7c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26f95b2a-f215-44a0-97e1-aa378211f092 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e {
  max-width: 2897px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e img.shogun-image,
  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e {
    width: 100%;
    height: auto;
  }



  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e img.shogun-image {
    

    
    
    
  }


#s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e .shogun-image-content {
  
    align-items: center;
  
}

#s-03244d3c-b9e1-41cb-8e3d-c93f492b9a4a {
  min-height: 50px;
}








#s-03244d3c-b9e1-41cb-8e3d-c93f492b9a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03244d3c-b9e1-41cb-8e3d-c93f492b9a4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459a6c09-f478-409b-8d2e-6f5c869ac5fc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-459a6c09-f478-409b-8d2e-6f5c869ac5fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459a6c09-f478-409b-8d2e-6f5c869ac5fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6be9687-9818-4e5b-927e-d8a64309fe1c {
  max-width: 2671px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-e6be9687-9818-4e5b-927e-d8a64309fe1c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c img.shogun-image,
  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c {
    width: 100%;
    height: auto;
  }



  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c img.shogun-image {
    

    
    
    
  }


#s-e6be9687-9818-4e5b-927e-d8a64309fe1c .shogun-image-content {
  
    align-items: center;
  
}

#s-95a46cf6-45a3-4bd6-97d4-90d552eabc7a {
  min-height: 50px;
}








#s-95a46cf6-45a3-4bd6-97d4-90d552eabc7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a46cf6-45a3-4bd6-97d4-90d552eabc7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a53c14-33f8-42cb-a7d5-27a38f664f3c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-48a53c14-33f8-42cb-a7d5-27a38f664f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a53c14-33f8-42cb-a7d5-27a38f664f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef52bf3c-a4bd-41d8-979e-857c88b703de {
  max-width: 2825px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ef52bf3c-a4bd-41d8-979e-857c88b703de:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de img.shogun-image,
  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de {
    width: 100%;
    height: auto;
  }



  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de img.shogun-image {
    

    
    
    
  }


#s-ef52bf3c-a4bd-41d8-979e-857c88b703de .shogun-image-content {
  
    align-items: center;
  
}

#s-865d91d4-28d7-4fe5-be5f-31242f8ce41e {
  min-height: 50px;
}








#s-865d91d4-28d7-4fe5-be5f-31242f8ce41e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-865d91d4-28d7-4fe5-be5f-31242f8ce41e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-271cf18f-0260-49da-9e6b-c10c2484cf61 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-271cf18f-0260-49da-9e6b-c10c2484cf61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271cf18f-0260-49da-9e6b-c10c2484cf61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b5521ba-6932-454f-adf8-7fc8886010ad {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-28230dca-cc51-4605-b916-d97bb4f194a9 {
  max-width: 2836px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-28230dca-cc51-4605-b916-d97bb4f194a9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-28230dca-cc51-4605-b916-d97bb4f194a9 img.shogun-image,
  #s-28230dca-cc51-4605-b916-d97bb4f194a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28230dca-cc51-4605-b916-d97bb4f194a9 {
    width: 100%;
    height: auto;
  }



  #s-28230dca-cc51-4605-b916-d97bb4f194a9 img.shogun-image {
    

    
    
    
  }


#s-28230dca-cc51-4605-b916-d97bb4f194a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-59057602-d4f4-4d68-aa42-4d51084aeaa0 {
  min-height: 50px;
}








#s-59057602-d4f4-4d68-aa42-4d51084aeaa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59057602-d4f4-4d68-aa42-4d51084aeaa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9932ce-2a95-4e26-8b71-e8dbb6ad1646 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fd9932ce-2a95-4e26-8b71-e8dbb6ad1646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9932ce-2a95-4e26-8b71-e8dbb6ad1646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-604f12f9-6295-4ccc-8107-02ea469ef5d0 {
  max-width: 2647px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-604f12f9-6295-4ccc-8107-02ea469ef5d0:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 img.shogun-image,
  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 {
    width: 100%;
    height: auto;
  }



  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 img.shogun-image {
    

    
    
    
  }


#s-604f12f9-6295-4ccc-8107-02ea469ef5d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7c8f5d2-fe8b-49a4-a8b9-a3d774bfa41d {
  min-height: 50px;
}








#s-b7c8f5d2-fe8b-49a4-a8b9-a3d774bfa41d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c8f5d2-fe8b-49a4-a8b9-a3d774bfa41d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-312fc3ef-b28c-410b-8d19-a5701c2321f1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-312fc3ef-b28c-410b-8d19-a5701c2321f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312fc3ef-b28c-410b-8d19-a5701c2321f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e41866-ba4c-4202-8dd1-ac09b789158d {
  max-width: 2865px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-21e41866-ba4c-4202-8dd1-ac09b789158d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-21e41866-ba4c-4202-8dd1-ac09b789158d img.shogun-image,
  #s-21e41866-ba4c-4202-8dd1-ac09b789158d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21e41866-ba4c-4202-8dd1-ac09b789158d {
    width: 100%;
    height: auto;
  }



  #s-21e41866-ba4c-4202-8dd1-ac09b789158d img.shogun-image {
    

    
    
    
  }


#s-21e41866-ba4c-4202-8dd1-ac09b789158d .shogun-image-content {
  
    align-items: center;
  
}

#s-17d06116-35e6-498d-b75c-d049db9f668b {
  min-height: 50px;
}








#s-17d06116-35e6-498d-b75c-d049db9f668b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d06116-35e6-498d-b75c-d049db9f668b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-930e719d-495b-4e2a-b3c5-dc0266e7415e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-930e719d-495b-4e2a-b3c5-dc0266e7415e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-930e719d-495b-4e2a-b3c5-dc0266e7415e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59ab6599-fa7f-4354-a5ff-288f27c83a5e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-486176d8-41bb-4c61-b6cb-642a97caad36 {
  max-width: 2998px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-486176d8-41bb-4c61-b6cb-642a97caad36:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-486176d8-41bb-4c61-b6cb-642a97caad36 img.shogun-image,
  #s-486176d8-41bb-4c61-b6cb-642a97caad36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-486176d8-41bb-4c61-b6cb-642a97caad36 {
    width: 100%;
    height: auto;
  }



  #s-486176d8-41bb-4c61-b6cb-642a97caad36 img.shogun-image {
    

    
    
    
  }


#s-486176d8-41bb-4c61-b6cb-642a97caad36 .shogun-image-content {
  
    align-items: center;
  
}

#s-54ca5871-be8a-4256-a3a2-1954ec8e3243 {
  min-height: 50px;
}








#s-54ca5871-be8a-4256-a3a2-1954ec8e3243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54ca5871-be8a-4256-a3a2-1954ec8e3243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7614c8f0-d551-4616-bba8-d53d5fcf4167 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7614c8f0-d551-4616-bba8-d53d5fcf4167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7614c8f0-d551-4616-bba8-d53d5fcf4167.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 {
  max-width: 2659px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-589ba7c4-4aed-4839-95b3-d4eb63dbae54:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 img.shogun-image,
  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 {
    width: 100%;
    height: auto;
  }



  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 img.shogun-image {
    

    
    
    
  }


#s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee55a92b-57f0-4f92-8385-ed404a63fc9d {
  min-height: 50px;
}








#s-ee55a92b-57f0-4f92-8385-ed404a63fc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee55a92b-57f0-4f92-8385-ed404a63fc9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c9256b5-aad8-4a7c-a86d-fafe4d3530d6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-2c9256b5-aad8-4a7c-a86d-fafe4d3530d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9256b5-aad8-4a7c-a86d-fafe4d3530d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-860f20f1-e896-414a-b9e7-2a74523c3a9d {
  max-width: 3051px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-860f20f1-e896-414a-b9e7-2a74523c3a9d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d img.shogun-image,
  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d {
    width: 100%;
    height: auto;
  }



  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d img.shogun-image {
    

    
    
    
  }


#s-860f20f1-e896-414a-b9e7-2a74523c3a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-325010ac-25a8-426d-b8f7-18d6ce002e63 {
  min-height: 50px;
}








#s-325010ac-25a8-426d-b8f7-18d6ce002e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-325010ac-25a8-426d-b8f7-18d6ce002e63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12d8c42d-dc7f-4743-877a-c9f70e26ed60 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-12d8c42d-dc7f-4743-877a-c9f70e26ed60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d8c42d-dc7f-4743-877a-c9f70e26ed60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32175c78-6629-49c3-8c2a-4aacfe30511f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f {
  max-width: 2783px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f img.shogun-image,
  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f {
    width: 100%;
    height: auto;
  }



  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f img.shogun-image {
    

    
    
    
  }


#s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f .shogun-image-content {
  
    align-items: center;
  
}

#s-f01fd482-a85e-4714-85db-6bdc5c5cbff3 {
  min-height: 50px;
}








#s-f01fd482-a85e-4714-85db-6bdc5c5cbff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f01fd482-a85e-4714-85db-6bdc5c5cbff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4e9b2fe-49c1-4a03-bce5-8062b5b16960 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b4e9b2fe-49c1-4a03-bce5-8062b5b16960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e9b2fe-49c1-4a03-bce5-8062b5b16960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 {
  max-width: 2918px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-efafcaf6-92dd-446c-a3cf-02b9b097cf68:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 img.shogun-image,
  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 {
    width: 100%;
    height: auto;
  }



  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 img.shogun-image {
    

    
    
    
  }


#s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 .shogun-image-content {
  
    align-items: center;
  
}

#s-db721161-3393-4bbe-867b-0ecd70aba166 {
  min-height: 50px;
}








#s-db721161-3393-4bbe-867b-0ecd70aba166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db721161-3393-4bbe-867b-0ecd70aba166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49d9116b-5c00-4a02-8a7a-fa7f684a8c6f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-49d9116b-5c00-4a02-8a7a-fa7f684a8c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d9116b-5c00-4a02-8a7a-fa7f684a8c6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c {
  max-width: 2841px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c img.shogun-image,
  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c {
    width: 100%;
    height: auto;
  }



  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c img.shogun-image {
    

    
    
    
  }


#s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c .shogun-image-content {
  
    align-items: center;
  
}

#s-ee70a9cf-1029-4c7d-bb07-02fa926c8947 {
  min-height: 50px;
}








#s-ee70a9cf-1029-4c7d-bb07-02fa926c8947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee70a9cf-1029-4c7d-bb07-02fa926c8947.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ceec04a-7bf5-43f6-9ac2-64205afe095c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9ceec04a-7bf5-43f6-9ac2-64205afe095c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ceec04a-7bf5-43f6-9ac2-64205afe095c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe375af6-c9b9-4837-98d3-f606c5a48a78 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fe375af6-c9b9-4837-98d3-f606c5a48a78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe375af6-c9b9-4837-98d3-f606c5a48a78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-fe375af6-c9b9-4837-98d3-f606c5a48a78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-fe375af6-c9b9-4837-98d3-f606c5a48a78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ad966dd8-fae5-46f2-8368-323117e927cc {
  max-width: 3003px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ad966dd8-fae5-46f2-8368-323117e927cc:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ad966dd8-fae5-46f2-8368-323117e927cc img.shogun-image,
  #s-ad966dd8-fae5-46f2-8368-323117e927cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad966dd8-fae5-46f2-8368-323117e927cc {
    width: 100%;
    height: auto;
  }



  #s-ad966dd8-fae5-46f2-8368-323117e927cc img.shogun-image {
    

    
    
    
  }


#s-ad966dd8-fae5-46f2-8368-323117e927cc .shogun-image-content {
  
    align-items: center;
  
}

#s-8cb31fcd-f83c-417d-84a3-b1dbcb82cb61 {
  min-height: 50px;
}








#s-8cb31fcd-f83c-417d-84a3-b1dbcb82cb61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb31fcd-f83c-417d-84a3-b1dbcb82cb61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f30d877-0e85-4843-bf76-0432f1122920 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9f30d877-0e85-4843-bf76-0432f1122920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f30d877-0e85-4843-bf76-0432f1122920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56df5a66-2460-480b-82d2-7f20f8c5f4e2 {
  max-width: 2897px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-56df5a66-2460-480b-82d2-7f20f8c5f4e2:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-56df5a66-2460-480b-82d2-7f20f8c5f4e2 img.shogun-image,
  #s-56df5a66-2460-480b-82d2-7f20f8c5f4e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56df5a66-2460-480b-82d2-7f20f8c5f4e2 {
    width: 100%;
    height: auto;
  }



  #s-56df5a66-2460-480b-82d2-7f20f8c5f4e2 img.shogun-image {
    

    
    
    
  }


#s-56df5a66-2460-480b-82d2-7f20f8c5f4e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f243115d-dc08-4f99-9cc2-1db3657ea97f {
  min-height: 50px;
}








#s-f243115d-dc08-4f99-9cc2-1db3657ea97f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f243115d-dc08-4f99-9cc2-1db3657ea97f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcb11f9c-a9ee-4f5e-8278-899ffaf15166 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bcb11f9c-a9ee-4f5e-8278-899ffaf15166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb11f9c-a9ee-4f5e-8278-899ffaf15166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5 {
  max-width: 2872px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5 img.shogun-image,
  #s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5 {
    width: 100%;
    height: auto;
  }



  #s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5 img.shogun-image {
    

    
    
    
  }


#s-c2d33f2d-4e2b-4b7d-974d-0b4d044570c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5e482c-d5b9-4334-b5c5-1eb5cb98c0f1 {
  min-height: 50px;
}








#s-9f5e482c-d5b9-4334-b5c5-1eb5cb98c0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5e482c-d5b9-4334-b5c5-1eb5cb98c0f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e81935e-a78d-4cef-9a5f-4f289aa6d0c1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8e81935e-a78d-4cef-9a5f-4f289aa6d0c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e81935e-a78d-4cef-9a5f-4f289aa6d0c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbe94a47-7a6d-4cfb-96ac-d7aa30144d13 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bbe94a47-7a6d-4cfb-96ac-d7aa30144d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbe94a47-7a6d-4cfb-96ac-d7aa30144d13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bbe94a47-7a6d-4cfb-96ac-d7aa30144d13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bbe94a47-7a6d-4cfb-96ac-d7aa30144d13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3689bcd3-e158-4753-b77d-de1a2aa07871 {
  max-width: 2877px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-3689bcd3-e158-4753-b77d-de1a2aa07871:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-3689bcd3-e158-4753-b77d-de1a2aa07871 img.shogun-image,
  #s-3689bcd3-e158-4753-b77d-de1a2aa07871 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3689bcd3-e158-4753-b77d-de1a2aa07871 {
    width: 100%;
    height: auto;
  }



  #s-3689bcd3-e158-4753-b77d-de1a2aa07871 img.shogun-image {
    

    
    
    
  }


#s-3689bcd3-e158-4753-b77d-de1a2aa07871 .shogun-image-content {
  
    align-items: center;
  
}

#s-c37675b2-1844-43ea-a465-1c401b641fdf {
  min-height: 50px;
}








#s-c37675b2-1844-43ea-a465-1c401b641fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c37675b2-1844-43ea-a465-1c401b641fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e81b2573-ea17-4a15-a809-939a74b5fba8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e81b2573-ea17-4a15-a809-939a74b5fba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e81b2573-ea17-4a15-a809-939a74b5fba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb {
  max-width: 3089px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb img.shogun-image,
  #s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb {
    width: 100%;
    height: auto;
  }



  #s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb img.shogun-image {
    

    
    
    
  }


#s-1aab643b-ac0a-4990-94a6-41f6d5a90ccb .shogun-image-content {
  
    align-items: center;
  
}

#s-73a8391f-937b-4a53-951b-3c0472e2c19a {
  min-height: 50px;
}








#s-73a8391f-937b-4a53-951b-3c0472e2c19a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73a8391f-937b-4a53-951b-3c0472e2c19a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7a80dea-6fe5-489f-913a-7325e420c5b1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f7a80dea-6fe5-489f-913a-7325e420c5b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a80dea-6fe5-489f-913a-7325e420c5b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b89f293-e1d8-4db6-a412-ce58b2215b39 {
  max-width: 3190px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-5b89f293-e1d8-4db6-a412-ce58b2215b39:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-5b89f293-e1d8-4db6-a412-ce58b2215b39 img.shogun-image,
  #s-5b89f293-e1d8-4db6-a412-ce58b2215b39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b89f293-e1d8-4db6-a412-ce58b2215b39 {
    width: 100%;
    height: auto;
  }



  #s-5b89f293-e1d8-4db6-a412-ce58b2215b39 img.shogun-image {
    

    
    
    
  }


#s-5b89f293-e1d8-4db6-a412-ce58b2215b39 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0e54bcd-f854-48e2-b327-999ce59474c4 {
  min-height: 50px;
}








#s-c0e54bcd-f854-48e2-b327-999ce59474c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0e54bcd-f854-48e2-b327-999ce59474c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14d24987-5c77-45e0-87f3-c4cc93d96bc5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-14d24987-5c77-45e0-87f3-c4cc93d96bc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d24987-5c77-45e0-87f3-c4cc93d96bc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80144f63-be35-4cd9-a858-5e5f34f434c0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-80144f63-be35-4cd9-a858-5e5f34f434c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80144f63-be35-4cd9-a858-5e5f34f434c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-80144f63-be35-4cd9-a858-5e5f34f434c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-80144f63-be35-4cd9-a858-5e5f34f434c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-23e1051f-5037-4a69-bd74-b1a690efad4c {
  max-width: 3035px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-23e1051f-5037-4a69-bd74-b1a690efad4c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-23e1051f-5037-4a69-bd74-b1a690efad4c img.shogun-image,
  #s-23e1051f-5037-4a69-bd74-b1a690efad4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e1051f-5037-4a69-bd74-b1a690efad4c {
    width: 100%;
    height: auto;
  }



  #s-23e1051f-5037-4a69-bd74-b1a690efad4c img.shogun-image {
    

    
    
    
  }


#s-23e1051f-5037-4a69-bd74-b1a690efad4c .shogun-image-content {
  
    align-items: center;
  
}

#s-30200df9-4996-4dd8-bfc4-8cbe74d29df4 {
  min-height: 50px;
}








#s-30200df9-4996-4dd8-bfc4-8cbe74d29df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30200df9-4996-4dd8-bfc4-8cbe74d29df4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb7e8ac9-55db-4a1e-b814-8d60b4e36006 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bb7e8ac9-55db-4a1e-b814-8d60b4e36006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7e8ac9-55db-4a1e-b814-8d60b4e36006.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1 {
  max-width: 2912px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1 img.shogun-image,
  #s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1 {
    width: 100%;
    height: auto;
  }



  #s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1 img.shogun-image {
    

    
    
    
  }


#s-1bad0ba9-01ae-4d88-a8bb-8bc3adb9d0c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd0a0aa-8563-4d59-975c-6f8544bfbc6a {
  min-height: 50px;
}








#s-ffd0a0aa-8563-4d59-975c-6f8544bfbc6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd0a0aa-8563-4d59-975c-6f8544bfbc6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97acb43e-c720-4d25-8c26-0fccbe996956 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-97acb43e-c720-4d25-8c26-0fccbe996956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97acb43e-c720-4d25-8c26-0fccbe996956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6646d2f4-e390-4d3b-980a-ce99fc71e40c {
  max-width: 2905px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-6646d2f4-e390-4d3b-980a-ce99fc71e40c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-6646d2f4-e390-4d3b-980a-ce99fc71e40c img.shogun-image,
  #s-6646d2f4-e390-4d3b-980a-ce99fc71e40c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6646d2f4-e390-4d3b-980a-ce99fc71e40c {
    width: 100%;
    height: auto;
  }



  #s-6646d2f4-e390-4d3b-980a-ce99fc71e40c img.shogun-image {
    

    
    
    
  }


#s-6646d2f4-e390-4d3b-980a-ce99fc71e40c .shogun-image-content {
  
    align-items: center;
  
}

#s-04f612b7-4c04-4942-aa10-0f01e17c9ede {
  min-height: 50px;
}








#s-04f612b7-4c04-4942-aa10-0f01e17c9ede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04f612b7-4c04-4942-aa10-0f01e17c9ede.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4397389-dd60-41bd-9df4-17d58fafa147 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f4397389-dd60-41bd-9df4-17d58fafa147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4397389-dd60-41bd-9df4-17d58fafa147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-755cfdc9-7b4f-41bc-aebf-43c59c99ba11 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-755cfdc9-7b4f-41bc-aebf-43c59c99ba11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-755cfdc9-7b4f-41bc-aebf-43c59c99ba11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-755cfdc9-7b4f-41bc-aebf-43c59c99ba11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-755cfdc9-7b4f-41bc-aebf-43c59c99ba11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-cb3e0673-af76-47e5-a30f-297dc718c90a {
  max-width: 2815px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-cb3e0673-af76-47e5-a30f-297dc718c90a:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-cb3e0673-af76-47e5-a30f-297dc718c90a img.shogun-image,
  #s-cb3e0673-af76-47e5-a30f-297dc718c90a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb3e0673-af76-47e5-a30f-297dc718c90a {
    width: 100%;
    height: auto;
  }



  #s-cb3e0673-af76-47e5-a30f-297dc718c90a img.shogun-image {
    

    
    
    
  }


#s-cb3e0673-af76-47e5-a30f-297dc718c90a .shogun-image-content {
  
    align-items: center;
  
}

#s-bbf44ca7-741c-4234-84a8-b6bdf6efdef7 {
  min-height: 50px;
}








#s-bbf44ca7-741c-4234-84a8-b6bdf6efdef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf44ca7-741c-4234-84a8-b6bdf6efdef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90080566-4aa5-4163-95f0-8691b067a729 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-90080566-4aa5-4163-95f0-8691b067a729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90080566-4aa5-4163-95f0-8691b067a729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50342887-d28b-449d-acf8-b97bf68172f8 {
  max-width: 2859px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-50342887-d28b-449d-acf8-b97bf68172f8:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-50342887-d28b-449d-acf8-b97bf68172f8 img.shogun-image,
  #s-50342887-d28b-449d-acf8-b97bf68172f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50342887-d28b-449d-acf8-b97bf68172f8 {
    width: 100%;
    height: auto;
  }



  #s-50342887-d28b-449d-acf8-b97bf68172f8 img.shogun-image {
    

    
    
    
  }


#s-50342887-d28b-449d-acf8-b97bf68172f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b83263c1-a252-4930-837c-4410c94043f1 {
  min-height: 50px;
}








#s-b83263c1-a252-4930-837c-4410c94043f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83263c1-a252-4930-837c-4410c94043f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d0d854-cc6c-401d-b56d-34bbe235fb9e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-86d0d854-cc6c-401d-b56d-34bbe235fb9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d0d854-cc6c-401d-b56d-34bbe235fb9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4 {
  max-width: 2954px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4 img.shogun-image,
  #s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4 {
    width: 100%;
    height: auto;
  }



  #s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4 img.shogun-image {
    

    
    
    
  }


#s-2fe21c51-7ae9-4b8f-97f1-564fcd19dcd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca93995a-8792-4239-b1fd-5cb060a6936c {
  min-height: 50px;
}








#s-ca93995a-8792-4239-b1fd-5cb060a6936c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca93995a-8792-4239-b1fd-5cb060a6936c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec891243-b45d-41c4-9c1d-c0cec45d6d31 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ec891243-b45d-41c4-9c1d-c0cec45d6d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec891243-b45d-41c4-9c1d-c0cec45d6d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cacede7-0ef3-477e-bb77-062dcea33146 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6cacede7-0ef3-477e-bb77-062dcea33146"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cacede7-0ef3-477e-bb77-062dcea33146"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6cacede7-0ef3-477e-bb77-062dcea33146"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6cacede7-0ef3-477e-bb77-062dcea33146"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef {
  max-width: 3102px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef img.shogun-image,
  #s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef {
    width: 100%;
    height: auto;
  }



  #s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef img.shogun-image {
    

    
    
    
  }


#s-29ecfddf-f4f7-4605-8dd5-2aac6ccdbeef .shogun-image-content {
  
    align-items: center;
  
}

#s-ea376331-e23c-49a9-b01a-44a049ec3136 {
  min-height: 50px;
}








#s-ea376331-e23c-49a9-b01a-44a049ec3136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea376331-e23c-49a9-b01a-44a049ec3136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e4f5e8-8939-483c-a1de-8d2ac9ab5420 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b8e4f5e8-8939-483c-a1de-8d2ac9ab5420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8e4f5e8-8939-483c-a1de-8d2ac9ab5420.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65d63b5a-b4c5-45b4-a006-68940ee17bc9 {
  max-width: 2823px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-65d63b5a-b4c5-45b4-a006-68940ee17bc9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-65d63b5a-b4c5-45b4-a006-68940ee17bc9 img.shogun-image,
  #s-65d63b5a-b4c5-45b4-a006-68940ee17bc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65d63b5a-b4c5-45b4-a006-68940ee17bc9 {
    width: 100%;
    height: auto;
  }



  #s-65d63b5a-b4c5-45b4-a006-68940ee17bc9 img.shogun-image {
    

    
    
    
  }


#s-65d63b5a-b4c5-45b4-a006-68940ee17bc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5976566a-41fe-45b8-9fd5-83341a320c3f {
  min-height: 50px;
}








#s-5976566a-41fe-45b8-9fd5-83341a320c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5976566a-41fe-45b8-9fd5-83341a320c3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3341e5c4-1af9-4393-8e3b-3147e13130b1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3341e5c4-1af9-4393-8e3b-3147e13130b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3341e5c4-1af9-4393-8e3b-3147e13130b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f8dc74-43c9-471d-b457-9c5b1e7919f7 {
  max-width: 2934px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-94f8dc74-43c9-471d-b457-9c5b1e7919f7:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-94f8dc74-43c9-471d-b457-9c5b1e7919f7 img.shogun-image,
  #s-94f8dc74-43c9-471d-b457-9c5b1e7919f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94f8dc74-43c9-471d-b457-9c5b1e7919f7 {
    width: 100%;
    height: auto;
  }



  #s-94f8dc74-43c9-471d-b457-9c5b1e7919f7 img.shogun-image {
    

    
    
    
  }


#s-94f8dc74-43c9-471d-b457-9c5b1e7919f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fded8af-1bfd-43db-984d-54e892a1a847 {
  min-height: 50px;
}








#s-1fded8af-1bfd-43db-984d-54e892a1a847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fded8af-1bfd-43db-984d-54e892a1a847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7965a511-e50e-49ca-ac81-37ad01326530 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7965a511-e50e-49ca-ac81-37ad01326530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7965a511-e50e-49ca-ac81-37ad01326530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7031a3b8-c9d9-4738-9b81-e350ab293613 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7031a3b8-c9d9-4738-9b81-e350ab293613"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7031a3b8-c9d9-4738-9b81-e350ab293613"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7031a3b8-c9d9-4738-9b81-e350ab293613"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7031a3b8-c9d9-4738-9b81-e350ab293613"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-87b8aacd-28a8-4e57-b625-f08aab353500 {
  max-width: 2823px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-87b8aacd-28a8-4e57-b625-f08aab353500:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-87b8aacd-28a8-4e57-b625-f08aab353500 img.shogun-image,
  #s-87b8aacd-28a8-4e57-b625-f08aab353500 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87b8aacd-28a8-4e57-b625-f08aab353500 {
    width: 100%;
    height: auto;
  }



  #s-87b8aacd-28a8-4e57-b625-f08aab353500 img.shogun-image {
    

    
    
    
  }


#s-87b8aacd-28a8-4e57-b625-f08aab353500 .shogun-image-content {
  
    align-items: center;
  
}

#s-37cc14bf-adfd-4c9f-a238-009cc7ba773b {
  min-height: 50px;
}








#s-37cc14bf-adfd-4c9f-a238-009cc7ba773b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37cc14bf-adfd-4c9f-a238-009cc7ba773b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d3740a4-2cb3-4d53-8e92-7d898b7c2cf6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0d3740a4-2cb3-4d53-8e92-7d898b7c2cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d3740a4-2cb3-4d53-8e92-7d898b7c2cf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea2074ad-299e-436d-be8b-741216cfe269 {
  max-width: 3101px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ea2074ad-299e-436d-be8b-741216cfe269:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ea2074ad-299e-436d-be8b-741216cfe269 img.shogun-image,
  #s-ea2074ad-299e-436d-be8b-741216cfe269 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea2074ad-299e-436d-be8b-741216cfe269 {
    width: 100%;
    height: auto;
  }



  #s-ea2074ad-299e-436d-be8b-741216cfe269 img.shogun-image {
    

    
    
    
  }


#s-ea2074ad-299e-436d-be8b-741216cfe269 .shogun-image-content {
  
    align-items: center;
  
}

#s-371644bb-8959-4d5d-b29d-08304bfca00d {
  min-height: 50px;
}








#s-371644bb-8959-4d5d-b29d-08304bfca00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-371644bb-8959-4d5d-b29d-08304bfca00d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48064c2c-2caf-4308-9315-06589676b919 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-48064c2c-2caf-4308-9315-06589676b919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48064c2c-2caf-4308-9315-06589676b919.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9147c43b-a86b-456c-9c0d-19d009e4eb9e {
  max-width: 2577px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-9147c43b-a86b-456c-9c0d-19d009e4eb9e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-9147c43b-a86b-456c-9c0d-19d009e4eb9e img.shogun-image,
  #s-9147c43b-a86b-456c-9c0d-19d009e4eb9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9147c43b-a86b-456c-9c0d-19d009e4eb9e {
    width: 100%;
    height: auto;
  }



  #s-9147c43b-a86b-456c-9c0d-19d009e4eb9e img.shogun-image {
    

    
    
    
  }


#s-9147c43b-a86b-456c-9c0d-19d009e4eb9e .shogun-image-content {
  
    align-items: center;
  
}

#s-1b8e6f94-74ec-441b-8ad9-e3c284558839 {
  min-height: 50px;
}








#s-1b8e6f94-74ec-441b-8ad9-e3c284558839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b8e6f94-74ec-441b-8ad9-e3c284558839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1f49ef0-f97e-4812-8349-d917d40d964c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b1f49ef0-f97e-4812-8349-d917d40d964c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f49ef0-f97e-4812-8349-d917d40d964c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85f81cb8-7ce0-420b-8971-0afcb08bda0a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-85f81cb8-7ce0-420b-8971-0afcb08bda0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85f81cb8-7ce0-420b-8971-0afcb08bda0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-85f81cb8-7ce0-420b-8971-0afcb08bda0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-85f81cb8-7ce0-420b-8971-0afcb08bda0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6f56f106-4e98-4780-8526-d32056695394 {
  max-width: 2651px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-6f56f106-4e98-4780-8526-d32056695394:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-6f56f106-4e98-4780-8526-d32056695394 img.shogun-image,
  #s-6f56f106-4e98-4780-8526-d32056695394 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f56f106-4e98-4780-8526-d32056695394 {
    width: 100%;
    height: auto;
  }



  #s-6f56f106-4e98-4780-8526-d32056695394 img.shogun-image {
    

    
    
    
  }


#s-6f56f106-4e98-4780-8526-d32056695394 .shogun-image-content {
  
    align-items: center;
  
}

#s-036c4b73-65c6-4e02-b494-b7079f544abc {
  min-height: 50px;
}








#s-036c4b73-65c6-4e02-b494-b7079f544abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-036c4b73-65c6-4e02-b494-b7079f544abc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f290d320-6b3f-44ad-a4f5-3377dd116ab1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f290d320-6b3f-44ad-a4f5-3377dd116ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f290d320-6b3f-44ad-a4f5-3377dd116ab1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de391755-d062-41f9-ae8f-6b0fa555f8a3 {
  max-width: 2730px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-de391755-d062-41f9-ae8f-6b0fa555f8a3:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-de391755-d062-41f9-ae8f-6b0fa555f8a3 img.shogun-image,
  #s-de391755-d062-41f9-ae8f-6b0fa555f8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de391755-d062-41f9-ae8f-6b0fa555f8a3 {
    width: 100%;
    height: auto;
  }



  #s-de391755-d062-41f9-ae8f-6b0fa555f8a3 img.shogun-image {
    

    
    
    
  }


#s-de391755-d062-41f9-ae8f-6b0fa555f8a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b444449-cc2b-428f-ba82-fc5245583e27 {
  min-height: 50px;
}








#s-3b444449-cc2b-428f-ba82-fc5245583e27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b444449-cc2b-428f-ba82-fc5245583e27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f39b158-f415-45c0-97c7-c728b09698d8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1f39b158-f415-45c0-97c7-c728b09698d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f39b158-f415-45c0-97c7-c728b09698d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-230eca9e-6784-4232-8598-eb9ea85e329c {
  max-width: 2737px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-230eca9e-6784-4232-8598-eb9ea85e329c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-230eca9e-6784-4232-8598-eb9ea85e329c img.shogun-image,
  #s-230eca9e-6784-4232-8598-eb9ea85e329c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-230eca9e-6784-4232-8598-eb9ea85e329c {
    width: 100%;
    height: auto;
  }



  #s-230eca9e-6784-4232-8598-eb9ea85e329c img.shogun-image {
    

    
    
    
  }


#s-230eca9e-6784-4232-8598-eb9ea85e329c .shogun-image-content {
  
    align-items: center;
  
}

#s-00f6ad63-a220-437f-93ca-b8da3b8a5b23 {
  min-height: 50px;
}








#s-00f6ad63-a220-437f-93ca-b8da3b8a5b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f6ad63-a220-437f-93ca-b8da3b8a5b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57b0ee9c-c8f0-4018-96c3-6e1bdf695a25 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-57b0ee9c-c8f0-4018-96c3-6e1bdf695a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b0ee9c-c8f0-4018-96c3-6e1bdf695a25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-150d8a6f-27d5-481f-b23f-d24235d3717e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-150d8a6f-27d5-481f-b23f-d24235d3717e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-150d8a6f-27d5-481f-b23f-d24235d3717e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-150d8a6f-27d5-481f-b23f-d24235d3717e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-150d8a6f-27d5-481f-b23f-d24235d3717e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c97fd3e5-3914-4b64-9634-dd88b62623b4 {
  max-width: 2807px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-c97fd3e5-3914-4b64-9634-dd88b62623b4:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-c97fd3e5-3914-4b64-9634-dd88b62623b4 img.shogun-image,
  #s-c97fd3e5-3914-4b64-9634-dd88b62623b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c97fd3e5-3914-4b64-9634-dd88b62623b4 {
    width: 100%;
    height: auto;
  }



  #s-c97fd3e5-3914-4b64-9634-dd88b62623b4 img.shogun-image {
    

    
    
    
  }


#s-c97fd3e5-3914-4b64-9634-dd88b62623b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f91b6ec7-0a40-480e-b00e-828eeb34d390 {
  min-height: 50px;
}








#s-f91b6ec7-0a40-480e-b00e-828eeb34d390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f91b6ec7-0a40-480e-b00e-828eeb34d390.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9634237c-7a79-4bd6-a154-ecab1898d57c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9634237c-7a79-4bd6-a154-ecab1898d57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9634237c-7a79-4bd6-a154-ecab1898d57c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae72efee-d77b-4866-96fe-8421a64b0030 {
  max-width: 2975px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ae72efee-d77b-4866-96fe-8421a64b0030:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ae72efee-d77b-4866-96fe-8421a64b0030 img.shogun-image,
  #s-ae72efee-d77b-4866-96fe-8421a64b0030 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae72efee-d77b-4866-96fe-8421a64b0030 {
    width: 100%;
    height: auto;
  }



  #s-ae72efee-d77b-4866-96fe-8421a64b0030 img.shogun-image {
    

    
    
    
  }


#s-ae72efee-d77b-4866-96fe-8421a64b0030 .shogun-image-content {
  
    align-items: center;
  
}

#s-f99fe4fa-b063-4580-8f0b-062d01b2d6ac {
  min-height: 50px;
}








#s-f99fe4fa-b063-4580-8f0b-062d01b2d6ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f99fe4fa-b063-4580-8f0b-062d01b2d6ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-172d5edb-ccc5-44b2-89e3-3fba18b265af {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-172d5edb-ccc5-44b2-89e3-3fba18b265af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-172d5edb-ccc5-44b2-89e3-3fba18b265af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c {
  max-width: 3112px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c img.shogun-image,
  #s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c {
    width: 100%;
    height: auto;
  }



  #s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c img.shogun-image {
    

    
    
    
  }


#s-a82fc2fa-c784-4f34-8bdd-b60f6949ac4c .shogun-image-content {
  
    align-items: center;
  
}

#s-01157efe-caeb-49ca-9962-aa0823f32214 {
  min-height: 50px;
}








#s-01157efe-caeb-49ca-9962-aa0823f32214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01157efe-caeb-49ca-9962-aa0823f32214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-545cb7a5-4c08-4cd4-a8ed-9df24a545214 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-545cb7a5-4c08-4cd4-a8ed-9df24a545214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545cb7a5-4c08-4cd4-a8ed-9df24a545214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93b44ee6-dea7-42c1-ac2c-b1d759598a93 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-93b44ee6-dea7-42c1-ac2c-b1d759598a93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93b44ee6-dea7-42c1-ac2c-b1d759598a93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-93b44ee6-dea7-42c1-ac2c-b1d759598a93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-93b44ee6-dea7-42c1-ac2c-b1d759598a93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86 {
  max-width: 2807px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86 img.shogun-image,
  #s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86 {
    width: 100%;
    height: auto;
  }



  #s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86 img.shogun-image {
    

    
    
    
  }


#s-b869e1ef-c19c-483f-9d5a-455a3aa9bc86 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b1dd266-e9a7-4346-910c-bf29e91c2dcb {
  min-height: 50px;
}








#s-6b1dd266-e9a7-4346-910c-bf29e91c2dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b1dd266-e9a7-4346-910c-bf29e91c2dcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c187d4c-c5f3-4e47-aed3-c1998550a22c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-4c187d4c-c5f3-4e47-aed3-c1998550a22c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c187d4c-c5f3-4e47-aed3-c1998550a22c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffb6f2b0-b105-4afd-8dfb-68621d19b1a6 {
  min-height: 50px;
}








#s-ffb6f2b0-b105-4afd-8dfb-68621d19b1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffb6f2b0-b105-4afd-8dfb-68621d19b1a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3231193f-4876-433f-a173-399d8c3c06a5 {
  min-height: 50px;
}








#s-3231193f-4876-433f-a173-399d8c3c06a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3231193f-4876-433f-a173-399d8c3c06a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07e81133-287d-407f-a41b-dd6a5fd6723f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-b3e48cc5-6851-487a-940a-ef036bafeb44 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

/*
  $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}
