.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-dfb6f424-bffb-4515-afcd-32b8079c0625 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dfb6f424-bffb-4515-afcd-32b8079c0625 {
  display: none;
}
#s-dfb6f424-bffb-4515-afcd-32b8079c0625, #wrap-s-dfb6f424-bffb-4515-afcd-32b8079c0625 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfb6f424-bffb-4515-afcd-32b8079c0625 {
  display: none;
}
#s-dfb6f424-bffb-4515-afcd-32b8079c0625, #wrap-s-dfb6f424-bffb-4515-afcd-32b8079c0625 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfb6f424-bffb-4515-afcd-32b8079c0625 {
  display: none;
}
#s-dfb6f424-bffb-4515-afcd-32b8079c0625, #wrap-s-dfb6f424-bffb-4515-afcd-32b8079c0625 { display:none !important; }}@media (max-width: 767px){#s-dfb6f424-bffb-4515-afcd-32b8079c0625 {
  display: none;
}
#s-dfb6f424-bffb-4515-afcd-32b8079c0625, #wrap-s-dfb6f424-bffb-4515-afcd-32b8079c0625 { display:none !important; }}







#s-dfb6f424-bffb-4515-afcd-32b8079c0625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb6f424-bffb-4515-afcd-32b8079c0625.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 {
  margin-top: 29px;
text-align: center;
}
@media (min-width: 1200px){#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 {
  display: none;
}
#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08, #wrap-s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 {
  display: none;
}
#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08, #wrap-s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 {
  
}
}






  #s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 img.shogun-image {
    

    
    
    
  }


#s-9f74b7e7-0ff5-4030-93dc-6c518e9f8d08 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 {
  display: none;
}
#s-7ba586b1-a2ea-4954-9cc9-f629681980c6, #wrap-s-7ba586b1-a2ea-4954-9cc9-f629681980c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 {
  display: none;
}
#s-7ba586b1-a2ea-4954-9cc9-f629681980c6, #wrap-s-7ba586b1-a2ea-4954-9cc9-f629681980c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 {
  
}
}
#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 .shg-sld-nav-button.shg-sld-left,
#s-7ba586b1-a2ea-4954-9cc9-f629681980c6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-614a78bd-ace9-44fd-94e5-c26eeff8e059 {
  min-height: 46px;
max-width: 768px;
background-color: rgba(0, 0, 0, 0);
}








#s-614a78bd-ace9-44fd-94e5-c26eeff8e059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-614a78bd-ace9-44fd-94e5-c26eeff8e059.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-01de346c-a7db-4ba6-bb2c-2738000cc72c {
  min-height: 46px;
max-width: 768px;
background-color: rgba(0, 0, 0, 0);
}








#s-01de346c-a7db-4ba6-bb2c-2738000cc72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01de346c-a7db-4ba6-bb2c-2738000cc72c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e90d620c-0144-47b5-b65c-44292b5dd98b {
  min-height: 46px;
max-width: 768px;
background-color: rgba(0, 0, 0, 0);
}








#s-e90d620c-0144-47b5-b65c-44292b5dd98b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90d620c-0144-47b5-b65c-44292b5dd98b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a23c4731-576c-4152-be58-2acde54c3a59 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a23c4731-576c-4152-be58-2acde54c3a59 {
  display: none;
}
#s-a23c4731-576c-4152-be58-2acde54c3a59, #wrap-s-a23c4731-576c-4152-be58-2acde54c3a59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a23c4731-576c-4152-be58-2acde54c3a59 {
  display: none;
}
#s-a23c4731-576c-4152-be58-2acde54c3a59, #wrap-s-a23c4731-576c-4152-be58-2acde54c3a59 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a23c4731-576c-4152-be58-2acde54c3a59 {
  display: none;
}
#s-a23c4731-576c-4152-be58-2acde54c3a59, #wrap-s-a23c4731-576c-4152-be58-2acde54c3a59 { display:none !important; }}







#s-a23c4731-576c-4152-be58-2acde54c3a59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a23c4731-576c-4152-be58-2acde54c3a59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-10accbc2-db42-4800-9674-6f8ed37860ce {
  text-align: center;
}







  img.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
    
    
  }


.s-10accbc2-db42-4800-9674-6f8ed37860ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shg-align-container {
  text-align: center
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
    
    
  }


.s-10accbc2-db42-4800-9674-6f8ed37860ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shg-align-container {
  text-align: center
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
    
    
  }


.s-10accbc2-db42-4800-9674-6f8ed37860ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shg-align-container {
  text-align: center
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
    
    
  }


.s-10accbc2-db42-4800-9674-6f8ed37860ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shg-align-container {
  text-align: center
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
    
    
  }


.s-10accbc2-db42-4800-9674-6f8ed37860ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shg-align-container {
  text-align: center
}

.s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10accbc2-db42-4800-9674-6f8ed37860ce.shogun-image {
  box-sizing: border-box;
}


}
#s-030258fc-d525-4114-a267-6c6162a91f4d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 {
  display: none;
}
#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780, #wrap-s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 {
  display: none;
}
#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780, #wrap-s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 {
  display: none;
}
#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780, #wrap-s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 { display:none !important; }}@media (max-width: 767px){#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 {
  
}
}







#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31e4ba37-3712-4b20-bf36-39ba2bb4b780.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b21c9f-7edb-4c9c-9497-b227a0ee703f {
  text-align: center;
}







  img.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
    
    
  }


.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f .shogun-image-content {
  
    align-items: center;
  
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shg-align-container {
  text-align: center
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
    
    
  }


.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f .shogun-image-content {
  
    align-items: center;
  
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shg-align-container {
  text-align: center
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
    
    
  }


.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f .shogun-image-content {
  
    align-items: center;
  
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shg-align-container {
  text-align: center
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
    
    
  }


.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f .shogun-image-content {
  
    align-items: center;
  
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shg-align-container {
  text-align: center
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
    
    
  }


.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f .shogun-image-content {
  
    align-items: center;
  
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shg-align-container {
  text-align: center
}

.s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25b21c9f-7edb-4c9c-9497-b227a0ee703f.shogun-image {
  box-sizing: border-box;
}


}
#s-6cf2277b-e657-4291-abd9-42258ec32aa7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}

#s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c {
  padding-top: 40px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
text-align: center;
}







  img.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
    
    
  }


.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shg-align-container {
  text-align: center
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
    
    
  }


.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shg-align-container {
  text-align: center
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
    
    
  }


.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shg-align-container {
  text-align: center
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
    
    
  }


.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shg-align-container {
  text-align: center
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
    
    
  }


.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c .shogun-image-content {
  
    align-items: center;
  
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shg-align-container {
  text-align: center
}

.s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c12b5b3-552e-4f48-9a8e-2aba0cf78b1c.shogun-image {
  box-sizing: border-box;
}


}
#s-a2054d50-c5b3-4140-917b-2696a89434b3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-e2c9c31d-cf6e-4c61-8c73-d639aa11abde {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 {
  padding-top: 60px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 {
  display: none;
}
#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3, #wrap-s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 {
  display: none;
}
#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3, #wrap-s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 {
  display: none;
}
#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3, #wrap-s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 { display:none !important; }}







#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b77d6c2-0913-475a-95d8-85cf0e7d46e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4c3b9be-481a-484a-9e23-f0f25154e27d {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
text-align: center;
}







  img.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
    
    
  }


.s-a4c3b9be-481a-484a-9e23-f0f25154e27d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shg-align-container {
  text-align: center
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
    
    
  }


.s-a4c3b9be-481a-484a-9e23-f0f25154e27d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shg-align-container {
  text-align: center
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
    
    
  }


.s-a4c3b9be-481a-484a-9e23-f0f25154e27d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shg-align-container {
  text-align: center
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
    
    
  }


.s-a4c3b9be-481a-484a-9e23-f0f25154e27d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shg-align-container {
  text-align: center
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
    
    
  }


.s-a4c3b9be-481a-484a-9e23-f0f25154e27d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shg-align-container {
  text-align: center
}

.s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4c3b9be-481a-484a-9e23-f0f25154e27d.shogun-image {
  box-sizing: border-box;
}


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

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

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

#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc {
  padding-top: 0px;
}
@media (min-width: 1200px){#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc {
  display: none;
}
#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc, #wrap-s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc {
  display: none;
}
#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc, #wrap-s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc {
  display: none;
}
#s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc, #wrap-s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc { display:none !important; }}
@media (min-width: 0px) {
[id="s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e6b6e3a-8f35-49c7-87d5-f0276fca9bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-decf1a52-e1fe-4a8f-8a09-86304c5eee11 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-decf1a52-e1fe-4a8f-8a09-86304c5eee11 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-decf1a52-e1fe-4a8f-8a09-86304c5eee11 .shg-sld-nav-button.shg-sld-left,
#s-decf1a52-e1fe-4a8f-8a09-86304c5eee11 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-35ed5a56-d311-4163-8606-83701c2e654e {
  text-align: center;
}
@media (min-width: 1200px){#s-35ed5a56-d311-4163-8606-83701c2e654e {
  display: none;
}
#s-35ed5a56-d311-4163-8606-83701c2e654e, #wrap-s-35ed5a56-d311-4163-8606-83701c2e654e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35ed5a56-d311-4163-8606-83701c2e654e {
  display: none;
}
#s-35ed5a56-d311-4163-8606-83701c2e654e, #wrap-s-35ed5a56-d311-4163-8606-83701c2e654e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35ed5a56-d311-4163-8606-83701c2e654e {
  display: none;
}
#s-35ed5a56-d311-4163-8606-83701c2e654e, #wrap-s-35ed5a56-d311-4163-8606-83701c2e654e { display:none !important; }}






  #s-35ed5a56-d311-4163-8606-83701c2e654e img.shogun-image {
    

    
    
    
  }


#s-35ed5a56-d311-4163-8606-83701c2e654e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bf7a73f0-330e-4ba1-a6a2-838b1e752e3d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-be3bdec9-f219-46b9-a441-46a0c698198f {
  text-align: center;
}
@media (min-width: 1200px){#s-be3bdec9-f219-46b9-a441-46a0c698198f {
  display: none;
}
#s-be3bdec9-f219-46b9-a441-46a0c698198f, #wrap-s-be3bdec9-f219-46b9-a441-46a0c698198f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be3bdec9-f219-46b9-a441-46a0c698198f {
  display: none;
}
#s-be3bdec9-f219-46b9-a441-46a0c698198f, #wrap-s-be3bdec9-f219-46b9-a441-46a0c698198f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be3bdec9-f219-46b9-a441-46a0c698198f {
  display: none;
}
#s-be3bdec9-f219-46b9-a441-46a0c698198f, #wrap-s-be3bdec9-f219-46b9-a441-46a0c698198f { display:none !important; }}






  #s-be3bdec9-f219-46b9-a441-46a0c698198f img.shogun-image {
    

    
    
    
  }


#s-be3bdec9-f219-46b9-a441-46a0c698198f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5b3140c8-9299-45ea-b770-c62f58468f91 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-97018b6d-ffea-48b5-951b-745323b4e4fa {
  text-align: center;
}
@media (min-width: 1200px){#s-97018b6d-ffea-48b5-951b-745323b4e4fa {
  display: none;
}
#s-97018b6d-ffea-48b5-951b-745323b4e4fa, #wrap-s-97018b6d-ffea-48b5-951b-745323b4e4fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97018b6d-ffea-48b5-951b-745323b4e4fa {
  display: none;
}
#s-97018b6d-ffea-48b5-951b-745323b4e4fa, #wrap-s-97018b6d-ffea-48b5-951b-745323b4e4fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97018b6d-ffea-48b5-951b-745323b4e4fa {
  display: none;
}
#s-97018b6d-ffea-48b5-951b-745323b4e4fa, #wrap-s-97018b6d-ffea-48b5-951b-745323b4e4fa { display:none !important; }}






  #s-97018b6d-ffea-48b5-951b-745323b4e4fa img.shogun-image {
    

    
    
    
  }


