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

.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-d1b6c669-8c8d-4322-aec5-9405a592c90d {
  min-height: 50px;
}








#s-d1b6c669-8c8d-4322-aec5-9405a592c90d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1b6c669-8c8d-4322-aec5-9405a592c90d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adf3ce8a-0064-4638-8a4d-eedc1645a7a6 {
  min-height: 50px;
}








#s-adf3ce8a-0064-4638-8a4d-eedc1645a7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adf3ce8a-0064-4638-8a4d-eedc1645a7a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c12ec07d-0981-4980-8c2f-1258a1ce9c5c {
  text-align: center;
}







  #s-c12ec07d-0981-4980-8c2f-1258a1ce9c5c img.shogun-image {
    

    
    
    
  }


#s-c12ec07d-0981-4980-8c2f-1258a1ce9c5c .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-9783467b-4809-46da-b3b8-77c3dd703de8 {
  text-align: left;
}

#s-9783467b-4809-46da-b3b8-77c3dd703de8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f5772c24-a45b-42f7-a642-73b36bce7f14 {
  min-height: 50px;
}








#s-f5772c24-a45b-42f7-a642-73b36bce7f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5772c24-a45b-42f7-a642-73b36bce7f14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32101b42-c0af-4ea2-a364-76920fa34336 {
  text-align: center;
}







  #s-32101b42-c0af-4ea2-a364-76920fa34336 img.shogun-image {
    

    
    
    
  }


#s-32101b42-c0af-4ea2-a364-76920fa34336 .shogun-image-content {
  
    align-items: center;
  
}

#s-9502320b-c37c-449f-a57a-467200c3ceda {
  min-height: 50px;
}








#s-9502320b-c37c-449f-a57a-467200c3ceda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9502320b-c37c-449f-a57a-467200c3ceda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-2d59f374-838a-4b3f-9e99-defa27db985c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2d59f374-838a-4b3f-9e99-defa27db985c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d59f374-838a-4b3f-9e99-defa27db985c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d59f374-838a-4b3f-9e99-defa27db985c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6bd1fd80-dbe8-45f1-8463-a93c0bed77dc {
  text-align: center;
}







  #s-6bd1fd80-dbe8-45f1-8463-a93c0bed77dc img.shogun-image {
    

    
    
    
  }


#s-6bd1fd80-dbe8-45f1-8463-a93c0bed77dc .shogun-image-content {
  
    align-items: center;
  
}

#s-b1d8c1c0-245d-42fd-ae2b-282ce50a9431 {
  text-align: center;
}







  #s-b1d8c1c0-245d-42fd-ae2b-282ce50a9431 img.shogun-image {
    

    
    
    
  }


#s-b1d8c1c0-245d-42fd-ae2b-282ce50a9431 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf53a083-36f2-42e9-8669-c1817ffc8e3f {
  min-height: 50px;
}








#s-cf53a083-36f2-42e9-8669-c1817ffc8e3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf53a083-36f2-42e9-8669-c1817ffc8e3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c906365-606c-4419-a7ef-21469643fcd8 {
  text-align: center;
}







  #s-3c906365-606c-4419-a7ef-21469643fcd8 img.shogun-image {
    

    
    
    
  }


#s-3c906365-606c-4419-a7ef-21469643fcd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-129cf081-0723-45a3-b3b1-9edb36b306a3 {
  min-height: 50px;
}








#s-129cf081-0723-45a3-b3b1-9edb36b306a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129cf081-0723-45a3-b3b1-9edb36b306a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fc29976-6c41-4b85-8962-abd363d8805e {
  text-align: center;
}







  #s-8fc29976-6c41-4b85-8962-abd363d8805e img.shogun-image {
    

    
    
    
  }


#s-8fc29976-6c41-4b85-8962-abd363d8805e .shogun-image-content {
  
    align-items: center;
  
}

#s-fce2df9b-72d9-480c-bbed-24a407359b06 {
  min-height: 50px;
}








#s-fce2df9b-72d9-480c-bbed-24a407359b06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fce2df9b-72d9-480c-bbed-24a407359b06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ff5a2a5-ac2c-4854-a0e5-3e8281ffdc20 {
  text-align: center;
}







  #s-4ff5a2a5-ac2c-4854-a0e5-3e8281ffdc20 img.shogun-image {
    

    
    
    
  }


#s-4ff5a2a5-ac2c-4854-a0e5-3e8281ffdc20 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 {
  margin-top: 3em;
margin-bottom: 2em;
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 46, 46, 1);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 46, 46, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (max-width: 767px){#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(46, 46, 46, 1);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(46, 46, 46, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-e4f5dda5-2716-41ac-a6b5-514f0f41f500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-8f4e2398-935b-4f73-810e-1f134fc3ece9 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-8f4e2398-935b-4f73-810e-1f134fc3ece9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f4e2398-935b-4f73-810e-1f134fc3ece9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e9ca0413-c3cb-4b59-94c5-fed933ac261a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e9ca0413-c3cb-4b59-94c5-fed933ac261a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9ca0413-c3cb-4b59-94c5-fed933ac261a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9ca0413-c3cb-4b59-94c5-fed933ac261a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1eaad2c2-20ec-484d-894e-e712e6d1551b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-1eaad2c2-20ec-484d-894e-e712e6d1551b img.shogun-image {
    

    
    
    
  }


#s-1eaad2c2-20ec-484d-894e-e712e6d1551b .shogun-image-content {
  
    align-items: center;
  
}

#s-05a77692-822f-4f26-96ca-17933f8f1ffb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-05a77692-822f-4f26-96ca-17933f8f1ffb img.shogun-image {
    

    
    
    
  }


#s-05a77692-822f-4f26-96ca-17933f8f1ffb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c96ae104-470d-4b36-9f31-bea8f3697137"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c96ae104-470d-4b36-9f31-bea8f3697137"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c96ae104-470d-4b36-9f31-bea8f3697137"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c96ae104-470d-4b36-9f31-bea8f3697137"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e94d581c-193b-494b-97fe-3589a26b5697 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e94d581c-193b-494b-97fe-3589a26b5697 img.shogun-image {
    

    
    
    
  }


#s-e94d581c-193b-494b-97fe-3589a26b5697 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f75f1ee-7865-4d9f-b719-8f522765d19f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-6f75f1ee-7865-4d9f-b719-8f522765d19f img.shogun-image {
    

    
    
    
  }


#s-6f75f1ee-7865-4d9f-b719-8f522765d19f .shogun-image-content {
  
    align-items: center;
  
}

#s-940ce815-3458-42a9-b736-06d181ef6bc9 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-940ce815-3458-42a9-b736-06d181ef6bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-940ce815-3458-42a9-b736-06d181ef6bc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71b2453b-6c94-419e-a4e0-8e0edf466aad {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-71b2453b-6c94-419e-a4e0-8e0edf466aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b2453b-6c94-419e-a4e0-8e0edf466aad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e197a0cd-3a58-40cc-90d2-bce2f13b6c8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e197a0cd-3a58-40cc-90d2-bce2f13b6c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e197a0cd-3a58-40cc-90d2-bce2f13b6c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e197a0cd-3a58-40cc-90d2-bce2f13b6c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-40c82236-36d6-41d7-9dfb-543954a836f3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-40c82236-36d6-41d7-9dfb-543954a836f3 img.shogun-image {
    

    
    
    
  }


