.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-ce47420c-1dae-443a-bbe1-f816def5aede {
  background-image: url(https://i.shgcdn.com/ee0c02b4-b2f4-4d40-97c7-7566e168b521/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-ce47420c-1dae-443a-bbe1-f816def5aede {
  background-position: right center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce47420c-1dae-443a-bbe1-f816def5aede {
  background-position: right center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce47420c-1dae-443a-bbe1-f816def5aede {
  background-position: right center;
}
}@media (max-width: 767px){#s-ce47420c-1dae-443a-bbe1-f816def5aede {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
}
}
@media (min-width: 0px) {
[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce47420c-1dae-443a-bbe1-f816def5aede"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-81015791-370d-4b85-9d15-626f2c214d1f {
  min-height: 36px;
}








#s-81015791-370d-4b85-9d15-626f2c214d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81015791-370d-4b85-9d15-626f2c214d1f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec56c1a0-eec6-433e-bd49-d171e1c9d2ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-8c578381-007e-44e3-91a5-4ad7875bd788 {
  margin-top: 60px;
margin-left: 260px;
margin-bottom: 40px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-8c578381-007e-44e3-91a5-4ad7875bd788 {
  margin-left: 0px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-8c578381-007e-44e3-91a5-4ad7875bd788 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (max-width: 767px){#s-8c578381-007e-44e3-91a5-4ad7875bd788 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


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

.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-ee3ecb12-db43-4146-8d66-7792c1c2ca11 {
  margin-left: 260px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 100px;
background-color: rgba(251, 198, 141, 1);
text-align: center;
text-decoration: none;
}
#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11:hover {background-color: rgba(251, 198, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11 {
  margin-left: 0px;
}
}

  #s-ee3ecb12-db43-4146-8d66-7792c1c2ca11-root {
    text-align: center;
  }


#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee3ecb12-db43-4146-8d66-7792c1c2ca11-root {
    text-align: center;
  }


#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee3ecb12-db43-4146-8d66-7792c1c2ca11-root {
    text-align: center;
  }


#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee3ecb12-db43-4146-8d66-7792c1c2ca11-root {
    text-align: center;
  }


#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee3ecb12-db43-4146-8d66-7792c1c2ca11-root {
    text-align: center;
  }


#s-ee3ecb12-db43-4146-8d66-7792c1c2ca11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-d767dffe-0e31-4965-af82-c427c697671a {
  margin-left: 150px;
