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

.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-06c5b8f6-3d07-4444-bf25-5fdad291af8a img.shogun-image {
    

    
    
    
  }


#s-06c5b8f6-3d07-4444-bf25-5fdad291af8a .shogun-image-content {
  
    align-items: center;
  
}







  #s-e89259d0-442c-433a-91f8-465da571a9dc img.shogun-image {
    

    
    
    
  }


#s-e89259d0-442c-433a-91f8-465da571a9dc .shogun-image-content {
  
    align-items: center;
  
}







  #s-14a08306-d5b9-4488-82a4-56a9bef47c2b img.shogun-image {
    

    
    
    
  }


#s-14a08306-d5b9-4488-82a4-56a9bef47c2b .shogun-image-content {
  
    align-items: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}







  #s-863a7865-c589-4ba3-8bcc-1d08d4db7318 img.shogun-image {
    

    
    
    
  }


#s-863a7865-c589-4ba3-8bcc-1d08d4db7318 .shogun-image-content {
  
    align-items: center;
  
}







  #s-747dd823-adeb-448a-8a1e-292018df6c63 img.shogun-image {
    

    
    
    
  }


#s-747dd823-adeb-448a-8a1e-292018df6c63 .shogun-image-content {
  
    align-items: center;
  
}







  #s-80012048-b206-4d88-8d02-a44ce7aa0317 img.shogun-image {
    

    
    
    
  }


#s-80012048-b206-4d88-8d02-a44ce7aa0317 .shogun-image-content {
  
    align-items: center;
  
}







  #s-5f7fafb5-d988-4377-bcbc-d7568e789956 img.shogun-image {
    

    
    
    
  }


#s-5f7fafb5-d988-4377-bcbc-d7568e789956 .shogun-image-content {
  
    align-items: center;
  
}







  #s-d395b038-2f70-4621-9855-6cb55934313c img.shogun-image {
    

    
    
    
  }


#s-d395b038-2f70-4621-9855-6cb55934313c .shogun-image-content {
  
    align-items: center;
  
}







  #s-353fc662-9aaf-4fd3-955d-6da9262eb74e img.shogun-image {
    

    
    
    
  }


#s-353fc662-9aaf-4fd3-955d-6da9262eb74e .shogun-image-content {
  
    align-items: center;
  
}







  #s-963f5d46-df7e-440d-9b1c-6f0bf1cefb38 img.shogun-image {
    

    
    
    
  }


#s-963f5d46-df7e-440d-9b1c-6f0bf1cefb38 .shogun-image-content {
  
    align-items: center;
  
}







  #s-244be325-ce63-4bb7-9346-674797d4085f img.shogun-image {
    

    
    
    
  }


#s-244be325-ce63-4bb7-9346-674797d4085f .shogun-image-content {
  
    align-items: center;
  
}







  #s-7eee5be0-8a9a-4c66-ae1f-c0b6ff515b92 img.shogun-image {
    

    
    
    
  }


#s-7eee5be0-8a9a-4c66-ae1f-c0b6ff515b92 .shogun-image-content {
  
    align-items: center;
  
}







  #s-47f47e3f-0a11-4e0c-866f-4c7bbe922711 img.shogun-image {
    

    
    
    
  }


#s-47f47e3f-0a11-4e0c-866f-4c7bbe922711 .shogun-image-content {
  
    align-items: center;
  
}







  #s-465efb63-aef3-4537-822c-952b8d4bc9ec img.shogun-image {
    

    
    
    
  }


#s-465efb63-aef3-4537-822c-952b8d4bc9ec .shogun-image-content {
  
    align-items: center;
  
}







  #s-041630fb-e445-4da8-80c0-c64306219d87 img.shogun-image {
    

    
    
    
  }


#s-041630fb-e445-4da8-80c0-c64306219d87 .shogun-image-content {
  
    align-items: center;
  
}







  #s-3e727f7b-4a20-41ae-bb9a-9bb31167531c img.shogun-image {
    

    
    
    
  }


