.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-dba8f029-8a56-41b4-9bd2-5d1eae45d2ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dba8f029-8a56-41b4-9bd2-5d1eae45d2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dba8f029-8a56-41b4-9bd2-5d1eae45d2ff.shg-box.shg-c {
  justify-content: center;
}

.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-e55eb1d5-d728-46d4-8622-c9802b2aca79 {
  margin-left: 2%;
margin-bottom: 11px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e55eb1d5-d728-46d4-8622-c9802b2aca79 {
  
}
}
@media (min-width: 0px) {
[id="s-e55eb1d5-d728-46d4-8622-c9802b2aca79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e55eb1d5-d728-46d4-8622-c9802b2aca79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e55eb1d5-d728-46d4-8622-c9802b2aca79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e55eb1d5-d728-46d4-8622-c9802b2aca79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e55eb1d5-d728-46d4-8622-c9802b2aca79"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c {
  margin-top: 5%;
margin-left: 19%;
margin-bottom: 100px;
margin-right: 10px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c {
  margin-top: 0%;
margin-left: 11%;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c {
  box-shadow:1px 1px 1px 1px rgba(230, 230, 230, 0);
margin-top: 10px;
padding-top: 5%;
padding-left: 10px;
padding-bottom: 5%;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 0.22);
border-style: solid;
border-radius: 11px;
display: none;
}
#s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c, #wrap-s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c, #wrap-content-s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c { display: none !important; }}
@media (min-width: 0px) {
[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df3ef2c1-7dc1-48b2-a7ff-cfa6e454bf0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b0015a9f-a894-448a-a1d1-f5c6e1bf8162 {
  margin-top: 28%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0015a9f-a894-448a-a1d1-f5c6e1bf8162 {
  margin-top: 12%;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-a1157490-775e-42dd-a920-861c50a5a282 {
  margin-top: 30px;
padding-top: 13px;
padding-left: 48px;
padding-bottom: 13px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-a1157490-775e-42dd-a920-861c50a5a282:hover {background-color: rgba(94, 116, 98, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1157490-775e-42dd-a920-861c50a5a282:active {background-color: rgba(94, 116, 98, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-a1157490-775e-42dd-a920-861c50a5a282 {
  margin-top: 28px;
padding-top: 13px;
padding-bottom: 13px;
}
}@media (max-width: 767px){#s-a1157490-775e-42dd-a920-861c50a5a282 {
  text-align: center;
}
}

  #s-a1157490-775e-42dd-a920-861c50a5a282-root {
    text-align: left;
  }


#s-a1157490-775e-42dd-a920-861c50a5a282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1157490-775e-42dd-a920-861c50a5a282-root {
    text-align: left;
  }


#s-a1157490-775e-42dd-a920-861c50a5a282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1157490-775e-42dd-a920-861c50a5a282-root {
    text-align: left;
  }


#s-a1157490-775e-42dd-a920-861c50a5a282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1157490-775e-42dd-a920-861c50a5a282-root {
    text-align: left;
  }


#s-a1157490-775e-42dd-a920-861c50a5a282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1157490-775e-42dd-a920-861c50a5a282-root {
    text-align: center;
  }


#s-a1157490-775e-42dd-a920-861c50a5a282.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-118a7ff8-312b-4903-929f-1e454414a250 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-118a7ff8-312b-4903-929f-1e454414a250 {
  display: none;
}
#s-118a7ff8-312b-4903-929f-1e454414a250, #wrap-s-118a7ff8-312b-4903-929f-1e454414a250, #wrap-content-s-118a7ff8-312b-4903-929f-1e454414a250 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-118a7ff8-312b-4903-929f-1e454414a250 {
  display: none;
}
#s-118a7ff8-312b-4903-929f-1e454414a250, #wrap-s-118a7ff8-312b-4903-929f-1e454414a250, #wrap-content-s-118a7ff8-312b-4903-929f-1e454414a250 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-118a7ff8-312b-4903-929f-1e454414a250 {
  display: none;
}
#s-118a7ff8-312b-4903-929f-1e454414a250, #wrap-s-118a7ff8-312b-4903-929f-1e454414a250, #wrap-content-s-118a7ff8-312b-4903-929f-1e454414a250 { display: none !important; }}







#s-118a7ff8-312b-4903-929f-1e454414a250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-118a7ff8-312b-4903-929f-1e454414a250.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-e9aaa1b2-f485-418d-9585-4152a55d23d7 {
  padding-top: 28px;
padding-left: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e9aaa1b2-f485-418d-9585-4152a55d23d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9aaa1b2-f485-418d-9585-4152a55d23d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9aaa1b2-f485-418d-9585-4152a55d23d7 {
  
}
}
#s-e9aaa1b2-f485-418d-9585-4152a55d23d7 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  
}



#s-086c97b0-565c-465d-b567-7da8c8bfaf6c {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 21px;
text-align: center;
}
@media (min-width: 1200px){#s-086c97b0-565c-465d-b567-7da8c8bfaf6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-086c97b0-565c-465d-b567-7da8c8bfaf6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-086c97b0-565c-465d-b567-7da8c8bfaf6c {
  
}
}
#s-086c97b0-565c-465d-b567-7da8c8bfaf6c .shogun-heading-component h1 {
  color: rgba(94, 116, 98, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  
}



#s-236c00db-9e2e-429d-8573-63781cdccea5 {
  padding-top: 16px;
padding-bottom: 28px;
text-align: center;
}
@media (max-width: 767px){#s-236c00db-9e2e-429d-8573-63781cdccea5 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-236c00db-9e2e-429d-8573-63781cdccea5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}



#s-f13b2423-c63f-48b2-8084-c506e1e8f84c {
  margin-top: 18px;
margin-bottom: 61px;
padding-top: 13px;
padding-left: 48px;
padding-bottom: 13px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-f13b2423-c63f-48b2-8084-c506e1e8f84c:hover {background-color: rgba(94, 116, 98, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f13b2423-c63f-48b2-8084-c506e1e8f84c:active {background-color: rgba(94, 116, 98, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f13b2423-c63f-48b2-8084-c506e1e8f84c {
  display: none;
}
#s-f13b2423-c63f-48b2-8084-c506e1e8f84c, #wrap-s-f13b2423-c63f-48b2-8084-c506e1e8f84c, #wrap-content-s-f13b2423-c63f-48b2-8084-c506e1e8f84c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f13b2423-c63f-48b2-8084-c506e1e8f84c {
  display: none;
}
#s-f13b2423-c63f-48b2-8084-c506e1e8f84c, #wrap-s-f13b2423-c63f-48b2-8084-c506e1e8f84c, #wrap-content-s-f13b2423-c63f-48b2-8084-c506e1e8f84c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f13b2423-c63f-48b2-8084-c506e1e8f84c {
  padding-top: 13px;
padding-bottom: 13px;
display: none;
}
#s-f13b2423-c63f-48b2-8084-c506e1e8f84c, #wrap-s-f13b2423-c63f-48b2-8084-c506e1e8f84c, #wrap-content-s-f13b2423-c63f-48b2-8084-c506e1e8f84c { display: none !important; }}@media (max-width: 767px){#s-f13b2423-c63f-48b2-8084-c506e1e8f84c {
  text-align: center;
}
}

  #s-f13b2423-c63f-48b2-8084-c506e1e8f84c-root {
    text-align: left;
  }


#s-f13b2423-c63f-48b2-8084-c506e1e8f84c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f13b2423-c63f-48b2-8084-c506e1e8f84c-root {
    text-align: left;
  }


#s-f13b2423-c63f-48b2-8084-c506e1e8f84c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f13b2423-c63f-48b2-8084-c506e1e8f84c-root {
    text-align: left;
  }


#s-f13b2423-c63f-48b2-8084-c506e1e8f84c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f13b2423-c63f-48b2-8084-c506e1e8f84c-root {
    text-align: left;
  }


#s-f13b2423-c63f-48b2-8084-c506e1e8f84c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f13b2423-c63f-48b2-8084-c506e1e8f84c-root {
    text-align: center;
  }


#s-f13b2423-c63f-48b2-8084-c506e1e8f84c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 {
  display: none;
}
#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51, #wrap-s-4f068a2a-fe7e-4114-b112-ed28a8f72d51, #wrap-content-s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 {
  display: none;
}
#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51, #wrap-s-4f068a2a-fe7e-4114-b112-ed28a8f72d51, #wrap-content-s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 {
  display: none;
}
#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51, #wrap-s-4f068a2a-fe7e-4114-b112-ed28a8f72d51, #wrap-content-s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 { display: none !important; }}







#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f068a2a-fe7e-4114-b112-ed28a8f72d51.shg-box.shg-c {
  justify-content: center;
}