margin-right: auto;
}
@media (max-width: 767px){#s-d767dffe-0e31-4965-af82-c427c697671a {
  margin-left: 0px;
padding-left: 30px;
padding-right: 30px;
}
}
#s-d767dffe-0e31-4965-af82-c427c697671a .shg-proportional-font-size,
#s-d767dffe-0e31-4965-af82-c427c697671a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin-left: 100px;
margin-right: auto;
max-width: 501px;
text-align: center;
}
@media (max-width: 767px){#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin-left: 0px;
max-width: 400px;
}
}
#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06-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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 100px;
  
  
  
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 img.shogun-image {
  width: 100%;
  
  
  max-width: 501px;

      
    max-width: 501px;

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




.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06-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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 img.shogun-image {
  width: 100%;
  
  
  max-width: 501px;

      
    max-width: 501px;

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




.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06-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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 img.shogun-image {
  width: 100%;
  
  
  max-width: 501px;

      
    max-width: 501px;

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




.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06-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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 img.shogun-image {
  width: 100%;
  
  
  max-width: 501px;

      
    max-width: 501px;

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




.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06-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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .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-c6d0e002-6cec-4717-8d27-1c1793c5bf06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 img.shogun-image {
  width: 100%;
  
  
  max-width: 501px;

      
    max-width: 501px;

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




.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6d0e002-6cec-4717-8d27-1c1793c5bf06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1a75ac9a-f82c-436b-9a77-2ec8d9c39166 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 116px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
min-height: 50px;
background-color: rgba(255, 228, 243, 1);
}








#s-1a75ac9a-f82c-436b-9a77-2ec8d9c39166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a75ac9a-f82c-436b-9a77-2ec8d9c39166.shg-box.shg-c {
  justify-content: center;
}

#s-02e7edf5-e744-4b69-a4d4-34705528979e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02e7edf5-e744-4b69-a4d4-34705528979e .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 39px;
  
  
  
}


@media (max-width: 767px){#s-02e7edf5-e744-4b69-a4d4-34705528979e .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-7b6f5f32-2bf7-4634-87a4-1bdb70d779e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(177, 177, 177, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1482px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7b6f5f32-2bf7-4634-87a4-1bdb70d779e4 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-7b6f5f32-2bf7-4634-87a4-1bdb70d779e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b6f5f32-2bf7-4634-87a4-1bdb70d779e4.shg-box.shg-c {
  justify-content: center;
}

#s-ed1223df-94c1-49ba-834d-ebae0e3c44da {
  margin-left: auto;
margin-right: auto;
max-width: 1138px;
}

@media (min-width: 0px) {
[id="s-ed1223df-94c1-49ba-834d-ebae0e3c44da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed1223df-94c1-49ba-834d-ebae0e3c44da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ed1223df-94c1-49ba-834d-ebae0e3c44da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed1223df-94c1-49ba-834d-ebae0e3c44da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  margin-left: auto;
margin-right: auto;
min-height: 200px;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  min-height: 200px;
max-width: 400px;
text-align: center;
}
}
#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e-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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e img.shogun-image {
  width: 100%;
  
  min-height: 200px;
  max-width: 540px;

      min-height: 200px;
    max-width: 540px;

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




.s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e-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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e .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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e img.shogun-image {
  width: 100%;
  
  min-height: 200px;
  max-width: 540px;

      min-height: 200px;
    max-width: 540px;

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




.s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e-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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e .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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e img.shogun-image {
  width: 100%;
  
  min-height: 200px;
  max-width: 540px;

      min-height: 200px;
    max-width: 540px;

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




.s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e-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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e .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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e img.shogun-image {
  width: 100%;
  
  min-height: 200px;
  max-width: 540px;

      min-height: 200px;
    max-width: 540px;

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




.s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e-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-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a9f66ac-5b36-460f-9a32-327db5638a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e img.shogun-image {
  width: 100%;
  
  min-height: 200px;
  max-width: 540px;

      min-height: 200px;
    max-width: 540px;

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




.s-3a9f66ac-5b36-460f-9a32-327db5638a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9f66ac-5b36-460f-9a32-327db5638a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4953e26c-e908-46ab-a091-29db285b85ac {
  margin-left: auto;
margin-right: auto;
}

#s-4953e26c-e908-46ab-a091-29db285b85ac .shg-proportional-font-size,
#s-4953e26c-e908-46ab-a091-29db285b85ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-446c0ad0-eeb8-44ec-be62-8f7ebe7b2638 {
  margin-left: auto;
margin-right: auto;
}

#s-446c0ad0-eeb8-44ec-be62-8f7ebe7b2638 .shg-proportional-font-size,
#s-446c0ad0-eeb8-44ec-be62-8f7ebe7b2638 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  min-height: 200px;
max-width: 400px;
}
}
#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911-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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911-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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911-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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911-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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911-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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .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-dd1e270d-e79f-468e-a2e9-d702f17b5911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-dd1e270d-e79f-468e-a2e9-d702f17b5911 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd1e270d-e79f-468e-a2e9-d702f17b5911.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-73aeaa83-c6c6-4b35-b67b-21b0c69ae8ee {
  margin-left: auto;
margin-right: auto;
}

#s-73aeaa83-c6c6-4b35-b67b-21b0c69ae8ee .shg-proportional-font-size,
#s-73aeaa83-c6c6-4b35-b67b-21b0c69ae8ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-babe90e5-8225-4cc2-b7d2-013a3c6fe80b {
  margin-left: auto;
margin-right: auto;
}

#s-babe90e5-8225-4cc2-b7d2-013a3c6fe80b .shg-proportional-font-size,
#s-babe90e5-8225-4cc2-b7d2-013a3c6fe80b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3a804798-0233-40a9-b7a8-4262ad282a8e {
  margin-left: auto;
margin-right: auto;
max-width: 1138px;
}

@media (min-width: 0px) {
[id="s-3a804798-0233-40a9-b7a8-4262ad282a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a804798-0233-40a9-b7a8-4262ad282a8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3a804798-0233-40a9-b7a8-4262ad282a8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a804798-0233-40a9-b7a8-4262ad282a8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  min-height: 200px;
max-width: 400px;
}
}
#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726-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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726-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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726-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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726-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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726-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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .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-7ee82f36-280d-49fa-9fe5-21ed38a1c726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee82f36-280d-49fa-9fe5-21ed38a1c726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-02f6c03b-c93a-4928-ac2c-721b9b4d7e0c {
  margin-left: auto;