#s-97018b6d-ffea-48b5-951b-745323b4e4fa .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ec58337c-1010-4b58-b4fe-69afa8898a7c {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 {
  text-align: center;
}
@media (min-width: 1200px){#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 {
  display: none;
}
#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72, #wrap-s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 {
  display: none;
}
#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72, #wrap-s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 {
  display: none;
}
#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72, #wrap-s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 { display:none !important; }}






  #s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 img.shogun-image {
    

    
    
    
  }


#s-8a7fac17-8f0b-4090-a340-8dd6da9c8c72 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d51a25f6-43fa-4c71-a3c3-f8c721612664 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-88e88de5-75d0-486a-b56b-700cef5918ce {
  text-align: center;
}
@media (min-width: 1200px){#s-88e88de5-75d0-486a-b56b-700cef5918ce {
  display: none;
}
#s-88e88de5-75d0-486a-b56b-700cef5918ce, #wrap-s-88e88de5-75d0-486a-b56b-700cef5918ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88e88de5-75d0-486a-b56b-700cef5918ce {
  display: none;
}
#s-88e88de5-75d0-486a-b56b-700cef5918ce, #wrap-s-88e88de5-75d0-486a-b56b-700cef5918ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88e88de5-75d0-486a-b56b-700cef5918ce {
  display: none;
}
#s-88e88de5-75d0-486a-b56b-700cef5918ce, #wrap-s-88e88de5-75d0-486a-b56b-700cef5918ce { display:none !important; }}






  #s-88e88de5-75d0-486a-b56b-700cef5918ce img.shogun-image {
    

    
    
    
  }


#s-88e88de5-75d0-486a-b56b-700cef5918ce .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b533b496-4225-4788-b9b1-4079d0ea2ac8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-31fa01cd-b507-46a2-9c28-6f12effedeac {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-31fa01cd-b507-46a2-9c28-6f12effedeac .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-31fa01cd-b507-46a2-9c28-6f12effedeac .shg-sld-nav-button.shg-sld-left,
#s-31fa01cd-b507-46a2-9c28-6f12effedeac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-32b112f2-27d1-475d-8c80-d34be9487d75 {
  text-align: center;
}
@media (min-width: 1200px){#s-32b112f2-27d1-475d-8c80-d34be9487d75 {
  display: none;
}
#s-32b112f2-27d1-475d-8c80-d34be9487d75, #wrap-s-32b112f2-27d1-475d-8c80-d34be9487d75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32b112f2-27d1-475d-8c80-d34be9487d75 {
  display: none;
}
#s-32b112f2-27d1-475d-8c80-d34be9487d75, #wrap-s-32b112f2-27d1-475d-8c80-d34be9487d75 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32b112f2-27d1-475d-8c80-d34be9487d75 {
  display: none;
}
#s-32b112f2-27d1-475d-8c80-d34be9487d75, #wrap-s-32b112f2-27d1-475d-8c80-d34be9487d75 { display:none !important; }}






  #s-32b112f2-27d1-475d-8c80-d34be9487d75 img.shogun-image {
    

    
    
    
  }


#s-32b112f2-27d1-475d-8c80-d34be9487d75 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c9a5cf83-8e24-4c37-9a49-e8e1421d1358 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 {
  text-align: center;
}
@media (min-width: 1200px){#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 {
  display: none;
}
#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2, #wrap-s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 {
  display: none;
}
#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2, #wrap-s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 {
  display: none;
}
#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2, #wrap-s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 { display:none !important; }}






  #s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 img.shogun-image {
    

    
    
    
  }


#s-b47e0a4f-526e-4520-b7bf-210a9eaa03a2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4db3c155-1549-439a-b0bc-c1d02d6fd2fe {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-4ce81474-aede-419c-9b69-0ba6faebb9d6 {
  text-align: center;
}
@media (min-width: 1200px){#s-4ce81474-aede-419c-9b69-0ba6faebb9d6 {
  display: none;
}
#s-4ce81474-aede-419c-9b69-0ba6faebb9d6, #wrap-s-4ce81474-aede-419c-9b69-0ba6faebb9d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ce81474-aede-419c-9b69-0ba6faebb9d6 {
  display: none;
}
#s-4ce81474-aede-419c-9b69-0ba6faebb9d6, #wrap-s-4ce81474-aede-419c-9b69-0ba6faebb9d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ce81474-aede-419c-9b69-0ba6faebb9d6 {
  display: none;
}
#s-4ce81474-aede-419c-9b69-0ba6faebb9d6, #wrap-s-4ce81474-aede-419c-9b69-0ba6faebb9d6 { display:none !important; }}






  #s-4ce81474-aede-419c-9b69-0ba6faebb9d6 img.shogun-image {
    

    
    
    
  }


#s-4ce81474-aede-419c-9b69-0ba6faebb9d6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-36fe468c-8b15-49dc-9d7e-839f1d7e8efe {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 {
  display: none;
}
#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1, #wrap-s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 {
  display: none;
}
#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1, #wrap-s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 {
  display: none;
}
#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1, #wrap-s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 { display:none !important; }}






  #s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 img.shogun-image {
    

    
    
    
  }


#s-92588b0f-7670-4ec5-bc3e-6b84aed550c1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-058f746a-1ff8-4038-871f-038f7b462b63 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-057c2ee4-0f45-484c-a961-134f75acb579 {
  text-align: center;
}
@media (min-width: 1200px){#s-057c2ee4-0f45-484c-a961-134f75acb579 {
  display: none;
}
#s-057c2ee4-0f45-484c-a961-134f75acb579, #wrap-s-057c2ee4-0f45-484c-a961-134f75acb579 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-057c2ee4-0f45-484c-a961-134f75acb579 {
  display: none;
}
#s-057c2ee4-0f45-484c-a961-134f75acb579, #wrap-s-057c2ee4-0f45-484c-a961-134f75acb579 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-057c2ee4-0f45-484c-a961-134f75acb579 {
  display: none;
}
#s-057c2ee4-0f45-484c-a961-134f75acb579, #wrap-s-057c2ee4-0f45-484c-a961-134f75acb579 { display:none !important; }}






  #s-057c2ee4-0f45-484c-a961-134f75acb579 img.shogun-image {
    

    
    
    
  }


#s-057c2ee4-0f45-484c-a961-134f75acb579 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6281069b-b97a-4d73-a216-48cfbaec6b5a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 {
  padding-top: 0px;
}
@media (min-width: 1200px){#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 {
  display: none;
}
#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1, #wrap-s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 {
  display: none;
}
#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1, #wrap-s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 {
  display: none;
}
#s-bd334ec5-5f7d-4190-a205-1f88b006e8a1, #wrap-s-bd334ec5-5f7d-4190-a205-1f88b006e8a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bd334ec5-5f7d-4190-a205-1f88b006e8a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bd334ec5-5f7d-4190-a205-1f88b006e8a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd334ec5-5f7d-4190-a205-1f88b006e8a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd334ec5-5f7d-4190-a205-1f88b006e8a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a5376e09-6515-4b70-9d92-ad88f9117a4e {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-a5376e09-6515-4b70-9d92-ad88f9117a4e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a5376e09-6515-4b70-9d92-ad88f9117a4e .shg-sld-nav-button.shg-sld-left,
#s-a5376e09-6515-4b70-9d92-ad88f9117a4e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-20464b6d-fb37-41c8-b356-2bf63343990d {
  text-align: center;
}
@media (min-width: 1200px){#s-20464b6d-fb37-41c8-b356-2bf63343990d {
  display: none;
}
#s-20464b6d-fb37-41c8-b356-2bf63343990d, #wrap-s-20464b6d-fb37-41c8-b356-2bf63343990d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20464b6d-fb37-41c8-b356-2bf63343990d {
  display: none;
}
#s-20464b6d-fb37-41c8-b356-2bf63343990d, #wrap-s-20464b6d-fb37-41c8-b356-2bf63343990d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20464b6d-fb37-41c8-b356-2bf63343990d {
  display: none;
}
#s-20464b6d-fb37-41c8-b356-2bf63343990d, #wrap-s-20464b6d-fb37-41c8-b356-2bf63343990d { display:none !important; }}






  #s-20464b6d-fb37-41c8-b356-2bf63343990d img.shogun-image {
    

    
    
    
  }


#s-20464b6d-fb37-41c8-b356-2bf63343990d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5bcfc867-6931-4d51-b539-c0f13d56d356 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-3cb2e063-b44a-4121-b01c-f377b2784bbf {
  text-align: center;
}
@media (min-width: 1200px){#s-3cb2e063-b44a-4121-b01c-f377b2784bbf {
  display: none;
}
#s-3cb2e063-b44a-4121-b01c-f377b2784bbf, #wrap-s-3cb2e063-b44a-4121-b01c-f377b2784bbf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cb2e063-b44a-4121-b01c-f377b2784bbf {
  display: none;
}
#s-3cb2e063-b44a-4121-b01c-f377b2784bbf, #wrap-s-3cb2e063-b44a-4121-b01c-f377b2784bbf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cb2e063-b44a-4121-b01c-f377b2784bbf {
  display: none;
}
#s-3cb2e063-b44a-4121-b01c-f377b2784bbf, #wrap-s-3cb2e063-b44a-4121-b01c-f377b2784bbf { display:none !important; }}






  #s-3cb2e063-b44a-4121-b01c-f377b2784bbf img.shogun-image {
    

    
    
    
  }


#s-3cb2e063-b44a-4121-b01c-f377b2784bbf .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a2f682b0-bda6-4270-84fb-50f4c9a6e8fc {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc {
  text-align: center;
}
@media (min-width: 1200px){#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc {
  display: none;
}
#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc, #wrap-s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc {
  display: none;
}
#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc, #wrap-s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc {
  display: none;
}
#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc, #wrap-s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc { display:none !important; }}






  #s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc img.shogun-image {
    

    
    
    
  }


#s-c13e2838-056e-4bf0-8f8e-5d7eaf93eedc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9af343dc-f443-474b-a7b0-5be86fed40b4 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-fbadf3ce-8428-4958-943d-e80ae06be962 {
  text-align: center;
}
@media (min-width: 1200px){#s-fbadf3ce-8428-4958-943d-e80ae06be962 {
  display: none;
}
#s-fbadf3ce-8428-4958-943d-e80ae06be962, #wrap-s-fbadf3ce-8428-4958-943d-e80ae06be962 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbadf3ce-8428-4958-943d-e80ae06be962 {
  display: none;
}
#s-fbadf3ce-8428-4958-943d-e80ae06be962, #wrap-s-fbadf3ce-8428-4958-943d-e80ae06be962 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbadf3ce-8428-4958-943d-e80ae06be962 {
  display: none;
}
#s-fbadf3ce-8428-4958-943d-e80ae06be962, #wrap-s-fbadf3ce-8428-4958-943d-e80ae06be962 { display:none !important; }}






  #s-fbadf3ce-8428-4958-943d-e80ae06be962 img.shogun-image {
    

    
    
    
  }


#s-fbadf3ce-8428-4958-943d-e80ae06be962 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d8cd3f6f-3c77-4dc7-84ea-d1beb9d91905 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 {
  text-align: center;
}
@media (min-width: 1200px){#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 {
  display: none;
}
#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2, #wrap-s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 {
  display: none;
}
#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2, #wrap-s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 {
  display: none;
}
#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2, #wrap-s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 { display:none !important; }}






  #s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 img.shogun-image {
    

    
    
    
  }


