.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-28b2c49f-8221-4b79-8b90-55afc950196e {
  margin-bottom: 50px;
min-height: 50px;
}








#s-28b2c49f-8221-4b79-8b90-55afc950196e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b2c49f-8221-4b79-8b90-55afc950196e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0c4e661-cadd-449f-8dc4-0c09d9b0dd67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.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-04d4304e-99e7-482f-a6bc-ab7f77ed41c1 {
  min-height: 50px;
}








#s-04d4304e-99e7-482f-a6bc-ab7f77ed41c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04d4304e-99e7-482f-a6bc-ab7f77ed41c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5cf9ec65-cb54-4aa8-bb14-db1f74dedde8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cf9ec65-cb54-4aa8-bb14-db1f74dedde8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5cf9ec65-cb54-4aa8-bb14-db1f74dedde8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cf9ec65-cb54-4aa8-bb14-db1f74dedde8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989 {
  text-align: center;
}







  img.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
    
    
  }


.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shg-align-container {
  text-align: center
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
    
    
  }


.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shg-align-container {
  text-align: center
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
    
    
  }


.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shg-align-container {
  text-align: center
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
    
    
  }


.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shg-align-container {
  text-align: center
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
    
    
  }


.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shg-align-container {
  text-align: center
}

.s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d2115e8-75ac-42d6-8234-3dd7ce2cc989.shogun-image {
  box-sizing: border-box;
}


}
#s-27f0c126-e2dd-4979-b308-43ec23dd1e39 {
  text-align: center;
}







  img.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
    
    
  }


.s-27f0c126-e2dd-4979-b308-43ec23dd1e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shg-align-container {
  text-align: center
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
    
    
  }


.s-27f0c126-e2dd-4979-b308-43ec23dd1e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shg-align-container {
  text-align: center
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
    
    
  }


.s-27f0c126-e2dd-4979-b308-43ec23dd1e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shg-align-container {
  text-align: center
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
    
    
  }


.s-27f0c126-e2dd-4979-b308-43ec23dd1e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shg-align-container {
  text-align: center
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
    
    
  }


.s-27f0c126-e2dd-4979-b308-43ec23dd1e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shg-align-container {
  text-align: center
}

.s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0c126-e2dd-4979-b308-43ec23dd1e39.shogun-image {
  box-sizing: border-box;
}


}
#s-5b935186-cfe8-4dcc-a779-76774fc0219a {
  text-align: center;
}







  img.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
    
    
  }


.s-5b935186-cfe8-4dcc-a779-76774fc0219a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shg-align-container {
  text-align: center
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
    
    
  }


.s-5b935186-cfe8-4dcc-a779-76774fc0219a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shg-align-container {
  text-align: center
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
    
    
  }


.s-5b935186-cfe8-4dcc-a779-76774fc0219a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shg-align-container {
  text-align: center
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
    
    
  }


.s-5b935186-cfe8-4dcc-a779-76774fc0219a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shg-align-container {
  text-align: center
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
    
    
  }


.s-5b935186-cfe8-4dcc-a779-76774fc0219a .shogun-image-content {
  
    align-items: center;
  
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shg-align-container {
  text-align: center
}

.s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b935186-cfe8-4dcc-a779-76774fc0219a.shogun-image {
  box-sizing: border-box;
}


}
#s-d5121158-6d78-47c7-9fc8-8665f2b5db07 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-d5121158-6d78-47c7-9fc8-8665f2b5db07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5121158-6d78-47c7-9fc8-8665f2b5db07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-192bad29-49d7-4e33-8da9-389ca8e17022 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-192bad29-49d7-4e33-8da9-389ca8e17022:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-192bad29-49d7-4e33-8da9-389ca8e17022:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-192bad29-49d7-4e33-8da9-389ca8e17022-btn-wrapper {
    text-align: center;
  }


#s-192bad29-49d7-4e33-8da9-389ca8e17022.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-192bad29-49d7-4e33-8da9-389ca8e17022-btn-wrapper {
    text-align: center;
  }


#s-192bad29-49d7-4e33-8da9-389ca8e17022.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-192bad29-49d7-4e33-8da9-389ca8e17022-btn-wrapper {
    text-align: center;
  }


#s-192bad29-49d7-4e33-8da9-389ca8e17022.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-192bad29-49d7-4e33-8da9-389ca8e17022-btn-wrapper {
    text-align: center;
  }


#s-192bad29-49d7-4e33-8da9-389ca8e17022.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-192bad29-49d7-4e33-8da9-389ca8e17022-btn-wrapper {
    text-align: center;
  }


#s-192bad29-49d7-4e33-8da9-389ca8e17022.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-87f50a32-a482-4949-ad87-9b2ad5f2559b {
  min-height: 50px;
}