#s-35c675ba-ba56-4b80-af26-b8e621b570bb {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-35c675ba-ba56-4b80-af26-b8e621b570bb {
  display: none;
}
#s-35c675ba-ba56-4b80-af26-b8e621b570bb, #wrap-s-35c675ba-ba56-4b80-af26-b8e621b570bb, #wrap-content-s-35c675ba-ba56-4b80-af26-b8e621b570bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c675ba-ba56-4b80-af26-b8e621b570bb {
  display: none;
}
#s-35c675ba-ba56-4b80-af26-b8e621b570bb, #wrap-s-35c675ba-ba56-4b80-af26-b8e621b570bb, #wrap-content-s-35c675ba-ba56-4b80-af26-b8e621b570bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35c675ba-ba56-4b80-af26-b8e621b570bb {
  display: none;
}
#s-35c675ba-ba56-4b80-af26-b8e621b570bb, #wrap-s-35c675ba-ba56-4b80-af26-b8e621b570bb, #wrap-content-s-35c675ba-ba56-4b80-af26-b8e621b570bb { display: none !important; }}
#s-35c675ba-ba56-4b80-af26-b8e621b570bb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



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

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

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.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-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* 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-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  margin-top: 0px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 1392px;
aspect-ratio: 1392/1250;
text-align: center;
}
@media (min-width: 1200px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  display: none;
}
#s-7dd81b85-0c51-410e-ba42-a2caad477c23, #wrap-s-7dd81b85-0c51-410e-ba42-a2caad477c23, #wrap-content-s-7dd81b85-0c51-410e-ba42-a2caad477c23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  display: none;
}
#s-7dd81b85-0c51-410e-ba42-a2caad477c23, #wrap-s-7dd81b85-0c51-410e-ba42-a2caad477c23, #wrap-content-s-7dd81b85-0c51-410e-ba42-a2caad477c23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  display: none;
}
#s-7dd81b85-0c51-410e-ba42-a2caad477c23, #wrap-s-7dd81b85-0c51-410e-ba42-a2caad477c23, #wrap-content-s-7dd81b85-0c51-410e-ba42-a2caad477c23 { display: none !important; }}
#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
  box-sizing: border-box;
}



.s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
      position: relative;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

@media (min-width: 1200px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
  box-sizing: border-box;
}



.s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
      position: relative;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
  box-sizing: border-box;
}



.s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
      position: relative;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
  box-sizing: border-box;
}



.s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
      position: relative;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}@media (max-width: 767px){#s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  margin: 0 !important;
  overflow: visible;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add background color handling */
  
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-7dd81b85-0c51-410e-ba42-a2caad477c23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image {
  box-sizing: border-box;
}



.s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container {
      position: relative;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd81b85-0c51-410e-ba42-a2caad477c23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}
#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f {
  display: none;
}
#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f, #wrap-s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f, #wrap-content-s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f {
  display: none;
}
#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f, #wrap-s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f, #wrap-content-s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f {
  display: none;
}
#s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f, #wrap-s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f, #wrap-content-s-0bcfb9ac-fab4-4319-8707-81c10ce56c3f { display: none !important; }}
#s-94f8a48f-e526-4832-894f-84d930000f56 {
  margin-left: 25%;
margin-right: 25%;
max-width: 1394px;
aspect-ratio: 1394/1248;
text-align: center;
}
@media (min-width: 1200px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  display: none;
}
#s-94f8a48f-e526-4832-894f-84d930000f56, #wrap-s-94f8a48f-e526-4832-894f-84d930000f56, #wrap-content-s-94f8a48f-e526-4832-894f-84d930000f56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  display: none;
}
#s-94f8a48f-e526-4832-894f-84d930000f56, #wrap-s-94f8a48f-e526-4832-894f-84d930000f56, #wrap-content-s-94f8a48f-e526-4832-894f-84d930000f56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  display: none;
}
#s-94f8a48f-e526-4832-894f-84d930000f56, #wrap-s-94f8a48f-e526-4832-894f-84d930000f56, #wrap-content-s-94f8a48f-e526-4832-894f-84d930000f56 { display: none !important; }}
#s-94f8a48f-e526-4832-894f-84d930000f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f8a48f-e526-4832-894f-84d930000f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
  box-sizing: border-box;
}



.s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f8a48f-e526-4832-894f-84d930000f56 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
      position: relative;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

@media (min-width: 1200px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f8a48f-e526-4832-894f-84d930000f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
  box-sizing: border-box;
}



.s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f8a48f-e526-4832-894f-84d930000f56 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
      position: relative;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f8a48f-e526-4832-894f-84d930000f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
  box-sizing: border-box;
}



.s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f8a48f-e526-4832-894f-84d930000f56 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
      position: relative;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f8a48f-e526-4832-894f-84d930000f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
  box-sizing: border-box;
}



.s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f8a48f-e526-4832-894f-84d930000f56 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
      position: relative;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (max-width: 767px){#s-94f8a48f-e526-4832-894f-84d930000f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f8a48f-e526-4832-894f-84d930000f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f8a48f-e526-4832-894f-84d930000f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f8a48f-e526-4832-894f-84d930000f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-94f8a48f-e526-4832-894f-84d930000f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image {
  box-sizing: border-box;
}



.s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f8a48f-e526-4832-894f-84d930000f56 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container {
      position: relative;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f8a48f-e526-4832-894f-84d930000f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}
#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 {
  display: none;
}
#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657, #wrap-s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657, #wrap-content-s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 {
  display: none;
}
#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657, #wrap-s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657, #wrap-content-s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 {
  display: none;
}
#s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657, #wrap-s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657, #wrap-content-s-d29399b7-fc2f-43d0-b5e7-195f3b4e8657 { display: none !important; }}
#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  margin-left: 25%;
margin-right: 25%;
max-width: 1394px;
aspect-ratio: 1394/1248;
text-align: center;
}
@media (min-width: 1200px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  display: none;
}
#s-81fc87b6-d661-4981-b693-e846b3b19cdf, #wrap-s-81fc87b6-d661-4981-b693-e846b3b19cdf, #wrap-content-s-81fc87b6-d661-4981-b693-e846b3b19cdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  display: none;
}
#s-81fc87b6-d661-4981-b693-e846b3b19cdf, #wrap-s-81fc87b6-d661-4981-b693-e846b3b19cdf, #wrap-content-s-81fc87b6-d661-4981-b693-e846b3b19cdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  display: none;
}
#s-81fc87b6-d661-4981-b693-e846b3b19cdf, #wrap-s-81fc87b6-d661-4981-b693-e846b3b19cdf, #wrap-content-s-81fc87b6-d661-4981-b693-e846b3b19cdf { display: none !important; }}
#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  margin: 0 !important;
  overflow: visible;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add background color handling */
  
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
  box-sizing: border-box;
}



.s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fc87b6-d661-4981-b693-e846b3b19cdf {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
      position: relative;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

@media (min-width: 1200px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  margin: 0 !important;
  overflow: visible;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add background color handling */
  
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
  box-sizing: border-box;
}



.s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fc87b6-d661-4981-b693-e846b3b19cdf {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
      position: relative;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  margin: 0 !important;
  overflow: visible;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add background color handling */
  
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
  box-sizing: border-box;
}



.s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fc87b6-d661-4981-b693-e846b3b19cdf {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
      position: relative;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  margin: 0 !important;
  overflow: visible;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add background color handling */
  
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
  box-sizing: border-box;
}



.s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fc87b6-d661-4981-b693-e846b3b19cdf {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
      position: relative;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (max-width: 767px){#s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  margin: 0 !important;
  overflow: visible;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81fc87b6-d661-4981-b693-e846b3b19cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add background color handling */
  
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81fc87b6-d661-4981-b693-e846b3b19cdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-81fc87b6-d661-4981-b693-e846b3b19cdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image {
  box-sizing: border-box;
}



.s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81fc87b6-d661-4981-b693-e846b3b19cdf {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container {
      position: relative;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81fc87b6-d661-4981-b693-e846b3b19cdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}
#s-fcce386f-7903-4d77-ad34-dcd545d963e3 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 80px;
}
@media (min-width: 1200px){#s-fcce386f-7903-4d77-ad34-dcd545d963e3 {
  display: none;
}
#s-fcce386f-7903-4d77-ad34-dcd545d963e3, #wrap-s-fcce386f-7903-4d77-ad34-dcd545d963e3, #wrap-content-s-fcce386f-7903-4d77-ad34-dcd545d963e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcce386f-7903-4d77-ad34-dcd545d963e3 {
  display: none;
}
#s-fcce386f-7903-4d77-ad34-dcd545d963e3, #wrap-s-fcce386f-7903-4d77-ad34-dcd545d963e3, #wrap-content-s-fcce386f-7903-4d77-ad34-dcd545d963e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcce386f-7903-4d77-ad34-dcd545d963e3 {
  display: none;
}
#s-fcce386f-7903-4d77-ad34-dcd545d963e3, #wrap-s-fcce386f-7903-4d77-ad34-dcd545d963e3, #wrap-content-s-fcce386f-7903-4d77-ad34-dcd545d963e3 { display: none !important; }}
#s-c635e782-aef1-4208-948c-f200d6e5b213 {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-c635e782-aef1-4208-948c-f200d6e5b213 {
  display: none;
}
#s-c635e782-aef1-4208-948c-f200d6e5b213, #wrap-s-c635e782-aef1-4208-948c-f200d6e5b213, #wrap-content-s-c635e782-aef1-4208-948c-f200d6e5b213 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c635e782-aef1-4208-948c-f200d6e5b213 {
  display: none;
}
#s-c635e782-aef1-4208-948c-f200d6e5b213, #wrap-s-c635e782-aef1-4208-948c-f200d6e5b213, #wrap-content-s-c635e782-aef1-4208-948c-f200d6e5b213 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c635e782-aef1-4208-948c-f200d6e5b213 {
  display: none;
}
#s-c635e782-aef1-4208-948c-f200d6e5b213, #wrap-s-c635e782-aef1-4208-948c-f200d6e5b213, #wrap-content-s-c635e782-aef1-4208-948c-f200d6e5b213 { display: none !important; }}







#s-c635e782-aef1-4208-948c-f200d6e5b213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c635e782-aef1-4208-948c-f200d6e5b213.shg-box.shg-c {
  justify-content: center;
}