margin-right: auto;
}

#s-02f6c03b-c93a-4928-ac2c-721b9b4d7e0c .shg-proportional-font-size,
#s-02f6c03b-c93a-4928-ac2c-721b9b4d7e0c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b7187f0a-9dec-4ec2-a141-0dd84df37780 {
  margin-left: auto;
margin-right: auto;
}

#s-b7187f0a-9dec-4ec2-a141-0dd84df37780 .shg-proportional-font-size,
#s-b7187f0a-9dec-4ec2-a141-0dd84df37780 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  min-height: 200px;
max-width: 400px;
}
}
#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564-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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-87ae8ffb-152c-43fe-a568-e45ba288b564 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564-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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 .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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-87ae8ffb-152c-43fe-a568-e45ba288b564 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564-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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 .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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-87ae8ffb-152c-43fe-a568-e45ba288b564 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564-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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 .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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-87ae8ffb-152c-43fe-a568-e45ba288b564 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564-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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 .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-87ae8ffb-152c-43fe-a568-e45ba288b564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae8ffb-152c-43fe-a568-e45ba288b564 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-87ae8ffb-152c-43fe-a568-e45ba288b564 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae8ffb-152c-43fe-a568-e45ba288b564.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-109c0429-d614-4e02-95e2-0f62b180007e {
  margin-left: auto;
margin-right: auto;
}

#s-109c0429-d614-4e02-95e2-0f62b180007e .shg-proportional-font-size,
#s-109c0429-d614-4e02-95e2-0f62b180007e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-37aaff0a-6d43-4a93-b264-c37498143512 {
  margin-left: auto;
margin-right: auto;
}

#s-37aaff0a-6d43-4a93-b264-c37498143512 .shg-proportional-font-size,
#s-37aaff0a-6d43-4a93-b264-c37498143512 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c6198f6d-c551-44b7-89db-b0594bdafe70 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b70207bc-9fbd-4320-b6eb-a35aedecf6db {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b53a70ce-dfcf-4da7-94c8-fb5edc382260 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-783be956-9d5b-4951-a534-8c129a957e28 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 120px;
min-height: 50px;
}








#s-783be956-9d5b-4951-a534-8c129a957e28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-783be956-9d5b-4951-a534-8c129a957e28.shg-box.shg-c {
  justify-content: center;
}

#s-9e6b1716-e8ce-4734-85dd-6f83512d0a71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}
@media (max-width: 767px){#s-9e6b1716-e8ce-4734-85dd-6f83512d0a71 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-9e6b1716-e8ce-4734-85dd-6f83512d0a71 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 39px;
  
  
  
}


@media (max-width: 767px){#s-9e6b1716-e8ce-4734-85dd-6f83512d0a71 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-dd582fdc-d74c-4d5e-b821-97e1a322ef32 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-dd582fdc-d74c-4d5e-b821-97e1a322ef32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-dd582fdc-d74c-4d5e-b821-97e1a322ef32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd582fdc-d74c-4d5e-b821-97e1a322ef32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd582fdc-d74c-4d5e-b821-97e1a322ef32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7432493c-c610-43a9-b896-b5eadad4257e {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-7432493c-c610-43a9-b896-b5eadad4257e {
  background-image: url(https://i.shgcdn.com/c1821ee4-6106-4cd7-90b0-be03519aa87d/);
background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
max-width: 400px;
background-position: center center;
}
}
#s-7432493c-c610-43a9-b896-b5eadad4257e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e-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-7432493c-c610-43a9-b896-b5eadad4257e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7432493c-c610-43a9-b896-b5eadad4257e .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-7432493c-c610-43a9-b896-b5eadad4257e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7432493c-c610-43a9-b896-b5eadad4257e img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7432493c-c610-43a9-b896-b5eadad4257e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7432493c-c610-43a9-b896-b5eadad4257e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e-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-7432493c-c610-43a9-b896-b5eadad4257e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7432493c-c610-43a9-b896-b5eadad4257e .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-7432493c-c610-43a9-b896-b5eadad4257e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7432493c-c610-43a9-b896-b5eadad4257e img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7432493c-c610-43a9-b896-b5eadad4257e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7432493c-c610-43a9-b896-b5eadad4257e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e-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-7432493c-c610-43a9-b896-b5eadad4257e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7432493c-c610-43a9-b896-b5eadad4257e .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-7432493c-c610-43a9-b896-b5eadad4257e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7432493c-c610-43a9-b896-b5eadad4257e img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7432493c-c610-43a9-b896-b5eadad4257e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7432493c-c610-43a9-b896-b5eadad4257e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e-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-7432493c-c610-43a9-b896-b5eadad4257e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7432493c-c610-43a9-b896-b5eadad4257e .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-7432493c-c610-43a9-b896-b5eadad4257e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7432493c-c610-43a9-b896-b5eadad4257e img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7432493c-c610-43a9-b896-b5eadad4257e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7432493c-c610-43a9-b896-b5eadad4257e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e-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-7432493c-c610-43a9-b896-b5eadad4257e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7432493c-c610-43a9-b896-b5eadad4257e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7432493c-c610-43a9-b896-b5eadad4257e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7432493c-c610-43a9-b896-b5eadad4257e img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-7432493c-c610-43a9-b896-b5eadad4257e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7432493c-c610-43a9-b896-b5eadad4257e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c645427-3c1a-4a9c-958d-95d30c3824de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 228, 243, 1);
}
@media (max-width: 767px){#s-4c645427-3c1a-4a9c-958d-95d30c3824de {
  margin-left: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}
}
#s-4c645427-3c1a-4a9c-958d-95d30c3824de .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4d92d1ee-aeed-4d1f-a410-f3d799163451 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
background-color: rgba(255, 228, 243, 1);
}