#s-87f50a32-a482-4949-ad87-9b2ad5f2559b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87f50a32-a482-4949-ad87-9b2ad5f2559b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-045df7b5-163b-4318-bc10-7b6d4c56f7d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-045df7b5-163b-4318-bc10-7b6d4c56f7d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-045df7b5-163b-4318-bc10-7b6d4c56f7d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-045df7b5-163b-4318-bc10-7b6d4c56f7d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826 {
  text-align: center;
}







  img.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
    
    
  }


.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shg-align-container {
  text-align: center
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
    
    
  }


.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shg-align-container {
  text-align: center
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
    
    
  }


.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shg-align-container {
  text-align: center
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
    
    
  }


.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shg-align-container {
  text-align: center
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
    
    
  }


.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shg-align-container {
  text-align: center
}

.s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eb0d11-318b-4393-9b5e-5a6d8aacb826.shogun-image {
  box-sizing: border-box;
}


}
#s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e {
  text-align: center;
}







  img.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
    
    
  }


.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e .shogun-image-content {
  
    align-items: center;
  
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shg-align-container {
  text-align: center
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
    
    
  }


.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e .shogun-image-content {
  
    align-items: center;
  
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shg-align-container {
  text-align: center
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
    
    
  }


.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e .shogun-image-content {
  
    align-items: center;
  
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shg-align-container {
  text-align: center
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
    
    
  }


.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e .shogun-image-content {
  
    align-items: center;
  
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shg-align-container {
  text-align: center
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
    
    
  }


.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e .shogun-image-content {
  
    align-items: center;
  
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shg-align-container {
  text-align: center
}

.s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a69d40e-a546-4dd3-a9ea-d300f4e9bb5e.shogun-image {
  box-sizing: border-box;
}


}
#s-9b675a2b-f239-4e35-9f90-1ac6f75dd725 {
  text-align: center;
}







  img.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
    
    
  }


.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shg-align-container {
  text-align: center
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
    
    
  }


.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shg-align-container {
  text-align: center
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
    
    
  }


.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shg-align-container {
  text-align: center
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
    
    
  }


.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shg-align-container {
  text-align: center
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
    
    
  }


.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shg-align-container {
  text-align: center
}

.s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b675a2b-f239-4e35-9f90-1ac6f75dd725.shogun-image {
  box-sizing: border-box;
}


}
#s-414c3e2c-4644-4de5-aa81-21dab71de665 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-414c3e2c-4644-4de5-aa81-21dab71de665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-414c3e2c-4644-4de5-aa81-21dab71de665.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41c7af80-58d6-418a-b3ee-f6d39d8507c7-btn-wrapper {
    text-align: center;
  }


#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41c7af80-58d6-418a-b3ee-f6d39d8507c7-btn-wrapper {
    text-align: center;
  }


#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41c7af80-58d6-418a-b3ee-f6d39d8507c7-btn-wrapper {
    text-align: center;
  }


#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41c7af80-58d6-418a-b3ee-f6d39d8507c7-btn-wrapper {
    text-align: center;
  }


#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41c7af80-58d6-418a-b3ee-f6d39d8507c7-btn-wrapper {
    text-align: center;
  }


#s-41c7af80-58d6-418a-b3ee-f6d39d8507c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-13512352-ea21-4701-9725-af36503820b3 {
  min-height: 50px;
}








#s-13512352-ea21-4701-9725-af36503820b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13512352-ea21-4701-9725-af36503820b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebcfacaa-efa7-4cc9-90d2-c8096af2d48e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebcfacaa-efa7-4cc9-90d2-c8096af2d48e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebcfacaa-efa7-4cc9-90d2-c8096af2d48e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebcfacaa-efa7-4cc9-90d2-c8096af2d48e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-89f04e74-5cb9-4a39-baf1-d592aa9a6815 {
  text-align: center;
}







  img.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
    
    
  }


.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815 .shogun-image-content {
  
    align-items: center;
  
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shg-align-container {
  text-align: center
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
    
    
  }


.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815 .shogun-image-content {
  
    align-items: center;
  
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shg-align-container {
  text-align: center
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
    
    
  }


.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815 .shogun-image-content {
  
    align-items: center;
  
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shg-align-container {
  text-align: center
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
    
    
  }


.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815 .shogun-image-content {
  
    align-items: center;
  
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shg-align-container {
  text-align: center
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
    
    
  }


.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815 .shogun-image-content {
  
    align-items: center;
  
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shg-align-container {
  text-align: center
}

.s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89f04e74-5cb9-4a39-baf1-d592aa9a6815.shogun-image {
  box-sizing: border-box;
}


}
#s-a7e62923-a1da-4df4-a379-cfa79cb65081 {
  text-align: center;
}







  img.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
    
    
  }


.s-a7e62923-a1da-4df4-a379-cfa79cb65081 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shg-align-container {
  text-align: center
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
    
    
  }


.s-a7e62923-a1da-4df4-a379-cfa79cb65081 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shg-align-container {
  text-align: center
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
    
    
  }


.s-a7e62923-a1da-4df4-a379-cfa79cb65081 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shg-align-container {
  text-align: center
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
    
    
  }


.s-a7e62923-a1da-4df4-a379-cfa79cb65081 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shg-align-container {
  text-align: center
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
    
    
  }


.s-a7e62923-a1da-4df4-a379-cfa79cb65081 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shg-align-container {
  text-align: center
}

.s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e62923-a1da-4df4-a379-cfa79cb65081.shogun-image {
  box-sizing: border-box;
}


}
#s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f {
  text-align: center;
}







  img.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
    
    
  }


