.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-9b28e5bf-137e-4e98-b331-2c7d4fd0e941 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-3b64c696-e1b7-43fb-9cb0-0ad87ab1c0ba {
  min-height: 50px;
}








#s-3b64c696-e1b7-43fb-9cb0-0ad87ab1c0ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b64c696-e1b7-43fb-9cb0-0ad87ab1c0ba.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);
}

#s-d11f9aa1-a25a-4cab-a123-537a74c83c09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d11f9aa1-a25a-4cab-a123-537a74c83c09 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



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

#s-d3994e62-8515-4d2e-9f9e-baa4a21aa343 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3994e62-8515-4d2e-9f9e-baa4a21aa343"] > .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-1faa8cff-3a36-4e11-ad55-a5ea68fa9151 {
  min-height: 50px;
}








#s-1faa8cff-3a36-4e11-ad55-a5ea68fa9151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1faa8cff-3a36-4e11-ad55-a5ea68fa9151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb3dad6-34e7-49df-ad1a-185afd554d4c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-acb3dad6-34e7-49df-ad1a-185afd554d4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acb3dad6-34e7-49df-ad1a-185afd554d4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-acb3dad6-34e7-49df-ad1a-185afd554d4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-acb3dad6-34e7-49df-ad1a-185afd554d4c"] > .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-2377136b-7739-45c4-b92b-5ecea63028cf {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-2377136b-7739-45c4-b92b-5ecea63028cf:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-2377136b-7739-45c4-b92b-5ecea63028cf img.shogun-image,
  #s-2377136b-7739-45c4-b92b-5ecea63028cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2377136b-7739-45c4-b92b-5ecea63028cf {
    width: 100%;
    height: auto;
  }



  #s-2377136b-7739-45c4-b92b-5ecea63028cf img.shogun-image {
    

    
    
    
  }


#s-2377136b-7739-45c4-b92b-5ecea63028cf .shogun-image-content {
  
    align-items: center;
  
}

#s-dc609659-4596-4fb4-931a-2018126dd48b {
  min-height: 50px;
}








#s-dc609659-4596-4fb4-931a-2018126dd48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc609659-4596-4fb4-931a-2018126dd48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-022e805d-cc35-4f6e-9bb5-e6a4d2a3fa9a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-022e805d-cc35-4f6e-9bb5-e6a4d2a3fa9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-022e805d-cc35-4f6e-9bb5-e6a4d2a3fa9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc9568a9-1807-402d-b49a-e714bc82b5a3 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-dc9568a9-1807-402d-b49a-e714bc82b5a3:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-dc9568a9-1807-402d-b49a-e714bc82b5a3 img.shogun-image,
  #s-dc9568a9-1807-402d-b49a-e714bc82b5a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc9568a9-1807-402d-b49a-e714bc82b5a3 {
    width: 100%;
    height: auto;
  }



  #s-dc9568a9-1807-402d-b49a-e714bc82b5a3 img.shogun-image {
    

    
    
    
  }


#s-dc9568a9-1807-402d-b49a-e714bc82b5a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-42be1799-9159-4a7b-a545-a67216793500 {
  min-height: 50px;
}








#s-42be1799-9159-4a7b-a545-a67216793500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42be1799-9159-4a7b-a545-a67216793500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7da29da-d15c-43b3-bde1-70d6aa084945 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d7da29da-d15c-43b3-bde1-70d6aa084945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7da29da-d15c-43b3-bde1-70d6aa084945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11cede4a-ed2c-4888-9d55-396467537b5c {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-11cede4a-ed2c-4888-9d55-396467537b5c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-11cede4a-ed2c-4888-9d55-396467537b5c img.shogun-image,
  #s-11cede4a-ed2c-4888-9d55-396467537b5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11cede4a-ed2c-4888-9d55-396467537b5c {
    width: 100%;
    height: auto;
  }



  #s-11cede4a-ed2c-4888-9d55-396467537b5c img.shogun-image {
    

    
    
    
  }


#s-11cede4a-ed2c-4888-9d55-396467537b5c .shogun-image-content {
  
    align-items: center;
  
}

#s-ceaf8f8e-ed01-4b55-82c8-566d4ff43cd7 {
  min-height: 50px;
}








#s-ceaf8f8e-ed01-4b55-82c8-566d4ff43cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceaf8f8e-ed01-4b55-82c8-566d4ff43cd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21854b37-f19f-4732-9f55-0ed96793b1fa {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-21854b37-f19f-4732-9f55-0ed96793b1fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21854b37-f19f-4732-9f55-0ed96793b1fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b354f1b-90e7-4ead-886f-3d3bc7d79c3d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2b354f1b-90e7-4ead-886f-3d3bc7d79c3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b354f1b-90e7-4ead-886f-3d3bc7d79c3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2b354f1b-90e7-4ead-886f-3d3bc7d79c3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2b354f1b-90e7-4ead-886f-3d3bc7d79c3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c295371c-8849-413a-9302-1f9d74624e1e {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-c295371c-8849-413a-9302-1f9d74624e1e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-c295371c-8849-413a-9302-1f9d74624e1e img.shogun-image,
  #s-c295371c-8849-413a-9302-1f9d74624e1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c295371c-8849-413a-9302-1f9d74624e1e {
    width: 100%;
    height: auto;
  }



  #s-c295371c-8849-413a-9302-1f9d74624e1e img.shogun-image {
    

    
    
    
  }