#s-b594a91f-063b-4fe7-97d3-475858a9c482 {
  margin-top: 80px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b594a91f-063b-4fe7-97d3-475858a9c482 {
  display: none;
}
#s-b594a91f-063b-4fe7-97d3-475858a9c482, #wrap-s-b594a91f-063b-4fe7-97d3-475858a9c482, #wrap-content-s-b594a91f-063b-4fe7-97d3-475858a9c482 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b594a91f-063b-4fe7-97d3-475858a9c482 {
  display: none;
}
#s-b594a91f-063b-4fe7-97d3-475858a9c482, #wrap-s-b594a91f-063b-4fe7-97d3-475858a9c482, #wrap-content-s-b594a91f-063b-4fe7-97d3-475858a9c482 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b594a91f-063b-4fe7-97d3-475858a9c482 {
  display: none;
}
#s-b594a91f-063b-4fe7-97d3-475858a9c482, #wrap-s-b594a91f-063b-4fe7-97d3-475858a9c482, #wrap-content-s-b594a91f-063b-4fe7-97d3-475858a9c482 { display: none !important; }}
#s-b594a91f-063b-4fe7-97d3-475858a9c482 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-63994e5c-6e0d-481d-9371-dae2f3600f80 {
  margin-top: -32px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-63994e5c-6e0d-481d-9371-dae2f3600f80 {
  display: none;
}
#s-63994e5c-6e0d-481d-9371-dae2f3600f80, #wrap-s-63994e5c-6e0d-481d-9371-dae2f3600f80, #wrap-content-s-63994e5c-6e0d-481d-9371-dae2f3600f80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63994e5c-6e0d-481d-9371-dae2f3600f80 {
  display: none;
}
#s-63994e5c-6e0d-481d-9371-dae2f3600f80, #wrap-s-63994e5c-6e0d-481d-9371-dae2f3600f80, #wrap-content-s-63994e5c-6e0d-481d-9371-dae2f3600f80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63994e5c-6e0d-481d-9371-dae2f3600f80 {
  display: none;
}
#s-63994e5c-6e0d-481d-9371-dae2f3600f80, #wrap-s-63994e5c-6e0d-481d-9371-dae2f3600f80, #wrap-content-s-63994e5c-6e0d-481d-9371-dae2f3600f80 { display: none !important; }}
#s-63994e5c-6e0d-481d-9371-dae2f3600f80 .shogun-heading-component h1 {
  color: rgba(94, 116, 98, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 {
  margin-left: auto;
margin-right: auto;
padding-left: 12%;
padding-right: 12%;
}
@media (min-width: 1200px){#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 {
  display: none;
}
#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9, #wrap-s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9, #wrap-content-s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 {
  display: none;
}
#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9, #wrap-s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9, #wrap-content-s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 {
  display: none;
}
#s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9, #wrap-s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9, #wrap-content-s-08c01ac1-c6d4-4c68-80ed-544c93a3b5c9 { display: none !important; }}
#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f {
  display: none;
}
#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f, #wrap-s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f, #wrap-content-s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f {
  display: none;
}
#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f, #wrap-s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f, #wrap-content-s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f {
  display: none;
}
#s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f, #wrap-s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f, #wrap-content-s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d3dbac6-0a47-487f-91a3-73b37dc2cd5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d839bc40-fda8-47ee-b64f-bf06c3a24798 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d839bc40-fda8-47ee-b64f-bf06c3a24798 {
  margin-right: 0px;
}
}
.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 {
  text-align: left;
}



.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbbcbc30-bbfe-48e8-ae67-45c8635e2754 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-320fa0af-7c3b-4e64-a3db-c04358c7a8c4 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-320fa0af-7c3b-4e64-a3db-c04358c7a8c4 .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-ba9e62e5-37db-4ea3-b891-db41cd09ca04 {
  margin-left: 10px;
margin-right: 10px;
}

#s-c6517cc0-3ad0-4abb-8b0f-7d0cb1a4b749 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c6517cc0-3ad0-4abb-8b0f-7d0cb1a4b749 {
  margin-right: 0px;
}
}
#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 {
  text-align: left;
}



.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c12a9a6-84c2-4e48-8b90-1967e38dfaf8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d31fd67-cd7f-467c-bd4c-67e9faf8250f {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-3d31fd67-cd7f-467c-bd4c-67e9faf8250f .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-ad53b742-1f21-4cb0-9c56-9ea90e78cea3 {
  margin-left: 10px;
margin-right: 10px;
}

#s-66956d95-84b5-4a72-a7e3-c04bf24208d3 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-66956d95-84b5-4a72-a7e3-c04bf24208d3 {
  margin-right: 0px;
}
}
#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 {
  text-align: left;
}



.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0126d152-0e7f-4dc4-a15c-3e5b9a16c657 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e5c8c6e1-3656-4cb1-b4e6-996f70e927fb {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-e5c8c6e1-3656-4cb1-b4e6-996f70e927fb .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-99e40dae-c45e-475b-a7e7-6050ab7f8751 {
  margin-left: 10px;
margin-right: 10px;
}

#s-58b45267-415a-4d99-8372-1691931e0fbd {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-58b45267-415a-4d99-8372-1691931e0fbd {
  margin-right: 0px;
}
}
#s-d36d9b08-2762-440c-9599-a969c0ff53cf {
  text-align: left;
}



.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36d9b08-2762-440c-9599-a969c0ff53cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1010cb2a-065a-4c6f-9280-b8ec1891c14d {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-1010cb2a-065a-4c6f-9280-b8ec1891c14d .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-6aac909c-8971-4a42-8065-edb433e4a9b0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-39be8b21-2cb0-4372-acc1-81ce15e83426 {
  box-shadow:0px 0px 1px 1px rgba(17, 17, 17, 1);
margin-top: 30px;
margin-bottom: 125px;
padding-top: 7px;
padding-left: 49px;
padding-bottom: 7px;
padding-right: 49px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-39be8b21-2cb0-4372-acc1-81ce15e83426:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-39be8b21-2cb0-4372-acc1-81ce15e83426:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-39be8b21-2cb0-4372-acc1-81ce15e83426 {
  display: none;
}
#s-39be8b21-2cb0-4372-acc1-81ce15e83426, #wrap-s-39be8b21-2cb0-4372-acc1-81ce15e83426, #wrap-content-s-39be8b21-2cb0-4372-acc1-81ce15e83426 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39be8b21-2cb0-4372-acc1-81ce15e83426 {
  display: none;
}
#s-39be8b21-2cb0-4372-acc1-81ce15e83426, #wrap-s-39be8b21-2cb0-4372-acc1-81ce15e83426, #wrap-content-s-39be8b21-2cb0-4372-acc1-81ce15e83426 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39be8b21-2cb0-4372-acc1-81ce15e83426 {
  display: none;
}
#s-39be8b21-2cb0-4372-acc1-81ce15e83426, #wrap-s-39be8b21-2cb0-4372-acc1-81ce15e83426, #wrap-content-s-39be8b21-2cb0-4372-acc1-81ce15e83426 { display: none !important; }}

  #s-39be8b21-2cb0-4372-acc1-81ce15e83426-root {
    text-align: center;
  }


#s-39be8b21-2cb0-4372-acc1-81ce15e83426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39be8b21-2cb0-4372-acc1-81ce15e83426-root {
    text-align: center;
  }


#s-39be8b21-2cb0-4372-acc1-81ce15e83426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39be8b21-2cb0-4372-acc1-81ce15e83426-root {
    text-align: center;
  }


#s-39be8b21-2cb0-4372-acc1-81ce15e83426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39be8b21-2cb0-4372-acc1-81ce15e83426-root {
    text-align: center;
  }


#s-39be8b21-2cb0-4372-acc1-81ce15e83426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39be8b21-2cb0-4372-acc1-81ce15e83426-root {
    text-align: center;
  }


#s-39be8b21-2cb0-4372-acc1-81ce15e83426.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-29dc0212-c17c-4794-b578-a6348107acce {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-29dc0212-c17c-4794-b578-a6348107acce {
  display: none;
}
#s-29dc0212-c17c-4794-b578-a6348107acce, #wrap-s-29dc0212-c17c-4794-b578-a6348107acce, #wrap-content-s-29dc0212-c17c-4794-b578-a6348107acce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29dc0212-c17c-4794-b578-a6348107acce {
  display: none;
}
#s-29dc0212-c17c-4794-b578-a6348107acce, #wrap-s-29dc0212-c17c-4794-b578-a6348107acce, #wrap-content-s-29dc0212-c17c-4794-b578-a6348107acce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29dc0212-c17c-4794-b578-a6348107acce {
  display: none;
}
#s-29dc0212-c17c-4794-b578-a6348107acce, #wrap-s-29dc0212-c17c-4794-b578-a6348107acce, #wrap-content-s-29dc0212-c17c-4794-b578-a6348107acce { display: none !important; }}







#s-29dc0212-c17c-4794-b578-a6348107acce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29dc0212-c17c-4794-b578-a6348107acce.shg-box.shg-c {
  justify-content: center;
}

#s-bebbafba-3ef0-415f-98ce-6ca63efee319 {
  margin-top: 60px;