.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f .shogun-image-content {
  
    align-items: center;
  
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shg-align-container {
  text-align: center
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
    
    
  }


.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f .shogun-image-content {
  
    align-items: center;
  
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shg-align-container {
  text-align: center
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
    
    
  }


.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f .shogun-image-content {
  
    align-items: center;
  
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shg-align-container {
  text-align: center
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
    
    
  }


.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f .shogun-image-content {
  
    align-items: center;
  
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shg-align-container {
  text-align: center
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
    
    
  }


.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f .shogun-image-content {
  
    align-items: center;
  
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shg-align-container {
  text-align: center
}

.s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d61ae2-4b59-44d7-ab2d-ddcf36cd457f.shogun-image {
  box-sizing: border-box;
}


}
#s-02d5c159-e3a4-4df4-852d-bfd62a248aa7 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-02d5c159-e3a4-4df4-852d-bfd62a248aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02d5c159-e3a4-4df4-852d-bfd62a248aa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-888076e2-6c46-448b-9e71-0d35074dd6de {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-888076e2-6c46-448b-9e71-0d35074dd6de:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-888076e2-6c46-448b-9e71-0d35074dd6de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-888076e2-6c46-448b-9e71-0d35074dd6de-btn-wrapper {
    text-align: center;
  }


#s-888076e2-6c46-448b-9e71-0d35074dd6de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-888076e2-6c46-448b-9e71-0d35074dd6de-btn-wrapper {
    text-align: center;
  }


#s-888076e2-6c46-448b-9e71-0d35074dd6de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-888076e2-6c46-448b-9e71-0d35074dd6de-btn-wrapper {
    text-align: center;
  }


#s-888076e2-6c46-448b-9e71-0d35074dd6de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-888076e2-6c46-448b-9e71-0d35074dd6de-btn-wrapper {
    text-align: center;
  }


#s-888076e2-6c46-448b-9e71-0d35074dd6de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-888076e2-6c46-448b-9e71-0d35074dd6de-btn-wrapper {
    text-align: center;
  }


#s-888076e2-6c46-448b-9e71-0d35074dd6de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d40b7555-0cfd-4fb9-b3eb-4f8f2b8098fb {
  min-height: 50px;
}








#s-d40b7555-0cfd-4fb9-b3eb-4f8f2b8098fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d40b7555-0cfd-4fb9-b3eb-4f8f2b8098fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-918e7dfb-e128-4e60-bbb7-9312d7dc058c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-918e7dfb-e128-4e60-bbb7-9312d7dc058c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-918e7dfb-e128-4e60-bbb7-9312d7dc058c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-918e7dfb-e128-4e60-bbb7-9312d7dc058c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4ca7b4db-7acb-4059-9250-92a89243550a {
  text-align: center;
}







  img.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
    
    
  }


.s-4ca7b4db-7acb-4059-9250-92a89243550a .shogun-image-content {
  
    align-items: center;
  
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shg-align-container {
  text-align: center
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
    
    
  }


.s-4ca7b4db-7acb-4059-9250-92a89243550a .shogun-image-content {
  
    align-items: center;
  
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shg-align-container {
  text-align: center
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
    
    
  }


.s-4ca7b4db-7acb-4059-9250-92a89243550a .shogun-image-content {
  
    align-items: center;
  
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shg-align-container {
  text-align: center
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
    
    
  }


.s-4ca7b4db-7acb-4059-9250-92a89243550a .shogun-image-content {
  
    align-items: center;
  
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shg-align-container {
  text-align: center
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
    
    
  }


.s-4ca7b4db-7acb-4059-9250-92a89243550a .shogun-image-content {
  
    align-items: center;
  
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shg-align-container {
  text-align: center
}

.s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca7b4db-7acb-4059-9250-92a89243550a.shogun-image {
  box-sizing: border-box;
}


}
#s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add {
  text-align: center;
}







  img.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
    
    
  }


.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shg-align-container {
  text-align: center
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
    
    
  }


.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shg-align-container {
  text-align: center
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
    
    
  }


.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shg-align-container {
  text-align: center
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
    
    
  }


.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shg-align-container {
  text-align: center
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
    
    
  }


.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shg-align-container {
  text-align: center
}

.s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fe46b8-fe2b-4c1a-a537-7e65a9665add.shogun-image {
  box-sizing: border-box;
}


}
#s-3b98a560-8243-445e-a163-09a48d757411 {
  text-align: center;
}







  img.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
    
    
  }