#s-ebeb5f0e-79bd-4909-b92a-913dec24b6a2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0081a3b1-5459-4ca8-9f89-517c9bf3ad43 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-95e1023a-8301-46bc-9ce0-655ad51bd029 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-95e1023a-8301-46bc-9ce0-655ad51bd029 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-95e1023a-8301-46bc-9ce0-655ad51bd029 .shg-sld-nav-button.shg-sld-left,
#s-95e1023a-8301-46bc-9ce0-655ad51bd029 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a {
  text-align: center;
}
@media (min-width: 1200px){#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a {
  display: none;
}
#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a, #wrap-s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a {
  display: none;
}
#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a, #wrap-s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a {
  display: none;
}
#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a, #wrap-s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a { display:none !important; }}






  #s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a img.shogun-image {
    

    
    
    
  }


#s-2877d3a9-eaeb-45f3-b80c-feb1d70eae2a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2e1c25bf-d762-4459-bd77-6517f5dec1cf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-f43f2d04-9bb7-4556-a19a-67458aea39ce {
  text-align: center;
}
@media (min-width: 1200px){#s-f43f2d04-9bb7-4556-a19a-67458aea39ce {
  display: none;
}
#s-f43f2d04-9bb7-4556-a19a-67458aea39ce, #wrap-s-f43f2d04-9bb7-4556-a19a-67458aea39ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f43f2d04-9bb7-4556-a19a-67458aea39ce {
  display: none;
}
#s-f43f2d04-9bb7-4556-a19a-67458aea39ce, #wrap-s-f43f2d04-9bb7-4556-a19a-67458aea39ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f43f2d04-9bb7-4556-a19a-67458aea39ce {
  display: none;
}
#s-f43f2d04-9bb7-4556-a19a-67458aea39ce, #wrap-s-f43f2d04-9bb7-4556-a19a-67458aea39ce { display:none !important; }}






  #s-f43f2d04-9bb7-4556-a19a-67458aea39ce img.shogun-image {
    

    
    
    
  }


#s-f43f2d04-9bb7-4556-a19a-67458aea39ce .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-945e9bf5-388c-4a9f-90ea-f78310f950c3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-b30cdf64-97c6-4055-b236-000674105cb3 {
  text-align: center;
}
@media (min-width: 1200px){#s-b30cdf64-97c6-4055-b236-000674105cb3 {
  display: none;
}
#s-b30cdf64-97c6-4055-b236-000674105cb3, #wrap-s-b30cdf64-97c6-4055-b236-000674105cb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b30cdf64-97c6-4055-b236-000674105cb3 {
  display: none;
}
#s-b30cdf64-97c6-4055-b236-000674105cb3, #wrap-s-b30cdf64-97c6-4055-b236-000674105cb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b30cdf64-97c6-4055-b236-000674105cb3 {
  display: none;
}
#s-b30cdf64-97c6-4055-b236-000674105cb3, #wrap-s-b30cdf64-97c6-4055-b236-000674105cb3 { display:none !important; }}






  #s-b30cdf64-97c6-4055-b236-000674105cb3 img.shogun-image {
    

    
    
    
  }


#s-b30cdf64-97c6-4055-b236-000674105cb3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-df53534e-805c-4fac-8851-aa2efd5835ec {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 {
  display: none;
}
#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1, #wrap-s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 {
  display: none;
}
#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1, #wrap-s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 {
  display: none;
}
#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1, #wrap-s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 { display:none !important; }}






  #s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 img.shogun-image {
    

    
    
    
  }


#s-107bcc92-c70c-4ad4-8e47-30aba3cad1c1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-93952408-6fe6-4f69-9c44-4698f0cd4f8d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-4f8ae493-44aa-49f0-a67b-587122611c17 {
  text-align: center;
}
@media (min-width: 1200px){#s-4f8ae493-44aa-49f0-a67b-587122611c17 {
  display: none;
}
#s-4f8ae493-44aa-49f0-a67b-587122611c17, #wrap-s-4f8ae493-44aa-49f0-a67b-587122611c17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f8ae493-44aa-49f0-a67b-587122611c17 {
  display: none;
}
#s-4f8ae493-44aa-49f0-a67b-587122611c17, #wrap-s-4f8ae493-44aa-49f0-a67b-587122611c17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f8ae493-44aa-49f0-a67b-587122611c17 {
  display: none;
}
#s-4f8ae493-44aa-49f0-a67b-587122611c17, #wrap-s-4f8ae493-44aa-49f0-a67b-587122611c17 { display:none !important; }}






  #s-4f8ae493-44aa-49f0-a67b-587122611c17 img.shogun-image {
    

    
    
    
  }


#s-4f8ae493-44aa-49f0-a67b-587122611c17 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8c16640c-c8ad-4e29-9ad1-26c715cbc85c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 {
  padding-top: 60px;
padding-left: 0%;
padding-bottom: 60px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 {
  display: none;
}
#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84, #wrap-s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 {
  display: none;
}
#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84, #wrap-s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 {
  display: none;
}
#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84, #wrap-s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 { display:none !important; }}







#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72be4bb4-fc6a-4f96-bbcd-9891fdb06c84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  img.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
    
    
  }


.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shg-align-container {
  text-align: center
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
    
    
  }


.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shg-align-container {
  text-align: center
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
    
    
  }


.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shg-align-container {
  text-align: center
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
    
    
  }


.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shg-align-container {
  text-align: center
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
    
    
  }


.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shg-align-container {
  text-align: center
}

.s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e749038-24b2-4fe8-b4b3-ac8c9ddab9f1.shogun-image {
  box-sizing: border-box;
}


}
#s-c4213c6e-8616-46d2-add8-517b0bb3bb30 {
  text-align: center;
}







  img.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
    
    
  }


.s-c4213c6e-8616-46d2-add8-517b0bb3bb30 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shg-align-container {
  text-align: center
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
    
    
  }


.s-c4213c6e-8616-46d2-add8-517b0bb3bb30 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shg-align-container {
  text-align: center
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
    
    
  }


.s-c4213c6e-8616-46d2-add8-517b0bb3bb30 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shg-align-container {
  text-align: center
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
    
    
  }


.s-c4213c6e-8616-46d2-add8-517b0bb3bb30 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shg-align-container {
  text-align: center
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
    
    
  }


.s-c4213c6e-8616-46d2-add8-517b0bb3bb30 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shg-align-container {
  text-align: center
}

.s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4213c6e-8616-46d2-add8-517b0bb3bb30.shogun-image {
  box-sizing: border-box;
}


}
#s-bfd5d894-e9da-4f7b-bbc6-d7a4d6aa4737 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-421e7e18-6b59-405c-a6d2-945bb8397943 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 46px;
}
@media (min-width: 768px) and (max-width: 991px){#s-421e7e18-6b59-405c-a6d2-945bb8397943 {
  display: none;
}
#s-421e7e18-6b59-405c-a6d2-945bb8397943, #wrap-s-421e7e18-6b59-405c-a6d2-945bb8397943 { display:none !important; }}@media (max-width: 767px){#s-421e7e18-6b59-405c-a6d2-945bb8397943 {
  display: none;
}
#s-421e7e18-6b59-405c-a6d2-945bb8397943, #wrap-s-421e7e18-6b59-405c-a6d2-945bb8397943 { display:none !important; }}







#s-421e7e18-6b59-405c-a6d2-945bb8397943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-421e7e18-6b59-405c-a6d2-945bb8397943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-710993b2-b5d5-4190-80ca-32b8620516f0 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-710993b2-b5d5-4190-80ca-32b8620516f0 {
  display: none;
}
#s-710993b2-b5d5-4190-80ca-32b8620516f0, #wrap-s-710993b2-b5d5-4190-80ca-32b8620516f0 { display:none !important; }}@media (max-width: 767px){#s-710993b2-b5d5-4190-80ca-32b8620516f0 {
  display: none;
}
#s-710993b2-b5d5-4190-80ca-32b8620516f0, #wrap-s-710993b2-b5d5-4190-80ca-32b8620516f0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-710993b2-b5d5-4190-80ca-32b8620516f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-4ff5c1d6-9926-4f0c-b438-ee75f8abe2f2 {
  min-height: 46px;
background-color: rgba(0, 0, 0, 0);
}








#s-4ff5c1d6-9926-4f0c-b438-ee75f8abe2f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ff5c1d6-9926-4f0c-b438-ee75f8abe2f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07691178-121c-4d67-ac46-822b0030c6d1 {
  padding-top: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-07691178-121c-4d67-ac46-822b0030c6d1 {
  display: none;
}
#s-07691178-121c-4d67-ac46-822b0030c6d1, #wrap-s-07691178-121c-4d67-ac46-822b0030c6d1 { display:none !important; }}







#s-07691178-121c-4d67-ac46-822b0030c6d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07691178-121c-4d67-ac46-822b0030c6d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97c59b46-ef27-44ac-9529-42d22d7db465 {
  text-align: center;
}







  img.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
    
    
  }


.s-97c59b46-ef27-44ac-9529-42d22d7db465 .shogun-image-content {
  
    align-items: center;
  
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shg-align-container {
  text-align: center
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
    
    
  }


.s-97c59b46-ef27-44ac-9529-42d22d7db465 .shogun-image-content {
  
    align-items: center;
  
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shg-align-container {
  text-align: center
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
    
    
  }


.s-97c59b46-ef27-44ac-9529-42d22d7db465 .shogun-image-content {
  
    align-items: center;
  
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shg-align-container {
  text-align: center
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
    
    
  }


.s-97c59b46-ef27-44ac-9529-42d22d7db465 .shogun-image-content {
  
    align-items: center;
  
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shg-align-container {
  text-align: center
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
    
    
  }


.s-97c59b46-ef27-44ac-9529-42d22d7db465 .shogun-image-content {
  
    align-items: center;
  
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shg-align-container {
  text-align: center
}

.s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97c59b46-ef27-44ac-9529-42d22d7db465.shogun-image {
  box-sizing: border-box;
}


}
#s-bfc3cd52-b12a-411c-9767-23723bf6d2be {
  margin-top: 20px;
padding-bottom: 0px;
}

#s-d6124003-f62d-400f-b1cf-23b7202c119f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6124003-f62d-400f-b1cf-23b7202c119f {
  display: none;
}
#s-d6124003-f62d-400f-b1cf-23b7202c119f, #wrap-s-d6124003-f62d-400f-b1cf-23b7202c119f { display:none !important; }}@media (max-width: 767px){#s-d6124003-f62d-400f-b1cf-23b7202c119f {
  display: none;
}
#s-d6124003-f62d-400f-b1cf-23b7202c119f, #wrap-s-d6124003-f62d-400f-b1cf-23b7202c119f { display:none !important; }}







#s-d6124003-f62d-400f-b1cf-23b7202c119f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6124003-f62d-400f-b1cf-23b7202c119f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6e5935b-aeef-46e8-a40d-f819924ad985 {
  text-align: center;
}







  img.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
    
    
  }


.s-c6e5935b-aeef-46e8-a40d-f819924ad985 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shg-align-container {
  text-align: center
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
    
    
  }


.s-c6e5935b-aeef-46e8-a40d-f819924ad985 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shg-align-container {
  text-align: center
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
    
    
  }


.s-c6e5935b-aeef-46e8-a40d-f819924ad985 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shg-align-container {
  text-align: center
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
    
    
  }


.s-c6e5935b-aeef-46e8-a40d-f819924ad985 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shg-align-container {
  text-align: center
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
    
    
  }


.s-c6e5935b-aeef-46e8-a40d-f819924ad985 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shg-align-container {
  text-align: center
}