#s-40c82236-36d6-41d7-9dfb-543954a836f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-43722fd4-5ca2-491c-a491-71fc28aed323 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-43722fd4-5ca2-491c-a491-71fc28aed323 img.shogun-image {
    

    
    
    
  }


#s-43722fd4-5ca2-491c-a491-71fc28aed323 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ceb188fd-f0da-44c4-9f41-689294a6a98d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ceb188fd-f0da-44c4-9f41-689294a6a98d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceb188fd-f0da-44c4-9f41-689294a6a98d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceb188fd-f0da-44c4-9f41-689294a6a98d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-74b96d58-971f-4a02-becc-45a57c8d5bff {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-74b96d58-971f-4a02-becc-45a57c8d5bff img.shogun-image {
    

    
    
    
  }


#s-74b96d58-971f-4a02-becc-45a57c8d5bff .shogun-image-content {
  
    align-items: center;
  
}

#s-3a1d4a36-bf9f-432b-8d7b-b80c0d8941c9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-3a1d4a36-bf9f-432b-8d7b-b80c0d8941c9 img.shogun-image {
    

    
    
    
  }


#s-3a1d4a36-bf9f-432b-8d7b-b80c0d8941c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c5bba53-1778-4e18-b49f-2324de6fb7ee {
  margin-bottom: 2em;
min-height: 50px;
}








#s-0c5bba53-1778-4e18-b49f-2324de6fb7ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c5bba53-1778-4e18-b49f-2324de6fb7ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a619577c-8626-42b3-aaca-82988c68460a {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-a619577c-8626-42b3-aaca-82988c68460a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a619577c-8626-42b3-aaca-82988c68460a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-df971e89-ab6c-4bc8-8508-ac02ebf4eeeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df971e89-ab6c-4bc8-8508-ac02ebf4eeeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df971e89-ab6c-4bc8-8508-ac02ebf4eeeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df971e89-ab6c-4bc8-8508-ac02ebf4eeeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca1bbe61-61c4-4a4e-92a6-8a167bcbaf2c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-ca1bbe61-61c4-4a4e-92a6-8a167bcbaf2c img.shogun-image {
    

    
    
    
  }


#s-ca1bbe61-61c4-4a4e-92a6-8a167bcbaf2c .shogun-image-content {
  
    align-items: center;
  
}

#s-1874893b-34c1-4f0d-a3c3-b563f5b92386 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-1874893b-34c1-4f0d-a3c3-b563f5b92386 img.shogun-image {
    

    
    
    
  }


#s-1874893b-34c1-4f0d-a3c3-b563f5b92386 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-95dc1704-001d-4e80-9f87-543fee3ca25c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-95dc1704-001d-4e80-9f87-543fee3ca25c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95dc1704-001d-4e80-9f87-543fee3ca25c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95dc1704-001d-4e80-9f87-543fee3ca25c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aa704864-2e94-4062-94a2-e58f3eedd86b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-aa704864-2e94-4062-94a2-e58f3eedd86b img.shogun-image {
    

    
    
    
  }


#s-aa704864-2e94-4062-94a2-e58f3eedd86b .shogun-image-content {
  
    align-items: center;
  
}

#s-e6e65586-a058-497f-913a-31ad3a3da302 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e6e65586-a058-497f-913a-31ad3a3da302 img.shogun-image {
    

    
    
    
  }


#s-e6e65586-a058-497f-913a-31ad3a3da302 .shogun-image-content {
  
    align-items: center;
  
}

#s-70cab965-a701-4073-b74f-50fecbc2d684 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-70cab965-a701-4073-b74f-50fecbc2d684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70cab965-a701-4073-b74f-50fecbc2d684.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d87c849-27aa-45ad-a4db-21e893ee0440 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-1d87c849-27aa-45ad-a4db-21e893ee0440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d87c849-27aa-45ad-a4db-21e893ee0440.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-846de4d5-0892-43a9-a36e-c6db04b4bfb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-846de4d5-0892-43a9-a36e-c6db04b4bfb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-846de4d5-0892-43a9-a36e-c6db04b4bfb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-846de4d5-0892-43a9-a36e-c6db04b4bfb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-438c661c-e2fc-4bc1-b0c9-a750157d4249 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-438c661c-e2fc-4bc1-b0c9-a750157d4249 img.shogun-image {
    

    
    
    
  }


#s-438c661c-e2fc-4bc1-b0c9-a750157d4249 .shogun-image-content {
  
    align-items: center;
  
}

#s-5568aa86-16e5-45e7-b581-6b8699a3a975 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-5568aa86-16e5-45e7-b581-6b8699a3a975 img.shogun-image {
    

    
    
    
  }


#s-5568aa86-16e5-45e7-b581-6b8699a3a975 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-76b373b7-e02c-4549-a016-df040cc2044a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-76b373b7-e02c-4549-a016-df040cc2044a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-76b373b7-e02c-4549-a016-df040cc2044a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-76b373b7-e02c-4549-a016-df040cc2044a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-226258cc-4fa3-4d19-b69a-f14f6f20ae13 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-226258cc-4fa3-4d19-b69a-f14f6f20ae13 img.shogun-image {
    

    
    
    
  }


#s-226258cc-4fa3-4d19-b69a-f14f6f20ae13 .shogun-image-content {
  
    align-items: center;
  
}

#s-0749d058-1ef5-4990-81e7-cc3ecd3423c3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-0749d058-1ef5-4990-81e7-cc3ecd3423c3 img.shogun-image {
    

    
    
    
  }


#s-0749d058-1ef5-4990-81e7-cc3ecd3423c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-343540f8-03c9-44f0-98ea-884344135dda {
  margin-bottom: 2em;
min-height: 50px;
}








#s-343540f8-03c9-44f0-98ea-884344135dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-343540f8-03c9-44f0-98ea-884344135dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c1dfe23-a284-4252-b457-6a542f6bda03 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-2c1dfe23-a284-4252-b457-6a542f6bda03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c1dfe23-a284-4252-b457-6a542f6bda03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d2e95e62-5abb-4ce1-b99e-0dd9212ef8cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d2e95e62-5abb-4ce1-b99e-0dd9212ef8cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e95e62-5abb-4ce1-b99e-0dd9212ef8cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e95e62-5abb-4ce1-b99e-0dd9212ef8cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ce8cae4a-bdb5-40e0-9144-79629f36be70 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-ce8cae4a-bdb5-40e0-9144-79629f36be70 img.shogun-image {
    

    
    
    
  }


#s-ce8cae4a-bdb5-40e0-9144-79629f36be70 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b59c40b-2657-46a7-9106-c47af54941f3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-1b59c40b-2657-46a7-9106-c47af54941f3 img.shogun-image {
    

    
    
    
  }


#s-1b59c40b-2657-46a7-9106-c47af54941f3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9ba45f2f-04bd-48f0-ad89-557fb0000ea2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9ba45f2f-04bd-48f0-ad89-557fb0000ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ba45f2f-04bd-48f0-ad89-557fb0000ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ba45f2f-04bd-48f0-ad89-557fb0000ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9dc06bdf-bba1-4468-a531-1c9d3968ed99 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-9dc06bdf-bba1-4468-a531-1c9d3968ed99 img.shogun-image {
    

    
    
    
  }