.s-3b98a560-8243-445e-a163-09a48d757411 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b98a560-8243-445e-a163-09a48d757411.shg-align-container {
  text-align: center
}

.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
    
    
  }


.s-3b98a560-8243-445e-a163-09a48d757411 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b98a560-8243-445e-a163-09a48d757411.shg-align-container {
  text-align: center
}

.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
    
    
  }


.s-3b98a560-8243-445e-a163-09a48d757411 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b98a560-8243-445e-a163-09a48d757411.shg-align-container {
  text-align: center
}

.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
    
    
  }


.s-3b98a560-8243-445e-a163-09a48d757411 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b98a560-8243-445e-a163-09a48d757411.shg-align-container {
  text-align: center
}

.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
    
    
  }


.s-3b98a560-8243-445e-a163-09a48d757411 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b98a560-8243-445e-a163-09a48d757411.shg-align-container {
  text-align: center
}

.s-3b98a560-8243-445e-a163-09a48d757411.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b98a560-8243-445e-a163-09a48d757411.shogun-image {
  box-sizing: border-box;
}


}
#s-f8cddde2-8ac2-48ae-aa22-74d050d79593 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-f8cddde2-8ac2-48ae-aa22-74d050d79593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8cddde2-8ac2-48ae-aa22-74d050d79593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06bb2930-7f7b-44ee-b161-baf419657d11 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-06bb2930-7f7b-44ee-b161-baf419657d11:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-06bb2930-7f7b-44ee-b161-baf419657d11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06bb2930-7f7b-44ee-b161-baf419657d11-btn-wrapper {
    text-align: center;
  }


#s-06bb2930-7f7b-44ee-b161-baf419657d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06bb2930-7f7b-44ee-b161-baf419657d11-btn-wrapper {
    text-align: center;
  }


#s-06bb2930-7f7b-44ee-b161-baf419657d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06bb2930-7f7b-44ee-b161-baf419657d11-btn-wrapper {
    text-align: center;
  }


#s-06bb2930-7f7b-44ee-b161-baf419657d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06bb2930-7f7b-44ee-b161-baf419657d11-btn-wrapper {
    text-align: center;
  }


#s-06bb2930-7f7b-44ee-b161-baf419657d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06bb2930-7f7b-44ee-b161-baf419657d11-btn-wrapper {
    text-align: center;
  }


#s-06bb2930-7f7b-44ee-b161-baf419657d11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c2e1f81d-3df9-41e1-916b-2afa6e4ad9f4 {
  min-height: 50px;
}








#s-c2e1f81d-3df9-41e1-916b-2afa6e4ad9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2e1f81d-3df9-41e1-916b-2afa6e4ad9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c336f6c-fdd0-44de-9712-b4279f48ca7d {
  margin-top: 200px;
margin-bottom: 100px;
min-height: 50px;
}








#s-8c336f6c-fdd0-44de-9712-b4279f48ca7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c336f6c-fdd0-44de-9712-b4279f48ca7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3edc225-fdf5-4a60-80de-0a27205c2778 {
  margin-left: 15%;
margin-bottom: 200px;
margin-right: 15%;
}

#s-5a042f6e-6d88-4033-b234-28b7054a3e16 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5a042f6e-6d88-4033-b234-28b7054a3e16:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5a042f6e-6d88-4033-b234-28b7054a3e16:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a042f6e-6d88-4033-b234-28b7054a3e16-btn-wrapper {
    text-align: center;
  }


#s-5a042f6e-6d88-4033-b234-28b7054a3e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a042f6e-6d88-4033-b234-28b7054a3e16-btn-wrapper {
    text-align: center;
  }


#s-5a042f6e-6d88-4033-b234-28b7054a3e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a042f6e-6d88-4033-b234-28b7054a3e16-btn-wrapper {
    text-align: center;
  }


#s-5a042f6e-6d88-4033-b234-28b7054a3e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a042f6e-6d88-4033-b234-28b7054a3e16-btn-wrapper {
    text-align: center;
  }


#s-5a042f6e-6d88-4033-b234-28b7054a3e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a042f6e-6d88-4033-b234-28b7054a3e16-btn-wrapper {
    text-align: center;
  }


#s-5a042f6e-6d88-4033-b234-28b7054a3e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1320368a-191e-454e-bf9e-e54458903aed {
  min-height: 50px;
}








#s-1320368a-191e-454e-bf9e-e54458903aed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1320368a-191e-454e-bf9e-e54458903aed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3117d77-2bad-416f-93e8-4ca2638c87ef {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d3117d77-2bad-416f-93e8-4ca2638c87ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3117d77-2bad-416f-93e8-4ca2638c87ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3117d77-2bad-416f-93e8-4ca2638c87ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3117d77-2bad-416f-93e8-4ca2638c87ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7f99f6c2-046d-4d51-86b1-ab07cbeca393 {
  text-align: center;
}







  img.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
    
    
  }