#s-3e727f7b-4a20-41ae-bb9a-9bb31167531c .shogun-image-content {
  
    align-items: center;
  
}







  #s-d08a49b6-be44-4315-841f-d1c6eb980afe img.shogun-image {
    

    
    
    
  }


#s-d08a49b6-be44-4315-841f-d1c6eb980afe .shogun-image-content {
  
    align-items: center;
  
}







  #s-d195dbc6-6b18-4bf8-977e-f9f17f590073 img.shogun-image {
    

    
    
    
  }


#s-d195dbc6-6b18-4bf8-977e-f9f17f590073 .shogun-image-content {
  
    align-items: center;
  
}







  #s-8ba176bf-0c1f-49d6-82d3-db2ea4600cbe img.shogun-image {
    

    
    
    
  }


#s-8ba176bf-0c1f-49d6-82d3-db2ea4600cbe .shogun-image-content {
  
    align-items: center;
  
}







  #s-cfecf0ec-56e4-485e-85c4-201b3296b7eb img.shogun-image {
    

    
    
    
  }


#s-cfecf0ec-56e4-485e-85c4-201b3296b7eb .shogun-image-content {
  
    align-items: center;
  
}







  #s-6b7a572a-2f6b-4bf5-90bb-5b26cc140b0b img.shogun-image {
    

    
    
    
  }


#s-6b7a572a-2f6b-4bf5-90bb-5b26cc140b0b .shogun-image-content {
  
    align-items: center;
  
}







  #s-359bae94-28c4-4a12-aa3b-99034b712ccf img.shogun-image {
    

    
    
    
  }


#s-359bae94-28c4-4a12-aa3b-99034b712ccf .shogun-image-content {
  
    align-items: center;
  
}







  #s-e45cd868-e5ba-4d18-887f-cec7fd0b301b img.shogun-image {
    

    
    
    
  }


#s-e45cd868-e5ba-4d18-887f-cec7fd0b301b .shogun-image-content {
  
    align-items: center;
  
}







  #s-1d38f442-4571-485c-905e-df8536ab4a6f img.shogun-image {
    

    
    
    
  }


#s-1d38f442-4571-485c-905e-df8536ab4a6f .shogun-image-content {
  
    align-items: center;
  
}







  #s-36e04c51-027e-462a-a247-102621af2018 img.shogun-image {
    

    
    
    
  }


#s-36e04c51-027e-462a-a247-102621af2018 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-c60cdf61-5d5d-46f2-a51a-c79d0483b22d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-c60cdf61-5d5d-46f2-a51a-c79d0483b22d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c60cdf61-5d5d-46f2-a51a-c79d0483b22d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c60cdf61-5d5d-46f2-a51a-c79d0483b22d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c60cdf61-5d5d-46f2-a51a-c79d0483b22d td.shogun-table-column, #s-c60cdf61-5d5d-46f2-a51a-c79d0483b22d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}







  #s-070cf9b7-facc-4faf-9a30-942b120305f1 img.shogun-image {
    

    
    
    
  }


#s-070cf9b7-facc-4faf-9a30-942b120305f1 .shogun-image-content {
  
    align-items: center;
  
}

.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-4c0a551d-8b8a-4bcc-8919-0b6117511896 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-4c0a551d-8b8a-4bcc-8919-0b6117511896 {
  display: none;
}
#s-4c0a551d-8b8a-4bcc-8919-0b6117511896, #wrap-s-4c0a551d-8b8a-4bcc-8919-0b6117511896 { display:none !important; }}







#s-4c0a551d-8b8a-4bcc-8919-0b6117511896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c0a551d-8b8a-4bcc-8919-0b6117511896.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0bf0e41-ec91-4773-820e-bc98da11b42f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-d0bf0e41-ec91-4773-820e-bc98da11b42f img.shogun-image {
    

    
    
    
  }