#s-9dc06bdf-bba1-4468-a531-1c9d3968ed99 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfdcf769-dc8a-44e0-bf73-604777778d94 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-cfdcf769-dc8a-44e0-bf73-604777778d94 img.shogun-image {
    

    
    
    
  }


#s-cfdcf769-dc8a-44e0-bf73-604777778d94 .shogun-image-content {
  
    align-items: center;
  
}

#s-fee47ea8-cf1e-4008-ae5a-275b14626ade {
  margin-bottom: 2em;
min-height: 50px;
}








#s-fee47ea8-cf1e-4008-ae5a-275b14626ade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee47ea8-cf1e-4008-ae5a-275b14626ade.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb660ed5-0e3a-4ff7-82d5-528689c16bac {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-fb660ed5-0e3a-4ff7-82d5-528689c16bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb660ed5-0e3a-4ff7-82d5-528689c16bac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-44bf247c-6b84-4ca9-8639-6303c3bd9ff9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-44bf247c-6b84-4ca9-8639-6303c3bd9ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44bf247c-6b84-4ca9-8639-6303c3bd9ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44bf247c-6b84-4ca9-8639-6303c3bd9ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d49d28c8-0e4b-4414-8bb9-5df340478b46 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-d49d28c8-0e4b-4414-8bb9-5df340478b46 img.shogun-image {
    

    
    
    
  }


#s-d49d28c8-0e4b-4414-8bb9-5df340478b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-b96bab5f-d387-4d1a-a7ef-8e38e111027e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-b96bab5f-d387-4d1a-a7ef-8e38e111027e img.shogun-image {
    

    
    
    
  }


#s-b96bab5f-d387-4d1a-a7ef-8e38e111027e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d18ebf03-a61f-42ee-b827-f2ba738373d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d18ebf03-a61f-42ee-b827-f2ba738373d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d18ebf03-a61f-42ee-b827-f2ba738373d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d18ebf03-a61f-42ee-b827-f2ba738373d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6d94346c-710b-4fed-a1ad-9694bd1fbf75 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-6d94346c-710b-4fed-a1ad-9694bd1fbf75 img.shogun-image {
    

    
    
    
  }


#s-6d94346c-710b-4fed-a1ad-9694bd1fbf75 .shogun-image-content {
  
    align-items: center;
  
}

#s-91adc08c-b94d-4648-95d1-6d877d820220 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-91adc08c-b94d-4648-95d1-6d877d820220 img.shogun-image {
    

    
    
    
  }


#s-91adc08c-b94d-4648-95d1-6d877d820220 .shogun-image-content {
  
    align-items: center;
  
}

#s-a64e4b54-210e-4f72-8a38-08a1da575b8e {
  margin-bottom: 2em;
min-height: 50px;
}








#s-a64e4b54-210e-4f72-8a38-08a1da575b8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a64e4b54-210e-4f72-8a38-08a1da575b8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e9693b3-8def-44bb-bda9-09381dd5b85a {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-8e9693b3-8def-44bb-bda9-09381dd5b85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e9693b3-8def-44bb-bda9-09381dd5b85a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-235f0fa8-b72e-43e8-9578-0ba084e7f608"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-235f0fa8-b72e-43e8-9578-0ba084e7f608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-235f0fa8-b72e-43e8-9578-0ba084e7f608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-235f0fa8-b72e-43e8-9578-0ba084e7f608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e7cb7111-0907-4c1a-b9d1-cdfc81d262a4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e7cb7111-0907-4c1a-b9d1-cdfc81d262a4 img.shogun-image {
    

    
    
    
  }


#s-e7cb7111-0907-4c1a-b9d1-cdfc81d262a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e675a468-41f7-4e81-8a9f-8a30e85eec06 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e675a468-41f7-4e81-8a9f-8a30e85eec06 img.shogun-image {
    

    
    
    
  }


#s-e675a468-41f7-4e81-8a9f-8a30e85eec06 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0d488f4f-eb59-4da1-9b6e-1f3dd8e22079"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d488f4f-eb59-4da1-9b6e-1f3dd8e22079"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d488f4f-eb59-4da1-9b6e-1f3dd8e22079"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d488f4f-eb59-4da1-9b6e-1f3dd8e22079"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ac0bbb5f-400c-4efd-868b-4bcbf1941343 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-ac0bbb5f-400c-4efd-868b-4bcbf1941343 img.shogun-image {
    

    
    
    
  }


#s-ac0bbb5f-400c-4efd-868b-4bcbf1941343 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0bc56e0-b82b-4855-89fc-06b5bb836dae {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-b0bc56e0-b82b-4855-89fc-06b5bb836dae img.shogun-image {
    

    
    
    
  }


#s-b0bc56e0-b82b-4855-89fc-06b5bb836dae .shogun-image-content {
  
    align-items: center;
  
}

#s-2d8a94fc-79bc-4be5-8591-091bfa46cff4 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-2d8a94fc-79bc-4be5-8591-091bfa46cff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d8a94fc-79bc-4be5-8591-091bfa46cff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ae4a1f-7fd1-4d7c-b323-c900fe172c6b {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-b6ae4a1f-7fd1-4d7c-b323-c900fe172c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ae4a1f-7fd1-4d7c-b323-c900fe172c6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c02dc987-557c-4946-9eb6-1c57d9cbeccd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c02dc987-557c-4946-9eb6-1c57d9cbeccd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c02dc987-557c-4946-9eb6-1c57d9cbeccd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c02dc987-557c-4946-9eb6-1c57d9cbeccd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9e3f057-82ec-4a22-85b1-8596bb768011 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-f9e3f057-82ec-4a22-85b1-8596bb768011 img.shogun-image {
    

    
    
    
  }


#s-f9e3f057-82ec-4a22-85b1-8596bb768011 .shogun-image-content {
  
    align-items: center;
  
}

#s-17463f5b-cda6-4eb0-ba56-f890b307f04d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-17463f5b-cda6-4eb0-ba56-f890b307f04d img.shogun-image {
    

    
    
    
  }


#s-17463f5b-cda6-4eb0-ba56-f890b307f04d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a3df0b85-bb1f-499a-af98-123ef67d0717"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3df0b85-bb1f-499a-af98-123ef67d0717"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3df0b85-bb1f-499a-af98-123ef67d0717"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3df0b85-bb1f-499a-af98-123ef67d0717"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e1dd9d97-3073-48dc-9640-edd4c46e350a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e1dd9d97-3073-48dc-9640-edd4c46e350a img.shogun-image {
    

    
    
    
  }


#s-e1dd9d97-3073-48dc-9640-edd4c46e350a .shogun-image-content {
  
    align-items: center;
  
}

#s-bdeba178-85f2-405a-b636-e93cd2d556bf {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-bdeba178-85f2-405a-b636-e93cd2d556bf img.shogun-image {
    

    
    
    
  }


#s-bdeba178-85f2-405a-b636-e93cd2d556bf .shogun-image-content {
  
    align-items: center;
  
}