.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shg-align-container {
  text-align: center
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
    
    
  }


.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shg-align-container {
  text-align: center
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
    
    
  }


.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shg-align-container {
  text-align: center
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
    
    
  }


.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shg-align-container {
  text-align: center
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
    
    
  }


.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shg-align-container {
  text-align: center
}

.s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99f6c2-046d-4d51-86b1-ab07cbeca393.shogun-image {
  box-sizing: border-box;
}


}
#s-7c94d5d4-81c6-430b-a799-e2519a6a6a29 {
  text-align: center;
}







  img.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
    
    
  }


.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shg-align-container {
  text-align: center
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
    
    
  }


.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shg-align-container {
  text-align: center
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
    
    
  }


.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shg-align-container {
  text-align: center
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
    
    
  }


.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shg-align-container {
  text-align: center
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
    
    
  }


.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shg-align-container {
  text-align: center
}

.s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c94d5d4-81c6-430b-a799-e2519a6a6a29.shogun-image {
  box-sizing: border-box;
}


}
#s-84018086-c6a7-471f-b5a6-36b45a24171d {
  text-align: center;
}







  img.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
    
    
  }


.s-84018086-c6a7-471f-b5a6-36b45a24171d .shogun-image-content {
  
    align-items: center;
  
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shg-align-container {
  text-align: center
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
    
    
  }


.s-84018086-c6a7-471f-b5a6-36b45a24171d .shogun-image-content {
  
    align-items: center;
  
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shg-align-container {
  text-align: center
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
    
    
  }


.s-84018086-c6a7-471f-b5a6-36b45a24171d .shogun-image-content {
  
    align-items: center;
  
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shg-align-container {
  text-align: center
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
    
    
  }


.s-84018086-c6a7-471f-b5a6-36b45a24171d .shogun-image-content {
  
    align-items: center;
  
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shg-align-container {
  text-align: center
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
    
    
  }


.s-84018086-c6a7-471f-b5a6-36b45a24171d .shogun-image-content {
  
    align-items: center;
  
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shg-align-container {
  text-align: center
}

.s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84018086-c6a7-471f-b5a6-36b45a24171d.shogun-image {
  box-sizing: border-box;
}


}
#s-115c353e-390f-4b5f-8058-42bcb1770288 {
  min-height: 50px;
}








#s-115c353e-390f-4b5f-8058-42bcb1770288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115c353e-390f-4b5f-8058-42bcb1770288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e755774b-5b15-4f7b-b03a-d591b9e77cb2 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-e755774b-5b15-4f7b-b03a-d591b9e77cb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e755774b-5b15-4f7b-b03a-d591b9e77cb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e755774b-5b15-4f7b-b03a-d591b9e77cb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e755774b-5b15-4f7b-b03a-d591b9e77cb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5464605-4d97-4b25-82e9-1d701f85afdc {
  text-align: center;
}







  img.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
    
    
  }


.s-f5464605-4d97-4b25-82e9-1d701f85afdc .shogun-image-content {
  
    align-items: center;
  
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shg-align-container {
  text-align: center
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
    
    
  }


.s-f5464605-4d97-4b25-82e9-1d701f85afdc .shogun-image-content {
  
    align-items: center;
  
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shg-align-container {
  text-align: center
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
    
    
  }


.s-f5464605-4d97-4b25-82e9-1d701f85afdc .shogun-image-content {
  
    align-items: center;
  
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shg-align-container {
  text-align: center
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
    
    
  }


.s-f5464605-4d97-4b25-82e9-1d701f85afdc .shogun-image-content {
  
    align-items: center;
  
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shg-align-container {
  text-align: center
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
    
    
  }


.s-f5464605-4d97-4b25-82e9-1d701f85afdc .shogun-image-content {
  
    align-items: center;
  
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shg-align-container {
  text-align: center
}

.s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464605-4d97-4b25-82e9-1d701f85afdc.shogun-image {
  box-sizing: border-box;
}


}
#s-aadb36d0-5471-49c5-b13f-b9b294399034 {
  text-align: center;
}







  img.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
    
    
  }


.s-aadb36d0-5471-49c5-b13f-b9b294399034 .shogun-image-content {
  
    align-items: center;
  
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shg-align-container {
  text-align: center
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
    
    
  }


.s-aadb36d0-5471-49c5-b13f-b9b294399034 .shogun-image-content {
  
    align-items: center;
  
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shg-align-container {
  text-align: center
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
    
    
  }


.s-aadb36d0-5471-49c5-b13f-b9b294399034 .shogun-image-content {
  
    align-items: center;
  
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shg-align-container {
  text-align: center
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
    
    
  }


.s-aadb36d0-5471-49c5-b13f-b9b294399034 .shogun-image-content {
  
    align-items: center;
  
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shg-align-container {
  text-align: center
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
    
    
  }


.s-aadb36d0-5471-49c5-b13f-b9b294399034 .shogun-image-content {
  
    align-items: center;
  
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shg-align-container {
  text-align: center
}

.s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aadb36d0-5471-49c5-b13f-b9b294399034.shogun-image {
  box-sizing: border-box;
}


}
#s-40771f30-b7b8-4616-bfec-16770bf37902 {
  text-align: center;
}







  img.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
    
    
  }


.s-40771f30-b7b8-4616-bfec-16770bf37902 .shogun-image-content {
  
    align-items: center;
  
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shg-align-container {
  text-align: center
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
    
    
  }


.s-40771f30-b7b8-4616-bfec-16770bf37902 .shogun-image-content {
  
    align-items: center;
  
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shg-align-container {
  text-align: center
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
  box-sizing: border-box;
}


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





  img.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
    
    
  }


.s-40771f30-b7b8-4616-bfec-16770bf37902 .shogun-image-content {
  
    align-items: center;
  
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shg-align-container {
  text-align: center
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
  box-sizing: border-box;
}


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





  img.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
    
    
  }


.s-40771f30-b7b8-4616-bfec-16770bf37902 .shogun-image-content {
  
    align-items: center;
  
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shg-align-container {
  text-align: center
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
  box-sizing: border-box;
}


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





  img.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
    
    
  }


.s-40771f30-b7b8-4616-bfec-16770bf37902 .shogun-image-content {
  
    align-items: center;
  
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shg-align-container {
  text-align: center
}

.s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40771f30-b7b8-4616-bfec-16770bf37902.shogun-image {
  box-sizing: border-box;
}


}
#s-234f1c3d-6e06-4b04-8b05-712bcf9d8dc7 {
  min-height: 50px;
}








#s-234f1c3d-6e06-4b04-8b05-712bcf9d8dc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234f1c3d-6e06-4b04-8b05-712bcf9d8dc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-487ab325-eebf-4f4d-867f-70ec70a36c14 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-487ab325-eebf-4f4d-867f-70ec70a36c14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-487ab325-eebf-4f4d-867f-70ec70a36c14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-487ab325-eebf-4f4d-867f-70ec70a36c14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-487ab325-eebf-4f4d-867f-70ec70a36c14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040 {
  text-align: center;
}







  img.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
    
    
  }


.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shg-align-container {
  text-align: center
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
    
    
  }


.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shg-align-container {
  text-align: center
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
    
    
  }


.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shg-align-container {
  text-align: center
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
    
    
  }


.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shg-align-container {
  text-align: center
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
    
    
  }


.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shg-align-container {
  text-align: center
}

.s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdbfe51-4f71-4ea9-b8a5-af7f3ef90040.shogun-image {
  box-sizing: border-box;
}


}
#s-af22a0c8-3f22-4811-9cbb-a22dd6880140 {
  text-align: center;
}







  img.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
    
    
  }