margin-left: 8%;
margin-bottom: 20px;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bebbafba-3ef0-415f-98ce-6ca63efee319 {
  display: none;
}
#s-bebbafba-3ef0-415f-98ce-6ca63efee319, #wrap-s-bebbafba-3ef0-415f-98ce-6ca63efee319, #wrap-content-s-bebbafba-3ef0-415f-98ce-6ca63efee319 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bebbafba-3ef0-415f-98ce-6ca63efee319 {
  display: none;
}
#s-bebbafba-3ef0-415f-98ce-6ca63efee319, #wrap-s-bebbafba-3ef0-415f-98ce-6ca63efee319, #wrap-content-s-bebbafba-3ef0-415f-98ce-6ca63efee319 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bebbafba-3ef0-415f-98ce-6ca63efee319 {
  display: none;
}
#s-bebbafba-3ef0-415f-98ce-6ca63efee319, #wrap-s-bebbafba-3ef0-415f-98ce-6ca63efee319, #wrap-content-s-bebbafba-3ef0-415f-98ce-6ca63efee319 { display: none !important; }}
#s-bebbafba-3ef0-415f-98ce-6ca63efee319 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  margin-left: 16%;
margin-right: 16%;
max-width: 770px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  display: none;
}
#s-4efb4842-a58c-4f47-8208-e5e295532168, #wrap-s-4efb4842-a58c-4f47-8208-e5e295532168, #wrap-content-s-4efb4842-a58c-4f47-8208-e5e295532168 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  display: none;
}
#s-4efb4842-a58c-4f47-8208-e5e295532168, #wrap-s-4efb4842-a58c-4f47-8208-e5e295532168, #wrap-content-s-4efb4842-a58c-4f47-8208-e5e295532168 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  display: none;
}
#s-4efb4842-a58c-4f47-8208-e5e295532168, #wrap-s-4efb4842-a58c-4f47-8208-e5e295532168, #wrap-content-s-4efb4842-a58c-4f47-8208-e5e295532168 { display: none !important; }}
#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  margin: 0 !important;
  overflow: visible;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 16%;
  margin-right: 16%;
  
  
}

.shg-image-content-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add background color handling */
  
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* 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: 30px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
  box-sizing: border-box;
}



.s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4efb4842-a58c-4f47-8208-e5e295532168 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
      position: relative;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

@media (min-width: 1200px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  margin: 0 !important;
  overflow: visible;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add background color handling */
  
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
  box-sizing: border-box;
}



.s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4efb4842-a58c-4f47-8208-e5e295532168 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
      position: relative;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  margin: 0 !important;
  overflow: visible;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add background color handling */
  
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
  box-sizing: border-box;
}



.s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4efb4842-a58c-4f47-8208-e5e295532168 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
      position: relative;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  margin: 0 !important;
  overflow: visible;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add background color handling */
  
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
  box-sizing: border-box;
}



.s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4efb4842-a58c-4f47-8208-e5e295532168 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
      position: relative;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}@media (max-width: 767px){#s-4efb4842-a58c-4f47-8208-e5e295532168 {
  margin: 0 !important;
  overflow: visible;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4efb4842-a58c-4f47-8208-e5e295532168 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add background color handling */
  
}

#s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4efb4842-a58c-4f47-8208-e5e295532168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-4efb4842-a58c-4f47-8208-e5e295532168 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image {
  box-sizing: border-box;
}



.s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4efb4842-a58c-4f47-8208-e5e295532168 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container {
      position: relative;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4efb4842-a58c-4f47-8208-e5e295532168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}
#s-a762f5e6-28b1-4acd-85e2-b72814edde08 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 40px;
margin-right: 14%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (min-width: 1200px){#s-a762f5e6-28b1-4acd-85e2-b72814edde08 {
  display: none;
}
#s-a762f5e6-28b1-4acd-85e2-b72814edde08, #wrap-s-a762f5e6-28b1-4acd-85e2-b72814edde08, #wrap-content-s-a762f5e6-28b1-4acd-85e2-b72814edde08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a762f5e6-28b1-4acd-85e2-b72814edde08 {
  display: none;
}
#s-a762f5e6-28b1-4acd-85e2-b72814edde08, #wrap-s-a762f5e6-28b1-4acd-85e2-b72814edde08, #wrap-content-s-a762f5e6-28b1-4acd-85e2-b72814edde08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a762f5e6-28b1-4acd-85e2-b72814edde08 {
  display: none;
}
#s-a762f5e6-28b1-4acd-85e2-b72814edde08, #wrap-s-a762f5e6-28b1-4acd-85e2-b72814edde08, #wrap-content-s-a762f5e6-28b1-4acd-85e2-b72814edde08 { display: none !important; }}







#s-a762f5e6-28b1-4acd-85e2-b72814edde08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a762f5e6-28b1-4acd-85e2-b72814edde08.shg-box.shg-c {
  justify-content: center;
}

#s-8495a586-9687-44a9-ae3e-88b25787e03a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8495a586-9687-44a9-ae3e-88b25787e03a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-798704eb-d511-4d1b-87bf-0d1836c7c589 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(94, 116, 98, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e:hover {background-color: rgba(62, 79, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5c13475b-d2c7-410a-b05b-0597a7d1b61e-root {
    text-align: left;
  }


#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c13475b-d2c7-410a-b05b-0597a7d1b61e-root {
    text-align: left;
  }


#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c13475b-d2c7-410a-b05b-0597a7d1b61e-root {
    text-align: left;
  }


#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c13475b-d2c7-410a-b05b-0597a7d1b61e-root {
    text-align: left;
  }


#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c13475b-d2c7-410a-b05b-0597a7d1b61e-root {
    text-align: left;
  }


#s-5c13475b-d2c7-410a-b05b-0597a7d1b61e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  margin-left: 16%;
margin-right: 16%;
max-width: 750px;
aspect-ratio: 750/769;
text-align: center;
}
@media (min-width: 1200px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  display: none;
}
#s-32eace0c-472d-44f2-9fe2-36f214fce753, #wrap-s-32eace0c-472d-44f2-9fe2-36f214fce753, #wrap-content-s-32eace0c-472d-44f2-9fe2-36f214fce753 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  display: none;
}
#s-32eace0c-472d-44f2-9fe2-36f214fce753, #wrap-s-32eace0c-472d-44f2-9fe2-36f214fce753, #wrap-content-s-32eace0c-472d-44f2-9fe2-36f214fce753 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  display: none;
}
#s-32eace0c-472d-44f2-9fe2-36f214fce753, #wrap-s-32eace0c-472d-44f2-9fe2-36f214fce753, #wrap-content-s-32eace0c-472d-44f2-9fe2-36f214fce753 { display: none !important; }}
#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  margin: 0 !important;
  overflow: visible;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 16%;
  margin-right: 16%;
  
  
}

.shg-image-content-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add background color handling */
  
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* 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: 30px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
  box-sizing: border-box;
}



.s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32eace0c-472d-44f2-9fe2-36f214fce753 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
      position: relative;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  margin: 0 !important;
  overflow: visible;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add background color handling */
  
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
  box-sizing: border-box;
}



.s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32eace0c-472d-44f2-9fe2-36f214fce753 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
      position: relative;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  margin: 0 !important;
  overflow: visible;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add background color handling */
  
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
  box-sizing: border-box;
}



.s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32eace0c-472d-44f2-9fe2-36f214fce753 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
      position: relative;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  margin: 0 !important;
  overflow: visible;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add background color handling */
  
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
  box-sizing: border-box;
}



.s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32eace0c-472d-44f2-9fe2-36f214fce753 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
      position: relative;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  margin: 0 !important;
  overflow: visible;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32eace0c-472d-44f2-9fe2-36f214fce753 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add background color handling */
  
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32eace0c-472d-44f2-9fe2-36f214fce753 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-32eace0c-472d-44f2-9fe2-36f214fce753 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image {
  box-sizing: border-box;
}



.s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32eace0c-472d-44f2-9fe2-36f214fce753 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container {
      position: relative;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32eace0c-472d-44f2-9fe2-36f214fce753 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
.shogun-image-container {
  position: relative;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-8bdd72c9-bdad-4b7f-ba4c-925ea4a1f8c9 {
  text-align: center;
}

#s-8bdd72c9-bdad-4b7f-ba4c-925ea4a1f8c9 {
  overflow: hidden;
  
  
}







  #s-8bdd72c9-bdad-4b7f-ba4c-925ea4a1f8c9 img.shogun-image {
    

    
    
    
  }


#s-8bdd72c9-bdad-4b7f-ba4c-925ea4a1f8c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 14px;
margin-right: 5px;
padding-top: 20px;
padding-left: 11%;
padding-bottom: 10px;
padding-right: 11%;
min-height: 50px;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 {
  
}
}@media (max-width: 767px){#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 {
  display: none;
}
#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2, #wrap-s-f3607c56-0519-4cbc-821f-fa8b7a4323d2, #wrap-content-s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 { display: none !important; }}