#s-c295371c-8849-413a-9302-1f9d74624e1e .shogun-image-content {
  
    align-items: center;
  
}

#s-19e7f691-4fa7-49f5-913e-b984c66e6f62 {
  min-height: 50px;
}








#s-19e7f691-4fa7-49f5-913e-b984c66e6f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e7f691-4fa7-49f5-913e-b984c66e6f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8afb662-ad6d-419b-b087-df1cd31ea3b7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a8afb662-ad6d-419b-b087-df1cd31ea3b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8afb662-ad6d-419b-b087-df1cd31ea3b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d326adf2-6acb-4108-bf4a-5a3a8e7684be {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-d326adf2-6acb-4108-bf4a-5a3a8e7684be:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-d326adf2-6acb-4108-bf4a-5a3a8e7684be img.shogun-image,
  #s-d326adf2-6acb-4108-bf4a-5a3a8e7684be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d326adf2-6acb-4108-bf4a-5a3a8e7684be {
    width: 100%;
    height: auto;
  }



  #s-d326adf2-6acb-4108-bf4a-5a3a8e7684be img.shogun-image {
    

    
    
    
  }


#s-d326adf2-6acb-4108-bf4a-5a3a8e7684be .shogun-image-content {
  
    align-items: center;
  
}

#s-e016f5c8-8db4-4cdf-9dfa-f34ec1659e62 {
  min-height: 50px;
}








#s-e016f5c8-8db4-4cdf-9dfa-f34ec1659e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e016f5c8-8db4-4cdf-9dfa-f34ec1659e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cc490fb-cd56-443b-972d-fc492425d76c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0cc490fb-cd56-443b-972d-fc492425d76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cc490fb-cd56-443b-972d-fc492425d76c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9 img.shogun-image,
  #s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9 {
    width: 100%;
    height: auto;
  }



  #s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9 img.shogun-image {
    

    
    
    
  }


#s-ec427d5c-b918-4dfa-8233-f41bdda8a7b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbc32ea3-a85f-4b78-b51c-d824624c2ecf {
  min-height: 50px;
}








#s-bbc32ea3-a85f-4b78-b51c-d824624c2ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc32ea3-a85f-4b78-b51c-d824624c2ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7991f5d-fac0-488d-a49d-2eea24bed017 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d7991f5d-fac0-488d-a49d-2eea24bed017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7991f5d-fac0-488d-a49d-2eea24bed017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-642486ad-60ad-4c67-9c6f-f02fdf7e6709 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-642486ad-60ad-4c67-9c6f-f02fdf7e6709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-642486ad-60ad-4c67-9c6f-f02fdf7e6709"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-642486ad-60ad-4c67-9c6f-f02fdf7e6709"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-642486ad-60ad-4c67-9c6f-f02fdf7e6709"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b img.shogun-image,
  #s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b {
    width: 100%;
    height: auto;
  }



  #s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b img.shogun-image {
    

    
    
    
  }


#s-ef5f3e80-5b62-4b1b-83e2-627e8656f10b .shogun-image-content {
  
    align-items: center;
  
}

#s-6d9ed621-554d-4cd6-b20d-4df502e8bdfd {
  min-height: 50px;
}








#s-6d9ed621-554d-4cd6-b20d-4df502e8bdfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9ed621-554d-4cd6-b20d-4df502e8bdfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99a0c5f5-6b8f-4ab2-9e68-71423fc5b218 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-99a0c5f5-6b8f-4ab2-9e68-71423fc5b218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99a0c5f5-6b8f-4ab2-9e68-71423fc5b218.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5 img.shogun-image,
  #s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5 {
    width: 100%;
    height: auto;
  }



  #s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5 img.shogun-image {
    

    
    
    
  }


#s-ce0dd18c-0c76-4a24-b076-00b1f208c8a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a57f526-c056-4ece-af31-eb4148210c6a {
  min-height: 50px;
}








#s-7a57f526-c056-4ece-af31-eb4148210c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a57f526-c056-4ece-af31-eb4148210c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63167ca0-29ed-4277-9b1f-b7ed82a1fd9e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-63167ca0-29ed-4277-9b1f-b7ed82a1fd9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63167ca0-29ed-4277-9b1f-b7ed82a1fd9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1382faff-3cf3-40e9-9921-6ebff5ac25cc {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-1382faff-3cf3-40e9-9921-6ebff5ac25cc:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-1382faff-3cf3-40e9-9921-6ebff5ac25cc img.shogun-image,
  #s-1382faff-3cf3-40e9-9921-6ebff5ac25cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1382faff-3cf3-40e9-9921-6ebff5ac25cc {
    width: 100%;
    height: auto;
  }



  #s-1382faff-3cf3-40e9-9921-6ebff5ac25cc img.shogun-image {
    

    
    
    
  }