.s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e5935b-aeef-46e8-a40d-f819924ad985.shogun-image {
  box-sizing: border-box;
}


}
#s-6c7a772c-26df-4c61-a80f-0272cf0a0608 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c7a772c-26df-4c61-a80f-0272cf0a0608 {
  display: none;
}
#s-6c7a772c-26df-4c61-a80f-0272cf0a0608, #wrap-s-6c7a772c-26df-4c61-a80f-0272cf0a0608 { display:none !important; }}@media (max-width: 767px){#s-6c7a772c-26df-4c61-a80f-0272cf0a0608 {
  display: none;
}
#s-6c7a772c-26df-4c61-a80f-0272cf0a0608, #wrap-s-6c7a772c-26df-4c61-a80f-0272cf0a0608 { display:none !important; }}
#s-942c7409-40af-47d2-bcd2-cc3b11ac2025 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-942c7409-40af-47d2-bcd2-cc3b11ac2025 {
  display: none;
}
#s-942c7409-40af-47d2-bcd2-cc3b11ac2025, #wrap-s-942c7409-40af-47d2-bcd2-cc3b11ac2025 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-942c7409-40af-47d2-bcd2-cc3b11ac2025 {
  display: none;
}
#s-942c7409-40af-47d2-bcd2-cc3b11ac2025, #wrap-s-942c7409-40af-47d2-bcd2-cc3b11ac2025 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-942c7409-40af-47d2-bcd2-cc3b11ac2025 {
  
}
}@media (max-width: 767px){#s-942c7409-40af-47d2-bcd2-cc3b11ac2025 {
  display: none;
}
#s-942c7409-40af-47d2-bcd2-cc3b11ac2025, #wrap-s-942c7409-40af-47d2-bcd2-cc3b11ac2025 { display:none !important; }}
#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f {
  display: none;
}
#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f, #wrap-s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f { display:none !important; }}@media (max-width: 767px){#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f {
  display: none;
}
#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f, #wrap-s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f { display:none !important; }}







#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5118643e-6d0f-47e5-a9ad-dbd797b92a8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d {
  display: none;
}
#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d, #wrap-s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d {
  display: none;
}
#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d, #wrap-s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d {
  
}
}@media (max-width: 767px){#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d {
  display: none;
}
#s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d, #wrap-s-ae777df4-f72a-4ef4-bc6d-5e2df9b0cb2d { display:none !important; }}
#s-f291e222-4899-43c7-9ebc-fc4a25951593 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}







  img.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
    
    
  }


.s-f291e222-4899-43c7-9ebc-fc4a25951593 .shogun-image-content {
  
    align-items: center;
  
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shg-align-container {
  text-align: center
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
    
    
  }


.s-f291e222-4899-43c7-9ebc-fc4a25951593 .shogun-image-content {
  
    align-items: center;
  
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shg-align-container {
  text-align: center
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
    
    
  }


.s-f291e222-4899-43c7-9ebc-fc4a25951593 .shogun-image-content {
  
    align-items: center;
  
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shg-align-container {
  text-align: center
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
    
    
  }


.s-f291e222-4899-43c7-9ebc-fc4a25951593 .shogun-image-content {
  
    align-items: center;
  
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shg-align-container {
  text-align: center
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
    
    
  }


.s-f291e222-4899-43c7-9ebc-fc4a25951593 .shogun-image-content {
  
    align-items: center;
  
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shg-align-container {
  text-align: center
}

.s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f291e222-4899-43c7-9ebc-fc4a25951593.shogun-image {
  box-sizing: border-box;
}


}
#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec {
  margin-left: 0%;
margin-right: 0%;
padding-top: 60px;
padding-left: 100px;
padding-bottom: 0px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec {
  display: none;
}
#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec, #wrap-s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec {
  display: none;
}
#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec, #wrap-s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec { display:none !important; }}@media (max-width: 767px){#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec {
  display: none;
}
#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec, #wrap-s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec { display:none !important; }}







#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb29cbf-ba95-4a52-bb3f-ae6ff9a68dec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79bc2db2-556b-4e6a-a146-a367935baa0e {
  text-align: center;
}







  img.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
    
    
  }


.s-79bc2db2-556b-4e6a-a146-a367935baa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shg-align-container {
  text-align: center
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
    
    
  }


.s-79bc2db2-556b-4e6a-a146-a367935baa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shg-align-container {
  text-align: center
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
    
    
  }


.s-79bc2db2-556b-4e6a-a146-a367935baa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shg-align-container {
  text-align: center
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
    
    
  }


.s-79bc2db2-556b-4e6a-a146-a367935baa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shg-align-container {
  text-align: center
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
    
    
  }


.s-79bc2db2-556b-4e6a-a146-a367935baa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shg-align-container {
  text-align: center
}

.s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79bc2db2-556b-4e6a-a146-a367935baa0e.shogun-image {
  box-sizing: border-box;
}


}
#s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72 {
  display: none;
}
#s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72, #wrap-s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72 { display:none !important; }}@media (max-width: 767px){#s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72 {
  display: none;
}
#s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72, #wrap-s-4afb1953-0a5d-479e-8ce5-87a9e17dbc72 { display:none !important; }}
#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 {
  display: none;
}
#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0, #wrap-s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 {
  display: none;
}
#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0, #wrap-s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 {
  
}
}@media (max-width: 767px){#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 {
  display: none;
}
#s-c0596362-2028-4ca0-bb8d-9313f3bcccd0, #wrap-s-c0596362-2028-4ca0-bb8d-9313f3bcccd0 { display:none !important; }}
#s-f455907e-1fac-4b12-bb3e-e5749860e6d4 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}







  img.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
    
    
  }


.s-f455907e-1fac-4b12-bb3e-e5749860e6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shg-align-container {
  text-align: center
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
    
    
  }


.s-f455907e-1fac-4b12-bb3e-e5749860e6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shg-align-container {
  text-align: center
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
    
    
  }


.s-f455907e-1fac-4b12-bb3e-e5749860e6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shg-align-container {
  text-align: center
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
    
    
  }


.s-f455907e-1fac-4b12-bb3e-e5749860e6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shg-align-container {
  text-align: center
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
    
    
  }


.s-f455907e-1fac-4b12-bb3e-e5749860e6d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shg-align-container {
  text-align: center
}

.s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f455907e-1fac-4b12-bb3e-e5749860e6d4.shogun-image {
  box-sizing: border-box;
}


}
#s-dedda7dc-5b7f-4feb-8feb-d633424b093e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dedda7dc-5b7f-4feb-8feb-d633424b093e {
  
}
}@media (max-width: 767px){#s-dedda7dc-5b7f-4feb-8feb-d633424b093e {
  display: none;
}
#s-dedda7dc-5b7f-4feb-8feb-d633424b093e, #wrap-s-dedda7dc-5b7f-4feb-8feb-d633424b093e { display:none !important; }}







#s-dedda7dc-5b7f-4feb-8feb-d633424b093e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dedda7dc-5b7f-4feb-8feb-d633424b093e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d286706-55dd-44fe-a487-7c22b4d54932 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 15%;
padding-right: 15%;
}

#s-652b25f4-01f0-4d43-b1ab-00ad2ddb96af {
  margin-top: 20px;
padding-bottom: 0px;
}

#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 {
  padding-top: 80px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 {
  display: none;
}
#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3, #wrap-s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 {
  display: none;
}
#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3, #wrap-s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 { display:none !important; }}@media (max-width: 767px){#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 {
  display: none;
}
#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3, #wrap-s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 { display:none !important; }}







#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9432c03c-82e9-4436-84d2-dd99bc7dcde3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}







  img.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
    
    
  }


.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shg-align-container {
  text-align: center
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
    
    
  }


.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shg-align-container {
  text-align: center
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
    
    
  }


.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shg-align-container {
  text-align: center
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
    
    
  }


.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shg-align-container {
  text-align: center
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
    
    
  }


.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shg-align-container {
  text-align: center
}

.s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb94cf24-5f58-4f7c-88e9-a3a8ce740d47.shogun-image {
  box-sizing: border-box;
}


}
#s-870aac87-3a05-4c08-ac6c-3dd3b784cc5c {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 80px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-870aac87-3a05-4c08-ac6c-3dd3b784cc5c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-870aac87-3a05-4c08-ac6c-3dd3b784cc5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-870aac87-3a05-4c08-ac6c-3dd3b784cc5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-870aac87-3a05-4c08-ac6c-3dd3b784cc5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ddeb2fb8-834b-42e5-aa61-cd7a76d2ef05 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ddeb2fb8-834b-42e5-aa61-cd7a76d2ef05 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ddeb2fb8-834b-42e5-aa61-cd7a76d2ef05 .shg-sld-nav-button.shg-sld-left,
#s-ddeb2fb8-834b-42e5-aa61-cd7a76d2ef05 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-33b3fc78-ed3e-4488-b525-f7e35b15ae81 {
  text-align: center;
}







  #s-33b3fc78-ed3e-4488-b525-f7e35b15ae81 img.shogun-image {
    

    
    
    
  }


#s-33b3fc78-ed3e-4488-b525-f7e35b15ae81 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-59496ed0-ada6-42ae-bde6-ebcd65115ba0 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59496ed0-ada6-42ae-bde6-ebcd65115ba0 {
  
}
}@media (max-width: 767px){#s-59496ed0-ada6-42ae-bde6-ebcd65115ba0 {
  display: none;
}
#s-59496ed0-ada6-42ae-bde6-ebcd65115ba0, #wrap-s-59496ed0-ada6-42ae-bde6-ebcd65115ba0 { display:none !important; }}
#s-af06e827-2548-4a8b-99a0-c7828ec307cd {
  text-align: center;
}







  #s-af06e827-2548-4a8b-99a0-c7828ec307cd img.shogun-image {
    

    
    
    
  }


#s-af06e827-2548-4a8b-99a0-c7828ec307cd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5b91b205-750f-4947-a637-28f80e085406 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b91b205-750f-4947-a637-28f80e085406 {
  
}
}@media (max-width: 767px){#s-5b91b205-750f-4947-a637-28f80e085406 {
  display: none;
}
#s-5b91b205-750f-4947-a637-28f80e085406, #wrap-s-5b91b205-750f-4947-a637-28f80e085406 { display:none !important; }}
#s-994e1306-c1d2-4273-b9d0-26caa2c8769c {
  text-align: center;
}







  #s-994e1306-c1d2-4273-b9d0-26caa2c8769c img.shogun-image {
    

    
    
    
  }


#s-994e1306-c1d2-4273-b9d0-26caa2c8769c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-34ed99df-4594-4462-90b0-7cd422aae1cb {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34ed99df-4594-4462-90b0-7cd422aae1cb {
  
}
}@media (max-width: 767px){#s-34ed99df-4594-4462-90b0-7cd422aae1cb {
  display: none;
}
#s-34ed99df-4594-4462-90b0-7cd422aae1cb, #wrap-s-34ed99df-4594-4462-90b0-7cd422aae1cb { display:none !important; }}
#s-6115d173-c67e-44d4-ad8d-66c48f31241d {
  text-align: center;
}







  #s-6115d173-c67e-44d4-ad8d-66c48f31241d img.shogun-image {
    

    
    
    
  }


#s-6115d173-c67e-44d4-ad8d-66c48f31241d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2b500507-7cef-47df-9874-064ed79e8838 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b500507-7cef-47df-9874-064ed79e8838 {
  
}
}@media (max-width: 767px){#s-2b500507-7cef-47df-9874-064ed79e8838 {
  display: none;
}
#s-2b500507-7cef-47df-9874-064ed79e8838, #wrap-s-2b500507-7cef-47df-9874-064ed79e8838 { display:none !important; }}
#s-f0ef4b5e-ff24-4133-8f26-9628c13a9812 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f0ef4b5e-ff24-4133-8f26-9628c13a9812 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f0ef4b5e-ff24-4133-8f26-9628c13a9812 .shg-sld-nav-button.shg-sld-left,
#s-f0ef4b5e-ff24-4133-8f26-9628c13a9812 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b13de104-d853-4e93-ba84-483e018c5a02 {
  text-align: center;
}







  #s-b13de104-d853-4e93-ba84-483e018c5a02 img.shogun-image {
    

    
    
    
  }


