.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-cac109f6-608c-4a47-901e-402f998beafb {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(250, 245, 251, 1);
}
@media (max-width: 767px){#s-cac109f6-608c-4a47-901e-402f998beafb {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
display: none;
}
#s-cac109f6-608c-4a47-901e-402f998beafb, #wrap-s-cac109f6-608c-4a47-901e-402f998beafb, #wrap-content-s-cac109f6-608c-4a47-901e-402f998beafb { display: none !important; }}







#s-cac109f6-608c-4a47-901e-402f998beafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cac109f6-608c-4a47-901e-402f998beafb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-154da305-9039-4120-8db4-5dd93246d09d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1140px;
}








#s-154da305-9039-4120-8db4-5dd93246d09d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-154da305-9039-4120-8db4-5dd93246d09d.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-e5d38b1b-7b42-446a-90a1-01a46b11a738 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 0, 0, 0);
}

#s-e5d38b1b-7b42-446a-90a1-01a46b11a738 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-e5d38b1b-7b42-446a-90a1-01a46b11a738 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  
}


}
#s-6b7634b0-b51f-49f2-b6a5-ffef300681ad {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6b7634b0-b51f-49f2-b6a5-ffef300681ad {
  margin-bottom: 10px;
}
}
#s-6b7634b0-b51f-49f2-b6a5-ffef300681ad .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  
}


@media (max-width: 767px){#s-6b7634b0-b51f-49f2-b6a5-ffef300681ad .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}
.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-6170b93d-8763-4a97-a007-d3b1934db20e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (max-width: 767px){#s-6170b93d-8763-4a97-a007-d3b1934db20e {
  margin-top: 15px;
margin-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-6170b93d-8763-4a97-a007-d3b1934db20e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6170b93d-8763-4a97-a007-d3b1934db20e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6170b93d-8763-4a97-a007-d3b1934db20e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6170b93d-8763-4a97-a007-d3b1934db20e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-12f5fc35-84a8-493a-bb0d-5f6c1dd0b538 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(227, 229, 241, 1);
}








#s-12f5fc35-84a8-493a-bb0d-5f6c1dd0b538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12f5fc35-84a8-493a-bb0d-5f6c1dd0b538.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e891c68-8d83-48bd-b077-a6c816bf501c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5e891c68-8d83-48bd-b077-a6c816bf501c .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-5e891c68-8d83-48bd-b077-a6c816bf501c .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
.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-223e3962-3654-4f70-8dad-8c4248048b0b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-223e3962-3654-4f70-8dad-8c4248048b0b {
  margin-bottom: 10px;
}
}
#s-223e3962-3654-4f70-8dad-8c4248048b0b .shg-proportional-font-size,
#s-223e3962-3654-4f70-8dad-8c4248048b0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-223e3962-3654-4f70-8dad-8c4248048b0b .shg-proportional-font-size,
#s-223e3962-3654-4f70-8dad-8c4248048b0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-20c37e6b-6485-4df9-9be7-6611222f8c74 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-20c37e6b-6485-4df9-9be7-6611222f8c74 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-20c37e6b-6485-4df9-9be7-6611222f8c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20c37e6b-6485-4df9-9be7-6611222f8c74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a959c414-e350-4cfe-a51b-bad26e29f4ba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a959c414-e350-4cfe-a51b-bad26e29f4ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

.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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  max-width: 70px;
}
}
#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43-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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43-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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43-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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43-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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43-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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .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-4d0967b1-6c57-4d35-a386-0394a70d2d43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-4d0967b1-6c57-4d35-a386-0394a70d2d43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0967b1-6c57-4d35-a386-0394a70d2d43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d8c8d045-0bc8-4618-95ee-a94543b1a803 {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d8c8d045-0bc8-4618-95ee-a94543b1a803 {
  margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-d8c8d045-0bc8-4618-95ee-a94543b1a803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8c8d045-0bc8-4618-95ee-a94543b1a803.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6369e2a5-807b-445f-9505-084eb844bb04 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6369e2a5-807b-445f-9505-084eb844bb04 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-6369e2a5-807b-445f-9505-084eb844bb04 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-0ba1c64c-c4ba-4027-a94f-0bf587d6c097 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-0ba1c64c-c4ba-4027-a94f-0bf587d6c097 {
  margin-top: 10px;
}
}
#s-0ba1c64c-c4ba-4027-a94f-0bf587d6c097 .shg-proportional-font-size,
#s-0ba1c64c-c4ba-4027-a94f-0bf587d6c097 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-0ba1c64c-c4ba-4027-a94f-0bf587d6c097 .shg-proportional-font-size,
#s-0ba1c64c-c4ba-4027-a94f-0bf587d6c097 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-79a203d2-0b1d-431a-8b17-35065da481de {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-79a203d2-0b1d-431a-8b17-35065da481de {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-79a203d2-0b1d-431a-8b17-35065da481de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79a203d2-0b1d-431a-8b17-35065da481de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed98c93e-9df9-4416-848c-06738f6a1892 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed98c93e-9df9-4416-848c-06738f6a1892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  max-width: 70px;
}
}
#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca-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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca .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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-603543fb-6ac7-4c99-8bab-2318e84601ca img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-603543fb-6ac7-4c99-8bab-2318e84601ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca-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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca .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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-603543fb-6ac7-4c99-8bab-2318e84601ca img.shogun-image {
  width: 100%;
  
  
  

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




.s-603543fb-6ac7-4c99-8bab-2318e84601ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca-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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca .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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-603543fb-6ac7-4c99-8bab-2318e84601ca img.shogun-image {
  width: 100%;
  
  
  

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




.s-603543fb-6ac7-4c99-8bab-2318e84601ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca-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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca .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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-603543fb-6ac7-4c99-8bab-2318e84601ca img.shogun-image {
  width: 100%;
  
  
  

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




.s-603543fb-6ac7-4c99-8bab-2318e84601ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-603543fb-6ac7-4c99-8bab-2318e84601ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca-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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca .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-603543fb-6ac7-4c99-8bab-2318e84601ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-603543fb-6ac7-4c99-8bab-2318e84601ca img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-603543fb-6ac7-4c99-8bab-2318e84601ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603543fb-6ac7-4c99-8bab-2318e84601ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f3cb0b5a-abf2-4638-ae10-8f307a8d373f {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f3cb0b5a-abf2-4638-ae10-8f307a8d373f {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f3cb0b5a-abf2-4638-ae10-8f307a8d373f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3cb0b5a-abf2-4638-ae10-8f307a8d373f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d970eb7-11a5-406b-b234-11b0190cab7c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3d970eb7-11a5-406b-b234-11b0190cab7c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-3d970eb7-11a5-406b-b234-11b0190cab7c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-6c22ccca-67a9-4cd9-bbef-475c8d3210b6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-6c22ccca-67a9-4cd9-bbef-475c8d3210b6 {
  margin-top: 10px;
}
}
#s-6c22ccca-67a9-4cd9-bbef-475c8d3210b6 .shg-proportional-font-size,
#s-6c22ccca-67a9-4cd9-bbef-475c8d3210b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-6c22ccca-67a9-4cd9-bbef-475c8d3210b6 .shg-proportional-font-size,
#s-6c22ccca-67a9-4cd9-bbef-475c8d3210b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-674efa4a-c146-4576-b7c6-0d5c7bc220ca {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-674efa4a-c146-4576-b7c6-0d5c7bc220ca {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-674efa4a-c146-4576-b7c6-0d5c7bc220ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-674efa4a-c146-4576-b7c6-0d5c7bc220ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4781bf16-d76e-4d2c-bffd-b6d85f4193d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  max-width: 70px;
}
}
#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed-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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed-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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed-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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed-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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed-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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .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-a95ad84d-cf2b-404f-820a-fe866f0fd6ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95ad84d-cf2b-404f-820a-fe866f0fd6ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a16fc9a9-6a43-428c-a78c-007bc17aeecf {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a16fc9a9-6a43-428c-a78c-007bc17aeecf {
  margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-a16fc9a9-6a43-428c-a78c-007bc17aeecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a16fc9a9-6a43-428c-a78c-007bc17aeecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7999af7-b053-41ec-badc-5b53c641a6d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f7999af7-b053-41ec-badc-5b53c641a6d8 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-f7999af7-b053-41ec-badc-5b53c641a6d8 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-dbfb9936-b244-4db1-98f5-3bc9e104f227 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-dbfb9936-b244-4db1-98f5-3bc9e104f227 {
  margin-top: 10px;
}
}
#s-dbfb9936-b244-4db1-98f5-3bc9e104f227 .shg-proportional-font-size,
#s-dbfb9936-b244-4db1-98f5-3bc9e104f227 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-dbfb9936-b244-4db1-98f5-3bc9e104f227 .shg-proportional-font-size,
#s-dbfb9936-b244-4db1-98f5-3bc9e104f227 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-fba7b31e-1a25-4cb1-b5f2-2b2331aab0e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(239, 236, 231, 1);
}
@media (max-width: 767px){#s-fba7b31e-1a25-4cb1-b5f2-2b2331aab0e1 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 40px;
}
}