#s-1382faff-3cf3-40e9-9921-6ebff5ac25cc .shogun-image-content {
  
    align-items: center;
  
}

#s-efa706ce-75fc-4702-9cfc-e0cda0e909cc {
  min-height: 50px;
}








#s-efa706ce-75fc-4702-9cfc-e0cda0e909cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efa706ce-75fc-4702-9cfc-e0cda0e909cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9129b337-0e12-4815-af83-535c76f2151f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9129b337-0e12-4815-af83-535c76f2151f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9129b337-0e12-4815-af83-535c76f2151f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d4e9314-4b70-4460-b660-cfe29edfe49b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7d4e9314-4b70-4460-b660-cfe29edfe49b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d4e9314-4b70-4460-b660-cfe29edfe49b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7d4e9314-4b70-4460-b660-cfe29edfe49b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7d4e9314-4b70-4460-b660-cfe29edfe49b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-71baf154-1a8f-487c-8203-050a5c067dad {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-71baf154-1a8f-487c-8203-050a5c067dad:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-71baf154-1a8f-487c-8203-050a5c067dad img.shogun-image,
  #s-71baf154-1a8f-487c-8203-050a5c067dad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71baf154-1a8f-487c-8203-050a5c067dad {
    width: 100%;
    height: auto;
  }



  #s-71baf154-1a8f-487c-8203-050a5c067dad img.shogun-image {
    

    
    
    
  }


#s-71baf154-1a8f-487c-8203-050a5c067dad .shogun-image-content {
  
    align-items: center;
  
}

#s-cd408962-05f7-4bd2-a1e6-c1672980bf99 {
  min-height: 50px;
}








#s-cd408962-05f7-4bd2-a1e6-c1672980bf99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd408962-05f7-4bd2-a1e6-c1672980bf99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-131427f9-99be-4efc-8c30-9f53ed66c2fd {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-131427f9-99be-4efc-8c30-9f53ed66c2fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-131427f9-99be-4efc-8c30-9f53ed66c2fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f32184e4-3e7d-41bc-a33b-5f405acc50b4 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-f32184e4-3e7d-41bc-a33b-5f405acc50b4:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-f32184e4-3e7d-41bc-a33b-5f405acc50b4 img.shogun-image,
  #s-f32184e4-3e7d-41bc-a33b-5f405acc50b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f32184e4-3e7d-41bc-a33b-5f405acc50b4 {
    width: 100%;
    height: auto;
  }



  #s-f32184e4-3e7d-41bc-a33b-5f405acc50b4 img.shogun-image {
    

    
    
    
  }


#s-f32184e4-3e7d-41bc-a33b-5f405acc50b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-879c1b2c-0517-4cb9-915c-490b06ed0c22 {
  min-height: 50px;
}








#s-879c1b2c-0517-4cb9-915c-490b06ed0c22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-879c1b2c-0517-4cb9-915c-490b06ed0c22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01a628ea-ac8d-4599-a443-47bad5039bb1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-01a628ea-ac8d-4599-a443-47bad5039bb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01a628ea-ac8d-4599-a443-47bad5039bb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f img.shogun-image,
  #s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f {
    width: 100%;
    height: auto;
  }



  #s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f img.shogun-image {
    

    
    
    
  }


#s-b96b43db-b78d-49b5-b05b-c44f6ac56f9f .shogun-image-content {
  
    align-items: center;
  
}

#s-e992c07d-963c-4789-8f46-0c468bddb131 {
  min-height: 50px;
}








#s-e992c07d-963c-4789-8f46-0c468bddb131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e992c07d-963c-4789-8f46-0c468bddb131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89fc5e2d-3beb-42ab-af2a-3b01a5d45cf6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-89fc5e2d-3beb-42ab-af2a-3b01a5d45cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89fc5e2d-3beb-42ab-af2a-3b01a5d45cf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6c45c05-aa76-4bc0-9f60-a19801c0499b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a6c45c05-aa76-4bc0-9f60-a19801c0499b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6c45c05-aa76-4bc0-9f60-a19801c0499b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a6c45c05-aa76-4bc0-9f60-a19801c0499b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a6c45c05-aa76-4bc0-9f60-a19801c0499b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b1856570-3cf9-4eda-86cc-f9e65236fca6 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-b1856570-3cf9-4eda-86cc-f9e65236fca6:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-b1856570-3cf9-4eda-86cc-f9e65236fca6 img.shogun-image,
  #s-b1856570-3cf9-4eda-86cc-f9e65236fca6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1856570-3cf9-4eda-86cc-f9e65236fca6 {
    width: 100%;
    height: auto;
  }



  #s-b1856570-3cf9-4eda-86cc-f9e65236fca6 img.shogun-image {
    

    
    
    
  }


#s-b1856570-3cf9-4eda-86cc-f9e65236fca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6f5c765-8874-44c6-8515-9c1784445e69 {
  min-height: 50px;
}