.s-af22a0c8-3f22-4811-9cbb-a22dd6880140 .shogun-image-content {
  
    align-items: center;
  
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shg-align-container {
  text-align: center
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
    
    
  }


.s-af22a0c8-3f22-4811-9cbb-a22dd6880140 .shogun-image-content {
  
    align-items: center;
  
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shg-align-container {
  text-align: center
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
    
    
  }


.s-af22a0c8-3f22-4811-9cbb-a22dd6880140 .shogun-image-content {
  
    align-items: center;
  
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shg-align-container {
  text-align: center
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
    
    
  }


.s-af22a0c8-3f22-4811-9cbb-a22dd6880140 .shogun-image-content {
  
    align-items: center;
  
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shg-align-container {
  text-align: center
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
    
    
  }


.s-af22a0c8-3f22-4811-9cbb-a22dd6880140 .shogun-image-content {
  
    align-items: center;
  
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shg-align-container {
  text-align: center
}

.s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af22a0c8-3f22-4811-9cbb-a22dd6880140.shogun-image {
  box-sizing: border-box;
}


}
#s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5 {
  text-align: center;
}







  img.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
    
    
  }


.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shg-align-container {
  text-align: center
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
    
    
  }


.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shg-align-container {
  text-align: center
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
    
    
  }


.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shg-align-container {
  text-align: center
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
    
    
  }


.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shg-align-container {
  text-align: center
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
    
    
  }


.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shg-align-container {
  text-align: center
}

.s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa6bb61d-abe1-4c55-8eb2-3a1e05574bc5.shogun-image {
  box-sizing: border-box;
}


}
#s-74bf8795-7c13-4e40-92f8-b07a787239af {
  min-height: 50px;
}