#s-fba7b31e-1a25-4cb1-b5f2-2b2331aab0e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fba7b31e-1a25-4cb1-b5f2-2b2331aab0e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e4396cd-b199-48fe-94e9-38ac2c745f25 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-0e4396cd-b199-48fe-94e9-38ac2c745f25 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-0e4396cd-b199-48fe-94e9-38ac2c745f25 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-2185d52f-f5f2-41ad-aecb-0fcb81bb681b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-2185d52f-f5f2-41ad-aecb-0fcb81bb681b .shg-proportional-font-size,
#s-2185d52f-f5f2-41ad-aecb-0fcb81bb681b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-2185d52f-f5f2-41ad-aecb-0fcb81bb681b .shg-proportional-font-size,
#s-2185d52f-f5f2-41ad-aecb-0fcb81bb681b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-76e643e5-b992-4a23-ac26-cd411ecc8ac7 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-76e643e5-b992-4a23-ac26-cd411ecc8ac7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-76e643e5-b992-4a23-ac26-cd411ecc8ac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76e643e5-b992-4a23-ac26-cd411ecc8ac7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64a2d678-b2ae-4b4c-a382-1e16ff2c0133"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  max-width: 70px;
}
}
#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab-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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab .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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-d3e2f09f-c644-4b9e-a960-b377efba71ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab-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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab .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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3e2f09f-c644-4b9e-a960-b377efba71ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab-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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab .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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3e2f09f-c644-4b9e-a960-b377efba71ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab-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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab .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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3e2f09f-c644-4b9e-a960-b377efba71ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab-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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab .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-d3e2f09f-c644-4b9e-a960-b377efba71ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-d3e2f09f-c644-4b9e-a960-b377efba71ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e2f09f-c644-4b9e-a960-b377efba71ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e9e5d762-3db3-4141-aa19-e629fb00ba0b {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e9e5d762-3db3-4141-aa19-e629fb00ba0b {
  margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-e9e5d762-3db3-4141-aa19-e629fb00ba0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9e5d762-3db3-4141-aa19-e629fb00ba0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a99fd24-1c18-4927-bc1a-98e2eb39321a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7a99fd24-1c18-4927-bc1a-98e2eb39321a {
  margin-top: 0px;
}
}
#s-7a99fd24-1c18-4927-bc1a-98e2eb39321a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-7a99fd24-1c18-4927-bc1a-98e2eb39321a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-d0eae3f8-1250-414f-9c4a-f1fffe61e83c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-d0eae3f8-1250-414f-9c4a-f1fffe61e83c {
  margin-top: 10px;
}
}
#s-d0eae3f8-1250-414f-9c4a-f1fffe61e83c .shg-proportional-font-size,
#s-d0eae3f8-1250-414f-9c4a-f1fffe61e83c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d0eae3f8-1250-414f-9c4a-f1fffe61e83c .shg-proportional-font-size,
#s-d0eae3f8-1250-414f-9c4a-f1fffe61e83c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5ff34c2f-c0b9-4806-ba24-78c952be1d3b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-5ff34c2f-c0b9-4806-ba24-78c952be1d3b {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-5ff34c2f-c0b9-4806-ba24-78c952be1d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ff34c2f-c0b9-4806-ba24-78c952be1d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a23051f-0810-43bd-afbe-f19359e94cfe {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a23051f-0810-43bd-afbe-f19359e94cfe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  max-width: 70px;
}
}
#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b-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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b-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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b-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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b-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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b-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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .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-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc071b60-e1fc-4035-b0aa-bfcff08bfe9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-148b7fcd-7f72-4da2-9f9c-eb672758be7b {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-148b7fcd-7f72-4da2-9f9c-eb672758be7b {
  margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-148b7fcd-7f72-4da2-9f9c-eb672758be7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-148b7fcd-7f72-4da2-9f9c-eb672758be7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-822741b8-bf7c-4255-872d-18478259cf5c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-822741b8-bf7c-4255-872d-18478259cf5c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-822741b8-bf7c-4255-872d-18478259cf5c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-158fcf37-096e-490a-9f55-efccdb112b8c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-158fcf37-096e-490a-9f55-efccdb112b8c {
  margin-top: 10px;
}
}
#s-158fcf37-096e-490a-9f55-efccdb112b8c .shg-proportional-font-size,
#s-158fcf37-096e-490a-9f55-efccdb112b8c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-158fcf37-096e-490a-9f55-efccdb112b8c .shg-proportional-font-size,
#s-158fcf37-096e-490a-9f55-efccdb112b8c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c3e62d81-e27b-4466-98a0-8b1afb7bb01e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-c3e62d81-e27b-4466-98a0-8b1afb7bb01e {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-c3e62d81-e27b-4466-98a0-8b1afb7bb01e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3e62d81-e27b-4466-98a0-8b1afb7bb01e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c09f8b96-7ea8-4070-a030-130cf85d2268 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c09f8b96-7ea8-4070-a030-130cf85d2268"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  max-width: 70px;
}
}
#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd-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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd-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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd img.shogun-image {
  width: 100%;
  
  
  

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




