.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-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
min-height: 300px;
background-position: center center;
}

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ad1def6b-08f1-4c4e-9884-22a71360baef/);
}








#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 > .shg-box-overlay {
  background-color: rgba(19, 17, 12, 1);
  opacity: 0.5;
  display: block;
}#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-742bbfa3-5096-4017-91d8-4b257ec37149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  padding-top: 0%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e66da34e-e32c-4e62-aa3b-44c1d3d8a483.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e1c5918-dd7b-4d41-bfd2-4e453136ddb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4938121-69e9-412a-bd0d-2e3928fae1bc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc {
  margin-bottom: 0px;
}
}
#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-00d01b6e-2458-4f1d-a075-cd60059baa61 {
  margin-left: auto;
margin-right: auto;
}

#s-00d01b6e-2458-4f1d-a075-cd60059baa61 hr {
  border-top: 2px solid rgba(227, 227, 227, 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-c6e97646-6c67-41c4-8515-c112b7074c75 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c6e97646-6c67-41c4-8515-c112b7074c75 {
  margin-top: -16px;
}
}
#s-c6e97646-6c67-41c4-8515-c112b7074c75 .shg-proportional-font-size,
#s-c6e97646-6c67-41c4-8515-c112b7074c75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fb5f5d01-fecb-4618-9196-452a997a5eed {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
min-height: 50px;
}








#s-fb5f5d01-fecb-4618-9196-452a997a5eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb5f5d01-fecb-4618-9196-452a997a5eed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-031a7866-e762-45f6-a0f2-0a02c8cf8723 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}
@media (max-width: 767px){#s-031a7866-e762-45f6-a0f2-0a02c8cf8723 {
  margin-top: -16px;
}
}
#s-031a7866-e762-45f6-a0f2-0a02c8cf8723 .shg-proportional-font-size,
#s-031a7866-e762-45f6-a0f2-0a02c8cf8723 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-176120a5-9201-4544-a2fc-85e94665f25e {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-176120a5-9201-4544-a2fc-85e94665f25e {
  margin-top: 10px;
padding-top: 6%;
}
}







#s-176120a5-9201-4544-a2fc-85e94665f25e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-176120a5-9201-4544-a2fc-85e94665f25e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-40a587f1-de2b-4971-9662-4be456cf14f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-124aa648-9cca-4dfc-bc2c-d30ed45cc072 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-124aa648-9cca-4dfc-bc2c-d30ed45cc072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-ebbdb480-1389-40d5-95ce-c94b442dae20 {
  margin-left: auto;
margin-right: auto;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-ebbdb480-1389-40d5-95ce-c94b442dae20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-column, #s-ebbdb480-1389-40d5-95ce-c94b442dae20 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-006f627d-ff42-408f-a83e-b2f20e665e42 {
  margin-left: auto;
margin-right: auto;
}

#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size,
#s-006f627d-ff42-408f-a83e-b2f20e665e42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 {
  margin-left: auto;
margin-right: auto;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-column, #s-bbc4cd63-4f18-44c2-81aa-d9ff71c00ea6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 {
  margin-left: auto;
margin-right: auto;
}

#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size,
#s-317adb8b-722a-4fe0-bbff-ef02baa67ca0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-26bf000c-6d5f-4c24-b0ec-9cad058cbd1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f {
  margin-left: auto;
margin-right: auto;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-column, #s-756cf99b-2fc7-4b21-a64f-4a73b98ae78f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 {
  margin-left: auto;
margin-right: auto;
}

#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size,
#s-c994b41b-8901-4f14-a92b-944d9fb64ab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 {
  margin-left: auto;
margin-right: auto;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-column, #s-ba74f94f-0f0b-4133-a2b8-bff773856d39 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 {
  margin-left: auto;
margin-right: auto;
}