#s-e6f5c765-8874-44c6-8515-9c1784445e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6f5c765-8874-44c6-8515-9c1784445e69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6e0da5c-a82c-47a1-9ef3-c928c7321da8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e6e0da5c-a82c-47a1-9ef3-c928c7321da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6e0da5c-a82c-47a1-9ef3-c928c7321da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-679729c3-a142-48d1-b155-ebb6ce97b1b0 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-679729c3-a142-48d1-b155-ebb6ce97b1b0:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-679729c3-a142-48d1-b155-ebb6ce97b1b0 img.shogun-image,
  #s-679729c3-a142-48d1-b155-ebb6ce97b1b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-679729c3-a142-48d1-b155-ebb6ce97b1b0 {
    width: 100%;
    height: auto;
  }



  #s-679729c3-a142-48d1-b155-ebb6ce97b1b0 img.shogun-image {
    

    
    
    
  }


#s-679729c3-a142-48d1-b155-ebb6ce97b1b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9868050-d27b-44fa-89c1-c1efdfa6d1d8 {
  min-height: 50px;
}








#s-c9868050-d27b-44fa-89c1-c1efdfa6d1d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9868050-d27b-44fa-89c1-c1efdfa6d1d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be5a99aa-f8a5-4e12-b78d-91c12160f296 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-be5a99aa-f8a5-4e12-b78d-91c12160f296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be5a99aa-f8a5-4e12-b78d-91c12160f296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbefccd2-a41c-4634-9791-74743889d87e {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-cbefccd2-a41c-4634-9791-74743889d87e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-cbefccd2-a41c-4634-9791-74743889d87e img.shogun-image,
  #s-cbefccd2-a41c-4634-9791-74743889d87e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbefccd2-a41c-4634-9791-74743889d87e {
    width: 100%;
    height: auto;
  }



  #s-cbefccd2-a41c-4634-9791-74743889d87e img.shogun-image {
    

    
    
    
  }


#s-cbefccd2-a41c-4634-9791-74743889d87e .shogun-image-content {
  
    align-items: center;
  
}

#s-1158e746-5664-4a0a-8867-8b6ab8f0484b {
  min-height: 50px;
}








#s-1158e746-5664-4a0a-8867-8b6ab8f0484b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1158e746-5664-4a0a-8867-8b6ab8f0484b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1922241a-67af-46c5-9c1b-a9df58ca8ff0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1922241a-67af-46c5-9c1b-a9df58ca8ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1922241a-67af-46c5-9c1b-a9df58ca8ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ea52d56-817d-4f58-aad7-0982ea2bba67 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9ea52d56-817d-4f58-aad7-0982ea2bba67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ea52d56-817d-4f58-aad7-0982ea2bba67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9ea52d56-817d-4f58-aad7-0982ea2bba67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9ea52d56-817d-4f58-aad7-0982ea2bba67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7 img.shogun-image,
  #s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7 {
    width: 100%;
    height: auto;
  }



  #s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7 img.shogun-image {
    

    
    
    
  }


#s-4c6c6439-22d8-44b0-9db6-7dd1043b91b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-827df44c-20d9-4505-ab04-ad9b71ea1c1b {
  min-height: 50px;
}








#s-827df44c-20d9-4505-ab04-ad9b71ea1c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-827df44c-20d9-4505-ab04-ad9b71ea1c1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b23f83e1-c5b5-498d-942e-f5033111def7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b23f83e1-c5b5-498d-942e-f5033111def7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23f83e1-c5b5-498d-942e-f5033111def7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ce718b-076a-4bc9-8c37-c0bb049c3123 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-74ce718b-076a-4bc9-8c37-c0bb049c3123:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-74ce718b-076a-4bc9-8c37-c0bb049c3123 img.shogun-image,
  #s-74ce718b-076a-4bc9-8c37-c0bb049c3123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74ce718b-076a-4bc9-8c37-c0bb049c3123 {
    width: 100%;
    height: auto;
  }



  #s-74ce718b-076a-4bc9-8c37-c0bb049c3123 img.shogun-image {
    

    
    
    
  }


#s-74ce718b-076a-4bc9-8c37-c0bb049c3123 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c0f2715-f56c-4f5f-b6be-18431edaaf95 {
  min-height: 50px;
}








#s-0c0f2715-f56c-4f5f-b6be-18431edaaf95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0f2715-f56c-4f5f-b6be-18431edaaf95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fea9a72-4c29-4da8-96b6-ca580d4ba83b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6fea9a72-4c29-4da8-96b6-ca580d4ba83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fea9a72-4c29-4da8-96b6-ca580d4ba83b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1250e3b1-f0ea-4d84-a297-3f31cbf57697 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-1250e3b1-f0ea-4d84-a297-3f31cbf57697:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-1250e3b1-f0ea-4d84-a297-3f31cbf57697 img.shogun-image,
  #s-1250e3b1-f0ea-4d84-a297-3f31cbf57697 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1250e3b1-f0ea-4d84-a297-3f31cbf57697 {
    width: 100%;
    height: auto;
  }



  #s-1250e3b1-f0ea-4d84-a297-3f31cbf57697 img.shogun-image {
    

    
    
    
  }