.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd-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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd img.shogun-image {
  width: 100%;
  
  
  

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




.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd-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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd img.shogun-image {
  width: 100%;
  
  
  

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




.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd-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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .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-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42a3a7e-80fc-4dc5-b395-e52bce28ccdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f3021589-f457-4ce2-b7c2-66a26d13cbf2 {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f3021589-f457-4ce2-b7c2-66a26d13cbf2 {
  margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-f3021589-f457-4ce2-b7c2-66a26d13cbf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3021589-f457-4ce2-b7c2-66a26d13cbf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-170025ee-20b0-4dce-b21e-43fcdcc90f1e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-170025ee-20b0-4dce-b21e-43fcdcc90f1e .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-170025ee-20b0-4dce-b21e-43fcdcc90f1e .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-1f2e41fe-ee95-4c45-b68f-e532ee1982bc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-1f2e41fe-ee95-4c45-b68f-e532ee1982bc {
  margin-top: 10px;
}
}
#s-1f2e41fe-ee95-4c45-b68f-e532ee1982bc .shg-proportional-font-size,
#s-1f2e41fe-ee95-4c45-b68f-e532ee1982bc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1f2e41fe-ee95-4c45-b68f-e532ee1982bc .shg-proportional-font-size,
#s-1f2e41fe-ee95-4c45-b68f-e532ee1982bc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f5c54ee2-e3e4-46e2-8a61-802c2f0e043c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (max-width: 767px){#s-f5c54ee2-e3e4-46e2-8a61-802c2f0e043c {
  margin-top: 15px;
margin-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-f5c54ee2-e3e4-46e2-8a61-802c2f0e043c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5c54ee2-e3e4-46e2-8a61-802c2f0e043c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5c54ee2-e3e4-46e2-8a61-802c2f0e043c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5c54ee2-e3e4-46e2-8a61-802c2f0e043c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-996f734f-6aeb-423f-9c4d-5bbb34fb86ad {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(227, 229, 241, 1);
}








#s-996f734f-6aeb-423f-9c4d-5bbb34fb86ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-996f734f-6aeb-423f-9c4d-5bbb34fb86ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d65f5145-f762-47dd-96f9-9f4f661b18fb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-d65f5145-f762-47dd-96f9-9f4f661b18fb .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-d65f5145-f762-47dd-96f9-9f4f661b18fb .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-38835c43-b78d-4b50-992a-ffa6224ff0f5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-38835c43-b78d-4b50-992a-ffa6224ff0f5 .shg-proportional-font-size,
#s-38835c43-b78d-4b50-992a-ffa6224ff0f5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-38835c43-b78d-4b50-992a-ffa6224ff0f5 .shg-proportional-font-size,
#s-38835c43-b78d-4b50-992a-ffa6224ff0f5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-45c2d097-e9e0-4ddd-af9e-f2bb6b792447 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}








#s-45c2d097-e9e0-4ddd-af9e-f2bb6b792447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45c2d097-e9e0-4ddd-af9e-f2bb6b792447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84daf16a-774c-4548-99df-00bdf54cbba4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84daf16a-774c-4548-99df-00bdf54cbba4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  margin-left: auto;
margin-right: auto;
max-width: 104%;
text-align: left;
}
@media (max-width: 767px){#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  max-width: 70px;
}
}
#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e-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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e .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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e img.shogun-image {
  width: 100%;
  
  
  max-width: 104%;

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




.s-4db330f6-c951-4698-96ed-c45eacd7cb4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e-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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e .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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-4db330f6-c951-4698-96ed-c45eacd7cb4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e-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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e .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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-4db330f6-c951-4698-96ed-c45eacd7cb4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e-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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e .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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-4db330f6-c951-4698-96ed-c45eacd7cb4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e-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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e .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-4db330f6-c951-4698-96ed-c45eacd7cb4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-4db330f6-c951-4698-96ed-c45eacd7cb4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db330f6-c951-4698-96ed-c45eacd7cb4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b6b4e87-1fed-4ff9-81c6-96a8f565578b {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5b6b4e87-1fed-4ff9-81c6-96a8f565578b {
  margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-5b6b4e87-1fed-4ff9-81c6-96a8f565578b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b6b4e87-1fed-4ff9-81c6-96a8f565578b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4359b23-10ad-471a-a28b-70527351ba93 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f4359b23-10ad-471a-a28b-70527351ba93 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-f4359b23-10ad-471a-a28b-70527351ba93 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-d71b2d47-887a-4653-8fab-26c1a43ae1a1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-d71b2d47-887a-4653-8fab-26c1a43ae1a1 {
  margin-top: 10px;
}
}
#s-d71b2d47-887a-4653-8fab-26c1a43ae1a1 .shg-proportional-font-size,
#s-d71b2d47-887a-4653-8fab-26c1a43ae1a1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d71b2d47-887a-4653-8fab-26c1a43ae1a1 .shg-proportional-font-size,
#s-d71b2d47-887a-4653-8fab-26c1a43ae1a1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-24f05782-3ee5-4ae0-b9d2-b88e53c54b0b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-24f05782-3ee5-4ae0-b9d2-b88e53c54b0b {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-24f05782-3ee5-4ae0-b9d2-b88e53c54b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24f05782-3ee5-4ae0-b9d2-b88e53c54b0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68dabbd5-e8b8-46f2-b067-1d2886cd572a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68dabbd5-e8b8-46f2-b067-1d2886cd572a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  max-width: 70px;
}
}
#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab-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-170056c9-0c6b-41ac-91c9-af5340226dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab .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-170056c9-0c6b-41ac-91c9-af5340226dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-170056c9-0c6b-41ac-91c9-af5340226dab img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-170056c9-0c6b-41ac-91c9-af5340226dab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab-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-170056c9-0c6b-41ac-91c9-af5340226dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab .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-170056c9-0c6b-41ac-91c9-af5340226dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-170056c9-0c6b-41ac-91c9-af5340226dab img.shogun-image {
  width: 100%;
  
  
  

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