#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size,
#s-c9f0dddf-bda9-4d76-a572-307d3172aa59 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-ddf921b2-0830-4f4f-a597-49f5376dd792 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ddf921b2-0830-4f4f-a597-49f5376dd792"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ddf921b2-0830-4f4f-a597-49f5376dd792"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ddf921b2-0830-4f4f-a597-49f5376dd792"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddf921b2-0830-4f4f-a597-49f5376dd792"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 {
  margin-left: auto;
margin-right: auto;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column, #s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ef936e89-a557-4180-86bf-decc6deab4f1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column, #s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef936e89-a557-4180-86bf-decc6deab4f1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column, #s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-ef936e89-a557-4180-86bf-decc6deab4f1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-column, #s-ef936e89-a557-4180-86bf-decc6deab4f1 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b {
  margin-left: auto;
margin-right: auto;
}

#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size,
#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size,
#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size,
#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size,
#s-186b0a4b-0a20-43ea-a974-5dd19d1fe93b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-1b529d21-e318-460d-b1f1-77b24bde786d {
  margin-left: auto;
margin-right: auto;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column, #s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1b529d21-e318-460d-b1f1-77b24bde786d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column, #s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b529d21-e318-460d-b1f1-77b24bde786d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column, #s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-1b529d21-e318-460d-b1f1-77b24bde786d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-column, #s-1b529d21-e318-460d-b1f1-77b24bde786d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-6bc1a048-d810-4d16-9577-716db3e79072 {
  margin-left: auto;
margin-right: auto;
}

#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size,
#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size,
#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size,
#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size,
#s-6bc1a048-d810-4d16-9577-716db3e79072 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-956ab235-0fe2-4aad-83c3-7159b7a7121c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column, #s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-956ab235-0fe2-4aad-83c3-7159b7a7121c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column, #s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-956ab235-0fe2-4aad-83c3-7159b7a7121c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column, #s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-956ab235-0fe2-4aad-83c3-7159b7a7121c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 6px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-column, #s-956ab235-0fe2-4aad-83c3-7159b7a7121c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 {
  margin-left: auto;
margin-right: auto;
}

#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size,
#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size,
#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size,
#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size,
#s-bfe392f6-0a4c-4df1-95cf-f0b722a54b80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-e8772331-9601-4e98-959d-0c6909f7406a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e8772331-9601-4e98-959d-0c6909f7406a {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-e8772331-9601-4e98-959d-0c6909f7406a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8772331-9601-4e98-959d-0c6909f7406a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-829cd3d0-700f-4700-809b-f7b76a042ad6 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-829cd3d0-700f-4700-809b-f7b76a042ad6 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-829cd3d0-700f-4700-809b-f7b76a042ad6 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-829cd3d0-700f-4700-809b-f7b76a042ad6 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-896cd848-78f2-4f43-851a-831a91a54c95 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-896cd848-78f2-4f43-851a-831a91a54c95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-896cd848-78f2-4f43-851a-831a91a54c95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-896cd848-78f2-4f43-851a-831a91a54c95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-896cd848-78f2-4f43-851a-831a91a54c95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a6f46285-caf8-4a6a-9f90-0c5c86d3dfc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-a6f46285-caf8-4a6a-9f90-0c5c86d3dfc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6f46285-caf8-4a6a-9f90-0c5c86d3dfc7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf349e8e-4ec5-4091-b234-cd238da8e1c0 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-cf349e8e-4ec5-4091-b234-cd238da8e1c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf349e8e-4ec5-4091-b234-cd238da8e1c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f8f8ff7-16bb-464b-b57d-dfcaf43ddab4 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f8f8ff7-16bb-464b-b57d-dfcaf43ddab4 {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f8f8ff7-16bb-464b-b57d-dfcaf43ddab4 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-0f8f8ff7-16bb-464b-b57d-dfcaf43ddab4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f8f8ff7-16bb-464b-b57d-dfcaf43ddab4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08cea3be-6853-409a-82ab-3f9d8192e63c {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-08cea3be-6853-409a-82ab-3f9d8192e63c .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-08cea3be-6853-409a-82ab-3f9d8192e63c .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-08cea3be-6853-409a-82ab-3f9d8192e63c .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-ddf5c007-f97a-4795-9108-0a95c8794237 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ddf5c007-f97a-4795-9108-0a95c8794237 {
  margin-top: 0px;
}
}
#s-ddf5c007-f97a-4795-9108-0a95c8794237 .shg-proportional-font-size,
#s-ddf5c007-f97a-4795-9108-0a95c8794237 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-68a31912-86af-4c63-b1be-6679acf2c548 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-68a31912-86af-4c63-b1be-6679acf2c548 {
  margin-top: 10px;
}
}