#s-1250e3b1-f0ea-4d84-a297-3f31cbf57697 .shogun-image-content {
  
    align-items: center;
  
}

#s-55d4e283-9849-4655-942e-44d6dd6a836d {
  min-height: 50px;
}








#s-55d4e283-9849-4655-942e-44d6dd6a836d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d4e283-9849-4655-942e-44d6dd6a836d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a736b44a-6bfe-4d93-8de5-f82e55fed18a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a736b44a-6bfe-4d93-8de5-f82e55fed18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a736b44a-6bfe-4d93-8de5-f82e55fed18a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dafabdd-1d8a-4318-a0c2-89f88a741201 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5dafabdd-1d8a-4318-a0c2-89f88a741201"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dafabdd-1d8a-4318-a0c2-89f88a741201"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5dafabdd-1d8a-4318-a0c2-89f88a741201"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5dafabdd-1d8a-4318-a0c2-89f88a741201"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8791ba07-8dc8-4db1-9929-5af903f8e29b {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-8791ba07-8dc8-4db1-9929-5af903f8e29b:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-8791ba07-8dc8-4db1-9929-5af903f8e29b img.shogun-image,
  #s-8791ba07-8dc8-4db1-9929-5af903f8e29b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8791ba07-8dc8-4db1-9929-5af903f8e29b {
    width: 100%;
    height: auto;
  }



  #s-8791ba07-8dc8-4db1-9929-5af903f8e29b img.shogun-image {
    

    
    
    
  }


#s-8791ba07-8dc8-4db1-9929-5af903f8e29b .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd85270-76ea-4f5d-87f0-36c0f3ea9595 {
  min-height: 50px;
}








#s-3bd85270-76ea-4f5d-87f0-36c0f3ea9595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd85270-76ea-4f5d-87f0-36c0f3ea9595.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a48c542-60b9-4844-960c-8948495ffad6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1a48c542-60b9-4844-960c-8948495ffad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a48c542-60b9-4844-960c-8948495ffad6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca6466ad-78db-476c-bf9b-5c5c00d612f7 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ca6466ad-78db-476c-bf9b-5c5c00d612f7:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ca6466ad-78db-476c-bf9b-5c5c00d612f7 img.shogun-image,
  #s-ca6466ad-78db-476c-bf9b-5c5c00d612f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca6466ad-78db-476c-bf9b-5c5c00d612f7 {
    width: 100%;
    height: auto;
  }



  #s-ca6466ad-78db-476c-bf9b-5c5c00d612f7 img.shogun-image {
    

    
    
    
  }


#s-ca6466ad-78db-476c-bf9b-5c5c00d612f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a4ddf36-d29c-4022-b6ce-e74358c0b621 {
  min-height: 50px;
}








#s-2a4ddf36-d29c-4022-b6ce-e74358c0b621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a4ddf36-d29c-4022-b6ce-e74358c0b621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5c2fb3b-b9ec-4ee7-bfaa-5b76bdc11fab {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c5c2fb3b-b9ec-4ee7-bfaa-5b76bdc11fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c2fb3b-b9ec-4ee7-bfaa-5b76bdc11fab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-830692fa-bd57-431a-83a5-129ed7b75588 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-830692fa-bd57-431a-83a5-129ed7b75588:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-830692fa-bd57-431a-83a5-129ed7b75588 img.shogun-image,
  #s-830692fa-bd57-431a-83a5-129ed7b75588 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-830692fa-bd57-431a-83a5-129ed7b75588 {
    width: 100%;
    height: auto;
  }



  #s-830692fa-bd57-431a-83a5-129ed7b75588 img.shogun-image {
    

    
    
    
  }


#s-830692fa-bd57-431a-83a5-129ed7b75588 .shogun-image-content {
  
    align-items: center;
  
}

#s-50e09ca6-5bd1-4637-8f98-ccb79bc2c5ba {
  min-height: 50px;
}








#s-50e09ca6-5bd1-4637-8f98-ccb79bc2c5ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50e09ca6-5bd1-4637-8f98-ccb79bc2c5ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e3ff692-84cd-439a-b069-80ee69b78105 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6e3ff692-84cd-439a-b069-80ee69b78105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e3ff692-84cd-439a-b069-80ee69b78105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82bc939f-c108-4ad2-9818-6a1dfc2bc2d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-82bc939f-c108-4ad2-9818-6a1dfc2bc2d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82bc939f-c108-4ad2-9818-6a1dfc2bc2d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-82bc939f-c108-4ad2-9818-6a1dfc2bc2d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-82bc939f-c108-4ad2-9818-6a1dfc2bc2d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0232e687-fc1e-48da-bf19-02ffb8038bec {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-0232e687-fc1e-48da-bf19-02ffb8038bec:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-0232e687-fc1e-48da-bf19-02ffb8038bec img.shogun-image,
  #s-0232e687-fc1e-48da-bf19-02ffb8038bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0232e687-fc1e-48da-bf19-02ffb8038bec {
    width: 100%;
    height: auto;
  }



  #s-0232e687-fc1e-48da-bf19-02ffb8038bec img.shogun-image {
    

    
    
    
  }