.s-170056c9-0c6b-41ac-91c9-af5340226dab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab-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-170056c9-0c6b-41ac-91c9-af5340226dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab .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-170056c9-0c6b-41ac-91c9-af5340226dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-170056c9-0c6b-41ac-91c9-af5340226dab img.shogun-image {
  width: 100%;
  
  
  

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




.s-170056c9-0c6b-41ac-91c9-af5340226dab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab-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-170056c9-0c6b-41ac-91c9-af5340226dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab .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-170056c9-0c6b-41ac-91c9-af5340226dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-170056c9-0c6b-41ac-91c9-af5340226dab img.shogun-image {
  width: 100%;
  
  
  

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




.s-170056c9-0c6b-41ac-91c9-af5340226dab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-170056c9-0c6b-41ac-91c9-af5340226dab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab-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-170056c9-0c6b-41ac-91c9-af5340226dab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab .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-170056c9-0c6b-41ac-91c9-af5340226dab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-170056c9-0c6b-41ac-91c9-af5340226dab img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-170056c9-0c6b-41ac-91c9-af5340226dab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170056c9-0c6b-41ac-91c9-af5340226dab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9fddc168-2316-406c-9caf-a191f437d7f9 {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9fddc168-2316-406c-9caf-a191f437d7f9 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-9fddc168-2316-406c-9caf-a191f437d7f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fddc168-2316-406c-9caf-a191f437d7f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c914a85b-1b0d-4e87-949d-7de9cdb67bbd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c914a85b-1b0d-4e87-949d-7de9cdb67bbd .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-c914a85b-1b0d-4e87-949d-7de9cdb67bbd .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-4bb767f7-505c-44aa-a347-579ea496f4fb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-4bb767f7-505c-44aa-a347-579ea496f4fb {
  margin-top: 10px;
}
}
#s-4bb767f7-505c-44aa-a347-579ea496f4fb .shg-proportional-font-size,
#s-4bb767f7-505c-44aa-a347-579ea496f4fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-4bb767f7-505c-44aa-a347-579ea496f4fb .shg-proportional-font-size,
#s-4bb767f7-505c-44aa-a347-579ea496f4fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-2d5d9b6f-1176-416e-a97b-e88e86bef82d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(239, 236, 231, 1);
}
@media (max-width: 767px){#s-2d5d9b6f-1176-416e-a97b-e88e86bef82d {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2d5d9b6f-1176-416e-a97b-e88e86bef82d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d5d9b6f-1176-416e-a97b-e88e86bef82d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-138a3c50-8d8a-428d-9c45-fa8fcfffd291 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-138a3c50-8d8a-428d-9c45-fa8fcfffd291 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-138a3c50-8d8a-428d-9c45-fa8fcfffd291 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-d21b7800-0d02-4ab1-9093-211a518fef84 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-d21b7800-0d02-4ab1-9093-211a518fef84 .shg-proportional-font-size,
#s-d21b7800-0d02-4ab1-9093-211a518fef84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d21b7800-0d02-4ab1-9093-211a518fef84 .shg-proportional-font-size,
#s-d21b7800-0d02-4ab1-9093-211a518fef84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-50e185ab-355d-4d2e-8326-c64b358c81dd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-50e185ab-355d-4d2e-8326-c64b358c81dd {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-50e185ab-355d-4d2e-8326-c64b358c81dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50e185ab-355d-4d2e-8326-c64b358c81dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceddb924-899f-4d79-bb99-f29d3beaa8d6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ceddb924-899f-4d79-bb99-f29d3beaa8d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}
@media (max-width: 767px){#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  max-width: 70px;
}
}
#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55-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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55 .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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09f6e298-7cb1-40dc-9488-231e29546f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

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




.s-09f6e298-7cb1-40dc-9488-231e29546f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55-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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55 .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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09f6e298-7cb1-40dc-9488-231e29546f55 img.shogun-image {
  width: 100%;
  
  
  

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




.s-09f6e298-7cb1-40dc-9488-231e29546f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55-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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55 .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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09f6e298-7cb1-40dc-9488-231e29546f55 img.shogun-image {
  width: 100%;
  
  
  

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




.s-09f6e298-7cb1-40dc-9488-231e29546f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55-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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55 .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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09f6e298-7cb1-40dc-9488-231e29546f55 img.shogun-image {
  width: 100%;
  
  
  

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




.s-09f6e298-7cb1-40dc-9488-231e29546f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-09f6e298-7cb1-40dc-9488-231e29546f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55-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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55 .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-09f6e298-7cb1-40dc-9488-231e29546f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09f6e298-7cb1-40dc-9488-231e29546f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-09f6e298-7cb1-40dc-9488-231e29546f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f6e298-7cb1-40dc-9488-231e29546f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6959940c-8a8e-405e-ad34-c478a024b2fe {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6959940c-8a8e-405e-ad34-c478a024b2fe {
  margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-6959940c-8a8e-405e-ad34-c478a024b2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6959940c-8a8e-405e-ad34-c478a024b2fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa5b4b47-9195-4e16-8047-0250a4623372 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fa5b4b47-9195-4e16-8047-0250a4623372 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-fa5b4b47-9195-4e16-8047-0250a4623372 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-1313a980-e8ed-4b21-91bb-ba7a54ed3081 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-1313a980-e8ed-4b21-91bb-ba7a54ed3081 {
  margin-top: 10px;
}
}
#s-1313a980-e8ed-4b21-91bb-ba7a54ed3081 .shg-proportional-font-size,
#s-1313a980-e8ed-4b21-91bb-ba7a54ed3081 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1313a980-e8ed-4b21-91bb-ba7a54ed3081 .shg-proportional-font-size,
#s-1313a980-e8ed-4b21-91bb-ba7a54ed3081 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-9b66c4ed-232e-4210-bdb0-7808b37d23b0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-9b66c4ed-232e-4210-bdb0-7808b37d23b0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-9b66c4ed-232e-4210-bdb0-7808b37d23b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b66c4ed-232e-4210-bdb0-7808b37d23b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a19fdb2e-2ab9-40fd-8cc6-d3fad8dd9b40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  max-width: 70px;
}
}
#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061-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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061-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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 img.shogun-image {
  width: 100%;
  
  
  

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




.s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061-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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 img.shogun-image {
  width: 100%;
  
  
  

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




.s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061-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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 img.shogun-image {
  width: 100%;
  
  
  

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




.s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061-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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .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-93badbd6-d1c5-4121-b3a2-26efff4d4061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

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




.s-93badbd6-d1c5-4121-b3a2-26efff4d4061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93badbd6-d1c5-4121-b3a2-26efff4d4061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1fa030b7-cd9c-4686-b936-d84a4278cf87 {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-1fa030b7-cd9c-4686-b936-d84a4278cf87 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-1fa030b7-cd9c-4686-b936-d84a4278cf87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fa030b7-cd9c-4686-b936-d84a4278cf87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23b5af3e-7da4-409a-9cc9-76ba6ec62c31 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-23b5af3e-7da4-409a-9cc9-76ba6ec62c31 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-23b5af3e-7da4-409a-9cc9-76ba6ec62c31 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-b9b2ff2e-f1c1-45c7-81a5-d29bfe0f0ebf {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-b9b2ff2e-f1c1-45c7-81a5-d29bfe0f0ebf {
  margin-top: 10px;
}
}
#s-b9b2ff2e-f1c1-45c7-81a5-d29bfe0f0ebf .shg-proportional-font-size,
#s-b9b2ff2e-f1c1-45c7-81a5-d29bfe0f0ebf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b9b2ff2e-f1c1-45c7-81a5-d29bfe0f0ebf .shg-proportional-font-size,
#s-b9b2ff2e-f1c1-45c7-81a5-d29bfe0f0ebf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-4fd6e3dd-dfc7-4012-97d0-667128217014 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-4fd6e3dd-dfc7-4012-97d0-667128217014 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-4fd6e3dd-dfc7-4012-97d0-667128217014 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  
}


@media (max-width: 767px){#s-4fd6e3dd-dfc7-4012-97d0-667128217014 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-68810c01-bb98-423a-b03b-7f696732d25a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 12px;
padding-left: 120px;
padding-bottom: 12px;
padding-right: 120px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(10, 15, 30, 1);
border-style: none;
border-radius: 5px;
background-color: rgba(10, 15, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-68810c01-bb98-423a-b03b-7f696732d25a:hover {border-style: solid !important;
border-color: rgba(10, 15, 30, 1) !important;
background-color: rgba(10, 15, 30, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-68810c01-bb98-423a-b03b-7f696732d25a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-68810c01-bb98-423a-b03b-7f696732d25a {
  margin-top: 10px;
padding-left: 60px;
padding-right: 60px;
}
}

  #s-68810c01-bb98-423a-b03b-7f696732d25a-root {
    text-align: center;
  }


#s-68810c01-bb98-423a-b03b-7f696732d25a.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68810c01-bb98-423a-b03b-7f696732d25a-root {
    text-align: center;
  }


#s-68810c01-bb98-423a-b03b-7f696732d25a.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68810c01-bb98-423a-b03b-7f696732d25a-root {
    text-align: center;
  }


#s-68810c01-bb98-423a-b03b-7f696732d25a.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68810c01-bb98-423a-b03b-7f696732d25a-root {
    text-align: center;
  }


#s-68810c01-bb98-423a-b03b-7f696732d25a.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68810c01-bb98-423a-b03b-7f696732d25a-root {
    text-align: center;
  }


#s-68810c01-bb98-423a-b03b-7f696732d25a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-eac4cc84-ed76-418c-8367-a2214f8d5c87 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eac4cc84-ed76-418c-8367-a2214f8d5c87 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}



#s-277c1e1f-701a-471a-9e18-643ffdaf068b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-277c1e1f-701a-471a-9e18-643ffdaf068b .shg-proportional-font-size,
#s-277c1e1f-701a-471a-9e18-643ffdaf068b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5b8f1452-8c34-4d51-932c-a8e155267fae {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(250, 245, 251, 1);
}
@media (min-width: 1200px){#s-5b8f1452-8c34-4d51-932c-a8e155267fae {
  display: none;
}
#s-5b8f1452-8c34-4d51-932c-a8e155267fae, #wrap-s-5b8f1452-8c34-4d51-932c-a8e155267fae, #wrap-content-s-5b8f1452-8c34-4d51-932c-a8e155267fae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b8f1452-8c34-4d51-932c-a8e155267fae {
  display: none;
}
#s-5b8f1452-8c34-4d51-932c-a8e155267fae, #wrap-s-5b8f1452-8c34-4d51-932c-a8e155267fae, #wrap-content-s-5b8f1452-8c34-4d51-932c-a8e155267fae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b8f1452-8c34-4d51-932c-a8e155267fae {
  display: none;
}
#s-5b8f1452-8c34-4d51-932c-a8e155267fae, #wrap-s-5b8f1452-8c34-4d51-932c-a8e155267fae, #wrap-content-s-5b8f1452-8c34-4d51-932c-a8e155267fae { display: none !important; }}@media (max-width: 767px){#s-5b8f1452-8c34-4d51-932c-a8e155267fae {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-5b8f1452-8c34-4d51-932c-a8e155267fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b8f1452-8c34-4d51-932c-a8e155267fae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b589b1a-1bff-4901-a4e1-4e48c7993e22 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1140px;
}