#s-4d92d1ee-aeed-4d1f-a410-f3d799163451 .shg-proportional-font-size,
#s-4d92d1ee-aeed-4d1f-a410-f3d799163451 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  background-image: url(https://i.shgcdn.com/65bc2dc8-7e0b-49c9-87ad-bfca6243a7e8/);
background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}
}
#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96-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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96-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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96-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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96-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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96-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-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b4c7f6-c4ca-48ac-bb9e-7e85b5741c96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e2429427-2a7a-4ea4-a51e-b8067b4821d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 228, 243, 1);
}
@media (max-width: 767px){#s-e2429427-2a7a-4ea4-a51e-b8067b4821d5 {
  margin-left: 30px;
margin-right: 0px;
text-align: left;
}
}
#s-e2429427-2a7a-4ea4-a51e-b8067b4821d5 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-9149c901-27af-4213-9784-58c6c45077dc {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
background-color: rgba(255, 228, 243, 1);
}

#s-9149c901-27af-4213-9784-58c6c45077dc .shg-proportional-font-size,
#s-9149c901-27af-4213-9784-58c6c45077dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  background-image: url(https://i.shgcdn.com/c1b43279-fa47-4250-8c6b-83d1bdac7535/);
background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}
}
#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c-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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c .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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-321573e0-1e42-4c27-8e78-67301e6c7b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c-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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c .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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-321573e0-1e42-4c27-8e78-67301e6c7b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c-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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c .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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-321573e0-1e42-4c27-8e78-67301e6c7b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c-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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c .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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-321573e0-1e42-4c27-8e78-67301e6c7b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c-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-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-321573e0-1e42-4c27-8e78-67301e6c7b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-321573e0-1e42-4c27-8e78-67301e6c7b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321573e0-1e42-4c27-8e78-67301e6c7b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-992b8eee-0458-4d11-b005-6e637ee38801 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 228, 243, 1);
}
@media (max-width: 767px){#s-992b8eee-0458-4d11-b005-6e637ee38801 {
  margin-left: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}
}
#s-992b8eee-0458-4d11-b005-6e637ee38801 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4c5579e6-bdcb-420e-a39c-0bf003131122 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
background-color: rgba(255, 228, 243, 1);
}

