.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/ba52c46b-3e2a-491e-80af-05f6e6570a05/);
}








#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-e8772331-9601-4e98-959d-0c6909f7406a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e8772331-9601-4e98-959d-0c6909f7406a {
  padding-top: 5%;
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(246, 246, 246, 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-f39b2f45-df74-4f5f-b4b6-810e42a5391e {
  margin-top: 24px;
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: 6px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-f39b2f45-df74-4f5f-b4b6-810e42a5391e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f39b2f45-df74-4f5f-b4b6-810e42a5391e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-79d41da4-1436-4cd2-bf8c-b880f30cb30d {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d {
  margin-top: -12px;
}
}
#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d .shg-proportional-font-size,
#s-79d41da4-1436-4cd2-bf8c-b880f30cb30d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-75278f78-d604-456c-9321-5eb83791248f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-75278f78-d604-456c-9321-5eb83791248f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75278f78-d604-456c-9321-5eb83791248f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-75278f78-d604-456c-9321-5eb83791248f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-75278f78-d604-456c-9321-5eb83791248f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-293ef5f8-fbdd-4a0c-82fb-17f380f6871f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-293ef5f8-fbdd-4a0c-82fb-17f380f6871f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-293ef5f8-fbdd-4a0c-82fb-17f380f6871f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-968a96e6-58b3-4cdb-9546-79361321869a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-968a96e6-58b3-4cdb-9546-79361321869a .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-968a96e6-58b3-4cdb-9546-79361321869a .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-968a96e6-58b3-4cdb-9546-79361321869a .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-f74c9289-ffdf-4d48-823f-22cc5417aee3 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f74c9289-ffdf-4d48-823f-22cc5417aee3 {
  margin-top: -12px;
}
}
#s-f74c9289-ffdf-4d48-823f-22cc5417aee3 .shg-proportional-font-size,
#s-f74c9289-ffdf-4d48-823f-22cc5417aee3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d3da727a-aad9-4b66-9021-2b35fce37911 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-d3da727a-aad9-4b66-9021-2b35fce37911 {
  margin-top: 10px;
}
}







#s-d3da727a-aad9-4b66-9021-2b35fce37911 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3da727a-aad9-4b66-9021-2b35fce37911.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-76f201f3-9f68-4127-9b16-cc2a6ecf6ef4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-76f201f3-9f68-4127-9b16-cc2a6ecf6ef4 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-76f201f3-9f68-4127-9b16-cc2a6ecf6ef4 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-76f201f3-9f68-4127-9b16-cc2a6ecf6ef4 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-96aca18d-6b8b-4b79-82bc-5d82406456bb {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-96aca18d-6b8b-4b79-82bc-5d82406456bb {
  margin-top: -12px;
}
}
#s-96aca18d-6b8b-4b79-82bc-5d82406456bb .shg-proportional-font-size,
#s-96aca18d-6b8b-4b79-82bc-5d82406456bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#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: 5%;
padding-left: 3%;
padding-right: 3%;
}
}







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

#s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
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(19, 17, 12, 1);
}








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

#s-38bb57b3-cc64-44e3-b9b1-0f8de2cc775d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#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: 4px;
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: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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


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


}
#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(19, 17, 12, 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-e0365bdb-9695-4f60-b50b-359a9b542360 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#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: 4px;
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: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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


}@media (max-width: 767px){#s-bcddf727-14b5-4c44-b984-9dc1d2ec470b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  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(19, 17, 12, 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-aeb22dd4-63db-4988-bd91-b4c0f16752c8 {
  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: 4px;
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: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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


}@media (max-width: 767px){#s-13a7a220-f32f-4652-bb74-d910bab0d33f .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  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(19, 17, 12, 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;
}