#s-7b589b1a-1bff-4901-a4e1-4e48c7993e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b589b1a-1bff-4901-a4e1-4e48c7993e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7538d330-a503-49fc-a605-cfab38634f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-style: none;
text-align: center;
background-color: rgba(255, 0, 0, 0);
}

#s-7538d330-a503-49fc-a605-cfab38634f0d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-7538d330-a503-49fc-a605-cfab38634f0d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  
}


}
#s-1407ad7a-1824-4461-9d46-3073a3e534e4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-1407ad7a-1824-4461-9d46-3073a3e534e4 {
  margin-bottom: 10px;
}
}
#s-1407ad7a-1824-4461-9d46-3073a3e534e4 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  
}


@media (max-width: 767px){#s-1407ad7a-1824-4461-9d46-3073a3e534e4 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.4em;
  
  
}


}
#s-97d36792-5478-4570-8d0d-1406b48428a0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (max-width: 767px){#s-97d36792-5478-4570-8d0d-1406b48428a0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-97d36792-5478-4570-8d0d-1406b48428a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d36792-5478-4570-8d0d-1406b48428a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97d36792-5478-4570-8d0d-1406b48428a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d36792-5478-4570-8d0d-1406b48428a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52138632-0d82-461a-806e-a35fa3245c5d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(227, 229, 241, 1);
}








#s-52138632-0d82-461a-806e-a35fa3245c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52138632-0d82-461a-806e-a35fa3245c5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-748a64db-e318-4c46-ad7d-66073277371c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-748a64db-e318-4c46-ad7d-66073277371c {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-748a64db-e318-4c46-ad7d-66073277371c .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-748a64db-e318-4c46-ad7d-66073277371c .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-5e1a72a4-d460-47d2-aec0-1908dbb6b017 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-5e1a72a4-d460-47d2-aec0-1908dbb6b017 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-5e1a72a4-d460-47d2-aec0-1908dbb6b017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e1a72a4-d460-47d2-aec0-1908dbb6b017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  height: 45px;
max-width: 45px;
}
}
#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2-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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2-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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2-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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2-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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2-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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .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-dfe122aa-92ee-49e5-a8c9-76cd27056af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe122aa-92ee-49e5-a8c9-76cd27056af2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e2ba7bdd-4a6e-49f7-81fd-04f5b9250f12 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e2ba7bdd-4a6e-49f7-81fd-04f5b9250f12 {
  margin-top: -40px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-e2ba7bdd-4a6e-49f7-81fd-04f5b9250f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2ba7bdd-4a6e-49f7-81fd-04f5b9250f12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-591f2d1b-5df3-4b2a-abb6-f5061eca5885 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-591f2d1b-5df3-4b2a-abb6-f5061eca5885 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-591f2d1b-5df3-4b2a-abb6-f5061eca5885 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-68ae3b60-faca-4792-bda9-4a5288da9721 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-68ae3b60-faca-4792-bda9-4a5288da9721 {
  margin-top: 5px;
}
}
#s-68ae3b60-faca-4792-bda9-4a5288da9721 .shg-proportional-font-size,
#s-68ae3b60-faca-4792-bda9-4a5288da9721 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-68ae3b60-faca-4792-bda9-4a5288da9721 .shg-proportional-font-size,
#s-68ae3b60-faca-4792-bda9-4a5288da9721 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-1f81a846-73cd-4c4f-b4eb-a644b354aca2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-1f81a846-73cd-4c4f-b4eb-a644b354aca2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-1f81a846-73cd-4c4f-b4eb-a644b354aca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f81a846-73cd-4c4f-b4eb-a644b354aca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  height: 45px;
max-width: 45px;
}
}
#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd-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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd-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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd img.shogun-image {
  width: 100%;
  
  
  

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




.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd-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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd img.shogun-image {
  width: 100%;
  
  
  

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




.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd-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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd img.shogun-image {
  width: 100%;
  
  
  

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




.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd-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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .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-489fb09c-3734-4dd2-8878-2a04c8f6eabd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fb09c-3734-4dd2-8878-2a04c8f6eabd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f61c0333-3a2b-416d-b1ef-97f439604231 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f61c0333-3a2b-416d-b1ef-97f439604231 {
  margin-top: -40px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f61c0333-3a2b-416d-b1ef-97f439604231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f61c0333-3a2b-416d-b1ef-97f439604231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb6e6731-11be-4fab-a154-f1c449f77ff2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-eb6e6731-11be-4fab-a154-f1c449f77ff2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-eb6e6731-11be-4fab-a154-f1c449f77ff2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-5bc8d42c-8a35-43b9-b82e-fc0131afa800 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-5bc8d42c-8a35-43b9-b82e-fc0131afa800 {
  margin-top: 5px;
}
}
#s-5bc8d42c-8a35-43b9-b82e-fc0131afa800 .shg-proportional-font-size,
#s-5bc8d42c-8a35-43b9-b82e-fc0131afa800 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-5bc8d42c-8a35-43b9-b82e-fc0131afa800 .shg-proportional-font-size,
#s-5bc8d42c-8a35-43b9-b82e-fc0131afa800 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-68d8e32f-c9ff-408c-a13f-4d7e863f6a42 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-68d8e32f-c9ff-408c-a13f-4d7e863f6a42 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-68d8e32f-c9ff-408c-a13f-4d7e863f6a42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68d8e32f-c9ff-408c-a13f-4d7e863f6a42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  height: 45px;
max-width: 45px;
}
}
#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde-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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde-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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde-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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde-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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde-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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .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-fd03d0b0-05e7-4b4e-b708-6114e3e63bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd03d0b0-05e7-4b4e-b708-6114e3e63bde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c170c179-5876-4323-8221-7f93d31c5b24 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c170c179-5876-4323-8221-7f93d31c5b24 {
  margin-top: -40px;
margin-left: 55px;
margin-right: 0px;
}
}