#s-4c5579e6-bdcb-420e-a39c-0bf003131122 .shg-proportional-font-size,
#s-4c5579e6-bdcb-420e-a39c-0bf003131122 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}
@media (max-width: 767px){#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  background-image: url(https://i.shgcdn.com/eb89e182-301b-4dc1-bb1f-9c0662b8a835/);
background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
max-width: 400px;
background-position: center center;
}
}
#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505-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-0fe0b824-d706-4861-9689-6e887d09d505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fe0b824-d706-4861-9689-6e887d09d505 .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-0fe0b824-d706-4861-9689-6e887d09d505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fe0b824-d706-4861-9689-6e887d09d505 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-0fe0b824-d706-4861-9689-6e887d09d505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505-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-0fe0b824-d706-4861-9689-6e887d09d505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fe0b824-d706-4861-9689-6e887d09d505 .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-0fe0b824-d706-4861-9689-6e887d09d505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fe0b824-d706-4861-9689-6e887d09d505 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-0fe0b824-d706-4861-9689-6e887d09d505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505-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-0fe0b824-d706-4861-9689-6e887d09d505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fe0b824-d706-4861-9689-6e887d09d505 .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-0fe0b824-d706-4861-9689-6e887d09d505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fe0b824-d706-4861-9689-6e887d09d505 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-0fe0b824-d706-4861-9689-6e887d09d505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505-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-0fe0b824-d706-4861-9689-6e887d09d505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fe0b824-d706-4861-9689-6e887d09d505 .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-0fe0b824-d706-4861-9689-6e887d09d505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fe0b824-d706-4861-9689-6e887d09d505 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-0fe0b824-d706-4861-9689-6e887d09d505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0fe0b824-d706-4861-9689-6e887d09d505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505-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-0fe0b824-d706-4861-9689-6e887d09d505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fe0b824-d706-4861-9689-6e887d09d505 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fe0b824-d706-4861-9689-6e887d09d505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fe0b824-d706-4861-9689-6e887d09d505 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

      
    max-width: 540px;

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




.s-0fe0b824-d706-4861-9689-6e887d09d505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe0b824-d706-4861-9689-6e887d09d505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cfdee28c-e474-4d03-a0c0-bf0352817c80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 228, 243, 1);
}
@media (max-width: 767px){#s-cfdee28c-e474-4d03-a0c0-bf0352817c80 {
  margin-left: 30px;
margin-right: 10px;
text-align: left;
}
}
#s-cfdee28c-e474-4d03-a0c0-bf0352817c80 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-99942fe5-0161-47cc-b9d5-9a0014170ec6 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
background-color: rgba(255, 228, 243, 1);
}

#s-99942fe5-0161-47cc-b9d5-9a0014170ec6 .shg-proportional-font-size,
#s-99942fe5-0161-47cc-b9d5-9a0014170ec6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0bc90cba-f16d-49f1-87c9-3e176ed4924b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1b8d7738-fc5f-4252-a7bf-0f48a3d3f77d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f7fab2b5-b184-4578-8173-eb9c67838e19 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
background-color: rgba(238, 133, 134, 1);
}








#s-f7fab2b5-b184-4578-8173-eb9c67838e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7fab2b5-b184-4578-8173-eb9c67838e19.shg-box.shg-c {
  justify-content: center;
}

#s-25c84852-3b15-44f7-abe7-39fdb61a6945 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}
@media (max-width: 767px){#s-25c84852-3b15-44f7-abe7-39fdb61a6945 {
  padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-25c84852-3b15-44f7-abe7-39fdb61a6945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25c84852-3b15-44f7-abe7-39fdb61a6945"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25c84852-3b15-44f7-abe7-39fdb61a6945"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25c84852-3b15-44f7-abe7-39fdb61a6945"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e980dfe3-2c43-4c7c-8551-8e08cd23cb10 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: -40px;
margin-right: auto;
}

#s-e980dfe3-2c43-4c7c-8551-8e08cd23cb10 .shg-proportional-font-size,
#s-e980dfe3-2c43-4c7c-8551-8e08cd23cb10 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1638b09d-bfcd-4914-bc3a-fd823a18a7cc {
  margin-left: auto;
margin-bottom: -19px;
margin-right: auto;
}

#s-1638b09d-bfcd-4914-bc3a-fd823a18a7cc .shg-proportional-font-size,
#s-1638b09d-bfcd-4914-bc3a-fd823a18a7cc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin-top: -140px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin-top: 0px;
text-align: left;
}
}
#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594-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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594-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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594-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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594-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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594-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-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0px;
  padding-right: 0px;
  
  
}