#s-b13de104-d853-4e93-ba84-483e018c5a02 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-75925018-6dde-48a6-a1ae-a4aa97244004 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75925018-6dde-48a6-a1ae-a4aa97244004 {
  
}
}@media (max-width: 767px){#s-75925018-6dde-48a6-a1ae-a4aa97244004 {
  display: none;
}
#s-75925018-6dde-48a6-a1ae-a4aa97244004, #wrap-s-75925018-6dde-48a6-a1ae-a4aa97244004 { display:none !important; }}
#s-5e9e566b-aecd-4db4-8c32-88c105520327 {
  text-align: center;
}







  #s-5e9e566b-aecd-4db4-8c32-88c105520327 img.shogun-image {
    

    
    
    
  }


#s-5e9e566b-aecd-4db4-8c32-88c105520327 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f2f0de61-267c-42c6-9528-495bb3c45648 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2f0de61-267c-42c6-9528-495bb3c45648 {
  
}
}@media (max-width: 767px){#s-f2f0de61-267c-42c6-9528-495bb3c45648 {
  display: none;
}
#s-f2f0de61-267c-42c6-9528-495bb3c45648, #wrap-s-f2f0de61-267c-42c6-9528-495bb3c45648 { display:none !important; }}
#s-1845252d-1658-4157-bd4f-0e014c53a1b0 {
  text-align: center;
}







  #s-1845252d-1658-4157-bd4f-0e014c53a1b0 img.shogun-image {
    

    
    
    
  }


#s-1845252d-1658-4157-bd4f-0e014c53a1b0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-555df5fb-8e78-450d-9f11-a8cc89fbce45 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-555df5fb-8e78-450d-9f11-a8cc89fbce45 {
  
}
}@media (max-width: 767px){#s-555df5fb-8e78-450d-9f11-a8cc89fbce45 {
  display: none;
}
#s-555df5fb-8e78-450d-9f11-a8cc89fbce45, #wrap-s-555df5fb-8e78-450d-9f11-a8cc89fbce45 { display:none !important; }}
#s-5171470b-b1cb-4b97-95af-b3b0dba34898 {
  text-align: center;
}







  #s-5171470b-b1cb-4b97-95af-b3b0dba34898 img.shogun-image {
    

    
    
    
  }


#s-5171470b-b1cb-4b97-95af-b3b0dba34898 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-15c6b801-e337-4897-b097-19fb4b191712 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15c6b801-e337-4897-b097-19fb4b191712 {
  
}
}@media (max-width: 767px){#s-15c6b801-e337-4897-b097-19fb4b191712 {
  display: none;
}
#s-15c6b801-e337-4897-b097-19fb4b191712, #wrap-s-15c6b801-e337-4897-b097-19fb4b191712 { display:none !important; }}
#s-fd98f527-c9a7-4622-af51-fa3723002605 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-fd98f527-c9a7-4622-af51-fa3723002605 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fd98f527-c9a7-4622-af51-fa3723002605 .shg-sld-nav-button.shg-sld-left,
#s-fd98f527-c9a7-4622-af51-fa3723002605 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-139dac5b-1faa-481d-bec4-10ecd47e7972 {
  text-align: center;
}







  #s-139dac5b-1faa-481d-bec4-10ecd47e7972 img.shogun-image {
    

    
    
    
  }


#s-139dac5b-1faa-481d-bec4-10ecd47e7972 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ceab1fb2-67eb-4908-869a-f0c8d6903d57 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceab1fb2-67eb-4908-869a-f0c8d6903d57 {
  
}
}@media (max-width: 767px){#s-ceab1fb2-67eb-4908-869a-f0c8d6903d57 {
  display: none;
}
#s-ceab1fb2-67eb-4908-869a-f0c8d6903d57, #wrap-s-ceab1fb2-67eb-4908-869a-f0c8d6903d57 { display:none !important; }}
#s-f247a65a-d241-4760-900b-63fffae98498 {
  text-align: center;
}







  #s-f247a65a-d241-4760-900b-63fffae98498 img.shogun-image {
    

    
    
    
  }


#s-f247a65a-d241-4760-900b-63fffae98498 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5a70a0ca-f2c4-476a-aecd-28a16352eff2 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a70a0ca-f2c4-476a-aecd-28a16352eff2 {
  
}
}@media (max-width: 767px){#s-5a70a0ca-f2c4-476a-aecd-28a16352eff2 {
  display: none;
}
#s-5a70a0ca-f2c4-476a-aecd-28a16352eff2, #wrap-s-5a70a0ca-f2c4-476a-aecd-28a16352eff2 { display:none !important; }}
#s-7dbcca11-6c83-4341-8e04-6e861cf48cf7 {
  text-align: center;
}







  #s-7dbcca11-6c83-4341-8e04-6e861cf48cf7 img.shogun-image {
    

    
    
    
  }


#s-7dbcca11-6c83-4341-8e04-6e861cf48cf7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ab686684-e601-4587-bb3e-184f7830292e {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab686684-e601-4587-bb3e-184f7830292e {
  
}
}@media (max-width: 767px){#s-ab686684-e601-4587-bb3e-184f7830292e {
  display: none;
}
#s-ab686684-e601-4587-bb3e-184f7830292e, #wrap-s-ab686684-e601-4587-bb3e-184f7830292e { display:none !important; }}
#s-304de7e8-6bc1-4c81-8ed0-50528596335e {
  text-align: center;
}







  #s-304de7e8-6bc1-4c81-8ed0-50528596335e img.shogun-image {
    

    
    
    
  }


#s-304de7e8-6bc1-4c81-8ed0-50528596335e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-384808d3-d086-4fec-a811-d76a25e13b4b {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-384808d3-d086-4fec-a811-d76a25e13b4b {
  
}
}@media (max-width: 767px){#s-384808d3-d086-4fec-a811-d76a25e13b4b {
  display: none;
}
#s-384808d3-d086-4fec-a811-d76a25e13b4b, #wrap-s-384808d3-d086-4fec-a811-d76a25e13b4b { display:none !important; }}
#s-420e8e92-b5a3-4656-8c41-642f3b3f5d93 {
  text-align: center;
}







  #s-420e8e92-b5a3-4656-8c41-642f3b3f5d93 img.shogun-image {
    

    
    
    
  }


#s-420e8e92-b5a3-4656-8c41-642f3b3f5d93 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-009a69f1-385b-47d6-a083-b04c47fc3915 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-009a69f1-385b-47d6-a083-b04c47fc3915 {
  
}
}@media (max-width: 767px){#s-009a69f1-385b-47d6-a083-b04c47fc3915 {
  display: none;
}
#s-009a69f1-385b-47d6-a083-b04c47fc3915, #wrap-s-009a69f1-385b-47d6-a083-b04c47fc3915 { display:none !important; }}
#s-c21f9ac5-9dc2-4d86-b73d-423cb9213e3b {
  text-align: center;
}







  #s-c21f9ac5-9dc2-4d86-b73d-423cb9213e3b img.shogun-image {
    

    
    
    
  }


#s-c21f9ac5-9dc2-4d86-b73d-423cb9213e3b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f83bcbb7-4ff4-4f98-9189-54d43e4f18da {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f83bcbb7-4ff4-4f98-9189-54d43e4f18da {
  
}
}@media (max-width: 767px){#s-f83bcbb7-4ff4-4f98-9189-54d43e4f18da {
  display: none;
}
#s-f83bcbb7-4ff4-4f98-9189-54d43e4f18da, #wrap-s-f83bcbb7-4ff4-4f98-9189-54d43e4f18da { display:none !important; }}
#s-20869956-8ccd-459b-9dd8-a9ffb7c8bfa6 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-20869956-8ccd-459b-9dd8-a9ffb7c8bfa6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-20869956-8ccd-459b-9dd8-a9ffb7c8bfa6 .shg-sld-nav-button.shg-sld-left,
#s-20869956-8ccd-459b-9dd8-a9ffb7c8bfa6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-97eb6f3f-a40d-41bf-b40d-41c1330d3136 {
  text-align: center;
}







  #s-97eb6f3f-a40d-41bf-b40d-41c1330d3136 img.shogun-image {
    

    
    
    
  }


#s-97eb6f3f-a40d-41bf-b40d-41c1330d3136 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a0bf581d-ca74-4cce-ad2f-a3902d335be9 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0bf581d-ca74-4cce-ad2f-a3902d335be9 {
  
}
}@media (max-width: 767px){#s-a0bf581d-ca74-4cce-ad2f-a3902d335be9 {
  display: none;
}
#s-a0bf581d-ca74-4cce-ad2f-a3902d335be9, #wrap-s-a0bf581d-ca74-4cce-ad2f-a3902d335be9 { display:none !important; }}
#s-cc7dbad6-2c6e-4249-b093-0298db01a141 {
  text-align: center;
}







  #s-cc7dbad6-2c6e-4249-b093-0298db01a141 img.shogun-image {
    

    
    
    
  }


#s-cc7dbad6-2c6e-4249-b093-0298db01a141 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-885fccfa-ede4-409b-b621-d53596d9cded {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-885fccfa-ede4-409b-b621-d53596d9cded {
  
}
}@media (max-width: 767px){#s-885fccfa-ede4-409b-b621-d53596d9cded {
  display: none;
}
#s-885fccfa-ede4-409b-b621-d53596d9cded, #wrap-s-885fccfa-ede4-409b-b621-d53596d9cded { display:none !important; }}
#s-7c08fb2e-042e-4be7-80b9-1f016c653e58 {
  text-align: center;
}







  #s-7c08fb2e-042e-4be7-80b9-1f016c653e58 img.shogun-image {
    

    
    
    
  }


#s-7c08fb2e-042e-4be7-80b9-1f016c653e58 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bc9e1845-f2ad-433b-8697-7ced819f440e {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc9e1845-f2ad-433b-8697-7ced819f440e {
  
}
}@media (max-width: 767px){#s-bc9e1845-f2ad-433b-8697-7ced819f440e {
  display: none;
}
#s-bc9e1845-f2ad-433b-8697-7ced819f440e, #wrap-s-bc9e1845-f2ad-433b-8697-7ced819f440e { display:none !important; }}
#s-d642c9bc-1c8e-408a-b735-3394af6b54ae {
  text-align: center;
}







  #s-d642c9bc-1c8e-408a-b735-3394af6b54ae img.shogun-image {
    

    
    
    
  }


#s-d642c9bc-1c8e-408a-b735-3394af6b54ae .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-19e297af-7ca8-4961-91eb-04a1a482babb {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19e297af-7ca8-4961-91eb-04a1a482babb {
  
}
}@media (max-width: 767px){#s-19e297af-7ca8-4961-91eb-04a1a482babb {
  display: none;
}
#s-19e297af-7ca8-4961-91eb-04a1a482babb, #wrap-s-19e297af-7ca8-4961-91eb-04a1a482babb { display:none !important; }}
#s-261a106e-1972-41a5-a89d-03950a27231e {
  text-align: center;
}







  #s-261a106e-1972-41a5-a89d-03950a27231e img.shogun-image {
    

    
    
    
  }


#s-261a106e-1972-41a5-a89d-03950a27231e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a664e646-1431-49d7-9f95-70f088a174e4 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a664e646-1431-49d7-9f95-70f088a174e4 {
  
}
}@media (max-width: 767px){#s-a664e646-1431-49d7-9f95-70f088a174e4 {
  display: none;
}
#s-a664e646-1431-49d7-9f95-70f088a174e4, #wrap-s-a664e646-1431-49d7-9f95-70f088a174e4 { display:none !important; }}
#s-26838ec4-d0a7-4c78-9ae8-ed98b616f55c {
  text-align: center;
}







  #s-26838ec4-d0a7-4c78-9ae8-ed98b616f55c img.shogun-image {
    

    
    
    
  }