#s-74bf8795-7c13-4e40-92f8-b07a787239af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74bf8795-7c13-4e40-92f8-b07a787239af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b97a6b97-b2d5-451a-abe3-987eab27ed40 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b97a6b97-b2d5-451a-abe3-987eab27ed40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b97a6b97-b2d5-451a-abe3-987eab27ed40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b97a6b97-b2d5-451a-abe3-987eab27ed40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b97a6b97-b2d5-451a-abe3-987eab27ed40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9fff1d06-42c8-4097-8902-0c952b26ae4f {
  text-align: center;
}







  img.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
    
    
  }


.s-9fff1d06-42c8-4097-8902-0c952b26ae4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shg-align-container {
  text-align: center
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
    
    
  }


.s-9fff1d06-42c8-4097-8902-0c952b26ae4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shg-align-container {
  text-align: center
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
    
    
  }


.s-9fff1d06-42c8-4097-8902-0c952b26ae4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shg-align-container {
  text-align: center
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
    
    
  }


.s-9fff1d06-42c8-4097-8902-0c952b26ae4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shg-align-container {
  text-align: center
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
    
    
  }


.s-9fff1d06-42c8-4097-8902-0c952b26ae4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shg-align-container {
  text-align: center
}

.s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fff1d06-42c8-4097-8902-0c952b26ae4f.shogun-image {
  box-sizing: border-box;
}


}
#s-9bbfac3e-76a5-4c61-b32f-73dc913b9025 {
  text-align: center;
}







  img.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
    
    
  }


.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shg-align-container {
  text-align: center
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
    
    
  }


.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shg-align-container {
  text-align: center
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
    
    
  }


.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shg-align-container {
  text-align: center
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
    
    
  }


.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shg-align-container {
  text-align: center
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
    
    
  }


.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shg-align-container {
  text-align: center
}

.s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbfac3e-76a5-4c61-b32f-73dc913b9025.shogun-image {
  box-sizing: border-box;
}


}
#s-e16abeee-9890-4fbe-bbe3-391ed4feea6d {
  text-align: center;
}







  img.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
    
    
  }


.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d .shogun-image-content {
  
    align-items: center;
  
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shg-align-container {
  text-align: center
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
    
    
  }


.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d .shogun-image-content {
  
    align-items: center;
  
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shg-align-container {
  text-align: center
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
    
    
  }


.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d .shogun-image-content {
  
    align-items: center;
  
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shg-align-container {
  text-align: center
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
    
    
  }


.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d .shogun-image-content {
  
    align-items: center;
  
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shg-align-container {
  text-align: center
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
    
    
  }


.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d .shogun-image-content {
  
    align-items: center;
  
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shg-align-container {
  text-align: center
}

.s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e16abeee-9890-4fbe-bbe3-391ed4feea6d.shogun-image {
  box-sizing: border-box;
}


}
#s-2250103a-741e-4306-a2b6-fbbe45019963 {
  min-height: 50px;
}








#s-2250103a-741e-4306-a2b6-fbbe45019963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2250103a-741e-4306-a2b6-fbbe45019963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e30eeab-3bfc-45c2-8295-92608d79f01f {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-6e30eeab-3bfc-45c2-8295-92608d79f01f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e30eeab-3bfc-45c2-8295-92608d79f01f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e30eeab-3bfc-45c2-8295-92608d79f01f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e30eeab-3bfc-45c2-8295-92608d79f01f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-98f629ef-bcfe-4802-8491-7cb4379489a7 {
  text-align: center;
}







  img.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
    
    
  }


.s-98f629ef-bcfe-4802-8491-7cb4379489a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shg-align-container {
  text-align: center
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
    
    
  }


.s-98f629ef-bcfe-4802-8491-7cb4379489a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shg-align-container {
  text-align: center
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
    
    
  }


.s-98f629ef-bcfe-4802-8491-7cb4379489a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shg-align-container {
  text-align: center
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
    
    
  }


.s-98f629ef-bcfe-4802-8491-7cb4379489a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shg-align-container {
  text-align: center
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
    
    
  }


.s-98f629ef-bcfe-4802-8491-7cb4379489a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shg-align-container {
  text-align: center
}

.s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f629ef-bcfe-4802-8491-7cb4379489a7.shogun-image {
  box-sizing: border-box;
}


}
#s-f3c88e8e-9ada-472c-9f08-7ec074470cae {
  text-align: center;
}







  img.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
    
    
  }


.s-f3c88e8e-9ada-472c-9f08-7ec074470cae .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shg-align-container {
  text-align: center
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
    
    
  }


.s-f3c88e8e-9ada-472c-9f08-7ec074470cae .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shg-align-container {
  text-align: center
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
    
    
  }


.s-f3c88e8e-9ada-472c-9f08-7ec074470cae .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shg-align-container {
  text-align: center
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
    
    
  }


.s-f3c88e8e-9ada-472c-9f08-7ec074470cae .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shg-align-container {
  text-align: center
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
    
    
  }


.s-f3c88e8e-9ada-472c-9f08-7ec074470cae .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shg-align-container {
  text-align: center
}