#s-68a31912-86af-4c63-b1be-6679acf2c548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68a31912-86af-4c63-b1be-6679acf2c548.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3aa5186a-1dae-4faa-af47-bdcf134d5810 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-3aa5186a-1dae-4faa-af47-bdcf134d5810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aa5186a-1dae-4faa-af47-bdcf134d5810.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4487e97-b8af-4ac2-ae42-3c7dd3b94fe2 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d4487e97-b8af-4ac2-ae42-3c7dd3b94fe2 {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4487e97-b8af-4ac2-ae42-3c7dd3b94fe2 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-d4487e97-b8af-4ac2-ae42-3c7dd3b94fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4487e97-b8af-4ac2-ae42-3c7dd3b94fe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd5895a-5ff9-40ef-ac42-a1675b139023 {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bdd5895a-5ff9-40ef-ac42-a1675b139023 .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bdd5895a-5ff9-40ef-ac42-a1675b139023 .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-bdd5895a-5ff9-40ef-ac42-a1675b139023 .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-0165e327-9f41-4a13-a0dc-e983036eda4a {
  margin-left: auto;
margin-right: auto;
}

#s-0165e327-9f41-4a13-a0dc-e983036eda4a .shg-proportional-font-size,
#s-0165e327-9f41-4a13-a0dc-e983036eda4a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ee5a844-c4e3-4203-82de-eeae1f0d5e4b {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-7ee5a844-c4e3-4203-82de-eeae1f0d5e4b {
  margin-top: 10px;
}
}







#s-7ee5a844-c4e3-4203-82de-eeae1f0d5e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ee5a844-c4e3-4203-82de-eeae1f0d5e4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f898dafd-1555-4c5e-bf8d-6c2a1d61d3e2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-f898dafd-1555-4c5e-bf8d-6c2a1d61d3e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f898dafd-1555-4c5e-bf8d-6c2a1d61d3e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c592120d-ae8b-4320-ae24-a317b4ed32ee {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c592120d-ae8b-4320-ae24-a317b4ed32ee {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c592120d-ae8b-4320-ae24-a317b4ed32ee {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-c592120d-ae8b-4320-ae24-a317b4ed32ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c592120d-ae8b-4320-ae24-a317b4ed32ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d399ea2-f0a5-4566-b62c-92024afba1a2 {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d399ea2-f0a5-4566-b62c-92024afba1a2 .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3d399ea2-f0a5-4566-b62c-92024afba1a2 .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-3d399ea2-f0a5-4566-b62c-92024afba1a2 .shogun-heading-component h3 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4b387f1e-34c1-4425-bec5-85896769274b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4b387f1e-34c1-4425-bec5-85896769274b {
  margin-top: 0px;
}
}
#s-4b387f1e-34c1-4425-bec5-85896769274b .shg-proportional-font-size,
#s-4b387f1e-34c1-4425-bec5-85896769274b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d5a7250b-0b7b-4c76-aa18-41c109707621 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d5a7250b-0b7b-4c76-aa18-41c109707621 {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-d5a7250b-0b7b-4c76-aa18-41c109707621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5a7250b-0b7b-4c76-aa18-41c109707621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-893e6eeb-c235-470a-bf5a-7d8ca3afc14d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-059e26fe-b9a6-49aa-ac53-c35f1df645d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}