.shg-image-content-margin-container-s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa192a9-7e49-4a18-9f41-0c6ab8580594.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-05dccd0a-c94c-41ae-bf5f-5f2a361abb99 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-afbced2a-7aef-4d46-b58f-93281ddd4467 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-afbced2a-7aef-4d46-b58f-93281ddd4467"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afbced2a-7aef-4d46-b58f-93281ddd4467"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-afbced2a-7aef-4d46-b58f-93281ddd4467"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-afbced2a-7aef-4d46-b58f-93281ddd4467"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ebf763ee-645b-4378-8ce0-c9294f0b04c9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
min-height: 315px;
}
@media (max-width: 767px){#s-ebf763ee-645b-4378-8ce0-c9294f0b04c9 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 3px;
}
}
#s-7032c30b-6040-4a03-9788-b74d8ab85fc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7032c30b-6040-4a03-9788-b74d8ab85fc8 {
  text-align: left;
}
}
#s-7032c30b-6040-4a03-9788-b74d8ab85fc8 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-7032c30b-6040-4a03-9788-b74d8ab85fc8 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c321ab8e-ae61-4597-a9cd-887e5fdbbc76 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
}
@media (max-width: 767px){#s-c321ab8e-ae61-4597-a9cd-887e5fdbbc76 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
}
}
#s-c321ab8e-ae61-4597-a9cd-887e5fdbbc76 .shg-proportional-font-size,
#s-c321ab8e-ae61-4597-a9cd-887e5fdbbc76 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-55041770-8a2e-4b2a-bd07-1510bf1d4f31 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
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: 20px;
max-width: 1260px;
background-color: rgba(238, 133, 134, 1);
}
@media (max-width: 767px){#s-55041770-8a2e-4b2a-bd07-1510bf1d4f31 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-55041770-8a2e-4b2a-bd07-1510bf1d4f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55041770-8a2e-4b2a-bd07-1510bf1d4f31.shg-box.shg-c {
  justify-content: center;
}

#s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ce91ef8-44cc-4703-ab44-5b7e20a86e45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-2dc4ce3e-9ed3-48d3-ba09-44ac87ffd77a {
  margin-left: -350px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2dc4ce3e-9ed3-48d3-ba09-44ac87ffd77a {
  margin-left: 0px;
text-align: left;
}
}
#s-2dc4ce3e-9ed3-48d3-ba09-44ac87ffd77a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-e4effe2e-96d5-4185-95c1-348b6761a6e2 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
}

#s-e4effe2e-96d5-4185-95c1-348b6761a6e2 .shg-proportional-font-size,
#s-e4effe2e-96d5-4185-95c1-348b6761a6e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(251, 198, 141, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b:hover {background-color: rgba(251, 198, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}

  #s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b-root {
    text-align: center;
  }


#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b-root {
    text-align: center;
  }


#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b-root {
    text-align: center;
  }


#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b-root {
    text-align: center;
  }


#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b-root {
    text-align: left;
  }


#s-b4b79b7e-45c2-46d3-9d1a-1dd3e07b5f9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-70761584-3526-4a50-becd-d47ecd687893 {
  margin-top: 175px;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 228, 243, 1);
}
@media (max-width: 767px){#s-70761584-3526-4a50-becd-d47ecd687893 {
  margin-top: 100px;
margin-bottom: 100px;
}
}







#s-70761584-3526-4a50-becd-d47ecd687893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70761584-3526-4a50-becd-d47ecd687893.shg-box.shg-c {
  justify-content: center;
}

#s-e0be04a7-879c-4831-b732-0621c753dc6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e0be04a7-879c-4831-b732-0621c753dc6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0be04a7-879c-4831-b732-0621c753dc6e.shg-box.shg-c {
  justify-content: center;
}

#s-06c47fb4-10f7-46eb-a9ca-2e874dc9a8cd {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 1300px;
background-color: rgba(66, 66, 66, 1);
}
@media (max-width: 767px){#s-06c47fb4-10f7-46eb-a9ca-2e874dc9a8cd {
  margin-left: 20px;
margin-right: 20px;
padding-left: 40px;
}
}
@media (min-width: 0px) {
[id="s-06c47fb4-10f7-46eb-a9ca-2e874dc9a8cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c47fb4-10f7-46eb-a9ca-2e874dc9a8cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06c47fb4-10f7-46eb-a9ca-2e874dc9a8cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06c47fb4-10f7-46eb-a9ca-2e874dc9a8cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038 {
  margin-top: -250px;
margin-left: 0px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
background-color: rgba(238, 190, 84, 1);
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#c09d0d"}, {"id"=>3, "pos"=>0.3954545454545454, "color"=>"#0da1c0"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
color: rgba(0, 0, 0, 1);
}
#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038:hover {background-color: rgba(238, 190, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038-root {
    text-align: left;
  }


#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038-root {
    text-align: left;
  }


#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038-root {
    text-align: left;
  }


#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038-root {
    text-align: left;
  }


#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038-root {
    text-align: left;
  }