#s-d0bf0e41-ec91-4773-820e-bc98da11b42f .shogun-image-content {
  
    align-items: center;
  
}

#s-5dca37a2-316d-47c4-aaed-aeafe8ec77aa {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(244, 244, 244, 0);
}








#s-5dca37a2-316d-47c4-aaed-aeafe8ec77aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dca37a2-316d-47c4-aaed-aeafe8ec77aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0287aa03-4220-4759-8cec-6fc16d0bd234 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(244, 244, 244, 1);
}








#s-0287aa03-4220-4759-8cec-6fc16d0bd234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0287aa03-4220-4759-8cec-6fc16d0bd234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54a16d56-fddd-437b-87a4-543bb9949081 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-084e9581-f299-4998-8a63-8899e466ba0f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-084e9581-f299-4998-8a63-8899e466ba0f {
  display: none;
}
#s-084e9581-f299-4998-8a63-8899e466ba0f, #wrap-s-084e9581-f299-4998-8a63-8899e466ba0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-084e9581-f299-4998-8a63-8899e466ba0f {
  display: none;
}
#s-084e9581-f299-4998-8a63-8899e466ba0f, #wrap-s-084e9581-f299-4998-8a63-8899e466ba0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-084e9581-f299-4998-8a63-8899e466ba0f {
  display: none;
}
#s-084e9581-f299-4998-8a63-8899e466ba0f, #wrap-s-084e9581-f299-4998-8a63-8899e466ba0f { display:none !important; }}







#s-084e9581-f299-4998-8a63-8899e466ba0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-084e9581-f299-4998-8a63-8899e466ba0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd83741a-bb23-493d-9231-880aeec3a121 {
  text-align: center;
}







  #s-dd83741a-bb23-493d-9231-880aeec3a121 img.shogun-image {
    

    
    
    
  }


#s-dd83741a-bb23-493d-9231-880aeec3a121 .shogun-image-content {
  
    align-items: center;
  
}

#s-856df2c1-f7e0-49eb-9522-5c0a4441eeda {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(3, 12, 19, 1);
}








#s-856df2c1-f7e0-49eb-9522-5c0a4441eeda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-856df2c1-f7e0-49eb-9522-5c0a4441eeda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71ce1103-4819-4894-9399-5c45071fe23c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-71ce1103-4819-4894-9399-5c45071fe23c img.shogun-image {
    

    
    
    
  }


#s-71ce1103-4819-4894-9399-5c45071fe23c .shogun-image-content {
  
    align-items: center;
  
}

#s-74ce63e1-603b-4b78-87db-6c55871b74b8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-position: center center;
}








#s-74ce63e1-603b-4b78-87db-6c55871b74b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74ce63e1-603b-4b78-87db-6c55871b74b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-306ec9cb-ab21-49cd-a7b2-46b5d37fa223 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-306ec9cb-ab21-49cd-a7b2-46b5d37fa223 img.shogun-image {
    

    
    
    
  }


#s-306ec9cb-ab21-49cd-a7b2-46b5d37fa223 .shogun-image-content {
  
    align-items: center;
  
}

#s-67fcd5dc-f550-4732-b76c-d22332b2103c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(241, 241, 241, 1);
}








#s-67fcd5dc-f550-4732-b76c-d22332b2103c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fcd5dc-f550-4732-b76c-d22332b2103c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bdd098c-64de-4b0d-9a93-a491f36f9991 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-8bdd098c-64de-4b0d-9a93-a491f36f9991 img.shogun-image {
    

    
    
    
  }


#s-8bdd098c-64de-4b0d-9a93-a491f36f9991 .shogun-image-content {
  
    align-items: center;
  
}

#s-26b9202d-727b-4087-9de6-d4efa3a64fe4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(241, 241, 241, 1);
}








