.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/d5386984-e916-4d4a-ae41-b6944410c633/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/480x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/960x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/768x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/1536x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/1024x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/1200x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/d5386984-e916-4d4a-ae41-b6944410c633/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#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: 36px;
  
  
  
}


}
#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: 10%;
padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b, #wrap-s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b, #wrap-content-s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b { display: none !important; }}







#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-6 {
  width: calc(50% - 5.0px);
}

}

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

}

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

}

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

}

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

.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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846-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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 .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-9342ba1b-ceaf-4f92-957f-8daae666a846 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9342ba1b-ceaf-4f92-957f-8daae666a846 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-9342ba1b-ceaf-4f92-957f-8daae666a846 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9342ba1b-ceaf-4f92-957f-8daae666a846.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#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: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e4938121-69e9-412a-bd0d-2e3928fae1bc .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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


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


}
.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-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e {
  margin-top: -12px;
}
}
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e .shg-proportional-font-size,
#s-f6165cbf-7402-4b70-b6ef-0616bcfb5b3e .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: 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-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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40a587f1-de2b-4971-9662-4be456cf14f7 {
  margin-left: auto;
margin-right: auto;
max-width: 869px;
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: 869px;

  /* 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-946da930-77d8-4a1c-a1aa-af6f1a18c48b {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-946da930-77d8-4a1c-a1aa-af6f1a18c48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c {
  margin-top: -12px;
}
}
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c .shg-proportional-font-size,
#s-c1fe3729-fee4-4c59-ace6-fa91d36a3f3c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 {
  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);
}
@media (max-width: 767px){#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 {
  margin-top: 10px;
}
}







#s-e431e133-2a15-4f5b-afb2-0b5880c0e421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e431e133-2a15-4f5b-afb2-0b5880c0e421.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2df89954-d901-4acd-8b33-55efb5ff4ece {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee2c4eda-4b72-43e9-9b64-831dd3839f5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13a7a220-f32f-4652-bb74-d910bab0d33f {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 {
  margin-top: -12px;
}
}
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 .shg-proportional-font-size,
#s-92b5302d-e96f-4386-99b8-f0df6f6cfa16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00555fc3-fd0a-4161-8853-420532c509c0 {
  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);
}
@media (max-width: 767px){#s-00555fc3-fd0a-4161-8853-420532c509c0 {
  margin-top: 10px;
}
}







#s-00555fc3-fd0a-4161-8853-420532c509c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00555fc3-fd0a-4161-8853-420532c509c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303-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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd9ede-7abd-4fc2-ab78-ec62dc678303.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fbce5da9-1450-4c75-a431-28132b661597 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-fbce5da9-1450-4c75-a431-28132b661597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbce5da9-1450-4c75-a431-28132b661597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883ba26b-a762-40df-bb6b-fc7907ee172c {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-cff5a172-431c-4eca-97fd-f406599ddf42 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cff5a172-431c-4eca-97fd-f406599ddf42 {
  margin-top: -12px;
}
}
#s-cff5a172-431c-4eca-97fd-f406599ddf42 .shg-proportional-font-size,
#s-cff5a172-431c-4eca-97fd-f406599ddf42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-87aa2058-9819-4300-a42c-50ca5d6805d1 {
  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 (min-width: 1200px){#s-87aa2058-9819-4300-a42c-50ca5d6805d1 {
  display: none;
}
#s-87aa2058-9819-4300-a42c-50ca5d6805d1, #wrap-s-87aa2058-9819-4300-a42c-50ca5d6805d1, #wrap-content-s-87aa2058-9819-4300-a42c-50ca5d6805d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87aa2058-9819-4300-a42c-50ca5d6805d1 {
  display: none;
}
#s-87aa2058-9819-4300-a42c-50ca5d6805d1, #wrap-s-87aa2058-9819-4300-a42c-50ca5d6805d1, #wrap-content-s-87aa2058-9819-4300-a42c-50ca5d6805d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87aa2058-9819-4300-a42c-50ca5d6805d1 {
  display: none;
}
#s-87aa2058-9819-4300-a42c-50ca5d6805d1, #wrap-s-87aa2058-9819-4300-a42c-50ca5d6805d1, #wrap-content-s-87aa2058-9819-4300-a42c-50ca5d6805d1 { display: none !important; }}@media (max-width: 767px){#s-87aa2058-9819-4300-a42c-50ca5d6805d1 {
  padding-top: 3%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-87aa2058-9819-4300-a42c-50ca5d6805d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87aa2058-9819-4300-a42c-50ca5d6805d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59f567fa-22b9-47d0-a94b-7c7fece50cc1 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59f567fa-22b9-47d0-a94b-7c7fece50cc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f567fa-22b9-47d0-a94b-7c7fece50cc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-59f567fa-22b9-47d0-a94b-7c7fece50cc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f567fa-22b9-47d0-a94b-7c7fece50cc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d34227d0-7533-421c-a82e-4434c36f8dd4 {
  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-d34227d0-7533-421c-a82e-4434c36f8dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d34227d0-7533-421c-a82e-4434c36f8dd4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1-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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 .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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* 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-e1f37857-38b9-4d39-869d-572aeac30ba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1-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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 .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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 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-e1f37857-38b9-4d39-869d-572aeac30ba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1-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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 .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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 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-e1f37857-38b9-4d39-869d-572aeac30ba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1-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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 .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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 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-e1f37857-38b9-4d39-869d-572aeac30ba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1-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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 .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-e1f37857-38b9-4d39-869d-572aeac30ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1f37857-38b9-4d39-869d-572aeac30ba1 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-e1f37857-38b9-4d39-869d-572aeac30ba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1f37857-38b9-4d39-869d-572aeac30ba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d78cdfd1-da3c-432c-ba68-e6f15db557a2 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-d78cdfd1-da3c-432c-ba68-e6f15db557a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d78cdfd1-da3c-432c-ba68-e6f15db557a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0d66b16-b2b8-4344-a95e-7477f3514609 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d0d66b16-b2b8-4344-a95e-7477f3514609 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d0d66b16-b2b8-4344-a95e-7477f3514609 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-d0d66b16-b2b8-4344-a95e-7477f3514609 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ce5da511-42f5-4637-874e-628f603236fe {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ce5da511-42f5-4637-874e-628f603236fe {
  margin-top: -12px;
}
}
#s-ce5da511-42f5-4637-874e-628f603236fe .shg-proportional-font-size,
#s-ce5da511-42f5-4637-874e-628f603236fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f5709d0-e64d-4fdb-9396-f45a28180c30 {
  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);
}
@media (max-width: 767px){#s-9f5709d0-e64d-4fdb-9396-f45a28180c30 {
  margin-top: 10px;
}
}







#s-9f5709d0-e64d-4fdb-9396-f45a28180c30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f5709d0-e64d-4fdb-9396-f45a28180c30.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  margin-left: auto;
margin-right: auto;
max-width: 869px;
text-align: center;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d-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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d img.shogun-image {
  width: 100%;
  
  
  max-width: 869px;

  /* 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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d-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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d 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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d-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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d 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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d-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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d 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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d-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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d 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-1ee20db9-03ab-492a-b4a5-4ab6533ade8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee20db9-03ab-492a-b4a5-4ab6533ade8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b0a7b73-34d8-417e-8755-63518c598a30 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-5b0a7b73-34d8-417e-8755-63518c598a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b0a7b73-34d8-417e-8755-63518c598a30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d576c29-4c2c-43a9-b22e-d5891e33a0b8 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5d576c29-4c2c-43a9-b22e-d5891e33a0b8 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5d576c29-4c2c-43a9-b22e-d5891e33a0b8 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-5d576c29-4c2c-43a9-b22e-d5891e33a0b8 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-97fc36a9-a635-4199-9520-e0be6bb4f34c {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-97fc36a9-a635-4199-9520-e0be6bb4f34c {
  margin-top: -12px;
}
}
#s-97fc36a9-a635-4199-9520-e0be6bb4f34c .shg-proportional-font-size,
#s-97fc36a9-a635-4199-9520-e0be6bb4f34c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c99c6d7b-1f3f-4c5e-a00d-b4de68d3ebea {
  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);
}
@media (max-width: 767px){#s-c99c6d7b-1f3f-4c5e-a00d-b4de68d3ebea {
  margin-top: 10px;
}
}







#s-c99c6d7b-1f3f-4c5e-a00d-b4de68d3ebea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c99c6d7b-1f3f-4c5e-a00d-b4de68d3ebea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5ebc2b8-0255-43ee-821a-905553cb203a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b3927e70-c558-4f6d-9200-34b6ba0026c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b3927e70-c558-4f6d-9200-34b6ba0026c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3927e70-c558-4f6d-9200-34b6ba0026c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-159946b4-4621-442d-afa3-4c8870f76f78 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-159946b4-4621-442d-afa3-4c8870f76f78 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-159946b4-4621-442d-afa3-4c8870f76f78 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-159946b4-4621-442d-afa3-4c8870f76f78 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5a0b0bb1-4305-4b19-aaac-2c1a224cb9e6 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5a0b0bb1-4305-4b19-aaac-2c1a224cb9e6 {
  margin-top: -12px;
}
}
#s-5a0b0bb1-4305-4b19-aaac-2c1a224cb9e6 .shg-proportional-font-size,
#s-5a0b0bb1-4305-4b19-aaac-2c1a224cb9e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-88801458-4cba-4914-94ca-b05fe305605f {
  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);
}
@media (max-width: 767px){#s-88801458-4cba-4914-94ca-b05fe305605f {
  margin-top: 10px;
}
}







#s-88801458-4cba-4914-94ca-b05fe305605f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88801458-4cba-4914-94ca-b05fe305605f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f69dc30-25de-4741-972c-9516354001a4 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-6f69dc30-25de-4741-972c-9516354001a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f69dc30-25de-4741-972c-9516354001a4-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-6f69dc30-25de-4741-972c-9516354001a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f69dc30-25de-4741-972c-9516354001a4 .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-6f69dc30-25de-4741-972c-9516354001a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f69dc30-25de-4741-972c-9516354001a4 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-6f69dc30-25de-4741-972c-9516354001a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6f69dc30-25de-4741-972c-9516354001a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f69dc30-25de-4741-972c-9516354001a4-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-6f69dc30-25de-4741-972c-9516354001a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f69dc30-25de-4741-972c-9516354001a4 .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-6f69dc30-25de-4741-972c-9516354001a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f69dc30-25de-4741-972c-9516354001a4 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-6f69dc30-25de-4741-972c-9516354001a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6f69dc30-25de-4741-972c-9516354001a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f69dc30-25de-4741-972c-9516354001a4-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-6f69dc30-25de-4741-972c-9516354001a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f69dc30-25de-4741-972c-9516354001a4 .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-6f69dc30-25de-4741-972c-9516354001a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f69dc30-25de-4741-972c-9516354001a4 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-6f69dc30-25de-4741-972c-9516354001a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6f69dc30-25de-4741-972c-9516354001a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f69dc30-25de-4741-972c-9516354001a4-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-6f69dc30-25de-4741-972c-9516354001a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f69dc30-25de-4741-972c-9516354001a4 .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-6f69dc30-25de-4741-972c-9516354001a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f69dc30-25de-4741-972c-9516354001a4 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-6f69dc30-25de-4741-972c-9516354001a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6f69dc30-25de-4741-972c-9516354001a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f69dc30-25de-4741-972c-9516354001a4-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-6f69dc30-25de-4741-972c-9516354001a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f69dc30-25de-4741-972c-9516354001a4 .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-6f69dc30-25de-4741-972c-9516354001a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f69dc30-25de-4741-972c-9516354001a4 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-6f69dc30-25de-4741-972c-9516354001a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f69dc30-25de-4741-972c-9516354001a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5116e59c-628a-4687-93de-1bdb67333c2e {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-5116e59c-628a-4687-93de-1bdb67333c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5116e59c-628a-4687-93de-1bdb67333c2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a652a252-cd9a-44e7-83b9-69c22a1b6ac5 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a652a252-cd9a-44e7-83b9-69c22a1b6ac5 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a652a252-cd9a-44e7-83b9-69c22a1b6ac5 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-a652a252-cd9a-44e7-83b9-69c22a1b6ac5 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-21244e1b-1825-4d48-97fb-e6291b6bc392 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-21244e1b-1825-4d48-97fb-e6291b6bc392 {
  margin-top: -12px;
}
}
#s-21244e1b-1825-4d48-97fb-e6291b6bc392 .shg-proportional-font-size,
#s-21244e1b-1825-4d48-97fb-e6291b6bc392 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e8772331-9601-4e98-959d-0c6909f7406a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 100px;
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-326692cf-b071-48bd-9bf3-b985b5247c23 {
  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-326692cf-b071-48bd-9bf3-b985b5247c23 {
  padding-top: 8%;
}
}







#s-326692cf-b071-48bd-9bf3-b985b5247c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-326692cf-b071-48bd-9bf3-b985b5247c23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dc77f1a-7972-452a-b536-1f719ae74169 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8dc77f1a-7972-452a-b536-1f719ae74169 .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-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-8dc77f1a-7972-452a-b536-1f719ae74169 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e58bf017-ae98-4b8b-833a-e4ee808995b7 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e58bf017-ae98-4b8b-833a-e4ee808995b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0ba0730c-d7f5-4fc4-81ec-0111da4752a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ba0730c-d7f5-4fc4-81ec-0111da4752a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ba0730c-d7f5-4fc4-81ec-0111da4752a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin-left: auto;
margin-right: auto;
max-width: 2775px;
text-align: center;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2775px;

  /* 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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7-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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7 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-4ab553ad-0460-4e23-b283-43ec98ad6dd7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab553ad-0460-4e23-b283-43ec98ad6dd7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7 {
  margin-top: 24px;
}
}







#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc243eb7-d99c-46df-b269-a04acf0b5cb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin-left: auto;
margin-right: auto;
max-width: 2403px;
text-align: center;
}

#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 img.shogun-image {
  width: 100%;
  
  
  max-width: 2403px;

  /* 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-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 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-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 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-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 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-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-710b9232-2c41-489b-8163-219e58e36b91 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-710b9232-2c41-489b-8163-219e58e36b91-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-710b9232-2c41-489b-8163-219e58e36b91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-710b9232-2c41-489b-8163-219e58e36b91 .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-710b9232-2c41-489b-8163-219e58e36b91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-710b9232-2c41-489b-8163-219e58e36b91 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-710b9232-2c41-489b-8163-219e58e36b91 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710b9232-2c41-489b-8163-219e58e36b91.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc416026-b5c5-4b16-8c9d-249d8e809e23 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dc416026-b5c5-4b16-8c9d-249d8e809e23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dc416026-b5c5-4b16-8c9d-249d8e809e23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dc416026-b5c5-4b16-8c9d-249d8e809e23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dc416026-b5c5-4b16-8c9d-249d8e809e23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.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-0457cf75-1097-4f89-ae0a-15e7507a0cc6 {
  margin-left: auto;
margin-right: auto;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 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-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-column, #s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 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-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-column, #s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 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-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-column, #s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 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-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-column, #s-0457cf75-1097-4f89-ae0a-15e7507a0cc6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-38984867-fd29-4b74-a356-4da5c9950b81 {
  margin-left: auto;
margin-right: auto;
}

#s-38984867-fd29-4b74-a356-4da5c9950b81 .shg-proportional-font-size,
#s-38984867-fd29-4b74-a356-4da5c9950b81 .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-38984867-fd29-4b74-a356-4da5c9950b81 .shg-proportional-font-size,
#s-38984867-fd29-4b74-a356-4da5c9950b81 .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-38984867-fd29-4b74-a356-4da5c9950b81 .shg-proportional-font-size,
#s-38984867-fd29-4b74-a356-4da5c9950b81 .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-38984867-fd29-4b74-a356-4da5c9950b81 .shg-proportional-font-size,
#s-38984867-fd29-4b74-a356-4da5c9950b81 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-fa6cfab0-24cf-4142-ad77-fbed962943cd {
  margin-left: auto;
margin-right: auto;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd 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-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-column, #s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fa6cfab0-24cf-4142-ad77-fbed962943cd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd 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-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-column, #s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa6cfab0-24cf-4142-ad77-fbed962943cd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd 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-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-column, #s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-fa6cfab0-24cf-4142-ad77-fbed962943cd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd 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-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-column, #s-fa6cfab0-24cf-4142-ad77-fbed962943cd td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-d291dad3-c89a-432d-afca-5a4794765d9c {
  margin-left: auto;
margin-right: auto;
}

#s-d291dad3-c89a-432d-afca-5a4794765d9c .shg-proportional-font-size,
#s-d291dad3-c89a-432d-afca-5a4794765d9c .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-d291dad3-c89a-432d-afca-5a4794765d9c .shg-proportional-font-size,
#s-d291dad3-c89a-432d-afca-5a4794765d9c .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-d291dad3-c89a-432d-afca-5a4794765d9c .shg-proportional-font-size,
#s-d291dad3-c89a-432d-afca-5a4794765d9c .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-d291dad3-c89a-432d-afca-5a4794765d9c .shg-proportional-font-size,
#s-d291dad3-c89a-432d-afca-5a4794765d9c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-9b605872-3451-43c7-b39f-c4be53428c2f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9b605872-3451-43c7-b39f-c4be53428c2f {
  margin-top: 10px;
}
}
#s-9b605872-3451-43c7-b39f-c4be53428c2f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f 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-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-column, #s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b605872-3451-43c7-b39f-c4be53428c2f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f 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-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-column, #s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b605872-3451-43c7-b39f-c4be53428c2f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f 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-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-column, #s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-9b605872-3451-43c7-b39f-c4be53428c2f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f 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-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-column, #s-9b605872-3451-43c7-b39f-c4be53428c2f td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-df787837-8dcb-417d-ae43-dde03833024f {
  margin-left: auto;
margin-right: auto;
}

#s-df787837-8dcb-417d-ae43-dde03833024f .shg-proportional-font-size,
#s-df787837-8dcb-417d-ae43-dde03833024f .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-df787837-8dcb-417d-ae43-dde03833024f .shg-proportional-font-size,
#s-df787837-8dcb-417d-ae43-dde03833024f .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-df787837-8dcb-417d-ae43-dde03833024f .shg-proportional-font-size,
#s-df787837-8dcb-417d-ae43-dde03833024f .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-df787837-8dcb-417d-ae43-dde03833024f .shg-proportional-font-size,
#s-df787837-8dcb-417d-ae43-dde03833024f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-e6880a24-bd9b-4de6-809c-ecbe52274737 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e6880a24-bd9b-4de6-809c-ecbe52274737 {
  margin-top: 10px;
}
}
#s-e6880a24-bd9b-4de6-809c-ecbe52274737 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 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-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-column, #s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e6880a24-bd9b-4de6-809c-ecbe52274737 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 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-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-column, #s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6880a24-bd9b-4de6-809c-ecbe52274737 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 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-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-column, #s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-e6880a24-bd9b-4de6-809c-ecbe52274737 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 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-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-column, #s-e6880a24-bd9b-4de6-809c-ecbe52274737 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-c96933ff-165d-45f4-8ced-03a985e87e0d {
  margin-left: auto;
margin-right: auto;
}

#s-c96933ff-165d-45f4-8ced-03a985e87e0d .shg-proportional-font-size,
#s-c96933ff-165d-45f4-8ced-03a985e87e0d .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-c96933ff-165d-45f4-8ced-03a985e87e0d .shg-proportional-font-size,
#s-c96933ff-165d-45f4-8ced-03a985e87e0d .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-c96933ff-165d-45f4-8ced-03a985e87e0d .shg-proportional-font-size,
#s-c96933ff-165d-45f4-8ced-03a985e87e0d .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-c96933ff-165d-45f4-8ced-03a985e87e0d .shg-proportional-font-size,
#s-c96933ff-165d-45f4-8ced-03a985e87e0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a {
  margin-top: 10px;
}
}
#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a 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-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-column, #s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a 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-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-column, #s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a 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-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-column, #s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a 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-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-column, #s-94751e59-33fc-4c1b-b7a9-585c8e892b7a td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-df363a29-f007-4443-a464-0bc588ca2ed2 {
  margin-left: auto;
margin-right: auto;
}

#s-df363a29-f007-4443-a464-0bc588ca2ed2 .shg-proportional-font-size,
#s-df363a29-f007-4443-a464-0bc588ca2ed2 .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-df363a29-f007-4443-a464-0bc588ca2ed2 .shg-proportional-font-size,
#s-df363a29-f007-4443-a464-0bc588ca2ed2 .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-df363a29-f007-4443-a464-0bc588ca2ed2 .shg-proportional-font-size,
#s-df363a29-f007-4443-a464-0bc588ca2ed2 .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-df363a29-f007-4443-a464-0bc588ca2ed2 .shg-proportional-font-size,
#s-df363a29-f007-4443-a464-0bc588ca2ed2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 {
  margin-top: 10px;
}
}
#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 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-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-column, #s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 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-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-column, #s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 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-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-column, #s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 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-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-column, #s-9fb9f1fe-bfbe-4909-8486-12aeb3782925 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-303b6ded-e0a7-4a87-a37f-34d8a3444103 {
  margin-left: auto;
margin-right: auto;
}

#s-303b6ded-e0a7-4a87-a37f-34d8a3444103 .shg-proportional-font-size,
#s-303b6ded-e0a7-4a87-a37f-34d8a3444103 .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-303b6ded-e0a7-4a87-a37f-34d8a3444103 .shg-proportional-font-size,
#s-303b6ded-e0a7-4a87-a37f-34d8a3444103 .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-303b6ded-e0a7-4a87-a37f-34d8a3444103 .shg-proportional-font-size,
#s-303b6ded-e0a7-4a87-a37f-34d8a3444103 .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-303b6ded-e0a7-4a87-a37f-34d8a3444103 .shg-proportional-font-size,
#s-303b6ded-e0a7-4a87-a37f-34d8a3444103 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-cb5f1098-c6f5-430a-b487-adc3cecc0519 {
  margin-top: 20px;
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-cb5f1098-c6f5-430a-b487-adc3cecc0519 {
  padding-top: 8%;
}
}







#s-cb5f1098-c6f5-430a-b487-adc3cecc0519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb5f1098-c6f5-430a-b487-adc3cecc0519.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03bfda21-8d79-4ee1-95ad-531e1942fdef {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-03bfda21-8d79-4ee1-95ad-531e1942fdef .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-03bfda21-8d79-4ee1-95ad-531e1942fdef .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-03bfda21-8d79-4ee1-95ad-531e1942fdef .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-390f7d46-8900-49da-b27e-cb20e0f3b331 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-390f7d46-8900-49da-b27e-cb20e0f3b331"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-390f7d46-8900-49da-b27e-cb20e0f3b331"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-390f7d46-8900-49da-b27e-cb20e0f3b331"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-390f7d46-8900-49da-b27e-cb20e0f3b331"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0d3d7ccd-6388-4810-9459-eb17ce695eff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0d3d7ccd-6388-4810-9459-eb17ce695eff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d3d7ccd-6388-4810-9459-eb17ce695eff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  margin-left: auto;
margin-right: auto;
max-width: 2790px;
text-align: center;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a-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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a img.shogun-image {
  width: 100%;
  
  
  max-width: 2790px;

  /* 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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a-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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a 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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a-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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a 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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a-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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a 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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a-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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a 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-0f4eaec1-0696-43bd-ad24-66aa0fbb765a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4eaec1-0696-43bd-ad24-66aa0fbb765a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-78a63be6-76a2-4fa4-8bf5-04817a3c1ecf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-78a63be6-76a2-4fa4-8bf5-04817a3c1ecf {
  margin-top: 24px;
}
}







#s-78a63be6-76a2-4fa4-8bf5-04817a3c1ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78a63be6-76a2-4fa4-8bf5-04817a3c1ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  margin-left: auto;
margin-right: auto;
max-width: 2209px;
text-align: center;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134-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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 img.shogun-image {
  width: 100%;
  
  
  max-width: 2209px;

  /* 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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134-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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134-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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134-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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134-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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 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-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5a8bd7b-9701-4c7a-8d8a-bbb53b567134.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d204afe7-7540-4ae8-91c7-0344db5fd94a {
  margin-top: 48px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d204afe7-7540-4ae8-91c7-0344db5fd94a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d204afe7-7540-4ae8-91c7-0344db5fd94a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d204afe7-7540-4ae8-91c7-0344db5fd94a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d204afe7-7540-4ae8-91c7-0344db5fd94a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 {
  margin-left: auto;
margin-right: auto;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 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-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-column, #s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 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-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-column, #s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 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-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-column, #s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 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-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-column, #s-4c3b5743-5276-4867-bfd8-f7b2a7832bd0 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-792707ea-b436-414e-b8fe-6da63708d20a {
  margin-left: auto;
margin-right: auto;
}

#s-792707ea-b436-414e-b8fe-6da63708d20a .shg-proportional-font-size,
#s-792707ea-b436-414e-b8fe-6da63708d20a .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-792707ea-b436-414e-b8fe-6da63708d20a .shg-proportional-font-size,
#s-792707ea-b436-414e-b8fe-6da63708d20a .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-792707ea-b436-414e-b8fe-6da63708d20a .shg-proportional-font-size,
#s-792707ea-b436-414e-b8fe-6da63708d20a .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-792707ea-b436-414e-b8fe-6da63708d20a .shg-proportional-font-size,
#s-792707ea-b436-414e-b8fe-6da63708d20a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 {
  margin-left: auto;
margin-right: auto;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 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-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-column, #s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 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-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-column, #s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 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-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-column, #s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 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-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-column, #s-1d0b3979-0b96-44df-9452-ba340d5c67c9 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-41158063-0d80-4828-af00-3bcbba752058 {
  margin-left: auto;
margin-right: auto;
}

#s-41158063-0d80-4828-af00-3bcbba752058 .shg-proportional-font-size,
#s-41158063-0d80-4828-af00-3bcbba752058 .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-41158063-0d80-4828-af00-3bcbba752058 .shg-proportional-font-size,
#s-41158063-0d80-4828-af00-3bcbba752058 .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-41158063-0d80-4828-af00-3bcbba752058 .shg-proportional-font-size,
#s-41158063-0d80-4828-af00-3bcbba752058 .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-41158063-0d80-4828-af00-3bcbba752058 .shg-proportional-font-size,
#s-41158063-0d80-4828-af00-3bcbba752058 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 {
  margin-top: 10px;
}
}
#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 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-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-column, #s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 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-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-column, #s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 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-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-column, #s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 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-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-column, #s-8989f0aa-ce94-432f-9b79-fb933cc53e30 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-e28d3227-7b20-43a3-8618-4270a862874e {
  margin-left: auto;
margin-right: auto;
}

#s-e28d3227-7b20-43a3-8618-4270a862874e .shg-proportional-font-size,
#s-e28d3227-7b20-43a3-8618-4270a862874e .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-e28d3227-7b20-43a3-8618-4270a862874e .shg-proportional-font-size,
#s-e28d3227-7b20-43a3-8618-4270a862874e .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-e28d3227-7b20-43a3-8618-4270a862874e .shg-proportional-font-size,
#s-e28d3227-7b20-43a3-8618-4270a862874e .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-e28d3227-7b20-43a3-8618-4270a862874e .shg-proportional-font-size,
#s-e28d3227-7b20-43a3-8618-4270a862874e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-f3e01757-7d6f-49a8-ae70-263b46930b5c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f3e01757-7d6f-49a8-ae70-263b46930b5c {
  margin-top: 10px;
}
}
#s-f3e01757-7d6f-49a8-ae70-263b46930b5c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c 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-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-column, #s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f3e01757-7d6f-49a8-ae70-263b46930b5c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c 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-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-column, #s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3e01757-7d6f-49a8-ae70-263b46930b5c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c 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-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-column, #s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-f3e01757-7d6f-49a8-ae70-263b46930b5c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c 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-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-column, #s-f3e01757-7d6f-49a8-ae70-263b46930b5c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-edb7b057-60af-4f2e-965d-13951257f051 {
  margin-left: auto;
margin-right: auto;
}

#s-edb7b057-60af-4f2e-965d-13951257f051 .shg-proportional-font-size,
#s-edb7b057-60af-4f2e-965d-13951257f051 .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-edb7b057-60af-4f2e-965d-13951257f051 .shg-proportional-font-size,
#s-edb7b057-60af-4f2e-965d-13951257f051 .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-edb7b057-60af-4f2e-965d-13951257f051 .shg-proportional-font-size,
#s-edb7b057-60af-4f2e-965d-13951257f051 .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-edb7b057-60af-4f2e-965d-13951257f051 .shg-proportional-font-size,
#s-edb7b057-60af-4f2e-965d-13951257f051 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-00c64931-d4ab-42e7-83a7-417cb8384974 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-00c64931-d4ab-42e7-83a7-417cb8384974 {
  margin-top: 10px;
}
}
#s-00c64931-d4ab-42e7-83a7-417cb8384974 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 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-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-column, #s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-00c64931-d4ab-42e7-83a7-417cb8384974 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 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-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-column, #s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-00c64931-d4ab-42e7-83a7-417cb8384974 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 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-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-column, #s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-00c64931-d4ab-42e7-83a7-417cb8384974 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 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-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-column, #s-00c64931-d4ab-42e7-83a7-417cb8384974 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-92c9038c-ed36-4fcd-9668-71e0c16027e3 {
  margin-left: auto;
margin-right: auto;
}

#s-92c9038c-ed36-4fcd-9668-71e0c16027e3 .shg-proportional-font-size,
#s-92c9038c-ed36-4fcd-9668-71e0c16027e3 .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-92c9038c-ed36-4fcd-9668-71e0c16027e3 .shg-proportional-font-size,
#s-92c9038c-ed36-4fcd-9668-71e0c16027e3 .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-92c9038c-ed36-4fcd-9668-71e0c16027e3 .shg-proportional-font-size,
#s-92c9038c-ed36-4fcd-9668-71e0c16027e3 .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-92c9038c-ed36-4fcd-9668-71e0c16027e3 .shg-proportional-font-size,
#s-92c9038c-ed36-4fcd-9668-71e0c16027e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-62970136-4663-4a33-8d8c-53b88d644bfb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-62970136-4663-4a33-8d8c-53b88d644bfb {
  margin-top: 10px;
}
}
#s-62970136-4663-4a33-8d8c-53b88d644bfb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb 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-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-column, #s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-62970136-4663-4a33-8d8c-53b88d644bfb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb 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-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-column, #s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-62970136-4663-4a33-8d8c-53b88d644bfb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb 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-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-column, #s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-62970136-4663-4a33-8d8c-53b88d644bfb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb 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-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-column, #s-62970136-4663-4a33-8d8c-53b88d644bfb td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-50f46925-c99a-43e0-b63d-70d04144c4d2 {
  margin-left: auto;
margin-right: auto;
}

#s-50f46925-c99a-43e0-b63d-70d04144c4d2 .shg-proportional-font-size,
#s-50f46925-c99a-43e0-b63d-70d04144c4d2 .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-50f46925-c99a-43e0-b63d-70d04144c4d2 .shg-proportional-font-size,
#s-50f46925-c99a-43e0-b63d-70d04144c4d2 .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-50f46925-c99a-43e0-b63d-70d04144c4d2 .shg-proportional-font-size,
#s-50f46925-c99a-43e0-b63d-70d04144c4d2 .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-50f46925-c99a-43e0-b63d-70d04144c4d2 .shg-proportional-font-size,
#s-50f46925-c99a-43e0-b63d-70d04144c4d2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#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;
}