#s-0232e687-fc1e-48da-bf19-02ffb8038bec .shogun-image-content {
  
    align-items: center;
  
}

#s-16ba4503-8fbf-40bb-851c-d510d8c1dabd {
  min-height: 50px;
}








#s-16ba4503-8fbf-40bb-851c-d510d8c1dabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16ba4503-8fbf-40bb-851c-d510d8c1dabd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ce32d20-48e8-415d-9a90-bc93be930c2c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5ce32d20-48e8-415d-9a90-bc93be930c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce32d20-48e8-415d-9a90-bc93be930c2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-221a84fd-912d-4cca-96c3-a02fb820b4fc {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-221a84fd-912d-4cca-96c3-a02fb820b4fc:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-221a84fd-912d-4cca-96c3-a02fb820b4fc img.shogun-image,
  #s-221a84fd-912d-4cca-96c3-a02fb820b4fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-221a84fd-912d-4cca-96c3-a02fb820b4fc {
    width: 100%;
    height: auto;
  }



  #s-221a84fd-912d-4cca-96c3-a02fb820b4fc img.shogun-image {
    

    
    
    
  }


#s-221a84fd-912d-4cca-96c3-a02fb820b4fc .shogun-image-content {
  
    align-items: center;
  
}

#s-f92b80d9-69fa-4eb1-9189-d7851455b24e {
  min-height: 50px;
}








#s-f92b80d9-69fa-4eb1-9189-d7851455b24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92b80d9-69fa-4eb1-9189-d7851455b24e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2884ec1b-9769-46d6-9a95-11be0a13a8b7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-2884ec1b-9769-46d6-9a95-11be0a13a8b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2884ec1b-9769-46d6-9a95-11be0a13a8b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88488081-5a75-41f6-95aa-69297cd0b5f9 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-88488081-5a75-41f6-95aa-69297cd0b5f9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-88488081-5a75-41f6-95aa-69297cd0b5f9 img.shogun-image,
  #s-88488081-5a75-41f6-95aa-69297cd0b5f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88488081-5a75-41f6-95aa-69297cd0b5f9 {
    width: 100%;
    height: auto;
  }



  #s-88488081-5a75-41f6-95aa-69297cd0b5f9 img.shogun-image {
    

    
    
    
  }


#s-88488081-5a75-41f6-95aa-69297cd0b5f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed00c3d-f2b3-4cf7-a0d7-9e5c5fd50fde {
  min-height: 50px;
}








#s-4ed00c3d-f2b3-4cf7-a0d7-9e5c5fd50fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed00c3d-f2b3-4cf7-a0d7-9e5c5fd50fde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e730bead-12e4-4747-a1dc-7b2754410838 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e730bead-12e4-4747-a1dc-7b2754410838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e730bead-12e4-4747-a1dc-7b2754410838.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32ca5248-b37d-4dda-8bda-0616837e959f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-32ca5248-b37d-4dda-8bda-0616837e959f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32ca5248-b37d-4dda-8bda-0616837e959f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-32ca5248-b37d-4dda-8bda-0616837e959f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-32ca5248-b37d-4dda-8bda-0616837e959f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f6100d59-081d-4969-b059-36ceb8f1f0db {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-f6100d59-081d-4969-b059-36ceb8f1f0db:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-f6100d59-081d-4969-b059-36ceb8f1f0db img.shogun-image,
  #s-f6100d59-081d-4969-b059-36ceb8f1f0db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6100d59-081d-4969-b059-36ceb8f1f0db {
    width: 100%;
    height: auto;
  }



  #s-f6100d59-081d-4969-b059-36ceb8f1f0db img.shogun-image {
    

    
    
    
  }


#s-f6100d59-081d-4969-b059-36ceb8f1f0db .shogun-image-content {
  
    align-items: center;
  
}

#s-3954df21-d27a-4671-ae9e-2272871de989 {
  min-height: 50px;
}








#s-3954df21-d27a-4671-ae9e-2272871de989 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3954df21-d27a-4671-ae9e-2272871de989.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-282bd485-d5d2-4d94-8070-db2e6551b6d7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-282bd485-d5d2-4d94-8070-db2e6551b6d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282bd485-d5d2-4d94-8070-db2e6551b6d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e img.shogun-image,
  #s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e {
    width: 100%;
    height: auto;
  }



  #s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e img.shogun-image {
    

    
    
    
  }


#s-b9fb8880-5c8f-4dc9-b40c-3ced6b75c44e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca03d8be-d277-499f-9879-c57ee407c541 {
  min-height: 50px;
}