.s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c88e8e-9ada-472c-9f08-7ec074470cae.shogun-image {
  box-sizing: border-box;
}


}
#s-9677afb8-75c6-4d15-a6aa-a140706d4646 {
  text-align: center;
}







  img.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
    
    
  }


.s-9677afb8-75c6-4d15-a6aa-a140706d4646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shg-align-container {
  text-align: center
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
    
    
  }


.s-9677afb8-75c6-4d15-a6aa-a140706d4646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shg-align-container {
  text-align: center
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
    
    
  }


.s-9677afb8-75c6-4d15-a6aa-a140706d4646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shg-align-container {
  text-align: center
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
    
    
  }


.s-9677afb8-75c6-4d15-a6aa-a140706d4646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shg-align-container {
  text-align: center
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
    
    
  }


.s-9677afb8-75c6-4d15-a6aa-a140706d4646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shg-align-container {
  text-align: center
}

.s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9677afb8-75c6-4d15-a6aa-a140706d4646.shogun-image {
  box-sizing: border-box;
}


}
#s-378877f1-ea23-4d3a-82c9-d984a4633e5a {
  min-height: 50px;
}








#s-378877f1-ea23-4d3a-82c9-d984a4633e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-378877f1-ea23-4d3a-82c9-d984a4633e5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11057322-2c1e-40b9-9c34-cec6a4617782 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-11057322-2c1e-40b9-9c34-cec6a4617782"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11057322-2c1e-40b9-9c34-cec6a4617782"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11057322-2c1e-40b9-9c34-cec6a4617782"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11057322-2c1e-40b9-9c34-cec6a4617782"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-30610138-c465-412b-b794-31dd75308a77 {
  text-align: center;
}







  img.s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
    
    
  }


.s-30610138-c465-412b-b794-31dd75308a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-30610138-c465-412b-b794-31dd75308a77.shg-align-container {
  text-align: center
}

.s-30610138-c465-412b-b794-31dd75308a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
    
    
  }


.s-30610138-c465-412b-b794-31dd75308a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-30610138-c465-412b-b794-31dd75308a77.shg-align-container {
  text-align: center
}

.s-30610138-c465-412b-b794-31dd75308a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
    
    
  }


.s-30610138-c465-412b-b794-31dd75308a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-30610138-c465-412b-b794-31dd75308a77.shg-align-container {
  text-align: center
}

.s-30610138-c465-412b-b794-31dd75308a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
    
    
  }


.s-30610138-c465-412b-b794-31dd75308a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-30610138-c465-412b-b794-31dd75308a77.shg-align-container {
  text-align: center
}

.s-30610138-c465-412b-b794-31dd75308a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
    
    
  }


.s-30610138-c465-412b-b794-31dd75308a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-30610138-c465-412b-b794-31dd75308a77.shg-align-container {
  text-align: center
}

.s-30610138-c465-412b-b794-31dd75308a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30610138-c465-412b-b794-31dd75308a77.shogun-image {
  box-sizing: border-box;
}


}
#s-fbff687c-ae13-4f3e-9651-d9f07e9500b1 {
  text-align: center;
}







  img.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
    
    
  }


.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shg-align-container {
  text-align: center
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
    
    
  }


.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shg-align-container {
  text-align: center
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
    
    
  }


.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shg-align-container {
  text-align: center
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
    
    
  }


.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shg-align-container {
  text-align: center
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
    
    
  }


.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shg-align-container {
  text-align: center
}

.s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbff687c-ae13-4f3e-9651-d9f07e9500b1.shogun-image {
  box-sizing: border-box;
}


}
#s-24be8734-96da-41be-a5cb-a5bec3273378 {
  text-align: center;
}







  img.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
    
    
  }


.s-24be8734-96da-41be-a5cb-a5bec3273378 .shogun-image-content {
  
    align-items: center;
  
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shg-align-container {
  text-align: center
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
    
    
  }


.s-24be8734-96da-41be-a5cb-a5bec3273378 .shogun-image-content {
  
    align-items: center;
  
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shg-align-container {
  text-align: center
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
  box-sizing: border-box;
}


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





  img.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
    
    
  }


.s-24be8734-96da-41be-a5cb-a5bec3273378 .shogun-image-content {
  
    align-items: center;
  
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shg-align-container {
  text-align: center
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
  box-sizing: border-box;
}


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





  img.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
    
    
  }


.s-24be8734-96da-41be-a5cb-a5bec3273378 .shogun-image-content {
  
    align-items: center;
  
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shg-align-container {
  text-align: center
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
  box-sizing: border-box;
}


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





  img.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
    
    
  }


.s-24be8734-96da-41be-a5cb-a5bec3273378 .shogun-image-content {
  
    align-items: center;
  
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shg-align-container {
  text-align: center
}

.s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24be8734-96da-41be-a5cb-a5bec3273378.shogun-image {
  box-sizing: border-box;
}


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