#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2.shg-box.shg-c {
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2 > .shg-box-overlay {
  background-color: rgba(94, 116, 98, 1);
  opacity: 1;
  display: block;
}#s-f3607c56-0519-4cbc-821f-fa8b7a4323d2.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-1b66ba0e-098a-4613-a27a-197e0dac0401 {
  margin-top: 80px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1b66ba0e-098a-4613-a27a-197e0dac0401 {
  display: none;
}
#s-1b66ba0e-098a-4613-a27a-197e0dac0401, #wrap-s-1b66ba0e-098a-4613-a27a-197e0dac0401, #wrap-content-s-1b66ba0e-098a-4613-a27a-197e0dac0401 { display: none !important; }}
#s-1b66ba0e-098a-4613-a27a-197e0dac0401 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-9767c363-4d09-4356-b39b-9b677a93b6f1 {
  margin-left: 14%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 80px;
}
@media (max-width: 767px){#s-9767c363-4d09-4356-b39b-9b677a93b6f1 {
  display: none;
}
#s-9767c363-4d09-4356-b39b-9b677a93b6f1, #wrap-s-9767c363-4d09-4356-b39b-9b677a93b6f1, #wrap-content-s-9767c363-4d09-4356-b39b-9b677a93b6f1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9767c363-4d09-4356-b39b-9b677a93b6f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9767c363-4d09-4356-b39b-9b677a93b6f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-9767c363-4d09-4356-b39b-9b677a93b6f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-9767c363-4d09-4356-b39b-9b677a93b6f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-7916f51e-e921-4451-9cc0-3166bf2cb393 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7916f51e-e921-4451-9cc0-3166bf2cb393 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-7916f51e-e921-4451-9cc0-3166bf2cb393, #wrap-s-7916f51e-e921-4451-9cc0-3166bf2cb393, #wrap-content-s-7916f51e-e921-4451-9cc0-3166bf2cb393 { display: none !important; }}







#s-7916f51e-e921-4451-9cc0-3166bf2cb393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7916f51e-e921-4451-9cc0-3166bf2cb393.shg-box.shg-c {
  justify-content: center;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  margin-left: auto;
margin-right: auto;
max-width: 1392px;
aspect-ratio: 1392/1250;
text-align: center;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
  box-sizing: border-box;
}



.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
      position: relative;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

@media (min-width: 1200px){#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
  box-sizing: border-box;
}



.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
      position: relative;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
  box-sizing: border-box;
}



.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
      position: relative;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
  box-sizing: border-box;
}



.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
      position: relative;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}@media (max-width: 767px){#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }

    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-link {
      aspect-ratio: 1392/1250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1392px;
  }



  img.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
    
    
    
    max-height: 1392px;
  }


.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image {
  box-sizing: border-box;
}



.s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 {
      --shg-aspect-ratio: calc(1392/1250); 
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container {
      position: relative;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98d9303-9390-4ca1-b087-c0b528ccc5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1392px;
    }
  }

}
#s-4e4c1ddc-1f54-4aae-a39c-b338581a854d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4e4c1ddc-1f54-4aae-a39c-b338581a854d {
  display: none;
}
#s-4e4c1ddc-1f54-4aae-a39c-b338581a854d, #wrap-s-4e4c1ddc-1f54-4aae-a39c-b338581a854d, #wrap-content-s-4e4c1ddc-1f54-4aae-a39c-b338581a854d { display: none !important; }}
#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  margin-left: auto;
margin-right: auto;
max-width: 1394px;
aspect-ratio: 1394/1248;
text-align: center;
}
@media (max-width: 767px){#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  display: none;
}
#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39, #wrap-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39, #wrap-content-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 { display: none !important; }}
#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
  box-sizing: border-box;
}



.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
      position: relative;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

@media (min-width: 1200px){#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
  box-sizing: border-box;
}



.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
      position: relative;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
  box-sizing: border-box;
}



.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
      position: relative;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
  box-sizing: border-box;
}



.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
      position: relative;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (max-width: 767px){#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image {
  box-sizing: border-box;
}



.s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container {
      position: relative;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bf9f349-946c-48eb-b0ac-1b6d3f58ff39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}
#s-17fcca5c-ab40-4ac1-bfda-5c495f98867f {
  min-height: 50px;
}
@media (max-width: 767px){#s-17fcca5c-ab40-4ac1-bfda-5c495f98867f {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}
}







#s-17fcca5c-ab40-4ac1-bfda-5c495f98867f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17fcca5c-ab40-4ac1-bfda-5c495f98867f.shg-box.shg-c {
  justify-content: center;
}

#s-58ecf4d4-553b-4682-b2c4-a44699f4a7eb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-58ecf4d4-553b-4682-b2c4-a44699f4a7eb {
  display: none;
}
#s-58ecf4d4-553b-4682-b2c4-a44699f4a7eb, #wrap-s-58ecf4d4-553b-4682-b2c4-a44699f4a7eb, #wrap-content-s-58ecf4d4-553b-4682-b2c4-a44699f4a7eb { display: none !important; }}
#s-c6435da9-a7b9-4dd3-92c4-34573f8c282e {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c6435da9-a7b9-4dd3-92c4-34573f8c282e {
  margin-bottom: 40px;
}
}







#s-c6435da9-a7b9-4dd3-92c4-34573f8c282e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6435da9-a7b9-4dd3-92c4-34573f8c282e.shg-box.shg-c {
  justify-content: center;
}

#s-768eb312-7344-403b-8829-672de87a0583 {
  margin-left: auto;
margin-right: auto;
max-width: 1394px;
aspect-ratio: 1394/1248;
text-align: center;
}
@media (max-width: 767px){#s-768eb312-7344-403b-8829-672de87a0583 {
  display: none;
}
#s-768eb312-7344-403b-8829-672de87a0583, #wrap-s-768eb312-7344-403b-8829-672de87a0583, #wrap-content-s-768eb312-7344-403b-8829-672de87a0583 { display: none !important; }}
#s-768eb312-7344-403b-8829-672de87a0583 {
  margin: 0 !important;
  overflow: visible;
}

#s-768eb312-7344-403b-8829-672de87a0583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add background color handling */
  
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768eb312-7344-403b-8829-672de87a0583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
  box-sizing: border-box;
}



.s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-768eb312-7344-403b-8829-672de87a0583 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
      position: relative;
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

@media (min-width: 1200px){#s-768eb312-7344-403b-8829-672de87a0583 {
  margin: 0 !important;
  overflow: visible;
}

#s-768eb312-7344-403b-8829-672de87a0583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add background color handling */
  
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768eb312-7344-403b-8829-672de87a0583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
  box-sizing: border-box;
}



.s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-768eb312-7344-403b-8829-672de87a0583 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
      position: relative;
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-768eb312-7344-403b-8829-672de87a0583 {
  margin: 0 !important;
  overflow: visible;
}

#s-768eb312-7344-403b-8829-672de87a0583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add background color handling */
  
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768eb312-7344-403b-8829-672de87a0583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
  box-sizing: border-box;
}



.s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-768eb312-7344-403b-8829-672de87a0583 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
      position: relative;
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-768eb312-7344-403b-8829-672de87a0583 {
  margin: 0 !important;
  overflow: visible;
}

#s-768eb312-7344-403b-8829-672de87a0583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add background color handling */
  
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768eb312-7344-403b-8829-672de87a0583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
  box-sizing: border-box;
}



.s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-768eb312-7344-403b-8829-672de87a0583 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
      position: relative;
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}@media (max-width: 767px){#s-768eb312-7344-403b-8829-672de87a0583 {
  margin: 0 !important;
  overflow: visible;
}

#s-768eb312-7344-403b-8829-672de87a0583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-768eb312-7344-403b-8829-672de87a0583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add background color handling */
  
}

#s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }

    #s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-link {
      aspect-ratio: 1394/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768eb312-7344-403b-8829-672de87a0583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1394px;
  }



  img.s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
    
    
    
    max-height: 1394px;
  }


.s-768eb312-7344-403b-8829-672de87a0583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768eb312-7344-403b-8829-672de87a0583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768eb312-7344-403b-8829-672de87a0583.shogun-image {
  box-sizing: border-box;
}



.s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-768eb312-7344-403b-8829-672de87a0583 {
      --shg-aspect-ratio: calc(1394/1248); 
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container {
      position: relative;
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768eb312-7344-403b-8829-672de87a0583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768eb312-7344-403b-8829-672de87a0583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1394px;
    }
  }

}
#s-50a97346-2189-4d79-913f-81971bd9de43 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-50a97346-2189-4d79-913f-81971bd9de43 {
  display: none;
}
#s-50a97346-2189-4d79-913f-81971bd9de43, #wrap-s-50a97346-2189-4d79-913f-81971bd9de43, #wrap-content-s-50a97346-2189-4d79-913f-81971bd9de43 { display: none !important; }}
#s-b7e958f0-223a-4b12-b217-aa046a9950fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-b7e958f0-223a-4b12-b217-aa046a9950fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7e958f0-223a-4b12-b217-aa046a9950fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7e958f0-223a-4b12-b217-aa046a9950fc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b7e958f0-223a-4b12-b217-aa046a9950fc {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-b7e958f0-223a-4b12-b217-aa046a9950fc, #wrap-s-b7e958f0-223a-4b12-b217-aa046a9950fc, #wrap-content-s-b7e958f0-223a-4b12-b217-aa046a9950fc { display: none !important; }}