#s-d33cc948-8f33-4b0e-a2be-1fead19d2f01 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-d33cc948-8f33-4b0e-a2be-1fead19d2f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d33cc948-8f33-4b0e-a2be-1fead19d2f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-280eabc0-a32c-4116-87ce-32ed5c2ab0fc {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-280eabc0-a32c-4116-87ce-32ed5c2ab0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-280eabc0-a32c-4116-87ce-32ed5c2ab0fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0e32d321-a6c4-4afc-aa92-5ec7b5fefd2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0e32d321-a6c4-4afc-aa92-5ec7b5fefd2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e32d321-a6c4-4afc-aa92-5ec7b5fefd2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e32d321-a6c4-4afc-aa92-5ec7b5fefd2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6788242b-e374-4594-9747-983c4ff78d37 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-6788242b-e374-4594-9747-983c4ff78d37 img.shogun-image {
    

    
    
    
  }


#s-6788242b-e374-4594-9747-983c4ff78d37 .shogun-image-content {
  
    align-items: center;
  
}

#s-03fcea44-7a3c-4120-895d-b160b6b6c23f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-03fcea44-7a3c-4120-895d-b160b6b6c23f img.shogun-image {
    

    
    
    
  }


#s-03fcea44-7a3c-4120-895d-b160b6b6c23f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4852012c-bd1a-4572-be51-06e69f07c1cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4852012c-bd1a-4572-be51-06e69f07c1cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4852012c-bd1a-4572-be51-06e69f07c1cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4852012c-bd1a-4572-be51-06e69f07c1cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e6148ccc-7040-4314-90da-9f336b7b8fbc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e6148ccc-7040-4314-90da-9f336b7b8fbc img.shogun-image {
    

    
    
    
  }


#s-e6148ccc-7040-4314-90da-9f336b7b8fbc .shogun-image-content {
  
    align-items: center;
  
}

#s-788c7e90-da49-4ed3-83f7-ff6d03534cf6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-788c7e90-da49-4ed3-83f7-ff6d03534cf6 img.shogun-image {
    

    
    
    
  }


#s-788c7e90-da49-4ed3-83f7-ff6d03534cf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc72e18-eb3b-4b51-9f1f-2fcb8f5e88ff {
  margin-bottom: 2em;
min-height: 50px;
}








#s-7cc72e18-eb3b-4b51-9f1f-2fcb8f5e88ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc72e18-eb3b-4b51-9f1f-2fcb8f5e88ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d6a401c-0be3-4529-ac3c-9f22f72ad3a0 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-3d6a401c-0be3-4529-ac3c-9f22f72ad3a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d6a401c-0be3-4529-ac3c-9f22f72ad3a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5d4cba97-433e-4dcd-8b2b-46a9ccb16912"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d4cba97-433e-4dcd-8b2b-46a9ccb16912"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4cba97-433e-4dcd-8b2b-46a9ccb16912"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4cba97-433e-4dcd-8b2b-46a9ccb16912"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-39c54b32-9361-4eec-bec9-96102776c759 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-39c54b32-9361-4eec-bec9-96102776c759 img.shogun-image {
    

    
    
    
  }


#s-39c54b32-9361-4eec-bec9-96102776c759 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f755a2c-3915-456f-985d-254f854756a7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-2f755a2c-3915-456f-985d-254f854756a7 img.shogun-image {
    

    
    
    
  }


#s-2f755a2c-3915-456f-985d-254f854756a7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c8eb3425-5809-44ea-a19f-f89dbcdb63e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c8eb3425-5809-44ea-a19f-f89dbcdb63e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8eb3425-5809-44ea-a19f-f89dbcdb63e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8eb3425-5809-44ea-a19f-f89dbcdb63e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a4f98a05-52cc-4b3f-808a-fde5a4890499 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-a4f98a05-52cc-4b3f-808a-fde5a4890499 img.shogun-image {
    

    
    
    
  }


#s-a4f98a05-52cc-4b3f-808a-fde5a4890499 .shogun-image-content {
  
    align-items: center;
  
}

#s-df36116f-b576-4aa9-b146-30751ee96c82 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-df36116f-b576-4aa9-b146-30751ee96c82 img.shogun-image {
    

    
    
    
  }


#s-df36116f-b576-4aa9-b146-30751ee96c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-d715c261-84b8-482e-8592-5aef48797262 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-d715c261-84b8-482e-8592-5aef48797262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d715c261-84b8-482e-8592-5aef48797262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-730f4df6-b667-4c2d-8af0-5ebf4d41685b {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-730f4df6-b667-4c2d-8af0-5ebf4d41685b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-730f4df6-b667-4c2d-8af0-5ebf4d41685b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e9a7cb5c-9be3-40bc-a934-c55dde852726"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e9a7cb5c-9be3-40bc-a934-c55dde852726"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9a7cb5c-9be3-40bc-a934-c55dde852726"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9a7cb5c-9be3-40bc-a934-c55dde852726"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4e5125b9-57e2-4b33-80a7-305abefaa08b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4e5125b9-57e2-4b33-80a7-305abefaa08b img.shogun-image {
    

    
    
    
  }


#s-4e5125b9-57e2-4b33-80a7-305abefaa08b .shogun-image-content {
  
    align-items: center;
  
}

#s-4901846e-d4cb-470d-87f5-af7e636a18c6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4901846e-d4cb-470d-87f5-af7e636a18c6 img.shogun-image {
    

    
    
    
  }


#s-4901846e-d4cb-470d-87f5-af7e636a18c6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-108c8ae8-6dbd-4255-93af-f8665fcbebb1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-108c8ae8-6dbd-4255-93af-f8665fcbebb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-108c8ae8-6dbd-4255-93af-f8665fcbebb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-108c8ae8-6dbd-4255-93af-f8665fcbebb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c28286e7-17aa-4715-a5c5-cb148f3c06fb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-c28286e7-17aa-4715-a5c5-cb148f3c06fb img.shogun-image {
    

    
    
    
  }


#s-c28286e7-17aa-4715-a5c5-cb148f3c06fb .shogun-image-content {
  
    align-items: center;
  
}

#s-5c36a9ce-f15a-49e3-86f3-1f146c207304 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-5c36a9ce-f15a-49e3-86f3-1f146c207304 img.shogun-image {
    

    
    
    
  }


#s-5c36a9ce-f15a-49e3-86f3-1f146c207304 .shogun-image-content {
  
    align-items: center;
  
}

#s-11d61e2c-9ef5-4bb1-af94-bdb4d2ee9b16 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-11d61e2c-9ef5-4bb1-af94-bdb4d2ee9b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d61e2c-9ef5-4bb1-af94-bdb4d2ee9b16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7fe261d-dcc8-4506-bfef-eb880da66c5e {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-f7fe261d-dcc8-4506-bfef-eb880da66c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7fe261d-dcc8-4506-bfef-eb880da66c5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1c398f13-867b-4fde-837b-476ca8c5880a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1c398f13-867b-4fde-837b-476ca8c5880a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c398f13-867b-4fde-837b-476ca8c5880a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c398f13-867b-4fde-837b-476ca8c5880a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6d87b593-ec95-4046-89d1-8f502d74fd89 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-6d87b593-ec95-4046-89d1-8f502d74fd89 img.shogun-image {
    

    
    
    
  }