#s-26838ec4-d0a7-4c78-9ae8-ed98b616f55c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ee21d12-fb6f-4804-bef8-48625b5f96c8 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ee21d12-fb6f-4804-bef8-48625b5f96c8 {
  
}
}@media (max-width: 767px){#s-9ee21d12-fb6f-4804-bef8-48625b5f96c8 {
  display: none;
}
#s-9ee21d12-fb6f-4804-bef8-48625b5f96c8, #wrap-s-9ee21d12-fb6f-4804-bef8-48625b5f96c8 { display:none !important; }}
#s-959cc31e-19f6-4dfb-a3ec-760c0943b24d {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}







  img.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
    
    
  }


.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d .shogun-image-content {
  
    align-items: center;
  
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shg-align-container {
  text-align: center
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
    
    
  }


.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d .shogun-image-content {
  
    align-items: center;
  
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shg-align-container {
  text-align: center
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
    
    
  }


.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d .shogun-image-content {
  
    align-items: center;
  
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shg-align-container {
  text-align: center
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
    
    
  }


.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d .shogun-image-content {
  
    align-items: center;
  
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shg-align-container {
  text-align: center
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
    
    
  }


.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d .shogun-image-content {
  
    align-items: center;
  
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shg-align-container {
  text-align: center
}

.s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-959cc31e-19f6-4dfb-a3ec-760c0943b24d.shogun-image {
  box-sizing: border-box;
}


}
#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1 {
  padding-top: 80px;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1 {
  display: none;
}
#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1, #wrap-s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1 { display:none !important; }}@media (max-width: 767px){#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1 {
  display: none;
}
#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1, #wrap-s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1 { display:none !important; }}







#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf9931e-3d9b-4658-85f2-b02091b7c2d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a60d9cf-c887-4710-b4b7-e87b52c362ee {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}







  img.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
    
    
  }


.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee .shogun-image-content {
  
    align-items: center;
  
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shg-align-container {
  text-align: center
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
    
    
  }


.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee .shogun-image-content {
  
    align-items: center;
  
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shg-align-container {
  text-align: center
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
    
    
  }


.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee .shogun-image-content {
  
    align-items: center;
  
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shg-align-container {
  text-align: center
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
    
    
  }


.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee .shogun-image-content {
  
    align-items: center;
  
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shg-align-container {
  text-align: center
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
    
    
  }


.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee .shogun-image-content {
  
    align-items: center;
  
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shg-align-container {
  text-align: center
}

.s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a60d9cf-c887-4710-b4b7-e87b52c362ee.shogun-image {
  box-sizing: border-box;
}


}
#s-d3aa866d-9d4a-46aa-895e-cf0a85fb099b {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 80px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-d3aa866d-9d4a-46aa-895e-cf0a85fb099b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d3aa866d-9d4a-46aa-895e-cf0a85fb099b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d3aa866d-9d4a-46aa-895e-cf0a85fb099b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d3aa866d-9d4a-46aa-895e-cf0a85fb099b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-aa237271-3a58-4a0e-aee0-305ca22bb525 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-aa237271-3a58-4a0e-aee0-305ca22bb525 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aa237271-3a58-4a0e-aee0-305ca22bb525 .shg-sld-nav-button.shg-sld-left,
#s-aa237271-3a58-4a0e-aee0-305ca22bb525 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f3d8a4b1-15d2-4003-a961-60b34904b47f {
  text-align: center;
}







  #s-f3d8a4b1-15d2-4003-a961-60b34904b47f img.shogun-image {
    

    
    
    
  }


#s-f3d8a4b1-15d2-4003-a961-60b34904b47f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-77680989-5bfc-415c-b323-eb9f55ca8c7e {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77680989-5bfc-415c-b323-eb9f55ca8c7e {
  
}
}@media (max-width: 767px){#s-77680989-5bfc-415c-b323-eb9f55ca8c7e {
  display: none;
}
#s-77680989-5bfc-415c-b323-eb9f55ca8c7e, #wrap-s-77680989-5bfc-415c-b323-eb9f55ca8c7e { display:none !important; }}
#s-0d446911-b0d4-4b77-8948-97b83f47d24c {
  text-align: center;
}







  #s-0d446911-b0d4-4b77-8948-97b83f47d24c img.shogun-image {
    

    
    
    
  }


#s-0d446911-b0d4-4b77-8948-97b83f47d24c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ead0107b-89e2-4c49-8fd5-c80b7effc9c8 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ead0107b-89e2-4c49-8fd5-c80b7effc9c8 {
  
}
}@media (max-width: 767px){#s-ead0107b-89e2-4c49-8fd5-c80b7effc9c8 {
  display: none;
}
#s-ead0107b-89e2-4c49-8fd5-c80b7effc9c8, #wrap-s-ead0107b-89e2-4c49-8fd5-c80b7effc9c8 { display:none !important; }}
#s-41ade0e2-5936-4ae5-8765-79549146aec6 {
  text-align: center;
}







  #s-41ade0e2-5936-4ae5-8765-79549146aec6 img.shogun-image {
    

    
    
    
  }


#s-41ade0e2-5936-4ae5-8765-79549146aec6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-de33eec7-6b09-45d6-bdd9-c33b0882c544 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de33eec7-6b09-45d6-bdd9-c33b0882c544 {
  
}
}@media (max-width: 767px){#s-de33eec7-6b09-45d6-bdd9-c33b0882c544 {
  display: none;
}
#s-de33eec7-6b09-45d6-bdd9-c33b0882c544, #wrap-s-de33eec7-6b09-45d6-bdd9-c33b0882c544 { display:none !important; }}
#s-47b3831a-704b-4c45-829e-6d28adf0979f {
  text-align: center;
}







  #s-47b3831a-704b-4c45-829e-6d28adf0979f img.shogun-image {
    

    
    
    
  }


#s-47b3831a-704b-4c45-829e-6d28adf0979f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-34321b11-e8d3-4b0a-be06-2ec83bee4900 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34321b11-e8d3-4b0a-be06-2ec83bee4900 {
  
}
}@media (max-width: 767px){#s-34321b11-e8d3-4b0a-be06-2ec83bee4900 {
  display: none;
}
#s-34321b11-e8d3-4b0a-be06-2ec83bee4900, #wrap-s-34321b11-e8d3-4b0a-be06-2ec83bee4900 { display:none !important; }}
#s-e16f9bee-52f3-4f94-9718-dd3e08af64d7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e16f9bee-52f3-4f94-9718-dd3e08af64d7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e16f9bee-52f3-4f94-9718-dd3e08af64d7 .shg-sld-nav-button.shg-sld-left,
#s-e16f9bee-52f3-4f94-9718-dd3e08af64d7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-80d339d6-a6e9-407c-931f-631992bce6f9 {
  text-align: center;
}







  #s-80d339d6-a6e9-407c-931f-631992bce6f9 img.shogun-image {
    

    
    
    
  }


#s-80d339d6-a6e9-407c-931f-631992bce6f9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b3986f3c-34ed-4673-98ce-754b01123724 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3986f3c-34ed-4673-98ce-754b01123724 {
  
}
}@media (max-width: 767px){#s-b3986f3c-34ed-4673-98ce-754b01123724 {
  display: none;
}
#s-b3986f3c-34ed-4673-98ce-754b01123724, #wrap-s-b3986f3c-34ed-4673-98ce-754b01123724 { display:none !important; }}
#s-61e13e56-c05a-4770-8438-915d3bc47e58 {
  text-align: center;
}







  #s-61e13e56-c05a-4770-8438-915d3bc47e58 img.shogun-image {
    

    
    
    
  }


#s-61e13e56-c05a-4770-8438-915d3bc47e58 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1303c607-e1ed-4a44-85ad-fa1cd4e8bdbb {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1303c607-e1ed-4a44-85ad-fa1cd4e8bdbb {
  
}
}@media (max-width: 767px){#s-1303c607-e1ed-4a44-85ad-fa1cd4e8bdbb {
  display: none;
}
#s-1303c607-e1ed-4a44-85ad-fa1cd4e8bdbb, #wrap-s-1303c607-e1ed-4a44-85ad-fa1cd4e8bdbb { display:none !important; }}
#s-2beb26ae-0cdf-4470-b7b5-8890bf5474a8 {
  text-align: center;
}







  #s-2beb26ae-0cdf-4470-b7b5-8890bf5474a8 img.shogun-image {
    

    
    
    
  }


#s-2beb26ae-0cdf-4470-b7b5-8890bf5474a8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-241cafc9-6590-42f1-bf67-b25a2b2c506f {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-241cafc9-6590-42f1-bf67-b25a2b2c506f {
  
}
}@media (max-width: 767px){#s-241cafc9-6590-42f1-bf67-b25a2b2c506f {
  display: none;
}
#s-241cafc9-6590-42f1-bf67-b25a2b2c506f, #wrap-s-241cafc9-6590-42f1-bf67-b25a2b2c506f { display:none !important; }}
#s-799fa5b8-6e86-4fcc-8663-3a8f5200672f {
  text-align: center;
}







  #s-799fa5b8-6e86-4fcc-8663-3a8f5200672f img.shogun-image {
    

    
    
    
  }


#s-799fa5b8-6e86-4fcc-8663-3a8f5200672f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c0150057-ac3a-41cd-ba3b-7ad0be99d6d0 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0150057-ac3a-41cd-ba3b-7ad0be99d6d0 {
  
}
}@media (max-width: 767px){#s-c0150057-ac3a-41cd-ba3b-7ad0be99d6d0 {
  display: none;
}
#s-c0150057-ac3a-41cd-ba3b-7ad0be99d6d0, #wrap-s-c0150057-ac3a-41cd-ba3b-7ad0be99d6d0 { display:none !important; }}
#s-555d9a80-8c28-4a1f-92aa-d642728cd07d {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-555d9a80-8c28-4a1f-92aa-d642728cd07d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-555d9a80-8c28-4a1f-92aa-d642728cd07d .shg-sld-nav-button.shg-sld-left,
#s-555d9a80-8c28-4a1f-92aa-d642728cd07d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5b5d1644-1fc8-4f15-8abb-bb604a602be5 {
  text-align: center;
}







  #s-5b5d1644-1fc8-4f15-8abb-bb604a602be5 img.shogun-image {
    

    
    
    
  }


#s-5b5d1644-1fc8-4f15-8abb-bb604a602be5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ce23cf8f-d0dc-4dbe-bf6d-c5363c98092d {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce23cf8f-d0dc-4dbe-bf6d-c5363c98092d {
  
}
}@media (max-width: 767px){#s-ce23cf8f-d0dc-4dbe-bf6d-c5363c98092d {
  display: none;
}
#s-ce23cf8f-d0dc-4dbe-bf6d-c5363c98092d, #wrap-s-ce23cf8f-d0dc-4dbe-bf6d-c5363c98092d { display:none !important; }}
#s-c0eb7712-b60e-4775-ad60-55e5ef18c270 {
  text-align: center;
}







  #s-c0eb7712-b60e-4775-ad60-55e5ef18c270 img.shogun-image {
    

    
    
    
  }


#s-c0eb7712-b60e-4775-ad60-55e5ef18c270 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-da612bf2-2f06-493c-a6b3-72dd6c7ccf24 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da612bf2-2f06-493c-a6b3-72dd6c7ccf24 {
  
}
}@media (max-width: 767px){#s-da612bf2-2f06-493c-a6b3-72dd6c7ccf24 {
  display: none;
}
#s-da612bf2-2f06-493c-a6b3-72dd6c7ccf24, #wrap-s-da612bf2-2f06-493c-a6b3-72dd6c7ccf24 { display:none !important; }}
#s-f1d01064-7cc6-4ec6-9eaf-5f5ac4ece443 {
  text-align: center;
}







  #s-f1d01064-7cc6-4ec6-9eaf-5f5ac4ece443 img.shogun-image {
    

    
    
    
  }