#s-b7e958f0-223a-4b12-b217-aa046a9950fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7e958f0-223a-4b12-b217-aa046a9950fc.shg-box.shg-c {
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-b7e958f0-223a-4b12-b217-aa046a9950fc > .shg-box-overlay {
  background-color: rgba(94, 116, 98, 1);
  opacity: 1;
  display: block;
}#s-b7e958f0-223a-4b12-b217-aa046a9950fc.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-a3efe87a-3b52-4a05-be77-69dbb5d86066 {
  margin-top: 100px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a3efe87a-3b52-4a05-be77-69dbb5d86066 {
  display: none;
}
#s-a3efe87a-3b52-4a05-be77-69dbb5d86066, #wrap-s-a3efe87a-3b52-4a05-be77-69dbb5d86066, #wrap-content-s-a3efe87a-3b52-4a05-be77-69dbb5d86066 { display: none !important; }}
#s-a3efe87a-3b52-4a05-be77-69dbb5d86066 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-89cbe0f1-e6ea-4bc2-8873-7f9a454ad457 {
  margin-top: -32px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-89cbe0f1-e6ea-4bc2-8873-7f9a454ad457 {
  display: none;
}
#s-89cbe0f1-e6ea-4bc2-8873-7f9a454ad457, #wrap-s-89cbe0f1-e6ea-4bc2-8873-7f9a454ad457, #wrap-content-s-89cbe0f1-e6ea-4bc2-8873-7f9a454ad457 { display: none !important; }}
#s-89cbe0f1-e6ea-4bc2-8873-7f9a454ad457 .shogun-heading-component h1 {
  color: rgba(94, 116, 98, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-bf1e6838-04a3-40b7-8949-6c444b3917ee {
  margin-left: auto;
margin-right: auto;
padding-left: 12%;
padding-right: 12%;
}
@media (max-width: 767px){#s-bf1e6838-04a3-40b7-8949-6c444b3917ee {
  display: none;
}
#s-bf1e6838-04a3-40b7-8949-6c444b3917ee, #wrap-s-bf1e6838-04a3-40b7-8949-6c444b3917ee, #wrap-content-s-bf1e6838-04a3-40b7-8949-6c444b3917ee { display: none !important; }}
#s-2fc21ce6-f187-4427-858c-8c1b3cda376a {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-2fc21ce6-f187-4427-858c-8c1b3cda376a {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-2fc21ce6-f187-4427-858c-8c1b3cda376a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2fc21ce6-f187-4427-858c-8c1b3cda376a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc21ce6-f187-4427-858c-8c1b3cda376a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc21ce6-f187-4427-858c-8c1b3cda376a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ee7a328d-e9a5-4a1f-b15a-e3009d0a7924 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ee7a328d-e9a5-4a1f-b15a-e3009d0a7924 {
  margin-right: 0px;
}
}
#s-0e8fd58c-2658-43ce-951e-44b9eee21320 {
  text-align: left;
}



.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e8fd58c-2658-43ce-951e-44b9eee21320 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-97b24632-8702-4a05-8fa4-4f31b627138f {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-97b24632-8702-4a05-8fa4-4f31b627138f .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-7e984b57-6dc0-4663-a0fa-9160f065cdf1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-fe6b4d33-19da-40c9-8ef0-d23c000fb978 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fe6b4d33-19da-40c9-8ef0-d23c000fb978 {
  margin-right: 0px;
}
}
#s-8d9cc10c-c803-413a-9701-17ea8809438b {
  text-align: left;
}



.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9cc10c-c803-413a-9701-17ea8809438b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0cb365da-234c-403d-9196-5b25ee3ef18b {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-0cb365da-234c-403d-9196-5b25ee3ef18b .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-d3e18dfb-d7d7-4464-9a44-101d7db854e7 {
  margin-left: 10px;
margin-right: 10px;
}

#s-b0bcf71b-3c37-4555-9f9f-673261e30ad2 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b0bcf71b-3c37-4555-9f9f-673261e30ad2 {
  margin-right: 0px;
}
}
#s-54ad4298-63ba-4107-a937-a349d0b8c70d {
  text-align: left;
}



.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad4298-63ba-4107-a937-a349d0b8c70d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c83b718-05c4-44d2-9620-7a676e2d1189 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-7c83b718-05c4-44d2-9620-7a676e2d1189 .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-36b78048-8309-4218-92b0-2abcc002a4d2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-e5d9d16d-1d75-4b0e-a889-702ccea46358 {
  box-shadow:0px 0px 5px 5px rgba(211, 208, 208, 0.36);
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e5d9d16d-1d75-4b0e-a889-702ccea46358 {
  margin-right: 0px;
}
}
#s-3c3a5a02-da5b-44d0-85d6-2393d159289d {
  text-align: left;
}



.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c3a5a02-da5b-44d0-85d6-2393d159289d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-177bc1bb-e4c1-4cd5-99c4-546f429586f0 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-177bc1bb-e4c1-4cd5-99c4-546f429586f0 .shg-product-title-component h4 span {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-d31e8e09-90f3-4d26-8e60-12e6a17675d4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a {
  box-shadow:0px 0px 1px 1px rgba(17, 17, 17, 1);
margin-top: 30px;
margin-bottom: 125px;
padding-top: 7px;
padding-left: 49px;
padding-bottom: 7px;
padding-right: 49px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a {
  display: none;
}
#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a, #wrap-s-f6649e64-e142-41d9-91a6-6d1ec896dc1a, #wrap-content-s-f6649e64-e142-41d9-91a6-6d1ec896dc1a { display: none !important; }}

  #s-f6649e64-e142-41d9-91a6-6d1ec896dc1a-root {
    text-align: center;
  }


#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6649e64-e142-41d9-91a6-6d1ec896dc1a-root {
    text-align: center;
  }


#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6649e64-e142-41d9-91a6-6d1ec896dc1a-root {
    text-align: center;
  }


#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6649e64-e142-41d9-91a6-6d1ec896dc1a-root {
    text-align: center;
  }


#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6649e64-e142-41d9-91a6-6d1ec896dc1a-root {
    text-align: center;
  }


#s-f6649e64-e142-41d9-91a6-6d1ec896dc1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26, #wrap-s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26, #wrap-content-s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 { display: none !important; }}







#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26.shg-box.shg-c {
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26 > .shg-box-overlay {
  background-color: rgba(94, 116, 98, 1);
  opacity: 1;
  display: block;
}#s-1dd0af19-26f2-4f61-881b-fe3e66d6ee26.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-91e18d62-145f-4b0a-bd1f-89680a0427c4 {
  margin-top: 120px;
margin-bottom: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-91e18d62-145f-4b0a-bd1f-89680a0427c4 {
  margin-bottom: 22px;
}
}@media (max-width: 767px){#s-91e18d62-145f-4b0a-bd1f-89680a0427c4 {
  display: none;
}
#s-91e18d62-145f-4b0a-bd1f-89680a0427c4, #wrap-s-91e18d62-145f-4b0a-bd1f-89680a0427c4, #wrap-content-s-91e18d62-145f-4b0a-bd1f-89680a0427c4 { display: none !important; }}
#s-91e18d62-145f-4b0a-bd1f-89680a0427c4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-b0985180-6e87-4454-be7b-550665a6ab5e {
  margin-left: 9%;
margin-right: 9%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b0985180-6e87-4454-be7b-550665a6ab5e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b0985180-6e87-4454-be7b-550665a6ab5e {
  display: none;
}
#s-b0985180-6e87-4454-be7b-550665a6ab5e, #wrap-s-b0985180-6e87-4454-be7b-550665a6ab5e, #wrap-content-s-b0985180-6e87-4454-be7b-550665a6ab5e { display: none !important; }}







#s-b0985180-6e87-4454-be7b-550665a6ab5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0985180-6e87-4454-be7b-550665a6ab5e.shg-box.shg-c {
  justify-content: center;
}

#s-ee1f3956-12d1-4c7c-a3fd-1c4852d8d3c9 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 60px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-ee1f3956-12d1-4c7c-a3fd-1c4852d8d3c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee1f3956-12d1-4c7c-a3fd-1c4852d8d3c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee1f3956-12d1-4c7c-a3fd-1c4852d8d3c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee1f3956-12d1-4c7c-a3fd-1c4852d8d3c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  margin-left: auto;
margin-right: auto;
max-width: 770px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  display: none;
}
#s-a36fc369-8f30-4018-9bcc-22fccc70707d, #wrap-s-a36fc369-8f30-4018-9bcc-22fccc70707d, #wrap-content-s-a36fc369-8f30-4018-9bcc-22fccc70707d { display: none !important; }}
#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  margin: 0 !important;
  overflow: visible;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add background color handling */
  
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* 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: 30px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
  box-sizing: border-box;
}



.s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a36fc369-8f30-4018-9bcc-22fccc70707d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
      position: relative;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

@media (min-width: 1200px){#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  margin: 0 !important;
  overflow: visible;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add background color handling */
  
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
  box-sizing: border-box;
}



.s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a36fc369-8f30-4018-9bcc-22fccc70707d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
      position: relative;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  margin: 0 !important;
  overflow: visible;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add background color handling */
  
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
  box-sizing: border-box;
}



.s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a36fc369-8f30-4018-9bcc-22fccc70707d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
      position: relative;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  margin: 0 !important;
  overflow: visible;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add background color handling */
  
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
  box-sizing: border-box;
}



.s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a36fc369-8f30-4018-9bcc-22fccc70707d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
      position: relative;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}@media (max-width: 767px){#s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  margin: 0 !important;
  overflow: visible;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a36fc369-8f30-4018-9bcc-22fccc70707d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add background color handling */
  
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a36fc369-8f30-4018-9bcc-22fccc70707d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 770px;
  }



  img.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
    
    
    
    max-height: 770px;
  }


.s-a36fc369-8f30-4018-9bcc-22fccc70707d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image {
  box-sizing: border-box;
}



.s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a36fc369-8f30-4018-9bcc-22fccc70707d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container {
      position: relative;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a36fc369-8f30-4018-9bcc-22fccc70707d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 770px;
    }
  }

}
#s-51208d92-8c2c-4679-ab7f-574320bf3715 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (max-width: 767px){#s-51208d92-8c2c-4679-ab7f-574320bf3715 {
  display: none;
}
#s-51208d92-8c2c-4679-ab7f-574320bf3715, #wrap-s-51208d92-8c2c-4679-ab7f-574320bf3715, #wrap-content-s-51208d92-8c2c-4679-ab7f-574320bf3715 { display: none !important; }}