.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-2bcd9ede-7abd-4fc2-ab78-ec62dc678303 {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
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: 720px;

  /* 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: 12px;
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: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


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


}@media (max-width: 767px){#s-883ba26b-a762-40df-bb6b-fc7907ee172c .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  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-caa296f1-f469-4fd8-9b26-171e1cb7ba83 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83 {
  padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caa296f1-f469-4fd8-9b26-171e1cb7ba83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4269b4f8-e067-4e87-851a-9a40b704d2c2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4269b4f8-e067-4e87-851a-9a40b704d2c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3 {
  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-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3 {
  padding-top: 8%;
}
}







#s-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20a3dfc3-3b6a-437a-87b6-fff0f50e8fe3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf-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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf 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-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6db73a-6d86-44d5-83e3-07a4ec0bd2bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bdf12070-4703-4a62-bc1e-adfefc8d76aa {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdf12070-4703-4a62-bc1e-adfefc8d76aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff {
  margin-left: auto;
margin-right: auto;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff 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-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-column, #s-a8ea84bc-5b27-43b6-a888-6d282a26d8ff td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda {
  margin-left: auto;
margin-right: auto;
}

#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .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-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .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-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .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-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size,
#s-518199f2-a0d5-4b06-b5ed-05e7398cccda .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b {
  margin-top: 10px;
}
}
#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b 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-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-column, #s-246eafd6-be28-4e91-9b86-f8c4f3cebe1b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff {
  margin-left: auto;
margin-right: auto;
}

#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .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-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .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-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .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-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size,
#s-f40da5e6-27d3-4368-b07b-9a2a275847ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-41daa3c4-75fd-47df-a42b-77976ef708ec {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-41daa3c4-75fd-47df-a42b-77976ef708ec {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-41daa3c4-75fd-47df-a42b-77976ef708ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c {
  margin-top: 0px;
}
}
#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-0fb8e13c-3442-430c-89fe-8b3868638c3c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c 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-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-column, #s-0fb8e13c-3442-430c-89fe-8b3868638c3c td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 {
  margin-left: auto;
margin-right: auto;
}

#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .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-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .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-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .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-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size,
#s-a4a813a5-bc16-4e58-ae2e-a4b607f15217 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 {
  margin-top: 10px;
}
}
#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 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-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-column, #s-506bc73c-6a6b-4d66-81a4-39dc9ea64b72 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce {
  margin-left: auto;
margin-right: auto;
}

#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .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-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .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-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .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-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size,
#s-00d1ac76-3a3f-4bb0-83ab-38f5770319ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a16d25-3ce5-4f9c-bb37-a7a03b91f3bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-48968aad-ca81-41fe-812f-110911e4159e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-48968aad-ca81-41fe-812f-110911e4159e {
  margin-top: 0px;
}
}
#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-48968aad-ca81-41fe-812f-110911e4159e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-48968aad-ca81-41fe-812f-110911e4159e 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-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-column, #s-48968aad-ca81-41fe-812f-110911e4159e td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 {
  margin-left: auto;
margin-right: auto;
}

#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .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-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .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-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .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-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size,
#s-04750285-98d5-4e9f-9894-56c3f5094dd2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 {
  margin-top: 10px;
}
}
#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 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-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-column, #s-bcc28648-cf7a-4f20-901a-6d3446bcd9f5 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 {
  margin-left: auto;
margin-right: auto;
}

#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .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-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .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-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .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-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size,
#s-ec773b2b-5b74-4cf7-87ed-08c0022d6c49 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-45c6c706-fe8c-4c85-b5ed-a910f2159e2c {
  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-45c6c706-fe8c-4c85-b5ed-a910f2159e2c {
  margin-top: 10px;
padding-top: 8%;
}
}







#s-45c6c706-fe8c-4c85-b5ed-a910f2159e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45c6c706-fe8c-4c85-b5ed-a910f2159e2c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0-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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 .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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-48b110cc-d6b3-42dd-8767-e729fa3221e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0-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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 .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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 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-48b110cc-d6b3-42dd-8767-e729fa3221e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0-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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 .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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 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-48b110cc-d6b3-42dd-8767-e729fa3221e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0-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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 .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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 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-48b110cc-d6b3-42dd-8767-e729fa3221e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0-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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 .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-48b110cc-d6b3-42dd-8767-e729fa3221e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0 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-48b110cc-d6b3-42dd-8767-e729fa3221e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b110cc-d6b3-42dd-8767-e729fa3221e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f5bc0989-3619-481d-8719-2d0bd6be0ef6 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5bc0989-3619-481d-8719-2d0bd6be0ef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5bc0989-3619-481d-8719-2d0bd6be0ef6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f5bc0989-3619-481d-8719-2d0bd6be0ef6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5bc0989-3619-481d-8719-2d0bd6be0ef6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 {
  margin-left: auto;
margin-right: auto;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 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-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-column, #s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3e69aeb8-8a11-4680-8f60-447de6368a23 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 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-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-column, #s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e69aeb8-8a11-4680-8f60-447de6368a23 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 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-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-column, #s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-3e69aeb8-8a11-4680-8f60-447de6368a23 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 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-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-column, #s-3e69aeb8-8a11-4680-8f60-447de6368a23 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-d8ff009b-d6ee-43fd-ac31-c3883418a741 {
  margin-left: auto;
margin-right: auto;
}

#s-d8ff009b-d6ee-43fd-ac31-c3883418a741 .shg-proportional-font-size,
#s-d8ff009b-d6ee-43fd-ac31-c3883418a741 .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-d8ff009b-d6ee-43fd-ac31-c3883418a741 .shg-proportional-font-size,
#s-d8ff009b-d6ee-43fd-ac31-c3883418a741 .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-d8ff009b-d6ee-43fd-ac31-c3883418a741 .shg-proportional-font-size,
#s-d8ff009b-d6ee-43fd-ac31-c3883418a741 .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-d8ff009b-d6ee-43fd-ac31-c3883418a741 .shg-proportional-font-size,
#s-d8ff009b-d6ee-43fd-ac31-c3883418a741 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 {
  margin-top: 10px;
}
}
#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 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-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-column, #s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 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-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-column, #s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 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-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-column, #s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 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-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-column, #s-a50c15f2-15fd-4e7d-b183-c7712df87ab8 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-67acc797-f5cd-45e8-b381-9527b57ab1bb {
  margin-left: auto;
margin-right: auto;
}

#s-67acc797-f5cd-45e8-b381-9527b57ab1bb .shg-proportional-font-size,
#s-67acc797-f5cd-45e8-b381-9527b57ab1bb .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-67acc797-f5cd-45e8-b381-9527b57ab1bb .shg-proportional-font-size,
#s-67acc797-f5cd-45e8-b381-9527b57ab1bb .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-67acc797-f5cd-45e8-b381-9527b57ab1bb .shg-proportional-font-size,
#s-67acc797-f5cd-45e8-b381-9527b57ab1bb .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-67acc797-f5cd-45e8-b381-9527b57ab1bb .shg-proportional-font-size,
#s-67acc797-f5cd-45e8-b381-9527b57ab1bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-1098e853-c89a-4a88-bd51-919847f8ba44 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1098e853-c89a-4a88-bd51-919847f8ba44 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-1098e853-c89a-4a88-bd51-919847f8ba44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1098e853-c89a-4a88-bd51-919847f8ba44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1098e853-c89a-4a88-bd51-919847f8ba44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1098e853-c89a-4a88-bd51-919847f8ba44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 {
  margin-top: 0px;
}
}
#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 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-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-column, #s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 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-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-column, #s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 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-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-column, #s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 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-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-column, #s-6367cc28-5c17-48c4-9b6c-45aabfc3f999 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-81a76bb8-f4a4-47e8-baa3-4053efb58a5f {
  margin-left: auto;
margin-right: auto;
}

#s-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .shg-proportional-font-size,
#s-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .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-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .shg-proportional-font-size,
#s-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .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-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .shg-proportional-font-size,
#s-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .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-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .shg-proportional-font-size,
#s-81a76bb8-f4a4-47e8-baa3-4053efb58a5f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d {
  margin-top: 10px;
}
}
#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d 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-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-column, #s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d 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-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-column, #s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d 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-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-column, #s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d 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-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-column, #s-873031db-3df5-4f6d-9ba5-f7f4b95bb77d td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 {
  margin-left: auto;
margin-right: auto;
}

#s-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .shg-proportional-font-size,
#s-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .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-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .shg-proportional-font-size,
#s-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .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-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .shg-proportional-font-size,
#s-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .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-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .shg-proportional-font-size,
#s-7c3ec9e4-94f0-4385-a35c-fdf731dadef3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-4994b482-5ddf-41d7-adca-ccf786577bbc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4994b482-5ddf-41d7-adca-ccf786577bbc {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-4994b482-5ddf-41d7-adca-ccf786577bbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4994b482-5ddf-41d7-adca-ccf786577bbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4994b482-5ddf-41d7-adca-ccf786577bbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4994b482-5ddf-41d7-adca-ccf786577bbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 {
  margin-top: 0px;
}
}
#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 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-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-column, #s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 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-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-column, #s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 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-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-column, #s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 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-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-column, #s-c102f220-3944-4ee8-86d0-d0cf9d00daf4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-a2570233-d929-4bd4-9810-0ab5341ca11f {
  margin-left: auto;
margin-right: auto;
}

#s-a2570233-d929-4bd4-9810-0ab5341ca11f .shg-proportional-font-size,
#s-a2570233-d929-4bd4-9810-0ab5341ca11f .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-a2570233-d929-4bd4-9810-0ab5341ca11f .shg-proportional-font-size,
#s-a2570233-d929-4bd4-9810-0ab5341ca11f .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-a2570233-d929-4bd4-9810-0ab5341ca11f .shg-proportional-font-size,
#s-a2570233-d929-4bd4-9810-0ab5341ca11f .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-a2570233-d929-4bd4-9810-0ab5341ca11f .shg-proportional-font-size,
#s-a2570233-d929-4bd4-9810-0ab5341ca11f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-dc621374-9ad1-47a7-8c29-4ad875af9194 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-dc621374-9ad1-47a7-8c29-4ad875af9194 {
  margin-top: 10px;
}
}
#s-dc621374-9ad1-47a7-8c29-4ad875af9194 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 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-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-column, #s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-dc621374-9ad1-47a7-8c29-4ad875af9194 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 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-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-column, #s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc621374-9ad1-47a7-8c29-4ad875af9194 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 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-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-column, #s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-dc621374-9ad1-47a7-8c29-4ad875af9194 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 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-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-column, #s-dc621374-9ad1-47a7-8c29-4ad875af9194 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-346245e7-6fd0-4981-bc44-426c14819931 {
  margin-left: auto;
margin-right: auto;
}

#s-346245e7-6fd0-4981-bc44-426c14819931 .shg-proportional-font-size,
#s-346245e7-6fd0-4981-bc44-426c14819931 .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-346245e7-6fd0-4981-bc44-426c14819931 .shg-proportional-font-size,
#s-346245e7-6fd0-4981-bc44-426c14819931 .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-346245e7-6fd0-4981-bc44-426c14819931 .shg-proportional-font-size,
#s-346245e7-6fd0-4981-bc44-426c14819931 .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-346245e7-6fd0-4981-bc44-426c14819931 .shg-proportional-font-size,
#s-346245e7-6fd0-4981-bc44-426c14819931 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886 {
  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-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886 {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
}
}







#s-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5ff0c57-13bf-4fb3-a003-57b3d4aa8886.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005 {
  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: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(19, 17, 12, 1);
}
@media (max-width: 767px){#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005 {
  padding-top: 8%;
}
}







#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abb2f9fd-7ea5-4549-a9e6-cf007fe5e005.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-df034f1e-18c3-4a10-ab5b-dea30b8773ab .shogun-heading-component h2 {
  color: rgba(246, 246, 246, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3bdfcc34-f747-4ad6-808b-9aeed53c5018 {
  margin-top: 24px;
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: 6px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-3bdfcc34-f747-4ad6-808b-9aeed53c5018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bdfcc34-f747-4ad6-808b-9aeed53c5018.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-54f3fe85-53c8-4c1b-8bed-cf2785a463fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f2fff3d6-5f28-487a-b328-b49370dfd304 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2fff3d6-5f28-487a-b328-b49370dfd304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3e7ede79-960d-45fe-88dd-39a079c3b313 {
  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: 4px;
}

#s-6f21c687-9b04-4c22-92ec-df4d4be08221 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6f21c687-9b04-4c22-92ec-df4d4be08221 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 {
  max-width:  100%;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 .shg-image-zoom,
.shg-c#s-c8385f70-6332-4e3b-9c57-6893f68b0da6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-aae785d8-ec3b-4fb8-baaf-d9be4e52c37e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d282d275-d984-489b-9753-30fff008a2c9 {
  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: 4px;
}

#s-04a8372b-0477-4712-80c5-0889933fdb4b {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-04a8372b-0477-4712-80c5-0889933fdb4b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 {
  max-width:  100%;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom {
  width:  500; 
  height:  100%; 
}




.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 .shg-image-zoom,
.shg-c#s-9d2f324f-188f-4fe7-8754-02cd5d26e4e3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-05da5e05-6f5c-4a81-981b-8eeea8f49923 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-adca9e0e-7151-4bf3-8a02-a1b94031fe8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3aef9872-a9b2-4688-bfad-19baeb71d870 {
  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: 4px;
}

#s-2d71110a-c001-43c2-aa0d-48c1f128cfa3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d71110a-c001-43c2-aa0d-48c1f128cfa3 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 {
  max-width:  100%;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 .shg-image-zoom,
.shg-c#s-0ec08963-85a4-416d-930d-6ec5ece3e420 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-4b917de6-4344-4660-92cc-ca3448c878a8 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4b917de6-4344-4660-92cc-ca3448c878a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-4b917de6-4344-4660-92cc-ca3448c878a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-4b917de6-4344-4660-92cc-ca3448c878a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-716d54d4-5815-4ae0-8ef3-9bfd3f8877bd {
  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: 4px;
}

#s-6e24e02e-78fa-427c-9ef6-860a59229ee1 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6e24e02e-78fa-427c-9ef6-860a59229ee1 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4621774d-8661-4268-b069-92dafa46982c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c {
  max-width:  100%;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom {
  width:  1440; 
  height:  100%; 
}




.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4621774d-8661-4268-b069-92dafa46982c .shg-image-zoom,
.shg-c#s-4621774d-8661-4268-b069-92dafa46982c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 14px;
}

#s-0a60bf94-66e4-4284-9447-ac8a7e93e634 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26f222e4-0f86-4866-a98a-ca1fccf29c50 {
  margin-top: 10px;
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: 6px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-26f222e4-0f86-4866-a98a-ca1fccf29c50 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-26f222e4-0f86-4866-a98a-ca1fccf29c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26f222e4-0f86-4866-a98a-ca1fccf29c50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0af8827e-9fd7-4b6f-bc41-5ca46a0cdf69 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0af8827e-9fd7-4b6f-bc41-5ca46a0cdf69 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 {
  margin-top: -6px;
margin-bottom: -12px;
}
}
#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 .shg-proportional-font-size,
#s-8848f0f6-4569-4f19-975b-5dfcda3a24c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25ed0867-1c31-4310-abdf-f0ec3073354e {
  margin-top: 10px;
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: 6px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-25ed0867-1c31-4310-abdf-f0ec3073354e {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-25ed0867-1c31-4310-abdf-f0ec3073354e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25ed0867-1c31-4310-abdf-f0ec3073354e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59771223-dff2-4375-8d2c-3575be7c1cf7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-59771223-dff2-4375-8d2c-3575be7c1cf7 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c {
  margin-top: -6px;
margin-bottom: -12px;
}
}
#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c .shg-proportional-font-size,
#s-3fb56f1d-388f-4afe-81a4-92d32f309e7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c {
  margin-top: 10px;
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: 6px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36d76c4c-0ad3-42ba-bd3b-d46a6ed6f93c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-694fae64-c015-4ddc-b32d-c65010600597 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-694fae64-c015-4ddc-b32d-c65010600597 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af {
  margin-top: -6px;
margin-bottom: -12px;
}
}
#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af .shg-proportional-font-size,
#s-57d1c5dc-58fd-4581-85ce-8d9b0ee8a0af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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







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

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







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

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

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


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


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


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

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

}

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

}

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

}

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

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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