#s-6d87b593-ec95-4046-89d1-8f502d74fd89 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dbce9e8-c52c-44af-b006-98f74e8e0fd1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-6dbce9e8-c52c-44af-b006-98f74e8e0fd1 img.shogun-image {
    

    
    
    
  }


#s-6dbce9e8-c52c-44af-b006-98f74e8e0fd1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-74ed2e9f-65d6-4f67-9554-b26ee7485f39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-74ed2e9f-65d6-4f67-9554-b26ee7485f39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74ed2e9f-65d6-4f67-9554-b26ee7485f39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74ed2e9f-65d6-4f67-9554-b26ee7485f39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7e3ca4be-8ff2-454d-b6ee-cc096e330bf4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-7e3ca4be-8ff2-454d-b6ee-cc096e330bf4 img.shogun-image {
    

    
    
    
  }


#s-7e3ca4be-8ff2-454d-b6ee-cc096e330bf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-44141043-46c2-4697-8712-c3cc760f3fe9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-44141043-46c2-4697-8712-c3cc760f3fe9 img.shogun-image {
    

    
    
    
  }


#s-44141043-46c2-4697-8712-c3cc760f3fe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbb42610-6f3c-4c93-8e96-5387f4e171e8 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-cbb42610-6f3c-4c93-8e96-5387f4e171e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb42610-6f3c-4c93-8e96-5387f4e171e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cf650e7-4dce-49b2-85d5-abe3a13a94c5 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-4cf650e7-4dce-49b2-85d5-abe3a13a94c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf650e7-4dce-49b2-85d5-abe3a13a94c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fca87870-85f1-420d-9010-2f94cfc81b89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fca87870-85f1-420d-9010-2f94cfc81b89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fca87870-85f1-420d-9010-2f94cfc81b89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fca87870-85f1-420d-9010-2f94cfc81b89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-96b3c43e-73ea-4f02-87de-06c059863222 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-96b3c43e-73ea-4f02-87de-06c059863222 img.shogun-image {
    

    
    
    
  }


#s-96b3c43e-73ea-4f02-87de-06c059863222 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef5da28-6671-4b0a-9027-4d4e51f4b1d6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-3ef5da28-6671-4b0a-9027-4d4e51f4b1d6 img.shogun-image {
    

    
    
    
  }


#s-3ef5da28-6671-4b0a-9027-4d4e51f4b1d6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-58899050-5196-4d7a-bd81-0c5159ca6bd8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-58899050-5196-4d7a-bd81-0c5159ca6bd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58899050-5196-4d7a-bd81-0c5159ca6bd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58899050-5196-4d7a-bd81-0c5159ca6bd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4a264189-d03b-4e52-8181-322893185144 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4a264189-d03b-4e52-8181-322893185144 img.shogun-image {
    

    
    
    
  }


#s-4a264189-d03b-4e52-8181-322893185144 .shogun-image-content {
  
    align-items: center;
  
}

#s-251c9779-a8a4-4fb2-a7e6-e2d157048167 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-251c9779-a8a4-4fb2-a7e6-e2d157048167 img.shogun-image {
    

    
    
    
  }


#s-251c9779-a8a4-4fb2-a7e6-e2d157048167 .shogun-image-content {
  
    align-items: center;
  
}

#s-3005b975-3302-4f7f-a50c-618c2abdb291 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-3005b975-3302-4f7f-a50c-618c2abdb291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3005b975-3302-4f7f-a50c-618c2abdb291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41b38b76-0295-4512-ab03-631d2c7dfdf9 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-41b38b76-0295-4512-ab03-631d2c7dfdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41b38b76-0295-4512-ab03-631d2c7dfdf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7d2fd272-7983-415a-abb1-f5a9f9aa175f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7d2fd272-7983-415a-abb1-f5a9f9aa175f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d2fd272-7983-415a-abb1-f5a9f9aa175f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d2fd272-7983-415a-abb1-f5a9f9aa175f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7ac5bf4e-3ee7-41ce-ad51-071ddfce3337 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-7ac5bf4e-3ee7-41ce-ad51-071ddfce3337 img.shogun-image {
    

    
    
    
  }


#s-7ac5bf4e-3ee7-41ce-ad51-071ddfce3337 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d590b68-7c56-45ab-b2de-129019f54ebb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-1d590b68-7c56-45ab-b2de-129019f54ebb img.shogun-image {
    

    
    
    
  }


#s-1d590b68-7c56-45ab-b2de-129019f54ebb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-19fca9b0-6849-4b6b-b226-a605827185f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-19fca9b0-6849-4b6b-b226-a605827185f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19fca9b0-6849-4b6b-b226-a605827185f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19fca9b0-6849-4b6b-b226-a605827185f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fa6bb678-8c5f-4bce-a94f-ed7d54d2e81c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-fa6bb678-8c5f-4bce-a94f-ed7d54d2e81c img.shogun-image {
    

    
    
    
  }


#s-fa6bb678-8c5f-4bce-a94f-ed7d54d2e81c .shogun-image-content {
  
    align-items: center;
  
}

#s-0d7d0fd7-b6f1-4d79-8a27-d204ae628bab {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-0d7d0fd7-b6f1-4d79-8a27-d204ae628bab img.shogun-image {
    

    
    
    
  }


#s-0d7d0fd7-b6f1-4d79-8a27-d204ae628bab .shogun-image-content {
  
    align-items: center;
  
}

#s-59b153d5-ed39-4edb-a102-3102491eafc2 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-59b153d5-ed39-4edb-a102-3102491eafc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b153d5-ed39-4edb-a102-3102491eafc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea45afc5-96bd-4bba-9e1c-993a977a188b {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-ea45afc5-96bd-4bba-9e1c-993a977a188b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea45afc5-96bd-4bba-9e1c-993a977a188b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-755ae7f2-5ba4-4f37-9159-973712aa598e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-755ae7f2-5ba4-4f37-9159-973712aa598e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-755ae7f2-5ba4-4f37-9159-973712aa598e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-755ae7f2-5ba4-4f37-9159-973712aa598e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-96c43f6f-6c70-4119-b69a-5907603ef87a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-96c43f6f-6c70-4119-b69a-5907603ef87a img.shogun-image {
    

    
    
    
  }


#s-96c43f6f-6c70-4119-b69a-5907603ef87a .shogun-image-content {
  
    align-items: center;
  
}

#s-7b1ec743-c40c-4628-853b-831fa5509918 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-7b1ec743-c40c-4628-853b-831fa5509918 img.shogun-image {
    

    
    
    
  }


#s-7b1ec743-c40c-4628-853b-831fa5509918 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-02ddaa7d-1587-4368-98a1-7f1253226d09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-02ddaa7d-1587-4368-98a1-7f1253226d09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02ddaa7d-1587-4368-98a1-7f1253226d09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02ddaa7d-1587-4368-98a1-7f1253226d09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-70be7a0a-2343-41cf-98c0-dc5bdfb25354 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-70be7a0a-2343-41cf-98c0-dc5bdfb25354 img.shogun-image {
    

    
    
    
  }


