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

.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-7fc9877e-efa3-4d81-bccc-49924c071828 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7fc9877e-efa3-4d81-bccc-49924c071828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fc9877e-efa3-4d81-bccc-49924c071828.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-77c56f6d-9e37-4450-9c15-ac212d2b3cb1 {
  margin-left: auto;
margin-right: auto;
}

#s-77c56f6d-9e37-4450-9c15-ac212d2b3cb1 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-70bc3910-a9b8-494e-b3e7-d4a3125a21a0 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-877a800b-b5fb-4807-b9b6-00c572445f52 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-cb6d3826-38f8-44f8-999e-46158be2c139 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-b46c91b7-6657-4737-b85b-7c96bd2f3328 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-f44da122-7ce0-490b-aeff-b863961a1825 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-54d31ed0-d676-4e6a-b067-011ebc3ce50d {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-6c2056af-7e16-49ba-bd74-3bba7dffb267 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-6798a4e6-c6f5-4649-af8d-30b118bbfc6f {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

.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-2e6268f2-88ba-4434-b5f3-7094f97e5e57 {
  margin-left: 6%;
margin-right: 6%;
}

#s-2e6268f2-88ba-4434-b5f3-7094f97e5e57 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-2e6268f2-88ba-4434-b5f3-7094f97e5e57 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2e6268f2-88ba-4434-b5f3-7094f97e5e57 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-2e6268f2-88ba-4434-b5f3-7094f97e5e57 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2e6268f2-88ba-4434-b5f3-7094f97e5e57 td.shogun-table-column, #s-2e6268f2-88ba-4434-b5f3-7094f97e5e57 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-56c7bb88-3fb7-4b1a-991c-355488ee557d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-56c7bb88-3fb7-4b1a-991c-355488ee557d .shg-proportional-font-size,
#s-56c7bb88-3fb7-4b1a-991c-355488ee557d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-495fb583-a1df-49bd-af35-d295b17f852a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-495fb583-a1df-49bd-af35-d295b17f852a .shg-proportional-font-size,
#s-495fb583-a1df-49bd-af35-d295b17f852a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c6853f0d-d021-4f45-83d6-666216355bb2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-c6853f0d-d021-4f45-83d6-666216355bb2 .shg-proportional-font-size,
#s-c6853f0d-d021-4f45-83d6-666216355bb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bedbae18-324e-4cab-905a-3e454a97eacc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-bedbae18-324e-4cab-905a-3e454a97eacc .shg-proportional-font-size,
#s-bedbae18-324e-4cab-905a-3e454a97eacc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-840d6daa-44e8-4363-bedb-868e3bde59c4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-840d6daa-44e8-4363-bedb-868e3bde59c4 .shg-proportional-font-size,
#s-840d6daa-44e8-4363-bedb-868e3bde59c4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-66c5624e-40a7-4c20-85b6-0599dcc7b540 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-66c5624e-40a7-4c20-85b6-0599dcc7b540 .shg-proportional-font-size,
#s-66c5624e-40a7-4c20-85b6-0599dcc7b540 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1c9fb0ef-cc2a-40bb-9031-af1764eab3a8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-1c9fb0ef-cc2a-40bb-9031-af1764eab3a8 .shg-proportional-font-size,
#s-1c9fb0ef-cc2a-40bb-9031-af1764eab3a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77a7e033-ccf5-44fe-934c-0663765e921b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-77a7e033-ccf5-44fe-934c-0663765e921b .shg-proportional-font-size,
#s-77a7e033-ccf5-44fe-934c-0663765e921b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ca95b120-6219-485d-a06b-4ee2a1e819b2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-ca95b120-6219-485d-a06b-4ee2a1e819b2 .shg-proportional-font-size,
#s-ca95b120-6219-485d-a06b-4ee2a1e819b2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8402e05a-1902-49f5-84f7-f12d6fe58a78 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-8402e05a-1902-49f5-84f7-f12d6fe58a78 .shg-proportional-font-size,
#s-8402e05a-1902-49f5-84f7-f12d6fe58a78 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f72cf7e-f2bf-4e94-a035-20a362ba205d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-4f72cf7e-f2bf-4e94-a035-20a362ba205d .shg-proportional-font-size,
#s-4f72cf7e-f2bf-4e94-a035-20a362ba205d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a9ca01fd-3037-4211-8820-cb1d369944bf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-a9ca01fd-3037-4211-8820-cb1d369944bf .shg-proportional-font-size,
#s-a9ca01fd-3037-4211-8820-cb1d369944bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a3be1e4d-09f5-4c06-ac5f-9281642be7ee {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-a3be1e4d-09f5-4c06-ac5f-9281642be7ee .shg-proportional-font-size,
#s-a3be1e4d-09f5-4c06-ac5f-9281642be7ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e3b72502-d7e9-44e6-8aee-68d0fcaa8dc6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-e3b72502-d7e9-44e6-8aee-68d0fcaa8dc6 .shg-proportional-font-size,
#s-e3b72502-d7e9-44e6-8aee-68d0fcaa8dc6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1021f8c-0542-4b51-83cc-236aff8b314d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-e1021f8c-0542-4b51-83cc-236aff8b314d .shg-proportional-font-size,
#s-e1021f8c-0542-4b51-83cc-236aff8b314d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f296f37b-e2b1-46bf-be98-188298ab205e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-f296f37b-e2b1-46bf-be98-188298ab205e .shg-proportional-font-size,
#s-f296f37b-e2b1-46bf-be98-188298ab205e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-63b81a03-7c10-4441-8821-3b3820e3ef43 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-63b81a03-7c10-4441-8821-3b3820e3ef43 .shg-proportional-font-size,
#s-63b81a03-7c10-4441-8821-3b3820e3ef43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d631be14-3749-48fd-a225-dd59d2d68832 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-d631be14-3749-48fd-a225-dd59d2d68832 .shg-proportional-font-size,
#s-d631be14-3749-48fd-a225-dd59d2d68832 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0671a26e-9ffa-4061-b297-e918bd6ce8f0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-0671a26e-9ffa-4061-b297-e918bd6ce8f0 .shg-proportional-font-size,
#s-0671a26e-9ffa-4061-b297-e918bd6ce8f0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc8ba1ab-d432-4188-9555-97a6b5f41453 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-dc8ba1ab-d432-4188-9555-97a6b5f41453 .shg-proportional-font-size,
#s-dc8ba1ab-d432-4188-9555-97a6b5f41453 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0a2c470c-6d77-43a9-b89a-8db91c331303 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-0a2c470c-6d77-43a9-b89a-8db91c331303 .shg-proportional-font-size,
#s-0a2c470c-6d77-43a9-b89a-8db91c331303 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-33b0e098-9608-43c1-aa79-46967b211bb7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-33b0e098-9608-43c1-aa79-46967b211bb7 .shg-proportional-font-size,
#s-33b0e098-9608-43c1-aa79-46967b211bb7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35cf8f5f-eee1-4d81-a68d-130d5e3053ca {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-35cf8f5f-eee1-4d81-a68d-130d5e3053ca .shg-proportional-font-size,
#s-35cf8f5f-eee1-4d81-a68d-130d5e3053ca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-666bbe0f-35cf-457f-8ab2-bf7862bd6cbd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-666bbe0f-35cf-457f-8ab2-bf7862bd6cbd .shg-proportional-font-size,
#s-666bbe0f-35cf-457f-8ab2-bf7862bd6cbd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-485cefed-954d-4c28-ae01-c6cd90720e52 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-485cefed-954d-4c28-ae01-c6cd90720e52 .shg-proportional-font-size,
#s-485cefed-954d-4c28-ae01-c6cd90720e52 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-53d83454-96de-4980-a1a2-937202c895b1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-53d83454-96de-4980-a1a2-937202c895b1 .shg-proportional-font-size,
#s-53d83454-96de-4980-a1a2-937202c895b1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ced0b284-6ddb-46db-a0f8-c37e12293499 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-ced0b284-6ddb-46db-a0f8-c37e12293499 .shg-proportional-font-size,
#s-ced0b284-6ddb-46db-a0f8-c37e12293499 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c2449dca-0327-4bd7-8921-be5b8a5ca134 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-c2449dca-0327-4bd7-8921-be5b8a5ca134 .shg-proportional-font-size,
#s-c2449dca-0327-4bd7-8921-be5b8a5ca134 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3931156a-e351-4bd5-a5be-15ae19438aa6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-3931156a-e351-4bd5-a5be-15ae19438aa6 .shg-proportional-font-size,
#s-3931156a-e351-4bd5-a5be-15ae19438aa6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a6453358-d026-40a8-b732-d9701d35da44 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-a6453358-d026-40a8-b732-d9701d35da44 .shg-proportional-font-size,
#s-a6453358-d026-40a8-b732-d9701d35da44 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd135b24-775a-4f97-9a90-3b90992b676b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-dd135b24-775a-4f97-9a90-3b90992b676b .shg-proportional-font-size,
#s-dd135b24-775a-4f97-9a90-3b90992b676b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-73ee1374-240f-4c84-a760-0f8cacac27b2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-73ee1374-240f-4c84-a760-0f8cacac27b2 .shg-proportional-font-size,
#s-73ee1374-240f-4c84-a760-0f8cacac27b2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7961efaf-4336-43df-aabc-6ab86333eb00 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-7961efaf-4336-43df-aabc-6ab86333eb00 .shg-proportional-font-size,
#s-7961efaf-4336-43df-aabc-6ab86333eb00 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-93bebd39-c09a-4805-a8f4-d5493f9e53f9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-93bebd39-c09a-4805-a8f4-d5493f9e53f9 .shg-proportional-font-size,
#s-93bebd39-c09a-4805-a8f4-d5493f9e53f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cbf20e6f-b02f-4fe6-a4b5-7230c8d5477c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-cbf20e6f-b02f-4fe6-a4b5-7230c8d5477c .shg-proportional-font-size,
#s-cbf20e6f-b02f-4fe6-a4b5-7230c8d5477c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-168dd562-4bb1-42ad-863c-284601f3ddec {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-168dd562-4bb1-42ad-863c-284601f3ddec .shg-proportional-font-size,
#s-168dd562-4bb1-42ad-863c-284601f3ddec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-047d27ed-050a-4b67-b990-e2798484e100 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-047d27ed-050a-4b67-b990-e2798484e100 .shg-proportional-font-size,
#s-047d27ed-050a-4b67-b990-e2798484e100 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fef4fa20-f22b-4f39-91b4-29c9f19129ab {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-fef4fa20-f22b-4f39-91b4-29c9f19129ab .shg-proportional-font-size,
#s-fef4fa20-f22b-4f39-91b4-29c9f19129ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-73b99f71-fbc8-4888-badd-22acf797858e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-73b99f71-fbc8-4888-badd-22acf797858e .shg-proportional-font-size,
#s-73b99f71-fbc8-4888-badd-22acf797858e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e829d2ec-5d95-45fa-b4af-ee43e99c4c21 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-e829d2ec-5d95-45fa-b4af-ee43e99c4c21 .shg-proportional-font-size,
#s-e829d2ec-5d95-45fa-b4af-ee43e99c4c21 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-98cd7bc8-e906-4225-8827-e2a3260756e8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-98cd7bc8-e906-4225-8827-e2a3260756e8 .shg-proportional-font-size,
#s-98cd7bc8-e906-4225-8827-e2a3260756e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-47260b16-92b0-41bc-8e7a-901923f0fab6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-47260b16-92b0-41bc-8e7a-901923f0fab6 .shg-proportional-font-size,
#s-47260b16-92b0-41bc-8e7a-901923f0fab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-69e0dbb4-fa38-4756-b50c-09540e1ff17b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-69e0dbb4-fa38-4756-b50c-09540e1ff17b .shg-proportional-font-size,
#s-69e0dbb4-fa38-4756-b50c-09540e1ff17b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-21a9ffd4-34aa-41bd-9228-0256e61e9ed1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-21a9ffd4-34aa-41bd-9228-0256e61e9ed1 .shg-proportional-font-size,
#s-21a9ffd4-34aa-41bd-9228-0256e61e9ed1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d94546f9-6e82-4a49-b42c-ec8eb6e8e2ff {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-d94546f9-6e82-4a49-b42c-ec8eb6e8e2ff .shg-proportional-font-size,
#s-d94546f9-6e82-4a49-b42c-ec8eb6e8e2ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a1e499a2-0cd5-4e1f-a357-a8aeba25984a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-a1e499a2-0cd5-4e1f-a357-a8aeba25984a .shg-proportional-font-size,
#s-a1e499a2-0cd5-4e1f-a357-a8aeba25984a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-21ff6cec-1b41-4378-8331-28e040383d67 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-21ff6cec-1b41-4378-8331-28e040383d67 .shg-proportional-font-size,
#s-21ff6cec-1b41-4378-8331-28e040383d67 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9596165-271e-4d1c-bb34-e37f6c3ebe90 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-e9596165-271e-4d1c-bb34-e37f6c3ebe90 .shg-proportional-font-size,
#s-e9596165-271e-4d1c-bb34-e37f6c3ebe90 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-63cf5b18-7c0c-4afe-b49a-fea33b78da85 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-63cf5b18-7c0c-4afe-b49a-fea33b78da85 .shg-proportional-font-size,
#s-63cf5b18-7c0c-4afe-b49a-fea33b78da85 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-604e250d-dff3-41b4-933c-1b33aca6883c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-604e250d-dff3-41b4-933c-1b33aca6883c .shg-proportional-font-size,
#s-604e250d-dff3-41b4-933c-1b33aca6883c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-82196327-f114-4719-81fb-2af63e19ad15 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-82196327-f114-4719-81fb-2af63e19ad15 .shg-proportional-font-size,
#s-82196327-f114-4719-81fb-2af63e19ad15 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-823c1f9d-0264-4878-856a-b71bcdd986ba {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-823c1f9d-0264-4878-856a-b71bcdd986ba .shg-proportional-font-size,
#s-823c1f9d-0264-4878-856a-b71bcdd986ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-02717256-d022-400f-bb3f-c57aaedb5d5d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-02717256-d022-400f-bb3f-c57aaedb5d5d .shg-proportional-font-size,
#s-02717256-d022-400f-bb3f-c57aaedb5d5d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fe3d0918-ed9d-4a46-ac8d-aa3a0ae42fc4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-fe3d0918-ed9d-4a46-ac8d-aa3a0ae42fc4 .shg-proportional-font-size,
#s-fe3d0918-ed9d-4a46-ac8d-aa3a0ae42fc4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-66eae2a4-0edc-4865-97da-a9ae272ab7dc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-66eae2a4-0edc-4865-97da-a9ae272ab7dc .shg-proportional-font-size,
#s-66eae2a4-0edc-4865-97da-a9ae272ab7dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-17c246e2-959b-4f8a-89a6-1384662e96ab {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-17c246e2-959b-4f8a-89a6-1384662e96ab .shg-proportional-font-size,
#s-17c246e2-959b-4f8a-89a6-1384662e96ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-295b7bf6-89e1-48fd-b534-710640abd3f5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-295b7bf6-89e1-48fd-b534-710640abd3f5 .shg-proportional-font-size,
#s-295b7bf6-89e1-48fd-b534-710640abd3f5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-01c7b1b3-84a6-4793-bf79-8ca6dd5b66ca {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-01c7b1b3-84a6-4793-bf79-8ca6dd5b66ca .shg-proportional-font-size,
#s-01c7b1b3-84a6-4793-bf79-8ca6dd5b66ca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09c01b93-494a-4485-9429-f6ae5bb86d2b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-09c01b93-494a-4485-9429-f6ae5bb86d2b .shg-proportional-font-size,
#s-09c01b93-494a-4485-9429-f6ae5bb86d2b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-89081416-a162-4b48-90ba-3462f9f913d6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-89081416-a162-4b48-90ba-3462f9f913d6 .shg-proportional-font-size,
#s-89081416-a162-4b48-90ba-3462f9f913d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e3fdd1b7-f1a6-4eea-b039-4a70d5300079 {
  margin-left: auto;
margin-right: auto;
}

#s-e3fdd1b7-f1a6-4eea-b039-4a70d5300079 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

.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-0dc1025d-29a1-4808-aebb-ede4ddf8e161 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-0dc1025d-29a1-4808-aebb-ede4ddf8e161 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0dc1025d-29a1-4808-aebb-ede4ddf8e161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(26, 26, 26, 1);
  padding: 10px;
}

#s-0dc1025d-29a1-4808-aebb-ede4ddf8e161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(245, 245, 245, 1);
}

#s-0dc1025d-29a1-4808-aebb-ede4ddf8e161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0dc1025d-29a1-4808-aebb-ede4ddf8e161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(245, 245, 245, 1);
  text-align: center;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 33px;
}

#s-0dc1025d-29a1-4808-aebb-ede4ddf8e161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 33px;
}
#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 14px;
}

#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 26, 26, 1);
}

#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 26, 26, 1);
  text-align: left;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-33cf7254-d87d-4d94-83a3-2d8aa7f2a62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-71eb1267-cddf-403a-ab87-6e624cee743b {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-df37683f-0fb6-464c-bc87-de07e8d63f4d {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

#s-80b97403-da9e-40f0-94af-a3f5fac4ec05 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
}

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

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