#s-c170c179-5876-4323-8221-7f93d31c5b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c170c179-5876-4323-8221-7f93d31c5b24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6279272-d059-4d7e-be64-1eaaf48863bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f6279272-d059-4d7e-be64-1eaaf48863bc .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-f6279272-d059-4d7e-be64-1eaaf48863bc .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-ecd007ef-c000-4ccc-b8de-7a2467cbd5c2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-ecd007ef-c000-4ccc-b8de-7a2467cbd5c2 {
  margin-top: 10px;
}
}
#s-ecd007ef-c000-4ccc-b8de-7a2467cbd5c2 .shg-proportional-font-size,
#s-ecd007ef-c000-4ccc-b8de-7a2467cbd5c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ecd007ef-c000-4ccc-b8de-7a2467cbd5c2 .shg-proportional-font-size,
#s-ecd007ef-c000-4ccc-b8de-7a2467cbd5c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-061f9f4e-7087-45a4-b033-0b10de456bbf {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(239, 236, 231, 1);
}
@media (max-width: 767px){#s-061f9f4e-7087-45a4-b033-0b10de456bbf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-061f9f4e-7087-45a4-b033-0b10de456bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-061f9f4e-7087-45a4-b033-0b10de456bbf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-39673c1a-953b-425f-a76b-b26b89a3cb34 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-39673c1a-953b-425f-a76b-b26b89a3cb34 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-39673c1a-953b-425f-a76b-b26b89a3cb34 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-39673c1a-953b-425f-a76b-b26b89a3cb34 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-958a332d-95ca-4a8b-9ab6-a144f941e6eb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-958a332d-95ca-4a8b-9ab6-a144f941e6eb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-958a332d-95ca-4a8b-9ab6-a144f941e6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-958a332d-95ca-4a8b-9ab6-a144f941e6eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  height: 45px;
max-width: 45px;
}
}
#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110-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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110-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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110-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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110-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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110-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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .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-b6f0ae73-725c-48d6-96cf-e49ca042b110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-b6f0ae73-725c-48d6-96cf-e49ca042b110 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f0ae73-725c-48d6-96cf-e49ca042b110.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f265bd5e-d8a7-4a15-886e-e72c54bdac78 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f265bd5e-d8a7-4a15-886e-e72c54bdac78 {
  margin-top: -40px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-f265bd5e-d8a7-4a15-886e-e72c54bdac78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f265bd5e-d8a7-4a15-886e-e72c54bdac78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6dce226-a634-4ad9-bedc-b96bf4b0fcc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e6dce226-a634-4ad9-bedc-b96bf4b0fcc4 {
  margin-top: 0px;
}
}
#s-e6dce226-a634-4ad9-bedc-b96bf4b0fcc4 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-e6dce226-a634-4ad9-bedc-b96bf4b0fcc4 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-29cd363c-82e3-4352-a13e-ec1e5488c0da {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-29cd363c-82e3-4352-a13e-ec1e5488c0da {
  margin-top: 5px;
}
}
#s-29cd363c-82e3-4352-a13e-ec1e5488c0da .shg-proportional-font-size,
#s-29cd363c-82e3-4352-a13e-ec1e5488c0da .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-29cd363c-82e3-4352-a13e-ec1e5488c0da .shg-proportional-font-size,
#s-29cd363c-82e3-4352-a13e-ec1e5488c0da .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-1c45ac8e-71c7-4a44-bc27-31d76add1e5e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-1c45ac8e-71c7-4a44-bc27-31d76add1e5e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-1c45ac8e-71c7-4a44-bc27-31d76add1e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c45ac8e-71c7-4a44-bc27-31d76add1e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  height: 45px;
max-width: 45px;
}
}
#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4-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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4-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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4-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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4-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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4-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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .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-b52d1357-3b4d-4ce9-b300-26888259b8c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-b52d1357-3b4d-4ce9-b300-26888259b8c4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b52d1357-3b4d-4ce9-b300-26888259b8c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d0871a88-4af2-42b8-b781-a335fc8b07f5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d0871a88-4af2-42b8-b781-a335fc8b07f5 {
  margin-top: -40px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-d0871a88-4af2-42b8-b781-a335fc8b07f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0871a88-4af2-42b8-b781-a335fc8b07f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ed27d79-b0af-4784-bd38-e6438d5b8b67 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8ed27d79-b0af-4784-bd38-e6438d5b8b67 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-8ed27d79-b0af-4784-bd38-e6438d5b8b67 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-53ec8491-ba9c-44bb-8554-c667491b648b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-53ec8491-ba9c-44bb-8554-c667491b648b {
  margin-top: 5px;
}
}
#s-53ec8491-ba9c-44bb-8554-c667491b648b .shg-proportional-font-size,
#s-53ec8491-ba9c-44bb-8554-c667491b648b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-53ec8491-ba9c-44bb-8554-c667491b648b .shg-proportional-font-size,
#s-53ec8491-ba9c-44bb-8554-c667491b648b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-9b167f0b-70d3-480f-8adc-d7e0d0247b4a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-9b167f0b-70d3-480f-8adc-d7e0d0247b4a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-9b167f0b-70d3-480f-8adc-d7e0d0247b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b167f0b-70d3-480f-8adc-d7e0d0247b4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin-left: 0px;
margin-right: 0%;
height: 45px;
max-width: 45px;
}
}
#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a-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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a-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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a img.shogun-image {
  width: 100%;
  
  
  

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




.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a-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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a img.shogun-image {
  width: 100%;
  
  
  

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




.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a-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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a img.shogun-image {
  width: 100%;
  
  
  

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




.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a-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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0%;
  
  
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .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-6d965ec0-3b1a-4274-a84e-45460c6e4a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d965ec0-3b1a-4274-a84e-45460c6e4a9a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b6bcd3e4-979d-4e6e-af85-ab82f00c15e2 {
  margin-left: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-b6bcd3e4-979d-4e6e-af85-ab82f00c15e2 {
  margin-top: -40px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-b6bcd3e4-979d-4e6e-af85-ab82f00c15e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6bcd3e4-979d-4e6e-af85-ab82f00c15e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a3defa3-3e71-4c0d-8fdd-28f09c4a90b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1a3defa3-3e71-4c0d-8fdd-28f09c4a90b0 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-1a3defa3-3e71-4c0d-8fdd-28f09c4a90b0 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


}
#s-ed94e4f0-9b7a-47f9-b127-6a0c986b70cd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-ed94e4f0-9b7a-47f9-b127-6a0c986b70cd {
  margin-top: 5px;
}
}
#s-ed94e4f0-9b7a-47f9-b127-6a0c986b70cd .shg-proportional-font-size,
#s-ed94e4f0-9b7a-47f9-b127-6a0c986b70cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ed94e4f0-9b7a-47f9-b127-6a0c986b70cd .shg-proportional-font-size,
#s-ed94e4f0-9b7a-47f9-b127-6a0c986b70cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-3074fe47-c68d-4f0d-8d71-4cac2464f10f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (max-width: 767px){#s-3074fe47-c68d-4f0d-8d71-4cac2464f10f {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3074fe47-c68d-4f0d-8d71-4cac2464f10f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3074fe47-c68d-4f0d-8d71-4cac2464f10f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3074fe47-c68d-4f0d-8d71-4cac2464f10f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3074fe47-c68d-4f0d-8d71-4cac2464f10f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd63e9ff-f89a-4027-813c-b8fbfe09146f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(227, 229, 241, 1);
}








#s-cd63e9ff-f89a-4027-813c-b8fbfe09146f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd63e9ff-f89a-4027-813c-b8fbfe09146f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d86fb167-1411-4c1d-b3a9-5ae0016fd418 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-d86fb167-1411-4c1d-b3a9-5ae0016fd418 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d86fb167-1411-4c1d-b3a9-5ae0016fd418 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-d86fb167-1411-4c1d-b3a9-5ae0016fd418 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-b2fa4d7b-4380-4b4f-9cee-cfbbdf646720 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-b2fa4d7b-4380-4b4f-9cee-cfbbdf646720 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-b2fa4d7b-4380-4b4f-9cee-cfbbdf646720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2fa4d7b-4380-4b4f-9cee-cfbbdf646720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  height: 45px;
max-width: 45px;
}
}
#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049-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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 .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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-d8944d0d-78ea-496b-be26-e915a3ca1049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049-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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 .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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8944d0d-78ea-496b-be26-e915a3ca1049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049-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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 .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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8944d0d-78ea-496b-be26-e915a3ca1049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049-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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 .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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d8944d0d-78ea-496b-be26-e915a3ca1049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049-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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 .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-d8944d0d-78ea-496b-be26-e915a3ca1049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8944d0d-78ea-496b-be26-e915a3ca1049 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-d8944d0d-78ea-496b-be26-e915a3ca1049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8944d0d-78ea-496b-be26-e915a3ca1049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-371efbb3-f688-464c-a213-255e0d6d228d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-371efbb3-f688-464c-a213-255e0d6d228d {
  margin-top: -40px;