#s-f5ed15a5-a097-420b-a4ed-bd0d3ca3b038.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-977d8926-94b7-446a-abbf-96d800a73ada {
  margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-977d8926-94b7-446a-abbf-96d800a73ada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 39px;
  
  
  
}


@media (max-width: 767px){#s-977d8926-94b7-446a-abbf-96d800a73ada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-6ee21cc5-4218-4e53-820b-51a188f6d84f {
  margin-left: auto;
margin-right: auto;
}

#s-6ee21cc5-4218-4e53-820b-51a188f6d84f .shg-proportional-font-size,
#s-6ee21cc5-4218-4e53-820b-51a188f6d84f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ecba746c-d202-4a2d-b321-98a4fdc10c8e {
  margin-left: auto;
margin-right: auto;
}

#s-c845cfce-f877-46bc-a0f7-51a7c085bade {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-10e6998e-1cf2-47cc-aab5-6e0989d8e148 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10e6998e-1cf2-47cc-aab5-6e0989d8e148 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-70a161d7-dec3-4c8e-8b72-776a6cc0fa3c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4ae7c5da-7a79-46c5-bc8a-d15c88beba97 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 228, 243, 1);
}








#s-4ae7c5da-7a79-46c5-bc8a-d15c88beba97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ae7c5da-7a79-46c5-bc8a-d15c88beba97.shg-box.shg-c {
  justify-content: center;
}

#s-5e17503e-115b-4e27-a938-51fbaadb581e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e17503e-115b-4e27-a938-51fbaadb581e .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-5e17503e-115b-4e27-a938-51fbaadb581e .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


}
#s-8781a551-77fb-4ee3-8cf5-f5a7d62ca94c {
  margin-left: auto;
margin-right: auto;
}

#s-8781a551-77fb-4ee3-8cf5-f5a7d62ca94c .shg-proportional-font-size,
#s-8781a551-77fb-4ee3-8cf5-f5a7d62ca94c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4694fc0b-b1cb-4c3c-be94-f9ea12f6b8ba {
  margin-left: auto;
margin-right: auto;
max-width: 1385px;
}
@media (max-width: 767px){#s-4694fc0b-b1cb-4c3c-be94-f9ea12f6b8ba {
  margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-4694fc0b-b1cb-4c3c-be94-f9ea12f6b8ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4694fc0b-b1cb-4c3c-be94-f9ea12f6b8ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4694fc0b-b1cb-4c3c-be94-f9ea12f6b8ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4694fc0b-b1cb-4c3c-be94-f9ea12f6b8ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: left;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0-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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0-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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0-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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0-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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0-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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .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-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6696b920-f5e0-4afc-b1ad-a1dfb632afa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e67234b0-49e9-45f7-ab58-6d5b9ca3602e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e67234b0-49e9-45f7-ab58-6d5b9ca3602e .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-dcf1735c-bfce-4fd2-899b-4e4adbb03492 {
  margin-left: auto;
margin-right: auto;
}

#s-dcf1735c-bfce-4fd2-899b-4e4adbb03492 .shg-proportional-font-size,
#s-dcf1735c-bfce-4fd2-899b-4e4adbb03492 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a85b273f-d501-4aa2-9318-ad78e68658a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 50px;
background-color: rgba(245, 116, 0, 1);
text-align: left;
text-decoration: none;
}
#s-a85b273f-d501-4aa2-9318-ad78e68658a4:hover {background-color: rgba(245, 116, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a85b273f-d501-4aa2-9318-ad78e68658a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a85b273f-d501-4aa2-9318-ad78e68658a4-root {
    text-align: left;
  }


#s-a85b273f-d501-4aa2-9318-ad78e68658a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a85b273f-d501-4aa2-9318-ad78e68658a4-root {
    text-align: left;
  }


#s-a85b273f-d501-4aa2-9318-ad78e68658a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a85b273f-d501-4aa2-9318-ad78e68658a4-root {
    text-align: left;
  }


#s-a85b273f-d501-4aa2-9318-ad78e68658a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a85b273f-d501-4aa2-9318-ad78e68658a4-root {
    text-align: left;
  }


#s-a85b273f-d501-4aa2-9318-ad78e68658a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a85b273f-d501-4aa2-9318-ad78e68658a4-root {
    text-align: left;
  }


#s-a85b273f-d501-4aa2-9318-ad78e68658a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: left;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df-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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df-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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df-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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df-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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df-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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .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-89b6d960-48bd-4d10-93c8-75ce1b33c8df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b6d960-48bd-4d10-93c8-75ce1b33c8df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-55a1a45f-0425-4688-8bcf-73e7ea2d731f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55a1a45f-0425-4688-8bcf-73e7ea2d731f .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-f121c443-96ff-44c1-be77-824b74cecebb {
  margin-left: auto;