#s-26b9202d-727b-4087-9de6-d4efa3a64fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26b9202d-727b-4087-9de6-d4efa3a64fe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57e0c135-2623-4767-bf7d-7540d98016d2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-57e0c135-2623-4767-bf7d-7540d98016d2 img.shogun-image {
    

    
    
    
  }


#s-57e0c135-2623-4767-bf7d-7540d98016d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6ef28a3-0aad-4a87-b6ff-ce28335198f3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-position: center center;
}








#s-d6ef28a3-0aad-4a87-b6ff-ce28335198f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ef28a3-0aad-4a87-b6ff-ce28335198f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9bb785a-f185-49b3-ac89-093290e7977d {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-e9bb785a-f185-49b3-ac89-093290e7977d img.shogun-image {
    

    
    
    
  }


#s-e9bb785a-f185-49b3-ac89-093290e7977d .shogun-image-content {
  
    align-items: center;
  
}

#s-75b13933-c54c-4780-b214-d53e1890a7d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(230, 230, 230, 1);
}








#s-75b13933-c54c-4780-b214-d53e1890a7d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75b13933-c54c-4780-b214-d53e1890a7d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40a4169e-d522-4d47-9fff-4b41b6ec309a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-40a4169e-d522-4d47-9fff-4b41b6ec309a img.shogun-image {
    

    
    
    
  }


#s-40a4169e-d522-4d47-9fff-4b41b6ec309a .shogun-image-content {
  
    align-items: center;
  
}

#s-c31f701e-c2a5-4bb0-af10-f4b4bdd95584 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(230, 230, 230, 1);
}








#s-c31f701e-c2a5-4bb0-af10-f4b4bdd95584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c31f701e-c2a5-4bb0-af10-f4b4bdd95584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57dab8ed-225f-4c9b-9c3d-620ccd75790e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-57dab8ed-225f-4c9b-9c3d-620ccd75790e img.shogun-image {
    

    
    
    
  }


#s-57dab8ed-225f-4c9b-9c3d-620ccd75790e .shogun-image-content {
  
    align-items: center;
  
}

#s-396a306d-5e5c-494a-8c68-826d815d1245 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(230, 230, 230, 1);
}








#s-396a306d-5e5c-494a-8c68-826d815d1245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-396a306d-5e5c-494a-8c68-826d815d1245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b453e8f2-5b85-447d-9d0c-b87370af7445 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-b453e8f2-5b85-447d-9d0c-b87370af7445 img.shogun-image {
    

    
    
    
  }


#s-b453e8f2-5b85-447d-9d0c-b87370af7445 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8382ecc-fed9-49e7-9346-b2556382fb89 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(242, 242, 242, 1);
}








#s-d8382ecc-fed9-49e7-9346-b2556382fb89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8382ecc-fed9-49e7-9346-b2556382fb89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00928384-357b-4705-ba0b-d593f863c4f9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-00928384-357b-4705-ba0b-d593f863c4f9 img.shogun-image {
    

    
    
    
  }


#s-00928384-357b-4705-ba0b-d593f863c4f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e6ec94d-3507-45b2-bd78-d4227277bf59 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(242, 242, 242, 1);
}








#s-1e6ec94d-3507-45b2-bd78-d4227277bf59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e6ec94d-3507-45b2-bd78-d4227277bf59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1740c955-02ba-4e46-bd60-428842df306e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-1740c955-02ba-4e46-bd60-428842df306e img.shogun-image {
    

    
    
    
  }


#s-1740c955-02ba-4e46-bd60-428842df306e .shogun-image-content {
  
    align-items: center;
  
}

#s-5ee102da-ca32-498e-ba46-86d37bf97f0c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(242, 242, 242, 1);
}








#s-5ee102da-ca32-498e-ba46-86d37bf97f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee102da-ca32-498e-ba46-86d37bf97f0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95e3ab42-e688-4cb4-8ce9-f1a9b0ded457 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-95e3ab42-e688-4cb4-8ce9-f1a9b0ded457 img.shogun-image {
    

    
    
    
  }