#s-059e26fe-b9a6-49aa-ac53-c35f1df645d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-059e26fe-b9a6-49aa-ac53-c35f1df645d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-552511fb-dcae-4046-8f3b-3b2d251cc099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-552511fb-dcae-4046-8f3b-3b2d251cc099 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-552511fb-dcae-4046-8f3b-3b2d251cc099.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f58211fe-9831-4d39-80f4-81cccbb29c31 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-f58211fe-9831-4d39-80f4-81cccbb29c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f58211fe-9831-4d39-80f4-81cccbb29c31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-828c3c43-9e1e-4779-8b35-f9f5e5d0d634 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 {
  margin-top: -8px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 {
  margin-top: -12px;
}
}
#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 .shg-proportional-font-size,
#s-0a9de8e0-cfd2-4db1-b21f-f01364ca9802 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-21b691b4-342c-46a4-8a3c-cf285ae9bc18 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}








#s-21b691b4-342c-46a4-8a3c-cf285ae9bc18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21b691b4-342c-46a4-8a3c-cf285ae9bc18.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-82880b66-fe90-47a9-8f0d-b13f150cfa95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-82880b66-fe90-47a9-8f0d-b13f150cfa95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82880b66-fe90-47a9-8f0d-b13f150cfa95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b4fd1b75-9c9a-49aa-8e12-437cbef24d59 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b4fd1b75-9c9a-49aa-8e12-437cbef24d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4fd1b75-9c9a-49aa-8e12-437cbef24d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-7b61cb6f-5fa5-4564-ba4f-e158b8d646f4 .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e145620c-d679-4eb5-96d4-61ed5887a80e {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e145620c-d679-4eb5-96d4-61ed5887a80e {
  margin-top: -12px;
}
}
#s-e145620c-d679-4eb5-96d4-61ed5887a80e .shg-proportional-font-size,
#s-e145620c-d679-4eb5-96d4-61ed5887a80e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-302fdf85-ce03-4b37-ac23-783ba89fcd91 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-302fdf85-ce03-4b37-ac23-783ba89fcd91 {
  margin-top: 10px;
}
}







#s-302fdf85-ce03-4b37-ac23-783ba89fcd91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-302fdf85-ce03-4b37-ac23-783ba89fcd91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-964770c0-d4c5-47a7-a24b-6ef57e506834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-964770c0-d4c5-47a7-a24b-6ef57e506834 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964770c0-d4c5-47a7-a24b-6ef57e506834.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fedc9fe2-bb23-4354-9d38-649027f895b3 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-fedc9fe2-bb23-4354-9d38-649027f895b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fedc9fe2-bb23-4354-9d38-649027f895b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd3d8945-adc8-48cc-9eb5-c6349817950b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cd3d8945-adc8-48cc-9eb5-c6349817950b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cd3d8945-adc8-48cc-9eb5-c6349817950b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-cd3d8945-adc8-48cc-9eb5-c6349817950b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 {
  margin-top: -12px;
}
}
#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 .shg-proportional-font-size,
#s-7ca48d6d-6d22-4866-9115-f9c07448f7f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814 {
  margin-top: 10px;
}
}