margin-left: 55px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-371efbb3-f688-464c-a213-255e0d6d228d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-371efbb3-f688-464c-a213-255e0d6d228d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da15ffd2-8f92-488a-94d3-e04ab8b1c8e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-da15ffd2-8f92-488a-94d3-e04ab8b1c8e2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-da15ffd2-8f92-488a-94d3-e04ab8b1c8e2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-6577dfec-56b7-4b88-80be-b71dae69e2db {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-6577dfec-56b7-4b88-80be-b71dae69e2db {
  margin-top: 5px;
}
}
#s-6577dfec-56b7-4b88-80be-b71dae69e2db .shg-proportional-font-size,
#s-6577dfec-56b7-4b88-80be-b71dae69e2db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-6577dfec-56b7-4b88-80be-b71dae69e2db .shg-proportional-font-size,
#s-6577dfec-56b7-4b88-80be-b71dae69e2db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-97b98f63-8468-43a4-9e12-bc2d2aa37e39 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-97b98f63-8468-43a4-9e12-bc2d2aa37e39 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-97b98f63-8468-43a4-9e12-bc2d2aa37e39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97b98f63-8468-43a4-9e12-bc2d2aa37e39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  height: 45px;
max-width: 45px;
}
}
#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d-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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d-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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d img.shogun-image {
  width: 100%;
  
  
  

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




.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d-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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d img.shogun-image {
  width: 100%;
  
  
  

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




.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d-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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d img.shogun-image {
  width: 100%;
  
  
  

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




.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d-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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .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-6729458d-1a78-424e-97fc-6f59dbdd0d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6729458d-1a78-424e-97fc-6f59dbdd0d3d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-67c39be5-c48b-4e01-88e1-108ae0120f89 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-67c39be5-c48b-4e01-88e1-108ae0120f89 {
  margin-top: -40px;
margin-left: 55px;
margin-right: 0px;
}
}







#s-67c39be5-c48b-4e01-88e1-108ae0120f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67c39be5-c48b-4e01-88e1-108ae0120f89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-327e0131-7d98-4d8a-a47e-c828c4aa7e0f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-327e0131-7d98-4d8a-a47e-c828c4aa7e0f .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-327e0131-7d98-4d8a-a47e-c828c4aa7e0f .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-895f617f-20a2-4059-8c6c-82c61bcd650a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-895f617f-20a2-4059-8c6c-82c61bcd650a {
  margin-top: 5px;
}
}
#s-895f617f-20a2-4059-8c6c-82c61bcd650a .shg-proportional-font-size,
#s-895f617f-20a2-4059-8c6c-82c61bcd650a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-895f617f-20a2-4059-8c6c-82c61bcd650a .shg-proportional-font-size,
#s-895f617f-20a2-4059-8c6c-82c61bcd650a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-962d8142-4d2b-435d-acd7-3b7971f3d7a8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 237, 243, 1);
}
@media (max-width: 767px){#s-962d8142-4d2b-435d-acd7-3b7971f3d7a8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-962d8142-4d2b-435d-acd7-3b7971f3d7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-962d8142-4d2b-435d-acd7-3b7971f3d7a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  height: 45px;
max-width: 45px;
}
}
#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7-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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 .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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-453165ad-6736-46c8-b45c-da5ce5687dc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7-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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 .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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-453165ad-6736-46c8-b45c-da5ce5687dc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7-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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 .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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-453165ad-6736-46c8-b45c-da5ce5687dc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7-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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 .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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-453165ad-6736-46c8-b45c-da5ce5687dc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7-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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 .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-453165ad-6736-46c8-b45c-da5ce5687dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-453165ad-6736-46c8-b45c-da5ce5687dc7 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-453165ad-6736-46c8-b45c-da5ce5687dc7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-453165ad-6736-46c8-b45c-da5ce5687dc7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2fe6325e-2cc3-4441-86c5-9c9ca08a8861 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2fe6325e-2cc3-4441-86c5-9c9ca08a8861 {
  margin-top: -40px;
margin-left: 55px;
margin-right: 0px;
}
}







#s-2fe6325e-2cc3-4441-86c5-9c9ca08a8861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fe6325e-2cc3-4441-86c5-9c9ca08a8861.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f51f9ba5-e79d-4c9b-8ac3-3118b756e2e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f51f9ba5-e79d-4c9b-8ac3-3118b756e2e2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-f51f9ba5-e79d-4c9b-8ac3-3118b756e2e2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-ff016824-37ee-40a3-a91d-cf5608b168e4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-ff016824-37ee-40a3-a91d-cf5608b168e4 {
  margin-top: 5px;
}
}
#s-ff016824-37ee-40a3-a91d-cf5608b168e4 .shg-proportional-font-size,
#s-ff016824-37ee-40a3-a91d-cf5608b168e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ff016824-37ee-40a3-a91d-cf5608b168e4 .shg-proportional-font-size,
#s-ff016824-37ee-40a3-a91d-cf5608b168e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-fe1556d6-4db3-4ab2-ba01-096c0020ca83 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(239, 236, 231, 1);
}
@media (max-width: 767px){#s-fe1556d6-4db3-4ab2-ba01-096c0020ca83 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-fe1556d6-4db3-4ab2-ba01-096c0020ca83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe1556d6-4db3-4ab2-ba01-096c0020ca83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-22f1a886-d46b-4a60-9cdc-4cb986531ed3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}
@media (max-width: 767px){#s-22f1a886-d46b-4a60-9cdc-4cb986531ed3 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-22f1a886-d46b-4a60-9cdc-4cb986531ed3 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-22f1a886-d46b-4a60-9cdc-4cb986531ed3 .shogun-heading-component h4 {
  color: rgba(31, 58, 95, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-c88a470a-68b1-4040-853c-a9afb6295850 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-c88a470a-68b1-4040-853c-a9afb6295850 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-c88a470a-68b1-4040-853c-a9afb6295850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c88a470a-68b1-4040-853c-a9afb6295850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  height: 40px;
max-width: 40px;
}
}
#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588-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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 .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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-b1003888-b31c-4670-b7d3-dd4d925f3588 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588-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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 .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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1003888-b31c-4670-b7d3-dd4d925f3588 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588-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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 .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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1003888-b31c-4670-b7d3-dd4d925f3588 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588-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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 .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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1003888-b31c-4670-b7d3-dd4d925f3588 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588-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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 .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-b1003888-b31c-4670-b7d3-dd4d925f3588 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1003888-b31c-4670-b7d3-dd4d925f3588 img.shogun-image {
  width: 100%;
  height: 40px;
  
  max-width: 40px;

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




.s-b1003888-b31c-4670-b7d3-dd4d925f3588 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1003888-b31c-4670-b7d3-dd4d925f3588.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bc2a59ef-b94b-4b55-8233-b152f6d721de {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-bc2a59ef-b94b-4b55-8233-b152f6d721de {
  margin-top: -40px;
margin-left: 55px;
margin-right: 0px;
}
}







#s-bc2a59ef-b94b-4b55-8233-b152f6d721de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc2a59ef-b94b-4b55-8233-b152f6d721de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459866ca-0450-4b8d-bed4-8e190f5ac7e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-459866ca-0450-4b8d-bed4-8e190f5ac7e7 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-459866ca-0450-4b8d-bed4-8e190f5ac7e7 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-4e32d26c-af36-481e-8f88-18729fdd5540 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-4e32d26c-af36-481e-8f88-18729fdd5540 {
  margin-top: 5px;
}
}
#s-4e32d26c-af36-481e-8f88-18729fdd5540 .shg-proportional-font-size,
#s-4e32d26c-af36-481e-8f88-18729fdd5540 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-4e32d26c-af36-481e-8f88-18729fdd5540 .shg-proportional-font-size,
#s-4e32d26c-af36-481e-8f88-18729fdd5540 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-8e51f0dc-a7ba-4f30-8424-acb2bcc54c6c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-8e51f0dc-a7ba-4f30-8424-acb2bcc54c6c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-8e51f0dc-a7ba-4f30-8424-acb2bcc54c6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e51f0dc-a7ba-4f30-8424-acb2bcc54c6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  height: 45px;
max-width: 45px;
}
}
#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94-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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94-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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94-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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94-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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94-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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .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-7f5a4531-5dc4-4927-9c15-2193d1feff94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94 img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-7f5a4531-5dc4-4927-9c15-2193d1feff94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f5a4531-5dc4-4927-9c15-2193d1feff94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd1b89fe-4dba-41e9-b26e-92bd619f93bc {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-bd1b89fe-4dba-41e9-b26e-92bd619f93bc {
  margin-top: -40px;