#s-f1d01064-7cc6-4ec6-9eaf-5f5ac4ece443 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-216c8982-b459-40e4-b034-81d797a3367a {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-216c8982-b459-40e4-b034-81d797a3367a {
  
}
}@media (max-width: 767px){#s-216c8982-b459-40e4-b034-81d797a3367a {
  display: none;
}
#s-216c8982-b459-40e4-b034-81d797a3367a, #wrap-s-216c8982-b459-40e4-b034-81d797a3367a { display:none !important; }}
#s-58d3fa10-bef1-4e77-8b0d-6f7da9da544d {
  text-align: center;
}







  #s-58d3fa10-bef1-4e77-8b0d-6f7da9da544d img.shogun-image {
    

    
    
    
  }


#s-58d3fa10-bef1-4e77-8b0d-6f7da9da544d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4ab96e5e-2ab7-414f-aa0e-2a13c00bda04 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ab96e5e-2ab7-414f-aa0e-2a13c00bda04 {
  
}
}@media (max-width: 767px){#s-4ab96e5e-2ab7-414f-aa0e-2a13c00bda04 {
  display: none;
}
#s-4ab96e5e-2ab7-414f-aa0e-2a13c00bda04, #wrap-s-4ab96e5e-2ab7-414f-aa0e-2a13c00bda04 { display:none !important; }}
#s-6292c569-90b5-4269-8a5e-8901ea7d0f6a {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-6292c569-90b5-4269-8a5e-8901ea7d0f6a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6292c569-90b5-4269-8a5e-8901ea7d0f6a .shg-sld-nav-button.shg-sld-left,
#s-6292c569-90b5-4269-8a5e-8901ea7d0f6a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-66c9e917-b759-44d9-ade2-a71a808711a4 {
  text-align: center;
}







  #s-66c9e917-b759-44d9-ade2-a71a808711a4 img.shogun-image {
    

    
    
    
  }


#s-66c9e917-b759-44d9-ade2-a71a808711a4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1057ee2e-d8e1-41da-b22b-c2c30ec1249d {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1057ee2e-d8e1-41da-b22b-c2c30ec1249d {
  
}
}@media (max-width: 767px){#s-1057ee2e-d8e1-41da-b22b-c2c30ec1249d {
  display: none;
}
#s-1057ee2e-d8e1-41da-b22b-c2c30ec1249d, #wrap-s-1057ee2e-d8e1-41da-b22b-c2c30ec1249d { display:none !important; }}
#s-fab92fe5-fb52-4ce9-9c63-3eade30c7d31 {
  text-align: center;
}







  #s-fab92fe5-fb52-4ce9-9c63-3eade30c7d31 img.shogun-image {
    

    
    
    
  }


#s-fab92fe5-fb52-4ce9-9c63-3eade30c7d31 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9c0e1c74-3065-4669-a87f-59879c04f9d6 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c0e1c74-3065-4669-a87f-59879c04f9d6 {
  
}
}@media (max-width: 767px){#s-9c0e1c74-3065-4669-a87f-59879c04f9d6 {
  display: none;
}
#s-9c0e1c74-3065-4669-a87f-59879c04f9d6, #wrap-s-9c0e1c74-3065-4669-a87f-59879c04f9d6 { display:none !important; }}
#s-037cf3e9-cec1-4dc4-90cb-a692c72cfd53 {
  text-align: center;
}







  #s-037cf3e9-cec1-4dc4-90cb-a692c72cfd53 img.shogun-image {
    

    
    
    
  }


#s-037cf3e9-cec1-4dc4-90cb-a692c72cfd53 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ab235c8b-5239-450e-9c55-a9d2d04af3f2 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab235c8b-5239-450e-9c55-a9d2d04af3f2 {
  
}
}@media (max-width: 767px){#s-ab235c8b-5239-450e-9c55-a9d2d04af3f2 {
  display: none;
}
#s-ab235c8b-5239-450e-9c55-a9d2d04af3f2, #wrap-s-ab235c8b-5239-450e-9c55-a9d2d04af3f2 { display:none !important; }}
#s-fa64a128-d251-4963-bdbd-3e5fcfbd9ffa {
  text-align: center;
}







  #s-fa64a128-d251-4963-bdbd-3e5fcfbd9ffa img.shogun-image {
    

    
    
    
  }


#s-fa64a128-d251-4963-bdbd-3e5fcfbd9ffa .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8d388d28-07c2-488c-b9be-24861a98f739 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d388d28-07c2-488c-b9be-24861a98f739 {
  
}
}@media (max-width: 767px){#s-8d388d28-07c2-488c-b9be-24861a98f739 {
  display: none;
}
#s-8d388d28-07c2-488c-b9be-24861a98f739, #wrap-s-8d388d28-07c2-488c-b9be-24861a98f739 { display:none !important; }}
#s-3de7eab9-7482-40e5-b737-3a452fa3abbf {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}







  img.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
    
    
  }


.s-3de7eab9-7482-40e5-b737-3a452fa3abbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shg-align-container {
  text-align: center
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
    
    
  }


.s-3de7eab9-7482-40e5-b737-3a452fa3abbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shg-align-container {
  text-align: center
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
    
    
  }


.s-3de7eab9-7482-40e5-b737-3a452fa3abbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shg-align-container {
  text-align: center
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
    
    
  }


.s-3de7eab9-7482-40e5-b737-3a452fa3abbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shg-align-container {
  text-align: center
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
    
    
  }


.s-3de7eab9-7482-40e5-b737-3a452fa3abbf .shogun-image-content {
  
    align-items: center;
  
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shg-align-container {
  text-align: center
}

.s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3de7eab9-7482-40e5-b737-3a452fa3abbf.shogun-image {
  box-sizing: border-box;
}


}
#s-d83fbd1c-df52-4008-b40c-1ba07dfa243a {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 80px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d83fbd1c-df52-4008-b40c-1ba07dfa243a {
  display: none;
}
#s-d83fbd1c-df52-4008-b40c-1ba07dfa243a, #wrap-s-d83fbd1c-df52-4008-b40c-1ba07dfa243a { display:none !important; }}







#s-d83fbd1c-df52-4008-b40c-1ba07dfa243a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d83fbd1c-df52-4008-b40c-1ba07dfa243a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12 {
  text-align: center;
}







  img.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
    
    
  }


.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shg-align-container {
  text-align: center
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
    
    
  }


.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shg-align-container {
  text-align: center
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
    
    
  }


.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shg-align-container {
  text-align: center
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
    
    
  }


.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shg-align-container {
  text-align: center
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
    
    
  }


.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shg-align-container {
  text-align: center
}

.s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffe394e-cf1d-4310-a3d4-4582ef6a8c12.shogun-image {
  box-sizing: border-box;
}


}
#s-6a8b8bfc-e94a-4bc3-b93c-0116c9c748a9 {
  margin-top: 20px;
padding-bottom: 0px;
}

#s-4a8ce876-b20e-40fe-bf40-8d87dc75deb8 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px){#s-4a8ce876-b20e-40fe-bf40-8d87dc75deb8 {
  display: none;
}
#s-4a8ce876-b20e-40fe-bf40-8d87dc75deb8, #wrap-s-4a8ce876-b20e-40fe-bf40-8d87dc75deb8 { display:none !important; }}







#s-4a8ce876-b20e-40fe-bf40-8d87dc75deb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8ce876-b20e-40fe-bf40-8d87dc75deb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 {
  padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
text-align: center;
}
@media (min-width: 1200px){#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 {
  display: none;
}
#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298, #wrap-s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 {
  display: none;
}
#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298, #wrap-s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 { display:none !important; }}@media (max-width: 767px){#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 {
  display: none;
}
#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298, #wrap-s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 { display:none !important; }}






  img.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
    
    
  }


.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 .shogun-image-content {
  
    align-items: center;
  
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shg-align-container {
  text-align: center
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
    
    
  }


.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 .shogun-image-content {
  
    align-items: center;
  
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shg-align-container {
  text-align: center
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
  box-sizing: border-box;
}


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





  img.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
    
    
  }


.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 .shogun-image-content {
  
    align-items: center;
  
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shg-align-container {
  text-align: center
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
  box-sizing: border-box;
}


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





  img.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
    
    
  }


.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 .shogun-image-content {
  
    align-items: center;
  
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shg-align-container {
  text-align: center
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
  box-sizing: border-box;
}


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





  img.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
    
    
  }


.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298 .shogun-image-content {
  
    align-items: center;
  
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shg-align-container {
  text-align: center
}

.s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067b0f6f-b8a4-4450-9e5e-bb90f6061298.shogun-image {
  box-sizing: border-box;
}


}
#s-26413111-4378-4830-90c8-20088af7e4f5 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-26413111-4378-4830-90c8-20088af7e4f5 {
  display: none;
}
#s-26413111-4378-4830-90c8-20088af7e4f5, #wrap-s-26413111-4378-4830-90c8-20088af7e4f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26413111-4378-4830-90c8-20088af7e4f5 {
  display: none;
}
#s-26413111-4378-4830-90c8-20088af7e4f5, #wrap-s-26413111-4378-4830-90c8-20088af7e4f5 { display:none !important; }}@media (max-width: 767px){#s-26413111-4378-4830-90c8-20088af7e4f5 {
  display: none;
}
#s-26413111-4378-4830-90c8-20088af7e4f5, #wrap-s-26413111-4378-4830-90c8-20088af7e4f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-26413111-4378-4830-90c8-20088af7e4f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26413111-4378-4830-90c8-20088af7e4f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-26413111-4378-4830-90c8-20088af7e4f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-26413111-4378-4830-90c8-20088af7e4f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-760aff09-a21f-4a94-9391-4eb4f3064c2a {
  text-align: center;
}







  #s-760aff09-a21f-4a94-9391-4eb4f3064c2a img.shogun-image {
    

    
    
    
  }


#s-760aff09-a21f-4a94-9391-4eb4f3064c2a .shogun-image-content {
  
    align-items: center;
  
}

#s-492ed50e-004f-4c6b-9bb2-57db65ca8778 {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-492ed50e-004f-4c6b-9bb2-57db65ca8778 {
  
}
}@media (max-width: 767px){#s-492ed50e-004f-4c6b-9bb2-57db65ca8778 {
  display: none;
}
#s-492ed50e-004f-4c6b-9bb2-57db65ca8778, #wrap-s-492ed50e-004f-4c6b-9bb2-57db65ca8778 { display:none !important; }}
#s-a4dd9eb2-4620-43b2-93c8-8b62ebf4f028 {
  text-align: center;
}







  #s-a4dd9eb2-4620-43b2-93c8-8b62ebf4f028 img.shogun-image {
    

    
    
    
  }


#s-a4dd9eb2-4620-43b2-93c8-8b62ebf4f028 .shogun-image-content {
  
    align-items: center;
  
}

#s-540519a2-1cb8-4fad-befb-c3dd17a777df {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-540519a2-1cb8-4fad-befb-c3dd17a777df {
  
}
}@media (max-width: 767px){#s-540519a2-1cb8-4fad-befb-c3dd17a777df {
  display: none;
}
#s-540519a2-1cb8-4fad-befb-c3dd17a777df, #wrap-s-540519a2-1cb8-4fad-befb-c3dd17a777df { display:none !important; }}
#s-501af79a-1617-442c-9405-3a3172dcb88b {
  text-align: center;
}







  #s-501af79a-1617-442c-9405-3a3172dcb88b img.shogun-image {
    

    
    
    
  }


#s-501af79a-1617-442c-9405-3a3172dcb88b .shogun-image-content {
  
    align-items: center;
  
}