#s-70be7a0a-2343-41cf-98c0-dc5bdfb25354 .shogun-image-content {
  
    align-items: center;
  
}

#s-e444073e-5501-4356-91e0-42dfb9adcf99 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e444073e-5501-4356-91e0-42dfb9adcf99 img.shogun-image {
    

    
    
    
  }


#s-e444073e-5501-4356-91e0-42dfb9adcf99 .shogun-image-content {
  
    align-items: center;
  
}

#s-4abe6c4f-73c3-4310-a1a8-7f96151ac782 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-4abe6c4f-73c3-4310-a1a8-7f96151ac782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4abe6c4f-73c3-4310-a1a8-7f96151ac782.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80fb160a-357d-49d4-b915-7c8743635bae {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-80fb160a-357d-49d4-b915-7c8743635bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80fb160a-357d-49d4-b915-7c8743635bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-681348a1-4c1e-4953-895f-c4018843a6db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-681348a1-4c1e-4953-895f-c4018843a6db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-681348a1-4c1e-4953-895f-c4018843a6db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-681348a1-4c1e-4953-895f-c4018843a6db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ec7d7c8-78de-46de-959c-48f050d0db9e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-9ec7d7c8-78de-46de-959c-48f050d0db9e img.shogun-image {
    

    
    
    
  }


#s-9ec7d7c8-78de-46de-959c-48f050d0db9e .shogun-image-content {
  
    align-items: center;
  
}

#s-b8b19a59-b4ff-46ec-9975-9065b934969e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-b8b19a59-b4ff-46ec-9975-9065b934969e img.shogun-image {
    

    
    
    
  }


#s-b8b19a59-b4ff-46ec-9975-9065b934969e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d6c79d4d-69bf-46f9-ab11-f8f67f9689c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d6c79d4d-69bf-46f9-ab11-f8f67f9689c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c79d4d-69bf-46f9-ab11-f8f67f9689c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c79d4d-69bf-46f9-ab11-f8f67f9689c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-82e3f87e-efef-4d8f-91aa-fa80fcaabb77 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-82e3f87e-efef-4d8f-91aa-fa80fcaabb77 img.shogun-image {
    

    
    
    
  }


#s-82e3f87e-efef-4d8f-91aa-fa80fcaabb77 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b13b822-bda9-44f5-b29a-bb76176053fe {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4b13b822-bda9-44f5-b29a-bb76176053fe img.shogun-image {
    

    
    
    
  }


#s-4b13b822-bda9-44f5-b29a-bb76176053fe .shogun-image-content {
  
    align-items: center;
  
}

#s-52e468ff-be6b-4048-b5cb-b5ffa9c23ab2 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-52e468ff-be6b-4048-b5cb-b5ffa9c23ab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e468ff-be6b-4048-b5cb-b5ffa9c23ab2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb5501bd-06af-47ba-aea6-34fd6b50ed0f {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-eb5501bd-06af-47ba-aea6-34fd6b50ed0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb5501bd-06af-47ba-aea6-34fd6b50ed0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6d77dc1d-01d2-43f3-a198-8b04247146d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6d77dc1d-01d2-43f3-a198-8b04247146d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d77dc1d-01d2-43f3-a198-8b04247146d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d77dc1d-01d2-43f3-a198-8b04247146d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-53991e6b-32ec-49b4-86e8-e8acd7491544 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-53991e6b-32ec-49b4-86e8-e8acd7491544 img.shogun-image {
    

    
    
    
  }


#s-53991e6b-32ec-49b4-86e8-e8acd7491544 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc8c23c-357e-4328-b7cf-1999150b0949 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-2fc8c23c-357e-4328-b7cf-1999150b0949 img.shogun-image {
    

    
    
    
  }


#s-2fc8c23c-357e-4328-b7cf-1999150b0949 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c109f667-f0b1-486d-a474-e3ab53f9c22e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c109f667-f0b1-486d-a474-e3ab53f9c22e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c109f667-f0b1-486d-a474-e3ab53f9c22e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c109f667-f0b1-486d-a474-e3ab53f9c22e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4678c023-24c6-4f57-8f63-46914813a0a0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4678c023-24c6-4f57-8f63-46914813a0a0 img.shogun-image {
    

    
    
    
  }


#s-4678c023-24c6-4f57-8f63-46914813a0a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d7e9f6-eaef-47b3-b9d4-fb7e115270e0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-a5d7e9f6-eaef-47b3-b9d4-fb7e115270e0 img.shogun-image {
    

    
    
    
  }


#s-a5d7e9f6-eaef-47b3-b9d4-fb7e115270e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bbfd52d-0bcb-461d-9fff-d2e9f7613999 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-7bbfd52d-0bcb-461d-9fff-d2e9f7613999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bbfd52d-0bcb-461d-9fff-d2e9f7613999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-154d18c3-2b0f-44c3-a3e8-d2e8fe1c6178 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-154d18c3-2b0f-44c3-a3e8-d2e8fe1c6178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-154d18c3-2b0f-44c3-a3e8-d2e8fe1c6178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-861985a9-79ca-4bdf-8fe9-da981a5dd032"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-861985a9-79ca-4bdf-8fe9-da981a5dd032"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-861985a9-79ca-4bdf-8fe9-da981a5dd032"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-861985a9-79ca-4bdf-8fe9-da981a5dd032"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-284ed72d-6555-4238-8f03-aa84cc7780ca {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-284ed72d-6555-4238-8f03-aa84cc7780ca img.shogun-image {
    

    
    
    
  }


#s-284ed72d-6555-4238-8f03-aa84cc7780ca .shogun-image-content {
  
    align-items: center;
  
}

#s-fc8c4466-9e60-4976-804d-19f40ab0252a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-fc8c4466-9e60-4976-804d-19f40ab0252a img.shogun-image {
    

    
    
    
  }


#s-fc8c4466-9e60-4976-804d-19f40ab0252a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b4496083-b666-4eba-b8bc-76b2a5f3b45e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b4496083-b666-4eba-b8bc-76b2a5f3b45e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4496083-b666-4eba-b8bc-76b2a5f3b45e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4496083-b666-4eba-b8bc-76b2a5f3b45e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-17f91f1a-1a91-4369-ad60-1e9ba170389f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-17f91f1a-1a91-4369-ad60-1e9ba170389f img.shogun-image {
    

    
    
    
  }


#s-17f91f1a-1a91-4369-ad60-1e9ba170389f .shogun-image-content {
  
    align-items: center;
  
}

#s-ec352381-1544-4050-9b61-5d1270011d4e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-ec352381-1544-4050-9b61-5d1270011d4e img.shogun-image {
    

    
    
    
  }


#s-ec352381-1544-4050-9b61-5d1270011d4e .shogun-image-content {
  
    align-items: center;
  
}