#s-95e3ab42-e688-4cb4-8ce9-f1a9b0ded457 .shogun-image-content {
  
    align-items: center;
  
}

#s-e58de512-426b-48fa-9cd1-781858d601e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(242, 242, 242, 1);
}








#s-e58de512-426b-48fa-9cd1-781858d601e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e58de512-426b-48fa-9cd1-781858d601e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85b818d5-fa98-4dcf-a60c-0f75305f58f9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-85b818d5-fa98-4dcf-a60c-0f75305f58f9 img.shogun-image {
    

    
    
    
  }


#s-85b818d5-fa98-4dcf-a60c-0f75305f58f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-929959cb-46a8-48fe-a721-9d73b85db69c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(242, 242, 242, 1);
}








#s-929959cb-46a8-48fe-a721-9d73b85db69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929959cb-46a8-48fe-a721-9d73b85db69c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ad86b1a-0e49-413f-9b43-f3fc40188284 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-9ad86b1a-0e49-413f-9b43-f3fc40188284 img.shogun-image {
    

    
    
    
  }


#s-9ad86b1a-0e49-413f-9b43-f3fc40188284 .shogun-image-content {
  
    align-items: center;
  
}

#s-dba1c7c2-6628-4a1a-84f0-21829e902812 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-position: center center;
}








#s-dba1c7c2-6628-4a1a-84f0-21829e902812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dba1c7c2-6628-4a1a-84f0-21829e902812.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5746fd65-5bdd-4810-bced-a3a9517207de {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-5746fd65-5bdd-4810-bced-a3a9517207de img.shogun-image {
    

    
    
    
  }


#s-5746fd65-5bdd-4810-bced-a3a9517207de .shogun-image-content {
  
    align-items: center;
  
}

#s-5fed3f82-d4d5-4328-a2eb-297f119ec07d {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-5fed3f82-d4d5-4328-a2eb-297f119ec07d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fed3f82-d4d5-4328-a2eb-297f119ec07d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0caf0b-0959-4e6b-b9e4-08944a668de2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-dc0caf0b-0959-4e6b-b9e4-08944a668de2 img.shogun-image {
    

    
    
    
  }


#s-dc0caf0b-0959-4e6b-b9e4-08944a668de2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0728f6fe-0de9-4db5-8ed1-f9c578b3b01b {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-0728f6fe-0de9-4db5-8ed1-f9c578b3b01b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0728f6fe-0de9-4db5-8ed1-f9c578b3b01b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-358a7786-ed65-4d06-8260-ecfbf2c63bac {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-358a7786-ed65-4d06-8260-ecfbf2c63bac img.shogun-image {
    

    
    
    
  }


#s-358a7786-ed65-4d06-8260-ecfbf2c63bac .shogun-image-content {
  
    align-items: center;
  
}

#s-f715fb2a-385b-4f47-a4ba-3ea42b30df22 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-f715fb2a-385b-4f47-a4ba-3ea42b30df22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f715fb2a-385b-4f47-a4ba-3ea42b30df22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e185d89-e3ea-4a9c-b070-8fe1676d905d {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-4e185d89-e3ea-4a9c-b070-8fe1676d905d img.shogun-image {
    

    
    
    
  }


#s-4e185d89-e3ea-4a9c-b070-8fe1676d905d .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b856e6-0246-4909-a069-791ef697706e {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-d6b856e6-0246-4909-a069-791ef697706e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b856e6-0246-4909-a069-791ef697706e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d7cb134-8a52-4376-857f-0e2e728c61d1 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-9d7cb134-8a52-4376-857f-0e2e728c61d1 img.shogun-image {
    

    
    
    
  }