#s-ca03d8be-d277-499f-9879-c57ee407c541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca03d8be-d277-499f-9879-c57ee407c541.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d986c5d3-c1ae-4a5e-8b70-1eeafb7152d2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d986c5d3-c1ae-4a5e-8b70-1eeafb7152d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d986c5d3-c1ae-4a5e-8b70-1eeafb7152d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337aa416-f814-4068-8450-d3e565405b57 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-337aa416-f814-4068-8450-d3e565405b57:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-337aa416-f814-4068-8450-d3e565405b57 img.shogun-image,
  #s-337aa416-f814-4068-8450-d3e565405b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-337aa416-f814-4068-8450-d3e565405b57 {
    width: 100%;
    height: auto;
  }



  #s-337aa416-f814-4068-8450-d3e565405b57 img.shogun-image {
    

    
    
    
  }


#s-337aa416-f814-4068-8450-d3e565405b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-28a78c17-f727-43f6-9498-19ab7b7ea1ba {
  min-height: 50px;
}








#s-28a78c17-f727-43f6-9498-19ab7b7ea1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28a78c17-f727-43f6-9498-19ab7b7ea1ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-520beb6e-82b5-43ae-9c86-13ddca3f4e66 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-520beb6e-82b5-43ae-9c86-13ddca3f4e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520beb6e-82b5-43ae-9c86-13ddca3f4e66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a87d88d3-4c78-41d7-8a6d-1d0ade069996 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a87d88d3-4c78-41d7-8a6d-1d0ade069996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a87d88d3-4c78-41d7-8a6d-1d0ade069996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a87d88d3-4c78-41d7-8a6d-1d0ade069996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a87d88d3-4c78-41d7-8a6d-1d0ade069996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d img.shogun-image,
  #s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d {
    width: 100%;
    height: auto;
  }



  #s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d img.shogun-image {
    

    
    
    
  }


#s-e0d2f8bd-a46b-4b58-8081-f13d983bb86d .shogun-image-content {
  
    align-items: center;
  
}

#s-f5f377a3-bb25-4e81-be2a-c35e29ed706d {
  min-height: 50px;
}








#s-f5f377a3-bb25-4e81-be2a-c35e29ed706d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f377a3-bb25-4e81-be2a-c35e29ed706d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e29a8f-abf9-4320-9662-49f051b6b1cc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-33e29a8f-abf9-4320-9662-49f051b6b1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33e29a8f-abf9-4320-9662-49f051b6b1cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d img.shogun-image,
  #s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d {
    width: 100%;
    height: auto;
  }



  #s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d img.shogun-image {
    

    
    
    
  }


#s-46301a9b-3186-4de5-9cec-85cbb9c9ba7d .shogun-image-content {
  
    align-items: center;
  
}

#s-b0c4c86c-f73d-48af-a3c5-a3f67588a90a {
  min-height: 50px;
}








#s-b0c4c86c-f73d-48af-a3c5-a3f67588a90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c4c86c-f73d-48af-a3c5-a3f67588a90a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e09b613-0248-4805-891c-4b98ceb29172 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0e09b613-0248-4805-891c-4b98ceb29172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e09b613-0248-4805-891c-4b98ceb29172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-330623fd-acbd-4990-8aa6-51c222628bd3 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-330623fd-acbd-4990-8aa6-51c222628bd3:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-330623fd-acbd-4990-8aa6-51c222628bd3 img.shogun-image,
  #s-330623fd-acbd-4990-8aa6-51c222628bd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-330623fd-acbd-4990-8aa6-51c222628bd3 {
    width: 100%;
    height: auto;
  }



  #s-330623fd-acbd-4990-8aa6-51c222628bd3 img.shogun-image {
    

    
    
    
  }


#s-330623fd-acbd-4990-8aa6-51c222628bd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-447fdb43-402e-473a-9561-e6fd3d0b8b2a {
  min-height: 50px;
}








#s-447fdb43-402e-473a-9561-e6fd3d0b8b2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-447fdb43-402e-473a-9561-e6fd3d0b8b2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e1155d-f40d-4ddb-a5d6-235d3bd1d341 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-79e1155d-f40d-4ddb-a5d6-235d3bd1d341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79e1155d-f40d-4ddb-a5d6-235d3bd1d341.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae34fd3d-9fb2-49a7-b117-d53cdddeee12 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ae34fd3d-9fb2-49a7-b117-d53cdddeee12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae34fd3d-9fb2-49a7-b117-d53cdddeee12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ae34fd3d-9fb2-49a7-b117-d53cdddeee12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ae34fd3d-9fb2-49a7-b117-d53cdddeee12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-09967b57-dbca-446e-8c65-4aafc7c85c6e {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-09967b57-dbca-446e-8c65-4aafc7c85c6e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-09967b57-dbca-446e-8c65-4aafc7c85c6e img.shogun-image,
  #s-09967b57-dbca-446e-8c65-4aafc7c85c6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09967b57-dbca-446e-8c65-4aafc7c85c6e {
    width: 100%;
    height: auto;
  }



  #s-09967b57-dbca-446e-8c65-4aafc7c85c6e img.shogun-image {
    

    
    
    
  }