margin-right: auto;
}

#s-f121c443-96ff-44c1-be77-824b74cecebb .shg-proportional-font-size,
#s-f121c443-96ff-44c1-be77-824b74cecebb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a3844a88-6a9b-44a1-99e0-697e66139334 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 50px;
background-color: rgba(245, 116, 0, 1);
text-align: left;
text-decoration: none;
}
#s-a3844a88-6a9b-44a1-99e0-697e66139334:hover {background-color: rgba(245, 116, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3844a88-6a9b-44a1-99e0-697e66139334:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3844a88-6a9b-44a1-99e0-697e66139334-root {
    text-align: left;
  }


#s-a3844a88-6a9b-44a1-99e0-697e66139334.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3844a88-6a9b-44a1-99e0-697e66139334-root {
    text-align: left;
  }


#s-a3844a88-6a9b-44a1-99e0-697e66139334.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3844a88-6a9b-44a1-99e0-697e66139334-root {
    text-align: left;
  }


#s-a3844a88-6a9b-44a1-99e0-697e66139334.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3844a88-6a9b-44a1-99e0-697e66139334-root {
    text-align: left;
  }


#s-a3844a88-6a9b-44a1-99e0-697e66139334.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3844a88-6a9b-44a1-99e0-697e66139334-root {
    text-align: left;
  }


#s-a3844a88-6a9b-44a1-99e0-697e66139334.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cb53fef8-63a9-41d8-a923-19f1c53fcdb3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-90d05cbb-4578-4474-8f11-1132b3fd324e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a9cc2c0c-8f06-4018-9283-9e5fb9717d11 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(238, 133, 134, 1);
}








#s-a9cc2c0c-8f06-4018-9283-9e5fb9717d11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9cc2c0c-8f06-4018-9283-9e5fb9717d11.shg-box.shg-c {
  justify-content: center;
}

#s-299a4457-fd67-4bbd-a3ee-0476d4a28884 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(238, 133, 134, 1);
}
@media (max-width: 767px){#s-299a4457-fd67-4bbd-a3ee-0476d4a28884 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 50px;
padding-right: 50px;
}
}
#s-299a4457-fd67-4bbd-a3ee-0476d4a28884 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 39px;
  
  
  
}


@media (max-width: 767px){#s-299a4457-fd67-4bbd-a3ee-0476d4a28884 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-dd95a033-36d0-4386-b82b-62ca0d043669 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1385px;
background-color: rgba(238, 133, 134, 1);
}
@media (max-width: 767px){#s-dd95a033-36d0-4386-b82b-62ca0d043669 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-dd95a033-36d0-4386-b82b-62ca0d043669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd95a033-36d0-4386-b82b-62ca0d043669"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd95a033-36d0-4386-b82b-62ca0d043669"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd95a033-36d0-4386-b82b-62ca0d043669"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: left;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168-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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168-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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168-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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168-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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168-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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .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-a9a0449e-2fee-4e83-8315-c5866f6e3168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-a9a0449e-2fee-4e83-8315-c5866f6e3168 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a0449e-2fee-4e83-8315-c5866f6e3168.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f7a06b1d-f641-41c3-8723-22adb44a0882 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7a06b1d-f641-41c3-8723-22adb44a0882 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-2c18d492-8c4d-4074-b84a-3ee0f1330e23 {
  margin-left: auto;
margin-right: auto;
}

#s-2c18d492-8c4d-4074-b84a-3ee0f1330e23 .shg-proportional-font-size,
#s-2c18d492-8c4d-4074-b84a-3ee0f1330e23 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: left;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4-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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4-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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4-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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4-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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4-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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .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-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a2f68a7-cae9-47ae-aefd-bdaf1c926de4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-01b242c6-bca5-42f4-adec-01ed2f7a4807 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01b242c6-bca5-42f4-adec-01ed2f7a4807 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-f63e4947-b1fb-4e32-8222-289372eb9376 {
  margin-left: auto;
margin-right: auto;
}

#s-f63e4947-b1fb-4e32-8222-289372eb9376 .shg-proportional-font-size,
#s-f63e4947-b1fb-4e32-8222-289372eb9376 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-43d5bfd8-9769-4764-8594-3415dc44162a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