#s-b4cfb4bf-beba-43a6-a154-985f4d4d73cd {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4cfb4bf-beba-43a6-a154-985f4d4d73cd {
  
}
}@media (max-width: 767px){#s-b4cfb4bf-beba-43a6-a154-985f4d4d73cd {
  display: none;
}
#s-b4cfb4bf-beba-43a6-a154-985f4d4d73cd, #wrap-s-b4cfb4bf-beba-43a6-a154-985f4d4d73cd { display:none !important; }}
#s-5b2f9017-7fa6-4297-995e-5daf2b483656 {
  padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b2f9017-7fa6-4297-995e-5daf2b483656 {
  display: none;
}
#s-5b2f9017-7fa6-4297-995e-5daf2b483656, #wrap-s-5b2f9017-7fa6-4297-995e-5daf2b483656 { display:none !important; }}@media (max-width: 767px){#s-5b2f9017-7fa6-4297-995e-5daf2b483656 {
  display: none;
}
#s-5b2f9017-7fa6-4297-995e-5daf2b483656, #wrap-s-5b2f9017-7fa6-4297-995e-5daf2b483656 { display:none !important; }}






  img.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
    
    
  }


.s-5b2f9017-7fa6-4297-995e-5daf2b483656 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shg-align-container {
  text-align: center
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
    
    
  }


.s-5b2f9017-7fa6-4297-995e-5daf2b483656 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shg-align-container {
  text-align: center
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
    
    
  }


.s-5b2f9017-7fa6-4297-995e-5daf2b483656 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shg-align-container {
  text-align: center
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
    
    
  }


.s-5b2f9017-7fa6-4297-995e-5daf2b483656 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shg-align-container {
  text-align: center
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
    
    
  }


.s-5b2f9017-7fa6-4297-995e-5daf2b483656 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shg-align-container {
  text-align: center
}

.s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b2f9017-7fa6-4297-995e-5daf2b483656.shogun-image {
  box-sizing: border-box;
}


}
#s-eeedc8a4-2d28-436e-94e3-af34083e62d3 {
  padding-left: 15%;
padding-bottom: 40px;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeedc8a4-2d28-436e-94e3-af34083e62d3 {
  display: none;
}
#s-eeedc8a4-2d28-436e-94e3-af34083e62d3, #wrap-s-eeedc8a4-2d28-436e-94e3-af34083e62d3 { display:none !important; }}@media (max-width: 767px){#s-eeedc8a4-2d28-436e-94e3-af34083e62d3 {
  display: none;
}
#s-eeedc8a4-2d28-436e-94e3-af34083e62d3, #wrap-s-eeedc8a4-2d28-436e-94e3-af34083e62d3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eeedc8a4-2d28-436e-94e3-af34083e62d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeedc8a4-2d28-436e-94e3-af34083e62d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-eeedc8a4-2d28-436e-94e3-af34083e62d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-eeedc8a4-2d28-436e-94e3-af34083e62d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e7b2f644-6715-4ee3-86e3-240cf9f8cde6 {
  text-align: center;
}







  #s-e7b2f644-6715-4ee3-86e3-240cf9f8cde6 img.shogun-image {
    

    
    
    
  }


#s-e7b2f644-6715-4ee3-86e3-240cf9f8cde6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f1fec21-5311-49a8-979e-b04574c218aa {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f1fec21-5311-49a8-979e-b04574c218aa {
  
}
}@media (max-width: 767px){#s-1f1fec21-5311-49a8-979e-b04574c218aa {
  display: none;
}
#s-1f1fec21-5311-49a8-979e-b04574c218aa, #wrap-s-1f1fec21-5311-49a8-979e-b04574c218aa { display:none !important; }}
#s-b33ecabf-6050-44b3-bc11-4031286050ab {
  text-align: center;
}







  #s-b33ecabf-6050-44b3-bc11-4031286050ab img.shogun-image {
    

    
    
    
  }


#s-b33ecabf-6050-44b3-bc11-4031286050ab .shogun-image-content {
  
    align-items: center;
  
}

#s-276c616f-4a22-4d13-9ae5-131ce6f74939 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-276c616f-4a22-4d13-9ae5-131ce6f74939 {
  
}
}@media (max-width: 767px){#s-276c616f-4a22-4d13-9ae5-131ce6f74939 {
  display: none;
}
#s-276c616f-4a22-4d13-9ae5-131ce6f74939, #wrap-s-276c616f-4a22-4d13-9ae5-131ce6f74939 { display:none !important; }}
#s-2dddf48c-6e3c-4612-aad3-9dbdb8ed9d4c {
  text-align: center;
}







  #s-2dddf48c-6e3c-4612-aad3-9dbdb8ed9d4c img.shogun-image {
    

    
    
    
  }


#s-2dddf48c-6e3c-4612-aad3-9dbdb8ed9d4c .shogun-image-content {
  
    align-items: center;
  
}

#s-7fc01dd6-be8a-43d7-9c85-74a52f4bcc6a {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fc01dd6-be8a-43d7-9c85-74a52f4bcc6a {
  
}
}@media (max-width: 767px){#s-7fc01dd6-be8a-43d7-9c85-74a52f4bcc6a {
  display: none;
}
#s-7fc01dd6-be8a-43d7-9c85-74a52f4bcc6a, #wrap-s-7fc01dd6-be8a-43d7-9c85-74a52f4bcc6a { display:none !important; }}
#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 1200px){#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 {
  display: none;
}
#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5, #wrap-s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 {
  display: none;
}
#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5, #wrap-s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 {
  display: none;
}
#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5, #wrap-s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 { display:none !important; }}







#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad3be13e-acbd-4cd2-a5e4-8025e2484ae5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdc3087e-3c77-49fe-8bcf-902a876fe94d {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}







  img.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
    
    
  }


.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shg-align-container {
  text-align: center
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
    
    
  }


.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shg-align-container {
  text-align: center
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
    
    
  }


.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shg-align-container {
  text-align: center
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
    
    
  }


.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shg-align-container {
  text-align: center
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
    
    
  }


.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shg-align-container {
  text-align: center
}

.s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc3087e-3c77-49fe-8bcf-902a876fe94d.shogun-image {
  box-sizing: border-box;
}


}
#s-e444b5d2-3ede-4d93-a87f-c38bcd313458 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-e444b5d2-3ede-4d93-a87f-c38bcd313458 img.shogun-image {
    

    
    
    
  }


#s-e444b5d2-3ede-4d93-a87f-c38bcd313458 .shogun-image-content {
  
    align-items: center;
  
}

#s-2539822f-78f8-43e5-8ba9-9c4ff88f85ee {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-f3ecae59-befc-4f81-9d2a-b9b5a576e326 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-f3ecae59-befc-4f81-9d2a-b9b5a576e326 img.shogun-image {
    

    
    
    
  }


#s-f3ecae59-befc-4f81-9d2a-b9b5a576e326 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2be1ec9-de19-4b56-8380-5b0944684ae3 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-7de1960c-6275-4632-8a59-c76a3a95328c {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-7de1960c-6275-4632-8a59-c76a3a95328c img.shogun-image {
    

    
    
    
  }


#s-7de1960c-6275-4632-8a59-c76a3a95328c .shogun-image-content {
  
    align-items: center;
  
}

#s-1c47859c-4b2b-4837-9446-c4cd5f3499cd {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

#s-ecb375d5-f441-496f-83a7-64d4001141c9 {
  margin-top: 20px;
margin-left: 60px;
margin-bottom: 20px;
margin-right: 60px;
padding-top: 0px;
padding-left: 300px;
padding-bottom: 0px;
padding-right: 300px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ecb375d5-f441-496f-83a7-64d4001141c9 {
  display: none;
}
#s-ecb375d5-f441-496f-83a7-64d4001141c9, #wrap-s-ecb375d5-f441-496f-83a7-64d4001141c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecb375d5-f441-496f-83a7-64d4001141c9 {
  display: none;
}
#s-ecb375d5-f441-496f-83a7-64d4001141c9, #wrap-s-ecb375d5-f441-496f-83a7-64d4001141c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecb375d5-f441-496f-83a7-64d4001141c9 {
  display: none;
}
#s-ecb375d5-f441-496f-83a7-64d4001141c9, #wrap-s-ecb375d5-f441-496f-83a7-64d4001141c9 { display:none !important; }}@media (max-width: 767px){#s-ecb375d5-f441-496f-83a7-64d4001141c9 {
  display: none;
}
#s-ecb375d5-f441-496f-83a7-64d4001141c9, #wrap-s-ecb375d5-f441-496f-83a7-64d4001141c9 { display:none !important; }}







#s-ecb375d5-f441-496f-83a7-64d4001141c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecb375d5-f441-496f-83a7-64d4001141c9.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-f94b60de-25bf-4598-a167-b1af8a81594b {
  border-style: solid;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f94b60de-25bf-4598-a167-b1af8a81594b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f94b60de-25bf-4598-a167-b1af8a81594b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f94b60de-25bf-4598-a167-b1af8a81594b-btn-wrapper {
    text-align: center;
  }


#s-f94b60de-25bf-4598-a167-b1af8a81594b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f94b60de-25bf-4598-a167-b1af8a81594b-btn-wrapper {
    text-align: center;
  }


#s-f94b60de-25bf-4598-a167-b1af8a81594b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f94b60de-25bf-4598-a167-b1af8a81594b-btn-wrapper {
    text-align: center;
  }


#s-f94b60de-25bf-4598-a167-b1af8a81594b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f94b60de-25bf-4598-a167-b1af8a81594b-btn-wrapper {
    text-align: center;
  }


#s-f94b60de-25bf-4598-a167-b1af8a81594b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f94b60de-25bf-4598-a167-b1af8a81594b-btn-wrapper {
    text-align: center;
  }


#s-f94b60de-25bf-4598-a167-b1af8a81594b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Brandon Grotesque;
  display:  block ;
}
}
#s-166fdf98-7c10-4b85-ab3b-92c845868a0b {
  min-height: 50px;
}
@media (max-width: 767px){#s-166fdf98-7c10-4b85-ab3b-92c845868a0b {
  display: none;
}
#s-166fdf98-7c10-4b85-ab3b-92c845868a0b, #wrap-s-166fdf98-7c10-4b85-ab3b-92c845868a0b { display:none !important; }}







#s-166fdf98-7c10-4b85-ab3b-92c845868a0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166fdf98-7c10-4b85-ab3b-92c845868a0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-787b3d3f-f0c3-4bd9-8098-fa8190fa014a {
  padding-top: 20px;
}

#s-787b3d3f-f0c3-4bd9-8098-fa8190fa014a hr {
  border-top: 2px solid #ddd;
}

#s-762ff91c-a42c-463c-95a4-f5ef6b1c32c8 {
  min-height: 50px;
}








#s-762ff91c-a42c-463c-95a4-f5ef6b1c32c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-762ff91c-a42c-463c-95a4-f5ef6b1c32c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f14e024-bbf2-4bac-836a-352d026a9b9d {
  padding-top: 30px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1f14e024-bbf2-4bac-836a-352d026a9b9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f14e024-bbf2-4bac-836a-352d026a9b9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f14e024-bbf2-4bac-836a-352d026a9b9d {
  
}
}@media (max-width: 767px){#s-1f14e024-bbf2-4bac-836a-352d026a9b9d {
  
}
}
#s-f7a45d95-fa31-4c02-8298-bfc418b8753c {
  margin-top: 10px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-f7a45d95-fa31-4c02-8298-bfc418b8753c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7a45d95-fa31-4c02-8298-bfc418b8753c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7a45d95-fa31-4c02-8298-bfc418b8753c {
  
}
}@media (max-width: 767px){#s-f7a45d95-fa31-4c02-8298-bfc418b8753c {
  
}
}
/*
  $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}