#s-9d7cb134-8a52-4376-857f-0e2e728c61d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d805b5e-6ee4-4cfb-874d-d110c5e079e3 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-4d805b5e-6ee4-4cfb-874d-d110c5e079e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d805b5e-6ee4-4cfb-874d-d110c5e079e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a08a6889-e805-429d-90a1-525e3f38f042 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-a08a6889-e805-429d-90a1-525e3f38f042 img.shogun-image {
    

    
    
    
  }


#s-a08a6889-e805-429d-90a1-525e3f38f042 .shogun-image-content {
  
    align-items: center;
  
}

#s-b18e251e-364c-4038-bebd-9270c8167b22 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-b18e251e-364c-4038-bebd-9270c8167b22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18e251e-364c-4038-bebd-9270c8167b22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75afb1e8-78b4-43d8-b1cf-b11220dae143 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-75afb1e8-78b4-43d8-b1cf-b11220dae143 img.shogun-image {
    

    
    
    
  }


#s-75afb1e8-78b4-43d8-b1cf-b11220dae143 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d0bf42-c125-4d0e-bcba-48879e783274 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-f9d0bf42-c125-4d0e-bcba-48879e783274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d0bf42-c125-4d0e-bcba-48879e783274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-616de090-d456-4767-bde4-47c76ffa080c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-616de090-d456-4767-bde4-47c76ffa080c img.shogun-image {
    

    
    
    
  }


#s-616de090-d456-4767-bde4-47c76ffa080c .shogun-image-content {
  
    align-items: center;
  
}

#s-16141dde-7055-4db1-840c-7bbff3921440 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-16141dde-7055-4db1-840c-7bbff3921440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16141dde-7055-4db1-840c-7bbff3921440.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7086ee09-203d-435b-a9b1-2ff8a8f03f57 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-7086ee09-203d-435b-a9b1-2ff8a8f03f57 img.shogun-image {
    

    
    
    
  }


#s-7086ee09-203d-435b-a9b1-2ff8a8f03f57 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3e5f1d7-bd9f-4a19-b88d-c61528f5fceb {
  background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-a3e5f1d7-bd9f-4a19-b88d-c61528f5fceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e5f1d7-bd9f-4a19-b88d-c61528f5fceb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46108b2f-4fb6-4b26-a8b2-b5862c33e535 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-46108b2f-4fb6-4b26-a8b2-b5862c33e535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46108b2f-4fb6-4b26-a8b2-b5862c33e535.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf314fcf-780f-4a3c-a061-33711419e1d0 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-95191f92-74af-4c43-9298-428c3033eaec {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-95191f92-74af-4c43-9298-428c3033eaec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95191f92-74af-4c43-9298-428c3033eaec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7008b142-7021-4021-9274-c8b05072d47a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-7008b142-7021-4021-9274-c8b05072d47a img.shogun-image {
    

    
    
    
  }


#s-7008b142-7021-4021-9274-c8b05072d47a .shogun-image-content {
  
    align-items: center;
  
}

#s-e85ea1ec-6961-4442-ab9e-40bd49385f1b {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-e85ea1ec-6961-4442-ab9e-40bd49385f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e85ea1ec-6961-4442-ab9e-40bd49385f1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-156ffa52-b118-497d-b684-d6a105392e1a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-156ffa52-b118-497d-b684-d6a105392e1a img.shogun-image {
    

    
    
    
  }


#s-156ffa52-b118-497d-b684-d6a105392e1a .shogun-image-content {
  
    align-items: center;
  
}

#s-bcd5c80a-238d-41fb-945a-a1ced3bee01a {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-bcd5c80a-238d-41fb-945a-a1ced3bee01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcd5c80a-238d-41fb-945a-a1ced3bee01a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64cf033c-e0a2-4cc9-8e1f-1ff35aac6285 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-64cf033c-e0a2-4cc9-8e1f-1ff35aac6285 img.shogun-image {
    

    
    
    
  }


#s-64cf033c-e0a2-4cc9-8e1f-1ff35aac6285 .shogun-image-content {
  
    align-items: center;
  
}

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