#s-7775eba5-e0e2-485f-ba6c-c98be4d91d23 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-7775eba5-e0e2-485f-ba6c-c98be4d91d23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7775eba5-e0e2-485f-ba6c-c98be4d91d23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dbb6ed3-de16-4dcd-83af-cce26bcaee53 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-8dbb6ed3-de16-4dcd-83af-cce26bcaee53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbb6ed3-de16-4dcd-83af-cce26bcaee53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f71be72b-6722-4e18-afa5-ee481496e1f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f71be72b-6722-4e18-afa5-ee481496e1f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f71be72b-6722-4e18-afa5-ee481496e1f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f71be72b-6722-4e18-afa5-ee481496e1f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1eaff10d-622f-4abf-8a8e-723af6f1f17c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-1eaff10d-622f-4abf-8a8e-723af6f1f17c img.shogun-image {
    

    
    
    
  }


#s-1eaff10d-622f-4abf-8a8e-723af6f1f17c .shogun-image-content {
  
    align-items: center;
  
}

#s-de7c7dd2-fe8f-476a-a837-3ea6ec2b5428 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-de7c7dd2-fe8f-476a-a837-3ea6ec2b5428 img.shogun-image {
    

    
    
    
  }


#s-de7c7dd2-fe8f-476a-a837-3ea6ec2b5428 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5379a150-6ad4-424d-bba9-5d6764b771e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5379a150-6ad4-424d-bba9-5d6764b771e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5379a150-6ad4-424d-bba9-5d6764b771e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5379a150-6ad4-424d-bba9-5d6764b771e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4e82e86a-0d19-4d7d-893d-a45f9f44ad9b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4e82e86a-0d19-4d7d-893d-a45f9f44ad9b img.shogun-image {
    

    
    
    
  }


#s-4e82e86a-0d19-4d7d-893d-a45f9f44ad9b .shogun-image-content {
  
    align-items: center;
  
}

#s-d363819e-5647-4634-9cb7-2fbfe3d598fa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-d363819e-5647-4634-9cb7-2fbfe3d598fa img.shogun-image {
    

    
    
    
  }


#s-d363819e-5647-4634-9cb7-2fbfe3d598fa .shogun-image-content {
  
    align-items: center;
  
}

#s-6d8ec40f-c900-4b36-a6d3-17d658466d80 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-6d8ec40f-c900-4b36-a6d3-17d658466d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d8ec40f-c900-4b36-a6d3-17d658466d80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6061ecad-9cb0-44b3-a906-05fbb349e11d {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-6061ecad-9cb0-44b3-a906-05fbb349e11d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6061ecad-9cb0-44b3-a906-05fbb349e11d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f2f03e9b-e272-4a54-8ecf-11ed68439bed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f2f03e9b-e272-4a54-8ecf-11ed68439bed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2f03e9b-e272-4a54-8ecf-11ed68439bed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2f03e9b-e272-4a54-8ecf-11ed68439bed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-56bc24c5-d844-4f37-8bee-6c96f34ef3d4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-56bc24c5-d844-4f37-8bee-6c96f34ef3d4 img.shogun-image {
    

    
    
    
  }


#s-56bc24c5-d844-4f37-8bee-6c96f34ef3d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-63d2e2e4-74d5-49cd-ad22-0e2d54699ea9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-63d2e2e4-74d5-49cd-ad22-0e2d54699ea9 img.shogun-image {
    

    
    
    
  }


#s-63d2e2e4-74d5-49cd-ad22-0e2d54699ea9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b9b4ce09-dfe3-437f-97a5-e55d204f0a08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b9b4ce09-dfe3-437f-97a5-e55d204f0a08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9b4ce09-dfe3-437f-97a5-e55d204f0a08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9b4ce09-dfe3-437f-97a5-e55d204f0a08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-480e34d2-80b5-4de9-a6a4-2e21a0e398a2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-480e34d2-80b5-4de9-a6a4-2e21a0e398a2 img.shogun-image {
    

    
    
    
  }


#s-480e34d2-80b5-4de9-a6a4-2e21a0e398a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-31ff1540-2228-4286-b22b-7820830891da {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-31ff1540-2228-4286-b22b-7820830891da img.shogun-image {
    

    
    
    
  }


#s-31ff1540-2228-4286-b22b-7820830891da .shogun-image-content {
  
    align-items: center;
  
}

#s-f192b9b7-d02c-4362-9e7d-b5a34d0559a8 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-f192b9b7-d02c-4362-9e7d-b5a34d0559a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f192b9b7-d02c-4362-9e7d-b5a34d0559a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77007e25-098a-4bac-af75-f234dfd4ae80 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-77007e25-098a-4bac-af75-f234dfd4ae80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77007e25-098a-4bac-af75-f234dfd4ae80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7e7d5e2b-3a03-488b-89ed-49fd18a957b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7e7d5e2b-3a03-488b-89ed-49fd18a957b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e7d5e2b-3a03-488b-89ed-49fd18a957b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e7d5e2b-3a03-488b-89ed-49fd18a957b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-850f0cc6-086d-47ea-b0c5-6fc40094eac8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-850f0cc6-086d-47ea-b0c5-6fc40094eac8 img.shogun-image {
    

    
    
    
  }


#s-850f0cc6-086d-47ea-b0c5-6fc40094eac8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f455e8-b6c9-44cf-8497-0979479327ff {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-a3f455e8-b6c9-44cf-8497-0979479327ff img.shogun-image {
    

    
    
    
  }


#s-a3f455e8-b6c9-44cf-8497-0979479327ff .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-82884075-6ed8-4a8a-aa56-8f0da190ff97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-82884075-6ed8-4a8a-aa56-8f0da190ff97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82884075-6ed8-4a8a-aa56-8f0da190ff97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82884075-6ed8-4a8a-aa56-8f0da190ff97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0acdf86f-22f0-4ab2-9920-f3f91de9d9a0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-0acdf86f-22f0-4ab2-9920-f3f91de9d9a0 img.shogun-image {
    

    
    
    
  }


#s-0acdf86f-22f0-4ab2-9920-f3f91de9d9a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-710ad0e6-ddfb-41e5-89d9-edbca538aca4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-710ad0e6-ddfb-41e5-89d9-edbca538aca4 img.shogun-image {
    

    
    
    
  }


#s-710ad0e6-ddfb-41e5-89d9-edbca538aca4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e34565c-f063-425e-a516-2413dfe8dd33 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-6e34565c-f063-425e-a516-2413dfe8dd33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e34565c-f063-425e-a516-2413dfe8dd33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-977ab6d6-111f-4644-b5ab-0b4e3a285304 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-977ab6d6-111f-4644-b5ab-0b4e3a285304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977ab6d6-111f-4644-b5ab-0b4e3a285304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cf9af749-0e3d-4c28-8c20-4cf66f3726e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cf9af749-0e3d-4c28-8c20-4cf66f3726e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9af749-0e3d-4c28-8c20-4cf66f3726e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9af749-0e3d-4c28-8c20-4cf66f3726e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-09b9c1b2-cad3-4920-8f2e-a71876a1a356 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-09b9c1b2-cad3-4920-8f2e-a71876a1a356 img.shogun-image {
    

    
    
    
  }


#s-09b9c1b2-cad3-4920-8f2e-a71876a1a356 .shogun-image-content {
  
    align-items: center;
  
}

#s-56736488-71a9-40c5-bcb5-d3339477b739 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-56736488-71a9-40c5-bcb5-d3339477b739 img.shogun-image {
    

    
    
    
  }