#s-09967b57-dbca-446e-8c65-4aafc7c85c6e .shogun-image-content {
  
    align-items: center;
  
}

#s-71b1a47e-82e5-4435-a6db-931e95ab7e76 {
  min-height: 50px;
}








#s-71b1a47e-82e5-4435-a6db-931e95ab7e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b1a47e-82e5-4435-a6db-931e95ab7e76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd5baa3d-5056-4c15-9130-1b5671eecb8d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-dd5baa3d-5056-4c15-9130-1b5671eecb8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd5baa3d-5056-4c15-9130-1b5671eecb8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf53e4ba-89d4-47d9-aad7-54031e7e749d {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-cf53e4ba-89d4-47d9-aad7-54031e7e749d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-cf53e4ba-89d4-47d9-aad7-54031e7e749d img.shogun-image,
  #s-cf53e4ba-89d4-47d9-aad7-54031e7e749d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf53e4ba-89d4-47d9-aad7-54031e7e749d {
    width: 100%;
    height: auto;
  }



  #s-cf53e4ba-89d4-47d9-aad7-54031e7e749d img.shogun-image {
    

    
    
    
  }


#s-cf53e4ba-89d4-47d9-aad7-54031e7e749d .shogun-image-content {
  
    align-items: center;
  
}

#s-f0f4524d-7251-4e49-9607-f9392ecaf2f7 {
  min-height: 50px;
}








#s-f0f4524d-7251-4e49-9607-f9392ecaf2f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0f4524d-7251-4e49-9607-f9392ecaf2f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-532ca895-6de7-44f3-9b5a-e06b0e66d7bf {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-532ca895-6de7-44f3-9b5a-e06b0e66d7bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-532ca895-6de7-44f3-9b5a-e06b0e66d7bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e103a646-699b-434a-9811-37185dca7a40 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-e103a646-699b-434a-9811-37185dca7a40:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-e103a646-699b-434a-9811-37185dca7a40 img.shogun-image,
  #s-e103a646-699b-434a-9811-37185dca7a40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e103a646-699b-434a-9811-37185dca7a40 {
    width: 100%;
    height: auto;
  }



  #s-e103a646-699b-434a-9811-37185dca7a40 img.shogun-image {
    

    
    
    
  }


#s-e103a646-699b-434a-9811-37185dca7a40 .shogun-image-content {
  
    align-items: center;
  
}

#s-857297f3-96a5-4702-90e1-e4252e66e28b {
  min-height: 50px;
}








#s-857297f3-96a5-4702-90e1-e4252e66e28b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857297f3-96a5-4702-90e1-e4252e66e28b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2c97542-461c-448a-bf61-bc5c67ff760e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d2c97542-461c-448a-bf61-bc5c67ff760e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c97542-461c-448a-bf61-bc5c67ff760e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8387bcf6-f9f6-43b7-b247-51b46f129452 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8387bcf6-f9f6-43b7-b247-51b46f129452"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8387bcf6-f9f6-43b7-b247-51b46f129452"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8387bcf6-f9f6-43b7-b247-51b46f129452"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8387bcf6-f9f6-43b7-b247-51b46f129452"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad img.shogun-image,
  #s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad {
    width: 100%;
    height: auto;
  }



  #s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad img.shogun-image {
    

    
    
    
  }


#s-6fb93aef-02aa-41c3-a1c1-077ea1cf22ad .shogun-image-content {
  
    align-items: center;
  
}

#s-abe85272-7787-4b2c-8315-aa1dcd602b62 {
  min-height: 50px;
}








#s-abe85272-7787-4b2c-8315-aa1dcd602b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe85272-7787-4b2c-8315-aa1dcd602b62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8563475b-b1dc-48ee-9b6f-640cbdab5378 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8563475b-b1dc-48ee-9b6f-640cbdab5378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8563475b-b1dc-48ee-9b6f-640cbdab5378.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2e7eec8-612f-416f-a309-0e8fcbcc0877 {
  max-width: 900px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-c2e7eec8-612f-416f-a309-0e8fcbcc0877:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-c2e7eec8-612f-416f-a309-0e8fcbcc0877 img.shogun-image,
  #s-c2e7eec8-612f-416f-a309-0e8fcbcc0877 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e7eec8-612f-416f-a309-0e8fcbcc0877 {
    width: 100%;
    height: auto;
  }



  #s-c2e7eec8-612f-416f-a309-0e8fcbcc0877 img.shogun-image {
    

    
    
    
  }


#s-c2e7eec8-612f-416f-a309-0e8fcbcc0877 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4bd22e-ef94-4863-a5b0-692e710ab440 {
  min-height: 50px;
}








#s-5d4bd22e-ef94-4863-a5b0-692e710ab440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d4bd22e-ef94-4863-a5b0-692e710ab440.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5baf4354-efbc-4eb5-a3d4-f159fa81cbee {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5baf4354-efbc-4eb5-a3d4-f159fa81cbee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5baf4354-efbc-4eb5-a3d4-f159fa81cbee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}