#s-51208d92-8c2c-4679-ab7f-574320bf3715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51208d92-8c2c-4679-ab7f-574320bf3715.shg-box.shg-c {
  justify-content: center;
}

#s-a584f1b5-6bd5-4aff-8b39-c8cca385831f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a584f1b5-6bd5-4aff-8b39-c8cca385831f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-9b13dc65-506c-4632-aefb-bc02badeb3a5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(94, 116, 98, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741:hover {background-color: rgba(62, 79, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0509c2c4-b928-4aba-9cb0-8f8e64e00741-root {
    text-align: left;
  }


#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0509c2c4-b928-4aba-9cb0-8f8e64e00741-root {
    text-align: left;
  }


#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0509c2c4-b928-4aba-9cb0-8f8e64e00741-root {
    text-align: left;
  }


#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0509c2c4-b928-4aba-9cb0-8f8e64e00741-root {
    text-align: left;
  }


#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0509c2c4-b928-4aba-9cb0-8f8e64e00741-root {
    text-align: left;
  }


#s-0509c2c4-b928-4aba-9cb0-8f8e64e00741.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-faaacb9b-2872-4087-82e9-6333665aaf06 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-faaacb9b-2872-4087-82e9-6333665aaf06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faaacb9b-2872-4087-82e9-6333665aaf06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faaacb9b-2872-4087-82e9-6333665aaf06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faaacb9b-2872-4087-82e9-6333665aaf06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (max-width: 767px){#s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13 {
  display: none;
}
#s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13, #wrap-s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13, #wrap-content-s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13 { display: none !important; }}







#s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d17b5f67-3ff7-45e3-b4c0-3f5aaca86c13.shg-box.shg-c {
  justify-content: center;
}

#s-4f9049a5-36a6-40f8-9dcc-42ea96f0652e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4f9049a5-36a6-40f8-9dcc-42ea96f0652e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: right;
}



#s-1f0243f3-c6d9-4656-aab4-99ad7597b162 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-82f75c83-d54f-4928-8528-0d7788079dd6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(94, 116, 98, 1);
text-align: right;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-82f75c83-d54f-4928-8528-0d7788079dd6:hover {background-color: rgba(62, 79, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-82f75c83-d54f-4928-8528-0d7788079dd6:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-82f75c83-d54f-4928-8528-0d7788079dd6-root {
    text-align: right;
  }


#s-82f75c83-d54f-4928-8528-0d7788079dd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82f75c83-d54f-4928-8528-0d7788079dd6-root {
    text-align: right;
  }


#s-82f75c83-d54f-4928-8528-0d7788079dd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82f75c83-d54f-4928-8528-0d7788079dd6-root {
    text-align: right;
  }


#s-82f75c83-d54f-4928-8528-0d7788079dd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82f75c83-d54f-4928-8528-0d7788079dd6-root {
    text-align: right;
  }


#s-82f75c83-d54f-4928-8528-0d7788079dd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82f75c83-d54f-4928-8528-0d7788079dd6-root {
    text-align: right;
  }


#s-82f75c83-d54f-4928-8528-0d7788079dd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 750/769;
text-align: center;
}
@media (max-width: 767px){#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  display: none;
}
#s-484004fb-a719-451d-8e19-b64aa5b59e54, #wrap-s-484004fb-a719-451d-8e19-b64aa5b59e54, #wrap-content-s-484004fb-a719-451d-8e19-b64aa5b59e54 { display: none !important; }}
#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  margin: 0 !important;
  overflow: visible;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add background color handling */
  
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* 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: 30px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
  box-sizing: border-box;
}



.s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484004fb-a719-451d-8e19-b64aa5b59e54 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
      position: relative;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  margin: 0 !important;
  overflow: visible;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add background color handling */
  
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
  box-sizing: border-box;
}



.s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484004fb-a719-451d-8e19-b64aa5b59e54 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
      position: relative;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  margin: 0 !important;
  overflow: visible;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add background color handling */
  
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
  box-sizing: border-box;
}



.s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484004fb-a719-451d-8e19-b64aa5b59e54 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
      position: relative;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  margin: 0 !important;
  overflow: visible;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add background color handling */
  
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
  box-sizing: border-box;
}



.s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484004fb-a719-451d-8e19-b64aa5b59e54 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
      position: relative;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  margin: 0 !important;
  overflow: visible;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-484004fb-a719-451d-8e19-b64aa5b59e54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add background color handling */
  
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }

    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-link {
      aspect-ratio: 750/769;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-484004fb-a719-451d-8e19-b64aa5b59e54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-484004fb-a719-451d-8e19-b64aa5b59e54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image {
  box-sizing: border-box;
}



.s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-484004fb-a719-451d-8e19-b64aa5b59e54 {
      --shg-aspect-ratio: calc(750/769); 
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container {
      position: relative;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-484004fb-a719-451d-8e19-b64aa5b59e54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-cf418672-02ad-4e56-92ad-f41019c924a7 {
  margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cf418672-02ad-4e56-92ad-f41019c924a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf418672-02ad-4e56-92ad-f41019c924a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf418672-02ad-4e56-92ad-f41019c924a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf418672-02ad-4e56-92ad-f41019c924a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  margin-left: auto;
margin-right: auto;
max-width: 772px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  display: none;
}
#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4, #wrap-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4, #wrap-content-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 { display: none !important; }}
#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* 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: 30px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
  box-sizing: border-box;
}



.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
      position: relative;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

@media (min-width: 1200px){#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
  box-sizing: border-box;
}



.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
      position: relative;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
  box-sizing: border-box;
}



.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
      position: relative;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
  box-sizing: border-box;
}



.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
      position: relative;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}@media (max-width: 767px){#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image {
  box-sizing: border-box;
}



.s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container {
      position: relative;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fc5c717-3ea3-4fb0-a750-24bc469062d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}
#s-8627425e-fcbf-4288-8f28-76da7d94ff0c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (max-width: 767px){#s-8627425e-fcbf-4288-8f28-76da7d94ff0c {
  display: none;
}
#s-8627425e-fcbf-4288-8f28-76da7d94ff0c, #wrap-s-8627425e-fcbf-4288-8f28-76da7d94ff0c, #wrap-content-s-8627425e-fcbf-4288-8f28-76da7d94ff0c { display: none !important; }}







#s-8627425e-fcbf-4288-8f28-76da7d94ff0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8627425e-fcbf-4288-8f28-76da7d94ff0c.shg-box.shg-c {
  justify-content: center;
}

#s-12481650-da46-4728-aa80-d3c4a7566f8a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-12481650-da46-4728-aa80-d3c4a7566f8a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-44ba1097-4c3b-4633-bb3a-151116614c7b {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-566dabce-e522-4d91-a71d-098ff0619cbe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(94, 116, 98, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-566dabce-e522-4d91-a71d-098ff0619cbe:hover {background-color: rgba(62, 79, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-566dabce-e522-4d91-a71d-098ff0619cbe:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-566dabce-e522-4d91-a71d-098ff0619cbe-root {
    text-align: left;
  }


#s-566dabce-e522-4d91-a71d-098ff0619cbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-566dabce-e522-4d91-a71d-098ff0619cbe-root {
    text-align: left;
  }


#s-566dabce-e522-4d91-a71d-098ff0619cbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-566dabce-e522-4d91-a71d-098ff0619cbe-root {
    text-align: left;
  }


#s-566dabce-e522-4d91-a71d-098ff0619cbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-566dabce-e522-4d91-a71d-098ff0619cbe-root {
    text-align: left;
  }


#s-566dabce-e522-4d91-a71d-098ff0619cbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-566dabce-e522-4d91-a71d-098ff0619cbe-root {
    text-align: left;
  }


#s-566dabce-e522-4d91-a71d-098ff0619cbe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-24d3b076-5a90-4635-98bc-d219e6d4631a {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 40px;
margin-right: 14%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (min-width: 1200px){#s-24d3b076-5a90-4635-98bc-d219e6d4631a {
  display: none;
}
#s-24d3b076-5a90-4635-98bc-d219e6d4631a, #wrap-s-24d3b076-5a90-4635-98bc-d219e6d4631a, #wrap-content-s-24d3b076-5a90-4635-98bc-d219e6d4631a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24d3b076-5a90-4635-98bc-d219e6d4631a {
  display: none;
}
#s-24d3b076-5a90-4635-98bc-d219e6d4631a, #wrap-s-24d3b076-5a90-4635-98bc-d219e6d4631a, #wrap-content-s-24d3b076-5a90-4635-98bc-d219e6d4631a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24d3b076-5a90-4635-98bc-d219e6d4631a {
  display: none;
}
#s-24d3b076-5a90-4635-98bc-d219e6d4631a, #wrap-s-24d3b076-5a90-4635-98bc-d219e6d4631a, #wrap-content-s-24d3b076-5a90-4635-98bc-d219e6d4631a { display: none !important; }}







#s-24d3b076-5a90-4635-98bc-d219e6d4631a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24d3b076-5a90-4635-98bc-d219e6d4631a.shg-box.shg-c {
  justify-content: center;
}

#s-b7b1647b-d2bc-4a50-bf0b-51c99cbfef3f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7b1647b-d2bc-4a50-bf0b-51c99cbfef3f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