margin-left: 55px;
margin-right: 0px;
}
}







#s-bd1b89fe-4dba-41e9-b26e-92bd619f93bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd1b89fe-4dba-41e9-b26e-92bd619f93bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6a02d09-dcee-47da-bd04-4c46cc9855d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6a02d09-dcee-47da-bd04-4c46cc9855d9 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-b6a02d09-dcee-47da-bd04-4c46cc9855d9 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-ad12b944-86b7-4ae7-9116-c78320385cfd {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-ad12b944-86b7-4ae7-9116-c78320385cfd {
  margin-top: 5px;
}
}
#s-ad12b944-86b7-4ae7-9116-c78320385cfd .shg-proportional-font-size,
#s-ad12b944-86b7-4ae7-9116-c78320385cfd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ad12b944-86b7-4ae7-9116-c78320385cfd .shg-proportional-font-size,
#s-ad12b944-86b7-4ae7-9116-c78320385cfd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-856a1630-2ccd-4ef6-be08-1f207313fb79 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 241, 238, 1);
}
@media (max-width: 767px){#s-856a1630-2ccd-4ef6-be08-1f207313fb79 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-856a1630-2ccd-4ef6-be08-1f207313fb79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-856a1630-2ccd-4ef6-be08-1f207313fb79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef {
  margin-left: auto;
margin-right: auto;
height: 60px;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-34689b08-5f20-4739-b034-362aca8fbeef {
  height: 45px;
max-width: 45px;
}
}
#s-34689b08-5f20-4739-b034-362aca8fbeef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef-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-34689b08-5f20-4739-b034-362aca8fbeef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34689b08-5f20-4739-b034-362aca8fbeef .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-34689b08-5f20-4739-b034-362aca8fbeef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34689b08-5f20-4739-b034-362aca8fbeef img.shogun-image {
  width: 100%;
  height: 60px;
  
  max-width: 60px;

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




.s-34689b08-5f20-4739-b034-362aca8fbeef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-34689b08-5f20-4739-b034-362aca8fbeef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef-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-34689b08-5f20-4739-b034-362aca8fbeef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34689b08-5f20-4739-b034-362aca8fbeef .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-34689b08-5f20-4739-b034-362aca8fbeef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34689b08-5f20-4739-b034-362aca8fbeef img.shogun-image {
  width: 100%;
  
  
  

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




.s-34689b08-5f20-4739-b034-362aca8fbeef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-34689b08-5f20-4739-b034-362aca8fbeef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef-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-34689b08-5f20-4739-b034-362aca8fbeef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34689b08-5f20-4739-b034-362aca8fbeef .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-34689b08-5f20-4739-b034-362aca8fbeef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34689b08-5f20-4739-b034-362aca8fbeef img.shogun-image {
  width: 100%;
  
  
  

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




.s-34689b08-5f20-4739-b034-362aca8fbeef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-34689b08-5f20-4739-b034-362aca8fbeef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef-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-34689b08-5f20-4739-b034-362aca8fbeef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34689b08-5f20-4739-b034-362aca8fbeef .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-34689b08-5f20-4739-b034-362aca8fbeef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34689b08-5f20-4739-b034-362aca8fbeef img.shogun-image {
  width: 100%;
  
  
  

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




.s-34689b08-5f20-4739-b034-362aca8fbeef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-34689b08-5f20-4739-b034-362aca8fbeef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef-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-34689b08-5f20-4739-b034-362aca8fbeef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34689b08-5f20-4739-b034-362aca8fbeef .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-34689b08-5f20-4739-b034-362aca8fbeef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34689b08-5f20-4739-b034-362aca8fbeef img.shogun-image {
  width: 100%;
  height: 45px;
  
  max-width: 45px;

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




.s-34689b08-5f20-4739-b034-362aca8fbeef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34689b08-5f20-4739-b034-362aca8fbeef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-77c40985-4a90-475a-a06a-b8027d9422d7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-77c40985-4a90-475a-a06a-b8027d9422d7 {
  margin-top: -40px;
margin-left: 55px;
margin-right: 0px;
}
}







#s-77c40985-4a90-475a-a06a-b8027d9422d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77c40985-4a90-475a-a06a-b8027d9422d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb04c197-4409-449e-b41a-58d771a69a59 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cb04c197-4409-449e-b41a-58d771a69a59 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-cb04c197-4409-449e-b41a-58d771a69a59 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}


}
#s-095139ac-0940-45a4-8be5-aa9ac4c3621e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-095139ac-0940-45a4-8be5-aa9ac4c3621e {
  margin-top: 5px;
}
}
#s-095139ac-0940-45a4-8be5-aa9ac4c3621e .shg-proportional-font-size,
#s-095139ac-0940-45a4-8be5-aa9ac4c3621e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-095139ac-0940-45a4-8be5-aa9ac4c3621e .shg-proportional-font-size,
#s-095139ac-0940-45a4-8be5-aa9ac4c3621e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-be677761-c56c-4f1a-8aab-016386e97a72 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-be677761-c56c-4f1a-8aab-016386e97a72 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-be677761-c56c-4f1a-8aab-016386e97a72 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  
}


@media (max-width: 767px){#s-be677761-c56c-4f1a-8aab-016386e97a72 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  
}


}
#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 12px;
padding-left: 120px;
padding-bottom: 12px;
padding-right: 120px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(10, 15, 30, 1);
border-style: none;
border-radius: 5px;
background-color: rgba(10, 15, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b:hover {border-style: solid !important;
border-color: rgba(10, 15, 30, 1) !important;
background-color: rgba(10, 15, 30, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 60px;
padding-right: 60px;
}
}

  #s-7a5d6e86-09b6-464f-8824-02d5ea4f639b-root {
    text-align: center;
  }


#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a5d6e86-09b6-464f-8824-02d5ea4f639b-root {
    text-align: center;
  }


#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a5d6e86-09b6-464f-8824-02d5ea4f639b-root {
    text-align: center;
  }


#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a5d6e86-09b6-464f-8824-02d5ea4f639b-root {
    text-align: center;
  }


#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a5d6e86-09b6-464f-8824-02d5ea4f639b-root {
    text-align: center;
  }


#s-7a5d6e86-09b6-464f-8824-02d5ea4f639b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-cf1429b9-657a-46e1-bffa-03cd6ef31576 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cf1429b9-657a-46e1-bffa-03cd6ef31576 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}



#s-f7d207fd-14a2-4625-b3ef-981ff5c1c6ba {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-f7d207fd-14a2-4625-b3ef-981ff5c1c6ba .shg-proportional-font-size,
#s-f7d207fd-14a2-4625-b3ef-981ff5c1c6ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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