#s-56736488-71a9-40c5-bcb5-d3339477b739 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-25fda5ad-523b-4cf8-85ff-25c9852af94a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-25fda5ad-523b-4cf8-85ff-25c9852af94a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25fda5ad-523b-4cf8-85ff-25c9852af94a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25fda5ad-523b-4cf8-85ff-25c9852af94a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4b3d74a9-c751-4386-9cc8-b7d9b940164d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4b3d74a9-c751-4386-9cc8-b7d9b940164d img.shogun-image {
    

    
    
    
  }


#s-4b3d74a9-c751-4386-9cc8-b7d9b940164d .shogun-image-content {
  
    align-items: center;
  
}

#s-4891daab-92b9-44cc-bff9-75602d1213b3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-4891daab-92b9-44cc-bff9-75602d1213b3 img.shogun-image {
    

    
    
    
  }


#s-4891daab-92b9-44cc-bff9-75602d1213b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a720a050-7927-4572-95cf-0110a1f583cd {
  margin-bottom: 2em;
min-height: 50px;
}








#s-a720a050-7927-4572-95cf-0110a1f583cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a720a050-7927-4572-95cf-0110a1f583cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c97fb2f6-bffd-4f4e-9549-984aa3f1afe8 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-c97fb2f6-bffd-4f4e-9549-984aa3f1afe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c97fb2f6-bffd-4f4e-9549-984aa3f1afe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-efb80879-3052-4f18-ab0b-a3eda8898ba3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-efb80879-3052-4f18-ab0b-a3eda8898ba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-efb80879-3052-4f18-ab0b-a3eda8898ba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb80879-3052-4f18-ab0b-a3eda8898ba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5080c2bd-0075-400b-b5a9-d9dfdd405cd6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-5080c2bd-0075-400b-b5a9-d9dfdd405cd6 img.shogun-image {
    

    
    
    
  }


#s-5080c2bd-0075-400b-b5a9-d9dfdd405cd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d57b9fd-54a9-4647-8e6d-e6510fc01819 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-5d57b9fd-54a9-4647-8e6d-e6510fc01819 img.shogun-image {
    

    
    
    
  }


#s-5d57b9fd-54a9-4647-8e6d-e6510fc01819 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3c72a4e7-96f9-4a2f-84bb-b2ea8d6d5849"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3c72a4e7-96f9-4a2f-84bb-b2ea8d6d5849"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c72a4e7-96f9-4a2f-84bb-b2ea8d6d5849"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c72a4e7-96f9-4a2f-84bb-b2ea8d6d5849"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-50bef948-44b2-4c0b-afaf-60e8af51fd62 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-50bef948-44b2-4c0b-afaf-60e8af51fd62 img.shogun-image {
    

    
    
    
  }


#s-50bef948-44b2-4c0b-afaf-60e8af51fd62 .shogun-image-content {
  
    align-items: center;
  
}

#s-900145aa-4f3e-4ef8-a4da-34a054eeb177 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-900145aa-4f3e-4ef8-a4da-34a054eeb177 img.shogun-image {
    

    
    
    
  }


#s-900145aa-4f3e-4ef8-a4da-34a054eeb177 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e3a706-bc87-46ff-9cc9-321f2fffc055 {
  min-height: 50px;
}








#s-24e3a706-bc87-46ff-9cc9-321f2fffc055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e3a706-bc87-46ff-9cc9-321f2fffc055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-784def88-f382-4ae2-9275-05b9ee06d522 {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-f3397e14-e81c-4672-bf77-64e83b190eca {
  min-height: 50px;
}








#s-f3397e14-e81c-4672-bf77-64e83b190eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3397e14-e81c-4672-bf77-64e83b190eca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fecc3fad-0ff8-4aee-aa9a-5b22e5a2e0f3 {
  text-align: center;
}







  #s-fecc3fad-0ff8-4aee-aa9a-5b22e5a2e0f3 img.shogun-image {
    

    
    
    
  }


#s-fecc3fad-0ff8-4aee-aa9a-5b22e5a2e0f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8ec36fc-41ac-48cc-b90f-277d5ce8e948 {
  min-height: 50px;
}








#s-e8ec36fc-41ac-48cc-b90f-277d5ce8e948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8ec36fc-41ac-48cc-b90f-277d5ce8e948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e783951-4196-4b00-8d40-19c1d32ddb70 {
  text-align: center;
}







  #s-9e783951-4196-4b00-8d40-19c1d32ddb70 img.shogun-image {
    

    
    
    
  }


#s-9e783951-4196-4b00-8d40-19c1d32ddb70 .shogun-image-content {
  
    align-items: center;
  
}

#s-3daab632-1628-4214-8d14-9cc4a4162764 {
  min-height: 50px;
}








#s-3daab632-1628-4214-8d14-9cc4a4162764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3daab632-1628-4214-8d14-9cc4a4162764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e70f54b-27a1-4927-9553-bc31d5e4dc4b {
  text-align: center;
}







  #s-3e70f54b-27a1-4927-9553-bc31d5e4dc4b img.shogun-image {
    

    
    
    
  }


#s-3e70f54b-27a1-4927-9553-bc31d5e4dc4b .shogun-image-content {
  
    align-items: center;
  
}

#s-0d5ec935-937d-4b39-9c0a-7e537135552a {
  margin-top: 2em;
margin-bottom: 2em;
min-height: 50px;
}








#s-0d5ec935-937d-4b39-9c0a-7e537135552a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d5ec935-937d-4b39-9c0a-7e537135552a.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-feb8e9c0-ccf7-4615-a942-4cc569db48f7 hr {
  border-top: 1px solid #ddd;
}

#s-d0a7c47c-5b67-4d67-bce6-21776f211158 {
  margin-top: 0.5em;
margin-left: 1em;
margin-bottom: 0.75px;
margin-right: 1em;
}

#s-cae022b6-1bad-4580-a473-ea2179246ac4 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cae022b6-1bad-4580-a473-ea2179246ac4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e4ca139a-3fd9-4f24-abfd-80685c0f4455 {
  margin-bottom: 0.75em;
}

.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-215a18b2-9760-4073-ba1b-166e9644a53b {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-215a18b2-9760-4073-ba1b-166e9644a53b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-215a18b2-9760-4073-ba1b-166e9644a53b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-215a18b2-9760-4073-ba1b-166e9644a53b-root {
    text-align: center;
  }


#s-215a18b2-9760-4073-ba1b-166e9644a53b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-215a18b2-9760-4073-ba1b-166e9644a53b-root {
    text-align: center;
  }


#s-215a18b2-9760-4073-ba1b-166e9644a53b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-215a18b2-9760-4073-ba1b-166e9644a53b-root {
    text-align: center;
  }


#s-215a18b2-9760-4073-ba1b-166e9644a53b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-215a18b2-9760-4073-ba1b-166e9644a53b-root {
    text-align: center;
  }


#s-215a18b2-9760-4073-ba1b-166e9644a53b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-215a18b2-9760-4073-ba1b-166e9644a53b-root {
    text-align: center;
  }


#s-215a18b2-9760-4073-ba1b-166e9644a53b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8c407da9-d029-4fb4-8980-0159cb724553 hr {
  border-top: 1px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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