#s-0da92509-6ceb-4636-831e-575ca0b48c14 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-bcda0467-f6a7-446f-b7bd-a0071cfef618 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(94, 116, 98, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: left undefined;
}
#s-bcda0467-f6a7-446f-b7bd-a0071cfef618:hover {background-color: rgba(62, 79, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bcda0467-f6a7-446f-b7bd-a0071cfef618:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bcda0467-f6a7-446f-b7bd-a0071cfef618-root {
    text-align: left;
  }


#s-bcda0467-f6a7-446f-b7bd-a0071cfef618.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcda0467-f6a7-446f-b7bd-a0071cfef618-root {
    text-align: left;
  }


#s-bcda0467-f6a7-446f-b7bd-a0071cfef618.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcda0467-f6a7-446f-b7bd-a0071cfef618-root {
    text-align: left;
  }


#s-bcda0467-f6a7-446f-b7bd-a0071cfef618.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcda0467-f6a7-446f-b7bd-a0071cfef618-root {
    text-align: left;
  }


#s-bcda0467-f6a7-446f-b7bd-a0071cfef618.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcda0467-f6a7-446f-b7bd-a0071cfef618-root {
    text-align: left;
  }


#s-bcda0467-f6a7-446f-b7bd-a0071cfef618.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  margin-left: 16%;
margin-right: 16%;
max-width: 772px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  display: none;
}
#s-18c38376-ebdd-43c5-8e5f-38df9886bf07, #wrap-s-18c38376-ebdd-43c5-8e5f-38df9886bf07, #wrap-content-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  display: none;
}
#s-18c38376-ebdd-43c5-8e5f-38df9886bf07, #wrap-s-18c38376-ebdd-43c5-8e5f-38df9886bf07, #wrap-content-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  display: none;
}
#s-18c38376-ebdd-43c5-8e5f-38df9886bf07, #wrap-s-18c38376-ebdd-43c5-8e5f-38df9886bf07, #wrap-content-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 { display: none !important; }}
#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  margin: 0 !important;
  overflow: visible;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 16%;
  margin-right: 16%;
  
  
}

.shg-image-content-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add background color handling */
  
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* 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: 30px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
  box-sizing: border-box;
}



.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
      position: relative;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

@media (min-width: 1200px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  margin: 0 !important;
  overflow: visible;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add background color handling */
  
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
  box-sizing: border-box;
}



.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
      position: relative;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  margin: 0 !important;
  overflow: visible;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add background color handling */
  
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
  box-sizing: border-box;
}



.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
      position: relative;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  margin: 0 !important;
  overflow: visible;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add background color handling */
  
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
  box-sizing: border-box;
}



.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
      position: relative;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}@media (max-width: 767px){#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  margin: 0 !important;
  overflow: visible;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add background color handling */
  
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 772px;
  }



  img.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
    
    
    
    max-height: 772px;
  }


.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image {
  box-sizing: border-box;
}



.s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container {
      position: relative;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18c38376-ebdd-43c5-8e5f-38df9886bf07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 772px;
    }
  }

}
#s-f5467eeb-902d-49cc-9588-8102a7aa6b97 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 14%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (min-width: 1200px){#s-f5467eeb-902d-49cc-9588-8102a7aa6b97 {
  display: none;
}
#s-f5467eeb-902d-49cc-9588-8102a7aa6b97, #wrap-s-f5467eeb-902d-49cc-9588-8102a7aa6b97, #wrap-content-s-f5467eeb-902d-49cc-9588-8102a7aa6b97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5467eeb-902d-49cc-9588-8102a7aa6b97 {
  display: none;
}
#s-f5467eeb-902d-49cc-9588-8102a7aa6b97, #wrap-s-f5467eeb-902d-49cc-9588-8102a7aa6b97, #wrap-content-s-f5467eeb-902d-49cc-9588-8102a7aa6b97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5467eeb-902d-49cc-9588-8102a7aa6b97 {
  display: none;
}
#s-f5467eeb-902d-49cc-9588-8102a7aa6b97, #wrap-s-f5467eeb-902d-49cc-9588-8102a7aa6b97, #wrap-content-s-f5467eeb-902d-49cc-9588-8102a7aa6b97 { display: none !important; }}







#s-f5467eeb-902d-49cc-9588-8102a7aa6b97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5467eeb-902d-49cc-9588-8102a7aa6b97.shg-box.shg-c {
  justify-content: center;
}

#s-d3366241-b2a4-4259-88ee-1e7e14e9084e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d3366241-b2a4-4259-88ee-1e7e14e9084e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.79);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-c43b7a8c-573e-4d25-831a-33402c10f86a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-292dedb4-96d5-4612-b72a-6537a50201a5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 35px;
padding-bottom: 7px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 46px;
background-color: rgba(94, 116, 98, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-292dedb4-96d5-4612-b72a-6537a50201a5:hover {background-color: rgba(62, 79, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-292dedb4-96d5-4612-b72a-6537a50201a5:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-292dedb4-96d5-4612-b72a-6537a50201a5-root {
    text-align: left;
  }


#s-292dedb4-96d5-4612-b72a-6537a50201a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-292dedb4-96d5-4612-b72a-6537a50201a5-root {
    text-align: left;
  }


#s-292dedb4-96d5-4612-b72a-6537a50201a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-292dedb4-96d5-4612-b72a-6537a50201a5-root {
    text-align: left;
  }


#s-292dedb4-96d5-4612-b72a-6537a50201a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-292dedb4-96d5-4612-b72a-6537a50201a5-root {
    text-align: left;
  }


#s-292dedb4-96d5-4612-b72a-6537a50201a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-292dedb4-96d5-4612-b72a-6537a50201a5-root {
    text-align: left;
  }


#s-292dedb4-96d5-4612-b72a-6537a50201a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-23ceb154-0bf8-44ec-a23c-26f1d849bce9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 80px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-23ceb154-0bf8-44ec-a23c-26f1d849bce9 {
  padding-top: 100px;
padding-left: 8%;
padding-right: 8%;
}
}
#s-cfe408f7-1a70-4798-985d-6bbf1d00041c {
  margin-left: auto;
margin-right: auto;
padding-left: 12%;
padding-bottom: 40px;
padding-right: 12%;
}
@media (max-width: 767px){#s-cfe408f7-1a70-4798-985d-6bbf1d00041c {
  padding-bottom: 20px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-506c1014-21af-445e-965c-c76c1a557e9a {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 160px;
padding-right: 12%;
}
@media (max-width: 767px){#s-506c1014-21af-445e-965c-c76c1a557e9a {
  padding-left: 2%;
padding-bottom: 80px;
padding-right: 2%;
}
}
#s-506c1014-21af-445e-965c-c76c1a557e9a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-506c1014-21af-445e-965c-c76c1a557e9a .shg-sld-nav-button.shg-sld-left,
#s-506c1014-21af-445e-965c-c76c1a557e9a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-78670311-1464-4bf7-9c7e-decee435a539 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-8efecca3-14b7-483a-8ce1-29ab693ca04f {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-8da95f70-2429-4daf-b32f-89d02740be7f {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-6e229c24-38f8-431d-a960-0cf62b0af506 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-1b8a00c0-e1a3-43a7-9148-f572c6405f3c {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-01ce29da-31d2-4e91-9f72-fd0043c85ddd {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-cb47dbf9-4a83-4b05-b6c3-f99be7086337 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-abe33435-732b-4d20-b459-cd5e0bbe6f55 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-1c293c60-e798-4c46-9d43-ddd8eea44d70 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-a7afa9de-0cb5-402a-8697-aa4f993fc3bd {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-5cc759a6-cd81-4f88-80a8-8fb1e3f07213 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-c405c9c1-a8d4-46b4-ac30-473664ac295f {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-3a1fe5b1-e6f8-4763-924b-cb1a6a57b32a {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-c8cb8dbd-ee07-4701-8931-b5b03e3c3596 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-67078208-1b47-404a-ae0f-e0a36e1431f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-82a0ccfa-a873-4168-92fb-ee61f5ceff1c {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-bbd570eb-d6f0-4427-8584-7cc3e7bd5144 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-a66e7d8a-30ad-4b27-8c3c-ea12f8d85aad {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-a1bd86a6-9c21-4ed4-9f6e-9d5dcff229e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-c3961d95-7000-4c53-a1fc-31f828737925 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-c016c28a-63ed-4aff-8a1e-e7196ca7776d {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-cb7356f2-d6cf-4920-b155-35114d9215f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-ad07b56f-1025-440e-82f4-ab887f093ae5 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-a1a65c11-421c-4d14-a327-d394cd52c1ce {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
background-color: rgba(247, 247, 247, 1);
}

#s-3ef7bc44-ee2c-462a-a50e-9cf98c85c732 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-3ef7bc44-ee2c-462a-a50e-9cf98c85c732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ef7bc44-ee2c-462a-a50e-9cf98c85c732.shg-box.shg-c {
  justify-content: center;
}

#s-d4e69ff7-c62f-4b65-a1e5-8890155654e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 80px;
padding-left: 15%;
padding-bottom: 60px;
padding-right: 15%;
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 15px;
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(32, 32, 32, 1);
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(32, 32, 32, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 36px;
}

#s-589bd91d-9ae8-436a-86b6-5c76d942949a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 36px;
}
#s-6df4b14f-df37-41bc-b1b0-d4f6e9a19b4d {
  margin-top: 50px;
margin-bottom: 50px;
}

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