#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7f5edbb-8bd5-42b4-bf28-98a8d90c1814.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecaa3419-9d70-4d9a-9c5a-55e5c90e904b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4e893c03-1c63-4e33-a53a-07e5f40aba47 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-4e893c03-1c63-4e33-a53a-07e5f40aba47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e893c03-1c63-4e33-a53a-07e5f40aba47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b4d0242-dd98-418e-80b7-77be5fb8494e {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4b4d0242-dd98-418e-80b7-77be5fb8494e .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b4d0242-dd98-418e-80b7-77be5fb8494e .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-4b4d0242-dd98-418e-80b7-77be5fb8494e .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b {
  margin-top: -12px;
}
}
#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b .shg-proportional-font-size,
#s-120e2016-1474-4cb7-be9d-7e7cfac7bd8b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3a0d33f6-e9ee-401f-81b3-9ec75e5af8d3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3a0d33f6-e9ee-401f-81b3-9ec75e5af8d3 {
  padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-3a0d33f6-e9ee-401f-81b3-9ec75e5af8d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a0d33f6-e9ee-401f-81b3-9ec75e5af8d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fbf38dd-2559-4513-94f5-4c60097b1736 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fbf38dd-2559-4513-94f5-4c60097b1736 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8fbf38dd-2559-4513-94f5-4c60097b1736 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-8fbf38dd-2559-4513-94f5-4c60097b1736 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-78921f7b-fe42-4ea6-a480-0b368c1db5b6 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-78921f7b-fe42-4ea6-a480-0b368c1db5b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-78921f7b-fe42-4ea6-a480-0b368c1db5b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-78921f7b-fe42-4ea6-a480-0b368c1db5b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-78921f7b-fe42-4ea6-a480-0b368c1db5b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f225b3e2-0c3b-44c9-8972-a5bc965bdb06 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-f225b3e2-0c3b-44c9-8972-a5bc965bdb06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f225b3e2-0c3b-44c9-8972-a5bc965bdb06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e17dad73-47bc-42d2-ab70-0c29aae638b3 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-e17dad73-47bc-42d2-ab70-0c29aae638b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e17dad73-47bc-42d2-ab70-0c29aae638b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98f297eb-5d3d-4104-941f-081a8f16c101 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(19, 17, 12, 1);
border-style: dashed;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-98f297eb-5d3d-4104-941f-081a8f16c101 {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98f297eb-5d3d-4104-941f-081a8f16c101 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-98f297eb-5d3d-4104-941f-081a8f16c101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98f297eb-5d3d-4104-941f-081a8f16c101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b2e2b7-c082-45b7-8798-8e53d5784dde {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-25b2e2b7-c082-45b7-8798-8e53d5784dde .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-25b2e2b7-c082-45b7-8798-8e53d5784dde .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-25b2e2b7-c082-45b7-8798-8e53d5784dde .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-b3503acd-564f-4d05-8bf1-eb7bfa4ad8e6 {
  margin-left: auto;
margin-right: auto;
}

#s-b3503acd-564f-4d05-8bf1-eb7bfa4ad8e6 .shg-proportional-font-size,
#s-b3503acd-564f-4d05-8bf1-eb7bfa4ad8e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cb487272-4615-4693-a559-a59755d3cc46 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-cb487272-4615-4693-a559-a59755d3cc46 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-cb487272-4615-4693-a559-a59755d3cc46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb487272-4615-4693-a559-a59755d3cc46.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0baa87b1-cc4e-4549-95f1-8d6ab9129062 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-0baa87b1-cc4e-4549-95f1-8d6ab9129062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0baa87b1-cc4e-4549-95f1-8d6ab9129062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76a21ce9-0cc2-4f59-b8d2-c353462217b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(19, 17, 12, 1);
border-style: dashed;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-76a21ce9-0cc2-4f59-b8d2-c353462217b0 {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76a21ce9-0cc2-4f59-b8d2-c353462217b0 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-76a21ce9-0cc2-4f59-b8d2-c353462217b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76a21ce9-0cc2-4f59-b8d2-c353462217b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec71e544-191c-4053-9101-0fb830e8b4f4 {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ec71e544-191c-4053-9101-0fb830e8b4f4 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ec71e544-191c-4053-9101-0fb830e8b4f4 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-ec71e544-191c-4053-9101-0fb830e8b4f4 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-32acf21a-6a0a-4419-a206-eb9238362c3d {
  margin-left: auto;
margin-right: auto;
}

#s-32acf21a-6a0a-4419-a206-eb9238362c3d .shg-proportional-font-size,
#s-32acf21a-6a0a-4419-a206-eb9238362c3d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc6cbd36-dd06-48a0-84e7-13bac0309d7d {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-dc6cbd36-dd06-48a0-84e7-13bac0309d7d {
  margin-top: 10px;
}
}







#s-dc6cbd36-dd06-48a0-84e7-13bac0309d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc6cbd36-dd06-48a0-84e7-13bac0309d7d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61fa3082-ce52-4e06-aa60-4fc1ed5cbf98 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-61fa3082-ce52-4e06-aa60-4fc1ed5cbf98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61fa3082-ce52-4e06-aa60-4fc1ed5cbf98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ca39660-98c0-4844-8ee1-f5ddd41164d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(19, 17, 12, 1);
border-style: dashed;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-7ca39660-98c0-4844-8ee1-f5ddd41164d7 {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ca39660-98c0-4844-8ee1-f5ddd41164d7 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-7ca39660-98c0-4844-8ee1-f5ddd41164d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ca39660-98c0-4844-8ee1-f5ddd41164d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07eff522-1dc8-4a9e-98e8-dde51f0e05ec {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-07eff522-1dc8-4a9e-98e8-dde51f0e05ec .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-07eff522-1dc8-4a9e-98e8-dde51f0e05ec .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-07eff522-1dc8-4a9e-98e8-dde51f0e05ec .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-8af3cc45-fcdb-4497-9707-cd0145860e30 {
  margin-left: auto;
margin-right: auto;
}

#s-8af3cc45-fcdb-4497-9707-cd0145860e30 .shg-proportional-font-size,
#s-8af3cc45-fcdb-4497-9707-cd0145860e30 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f59db5a4-93a6-407b-a64e-e9cbebbe1522 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-f59db5a4-93a6-407b-a64e-e9cbebbe1522 {
  margin-top: 10px;
}
}







#s-f59db5a4-93a6-407b-a64e-e9cbebbe1522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f59db5a4-93a6-407b-a64e-e9cbebbe1522.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5294d5a7-7afa-41d3-b6f0-bc05a9262475 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-5294d5a7-7afa-41d3-b6f0-bc05a9262475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5294d5a7-7afa-41d3-b6f0-bc05a9262475.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f20f8435-ca9a-4b89-b7a4-7b72fd86def8 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(19, 17, 12, 1);
border-style: dashed;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f20f8435-ca9a-4b89-b7a4-7b72fd86def8 {
  padding-top: 3%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f20f8435-ca9a-4b89-b7a4-7b72fd86def8 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-f20f8435-ca9a-4b89-b7a4-7b72fd86def8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f20f8435-ca9a-4b89-b7a4-7b72fd86def8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f97f50d2-223c-4a05-86d6-077f93c3a031 {
  margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f97f50d2-223c-4a05-86d6-077f93c3a031 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f97f50d2-223c-4a05-86d6-077f93c3a031 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-f97f50d2-223c-4a05-86d6-077f93c3a031 .shogun-heading-component h3 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-171c442e-bc4c-46b3-a776-030c05e04bc3 {
  margin-left: auto;
margin-right: auto;
}

#s-171c442e-bc4c-46b3-a776-030c05e04bc3 .shg-proportional-font-size,
#s-171c442e-bc4c-46b3-a776-030c05e04bc3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}@media (max-width: 767px){#s-b9df29a8-afc2-4728-ab69-25c10483e53a {
  display: none;
}
#s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-s-b9df29a8-afc2-4728-ab69-25c10483e53a, #wrap-content-s-b9df29a8-afc2-4728-ab69-25c10483e53a { display: none !important; }}







#s-b9df29a8-afc2-4728-ab69-25c10483e53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9df29a8-afc2-4728-ab69-25c10483e53a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2055024a-2eb1-4cea-8ec6-3f6ef0728d0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4b1640ea-92c1-4ddd-9dfc-72ee65b2f077 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f1b65c9-08b7-4ba5-8dab-7587aa97cdf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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