.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-7c3bafdd-bc39-4538-b12b-9a685b236601 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-7c3bafdd-bc39-4538-b12b-9a685b236601 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c3bafdd-bc39-4538-b12b-9a685b236601 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c3bafdd-bc39-4538-b12b-9a685b236601 {
  display: none;
}
#s-7c3bafdd-bc39-4538-b12b-9a685b236601, #wrap-s-7c3bafdd-bc39-4538-b12b-9a685b236601 { display: none !important; }}@media (max-width: 767px){#s-7c3bafdd-bc39-4538-b12b-9a685b236601 {
  display: none;
}
#s-7c3bafdd-bc39-4538-b12b-9a685b236601, #wrap-s-7c3bafdd-bc39-4538-b12b-9a685b236601 { display: none !important; }}
#s-7c3bafdd-bc39-4538-b12b-9a685b236601 {
  background-image: url(https://i.shgcdn.com/1725c4f1-3ca6-40c7-be9a-f84a03748301/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7c3bafdd-bc39-4538-b12b-9a685b236601 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.5;
  display: block;
}#s-7c3bafdd-bc39-4538-b12b-9a685b236601.shg-box.shg-c {
  justify-content: flex-start;
}

#s-063c3c9c-98c5-4a09-b3f1-46eb90d0c458 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
background-color: rgba(0, 0, 0, 0);
}








#s-063c3c9c-98c5-4a09-b3f1-46eb90d0c458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-063c3c9c-98c5-4a09-b3f1-46eb90d0c458.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-5c265d61-5c37-4302-a5ec-bcc09e62e749 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c265d61-5c37-4302-a5ec-bcc09e62e749"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

#s-f55a1492-c0df-4496-bade-2c53c72b766d {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f55a1492-c0df-4496-bade-2c53c72b766d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}



#s-93078121-ece2-4d96-a2c8-5d3f1e31424b {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-93078121-ece2-4d96-a2c8-5d3f1e31424b .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 1.5em;
  
  text-align: left;
}



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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-198d1847-0fe1-4556-840e-c2951288ef56 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmM2Y2E1OTItOWI5MC00ZmM4LWEyODItZTdiMjY2YjZiYzEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5NDA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzZjYTU5Mi05YjkwLTRmYzgtYTI4Mi1lN2IyNjZiNmJjMTApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 15px;
padding-left: 65px;
padding-bottom: 15px;
padding-right: 65px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 190, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb612"}, {"id"=>2, "pos"=>1, "color"=>"#d39405"}];
hover-type: gradient;
}
#s-198d1847-0fe1-4556-840e-c2951288ef56:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(244, 244, 244, 0.25) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-198d1847-0fe1-4556-840e-c2951288ef56:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-198d1847-0fe1-4556-840e-c2951288ef56 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-198d1847-0fe1-4556-840e-c2951288ef56 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-198d1847-0fe1-4556-840e-c2951288ef56 {
  
}
}@media (max-width: 767px){#s-198d1847-0fe1-4556-840e-c2951288ef56 {
  
}
}

  #s-198d1847-0fe1-4556-840e-c2951288ef56-root {
    text-align: left;
  }


#s-198d1847-0fe1-4556-840e-c2951288ef56.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-198d1847-0fe1-4556-840e-c2951288ef56-root {
    text-align: left;
  }


#s-198d1847-0fe1-4556-840e-c2951288ef56.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-198d1847-0fe1-4556-840e-c2951288ef56-root {
    text-align: left;
  }


#s-198d1847-0fe1-4556-840e-c2951288ef56.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-198d1847-0fe1-4556-840e-c2951288ef56-root {
    text-align: left;
  }


#s-198d1847-0fe1-4556-840e-c2951288ef56.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-198d1847-0fe1-4556-840e-c2951288ef56-root {
    text-align: left;
  }


#s-198d1847-0fe1-4556-840e-c2951288ef56.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f {
  display: none;
}
#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f, #wrap-s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f {
  display: none;
}
#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f, #wrap-s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f {
  
}
}@media (max-width: 767px){#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f {
  
}
}
#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f {
  background-image: url(https://i.shgcdn.com/aeade940-8391-4013-b3e6-9556a74de891/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.7;
  display: block;
}#s-090af9b9-efdb-45b6-91c7-0c4b9a154e6f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39ea8c0a-bf40-4cb3-a379-f71a5b5148d4 {
  margin-top: 200px;
margin-bottom: 0px;
min-height: 50px;
}








#s-39ea8c0a-bf40-4cb3-a379-f71a5b5148d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39ea8c0a-bf40-4cb3-a379-f71a5b5148d4.shg-box.shg-c {
  justify-content: center;
}

#s-511b4d53-7ad3-4525-95e0-1d0d3ad488ae {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-511b4d53-7ad3-4525-95e0-1d0d3ad488ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-a42864db-a80b-440c-97da-08f66688f9e5 {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-7eb2e876-a948-425a-ae92-003475127d0e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: none;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7eb2e876-a948-425a-ae92-003475127d0e {
  display: none;
}
#s-7eb2e876-a948-425a-ae92-003475127d0e, #wrap-s-7eb2e876-a948-425a-ae92-003475127d0e { display: none !important; }}@media (max-width: 767px){#s-7eb2e876-a948-425a-ae92-003475127d0e {
  
}
}







#s-7eb2e876-a948-425a-ae92-003475127d0e > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-7eb2e876-a948-425a-ae92-003475127d0e.shg-box.shg-c {
  justify-content: center;
}

#s-4c8f9c8b-7a08-46c6-a1a1-745d15603ab7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1375px;
background-color: rgba(244, 244, 244, 1);
}








#s-4c8f9c8b-7a08-46c6-a1a1-745d15603ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c8f9c8b-7a08-46c6-a1a1-745d15603ab7.shg-box.shg-c {
  justify-content: center;
}

#s-4cc774ce-95bd-48e8-b41a-67b9ec88b8d7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4cc774ce-95bd-48e8-b41a-67b9ec88b8d7 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-8bec847b-02ca-479c-9550-232c9fc1acd9 {
  max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-8bec847b-02ca-479c-9550-232c9fc1acd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-8bec847b-02ca-479c-9550-232c9fc1acd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-8bec847b-02ca-479c-9550-232c9fc1acd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bec847b-02ca-479c-9550-232c9fc1acd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

}

#s-5ab1b8f8-b7b2-4a1b-a7db-8711c369ad9e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-5ab1b8f8-b7b2-4a1b-a7db-8711c369ad9e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5ab1b8f8-b7b2-4a1b-a7db-8711c369ad9e {
  cursor: pointer;
}#s-5ab1b8f8-b7b2-4a1b-a7db-8711c369ad9e.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-image-content-wrapper {
  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;
  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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
      position: relative;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  
  
  
  
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
      position: relative;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  
  
  
  
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
      position: relative;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  
  
  
  
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
      position: relative;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  
  
  
  
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f9e96bb6-531f-43df-a016-545abec4f0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container {
      position: relative;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9e96bb6-531f-43df-a016-545abec4f0d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-f3a307a0-bbd7-42ec-8309-9c317804f691 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f3a307a0-bbd7-42ec-8309-9c317804f691 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-3fdf7140-7e87-4d35-b9da-789f0ba653bc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-3fdf7140-7e87-4d35-b9da-789f0ba653bc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3fdf7140-7e87-4d35-b9da-789f0ba653bc {
  cursor: pointer;
}#s-3fdf7140-7e87-4d35-b9da-789f0ba653bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
      position: relative;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  
  
  
  
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
      position: relative;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  
  
  
  
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
      position: relative;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  
  
  
  
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
      position: relative;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  
  
  
  
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container {
      position: relative;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e12a7d-6b7c-4c8d-af0a-46f77b2fdecb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-8253b8e7-710d-4f9a-af6e-2ad8009a65ea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-8253b8e7-710d-4f9a-af6e-2ad8009a65ea .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-59634ab5-6499-4d44-9359-59ecf4a8aed2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-59634ab5-6499-4d44-9359-59ecf4a8aed2 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-59634ab5-6499-4d44-9359-59ecf4a8aed2 {
  cursor: pointer;
}#s-59634ab5-6499-4d44-9359-59ecf4a8aed2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59761b06-4ebd-46cb-b79e-a484920a6903 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
      position: relative;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  
  
  
  
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59761b06-4ebd-46cb-b79e-a484920a6903 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
      position: relative;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  
  
  
  
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59761b06-4ebd-46cb-b79e-a484920a6903 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
      position: relative;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  
  
  
  
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59761b06-4ebd-46cb-b79e-a484920a6903 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
      position: relative;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  
  
  
  
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59761b06-4ebd-46cb-b79e-a484920a6903 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-59761b06-4ebd-46cb-b79e-a484920a6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59761b06-4ebd-46cb-b79e-a484920a6903 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container {
      position: relative;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59761b06-4ebd-46cb-b79e-a484920a6903 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4f6c43c4-6ab0-481f-b81e-21daeab3b264 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-4f6c43c4-6ab0-481f-b81e-21daeab3b264 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ad2e7f13-82ec-4c0e-aaa6-d37d8b42b5b1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-ad2e7f13-82ec-4c0e-aaa6-d37d8b42b5b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ad2e7f13-82ec-4c0e-aaa6-d37d8b42b5b1 {
  cursor: pointer;
}#s-ad2e7f13-82ec-4c0e-aaa6-d37d8b42b5b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
      position: relative;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  
  
  
  
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
      position: relative;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  
  
  
  
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
      position: relative;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  
  
  
  
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
      position: relative;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  
  
  
  
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-adc5b934-8c9e-4940-b4ce-33f6628d9672 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container {
      position: relative;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc5b934-8c9e-4940-b4ce-33f6628d9672 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-b7456c2e-db76-4d98-b630-1ac1201290a7 {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-b7456c2e-db76-4d98-b630-1ac1201290a7 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-b199e91a-6b35-4545-abb1-8f0c7b4eb160 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b199e91a-6b35-4545-abb1-8f0c7b4eb160 {
  
}
}@media (max-width: 767px){#s-b199e91a-6b35-4545-abb1-8f0c7b4eb160 {
  
}
}







#s-b199e91a-6b35-4545-abb1-8f0c7b4eb160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b199e91a-6b35-4545-abb1-8f0c7b4eb160.shg-box.shg-c {
  justify-content: center;
}

#s-1725e24d-8c84-4410-b744-93ff4b8e7ae8 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1725e24d-8c84-4410-b744-93ff4b8e7ae8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

.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;
  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-542a911d-9a5c-4ac1-905c-e7fcee6164fa {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-542a911d-9a5c-4ac1-905c-e7fcee6164fa img.shogun-image,
  #s-542a911d-9a5c-4ac1-905c-e7fcee6164fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-542a911d-9a5c-4ac1-905c-e7fcee6164fa {
    width: 100%;
    height: auto;
  }



  #s-542a911d-9a5c-4ac1-905c-e7fcee6164fa img.shogun-image {
    

    
    
    
  }


#s-542a911d-9a5c-4ac1-905c-e7fcee6164fa .shogun-image-content {
  
    align-items: center;
  
}

#s-9e6dbe06-de7e-4fc4-8c03-be2b9e2b79be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1a6366b4-7fb5-4797-86f1-f851d0aa25f9 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a6366b4-7fb5-4797-86f1-f851d0aa25f9 {
  
}
}@media (max-width: 767px){#s-1a6366b4-7fb5-4797-86f1-f851d0aa25f9 {
  
}
}
#s-1a6366b4-7fb5-4797-86f1-f851d0aa25f9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzk2MTdkYWEtZjJhNC00Mjg4LTg4ZTMtNzRiODVhMGFlZTIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTYxN2RhYS1mMmE0LTQyODgtODhlMy03NGI4NWEwYWVlMjApIi8+PC9zdmc+);
}








#s-1a6366b4-7fb5-4797-86f1-f851d0aa25f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a6366b4-7fb5-4797-86f1-f851d0aa25f9.shg-box.shg-c {
  justify-content: center;
}

#s-74965902-4f00-4fd3-93b5-b4aa30828321 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-74965902-4f00-4fd3-93b5-b4aa30828321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74965902-4f00-4fd3-93b5-b4aa30828321.shg-box.shg-c {
  justify-content: center;
}

#s-60264439-e7fa-4e54-b776-01c55bfcb33f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-60264439-e7fa-4e54-b776-01c55bfcb33f .shogun-heading-component h4 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5c912efe-d435-4de5-9ffd-298a21b2cf59 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c912efe-d435-4de5-9ffd-298a21b2cf59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-0df6ca14-e8bd-4725-988e-68401f473fee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0df6ca14-e8bd-4725-988e-68401f473fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0df6ca14-e8bd-4725-988e-68401f473fee.shg-box.shg-c {
  justify-content: center;
}

#s-31ca1a10-2ce2-4cc0-825c-ccb35d3a2a31 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-31ca1a10-2ce2-4cc0-825c-ccb35d3a2a31 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-31ca1a10-2ce2-4cc0-825c-ccb35d3a2a31.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8398ec62-2481-4d2b-aba4-3870625f1f61 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-8398ec62-2481-4d2b-aba4-3870625f1f61 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



.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-0728ffbb-ca7d-466f-b045-736aec21eb6c {
  margin-left: auto;
margin-right: auto;
}

#s-0728ffbb-ca7d-466f-b045-736aec21eb6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-0728ffbb-ca7d-466f-b045-736aec21eb6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-0728ffbb-ca7d-466f-b045-736aec21eb6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-0728ffbb-ca7d-466f-b045-736aec21eb6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-0728ffbb-ca7d-466f-b045-736aec21eb6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-0728ffbb-ca7d-466f-b045-736aec21eb6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-75bf01a5-b8d7-484a-9488-5030c9aba416 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-75bf01a5-b8d7-484a-9488-5030c9aba416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75bf01a5-b8d7-484a-9488-5030c9aba416.shg-box.shg-c {
  justify-content: center;
}

#s-202a12b1-b2a7-4aeb-bf2a-dd10cbeff70b {
  margin-bottom: 25px;
}

#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0-root {
    text-align: center;
  }


#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0-root {
    text-align: center;
  }


#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0-root {
    text-align: center;
  }


#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0-root {
    text-align: center;
  }


#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0-root {
    text-align: center;
  }


#s-b4815ab9-27a0-4cc0-9ec6-0684b3b2c1c0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-62680043-70ec-4a0a-b6f3-9fea82b03113 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-62680043-70ec-4a0a-b6f3-9fea82b03113 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-62680043-70ec-4a0a-b6f3-9fea82b03113.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2b71b5a3-fadf-4fb1-9380-1ce3ff12fb8e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-2b71b5a3-fadf-4fb1-9380-1ce3ff12fb8e .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c777929c-d59e-45ad-af66-61c1d591aecd {
  margin-left: auto;
margin-right: auto;
}

#s-c777929c-d59e-45ad-af66-61c1d591aecd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-c777929c-d59e-45ad-af66-61c1d591aecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-c777929c-d59e-45ad-af66-61c1d591aecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-c777929c-d59e-45ad-af66-61c1d591aecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-c777929c-d59e-45ad-af66-61c1d591aecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-c777929c-d59e-45ad-af66-61c1d591aecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c42cbcec-dccf-49c8-9cea-490711a3b7ce {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c42cbcec-dccf-49c8-9cea-490711a3b7ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c42cbcec-dccf-49c8-9cea-490711a3b7ce.shg-box.shg-c {
  justify-content: center;
}

#s-5116df97-8307-4959-abe6-8d54dc148b20 {
  margin-bottom: 25px;
}

#s-b5cc393d-8870-483e-b919-38b8936a65db {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODZlMzE5MjAtNzM0Yy00ZjdhLTgwN2ItY2Y1NzFkNGMxMGIxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NmUzMTkyMC03MzRjLTRmN2EtODA3Yi1jZjU3MWQ0YzEwYjEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-b5cc393d-8870-483e-b919-38b8936a65db:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5cc393d-8870-483e-b919-38b8936a65db:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b5cc393d-8870-483e-b919-38b8936a65db-root {
    text-align: center;
  }


#s-b5cc393d-8870-483e-b919-38b8936a65db.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b5cc393d-8870-483e-b919-38b8936a65db-root {
    text-align: center;
  }


#s-b5cc393d-8870-483e-b919-38b8936a65db.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5cc393d-8870-483e-b919-38b8936a65db-root {
    text-align: center;
  }


#s-b5cc393d-8870-483e-b919-38b8936a65db.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5cc393d-8870-483e-b919-38b8936a65db-root {
    text-align: center;
  }


#s-b5cc393d-8870-483e-b919-38b8936a65db.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b5cc393d-8870-483e-b919-38b8936a65db-root {
    text-align: center;
  }


#s-b5cc393d-8870-483e-b919-38b8936a65db.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-3ae20c5d-c40c-4da3-a02d-e72cb52931f8 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-3ae20c5d-c40c-4da3-a02d-e72cb52931f8 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-3ae20c5d-c40c-4da3-a02d-e72cb52931f8.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4e467bd7-0508-4f90-8df7-6b02d2a2807d {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-4e467bd7-0508-4f90-8df7-6b02d2a2807d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-11f2c5a3-6261-4734-b225-32d68a36ca66 {
  margin-left: auto;
margin-right: auto;
}

#s-11f2c5a3-6261-4734-b225-32d68a36ca66 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-11f2c5a3-6261-4734-b225-32d68a36ca66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-11f2c5a3-6261-4734-b225-32d68a36ca66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-11f2c5a3-6261-4734-b225-32d68a36ca66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-11f2c5a3-6261-4734-b225-32d68a36ca66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-11f2c5a3-6261-4734-b225-32d68a36ca66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7ceadaa4-6f23-476c-8a56-621c05de57f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7ceadaa4-6f23-476c-8a56-621c05de57f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ceadaa4-6f23-476c-8a56-621c05de57f0.shg-box.shg-c {
  justify-content: center;
}

#s-956e4495-a3fd-4191-b6cf-ced2f576b391 {
  margin-bottom: 25px;
}

#s-81470899-2357-4704-a28d-8b8bddeb8b95 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU2Mzk4OGItNGU3ZC00NzYwLTg3YWMtODJhZmEzN2I3YzNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTYzOTg4Yi00ZTdkLTQ3NjAtODdhYy04MmFmYTM3YjdjM2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-81470899-2357-4704-a28d-8b8bddeb8b95:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81470899-2357-4704-a28d-8b8bddeb8b95:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-81470899-2357-4704-a28d-8b8bddeb8b95-root {
    text-align: center;
  }


#s-81470899-2357-4704-a28d-8b8bddeb8b95.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-81470899-2357-4704-a28d-8b8bddeb8b95-root {
    text-align: center;
  }


#s-81470899-2357-4704-a28d-8b8bddeb8b95.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81470899-2357-4704-a28d-8b8bddeb8b95-root {
    text-align: center;
  }


#s-81470899-2357-4704-a28d-8b8bddeb8b95.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81470899-2357-4704-a28d-8b8bddeb8b95-root {
    text-align: center;
  }


#s-81470899-2357-4704-a28d-8b8bddeb8b95.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-81470899-2357-4704-a28d-8b8bddeb8b95-root {
    text-align: center;
  }


#s-81470899-2357-4704-a28d-8b8bddeb8b95.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-38e5f82e-f33a-478a-9964-06fd80c3bd7d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}








#s-38e5f82e-f33a-478a-9964-06fd80c3bd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38e5f82e-f33a-478a-9964-06fd80c3bd7d.shg-box.shg-c {
  justify-content: center;
}

#s-8ab1c27d-b7db-4fe1-a1af-99238906e987 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ab1c27d-b7db-4fe1-a1af-99238906e987 {
  
}
}@media (max-width: 767px){#s-8ab1c27d-b7db-4fe1-a1af-99238906e987 {
  
}
}







#s-8ab1c27d-b7db-4fe1-a1af-99238906e987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ab1c27d-b7db-4fe1-a1af-99238906e987.shg-box.shg-c {
  justify-content: center;
}

#s-23046460-158e-488a-9073-25d12341fb49 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-23046460-158e-488a-9073-25d12341fb49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-97a75945-5a4d-43e0-8596-cecb77445391 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-97a75945-5a4d-43e0-8596-cecb77445391 img.shogun-image,
  #s-97a75945-5a4d-43e0-8596-cecb77445391 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97a75945-5a4d-43e0-8596-cecb77445391 {
    width: 100%;
    height: auto;
  }



  #s-97a75945-5a4d-43e0-8596-cecb77445391 img.shogun-image {
    

    
    
    
  }


#s-97a75945-5a4d-43e0-8596-cecb77445391 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc03d2c8-55da-40e1-9c67-6b23b272b68b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4cfff1b8-3783-4573-869d-d20500e7fd65 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cfff1b8-3783-4573-869d-d20500e7fd65 {
  
}
}@media (max-width: 767px){#s-4cfff1b8-3783-4573-869d-d20500e7fd65 {
  
}
}
#s-4cfff1b8-3783-4573-869d-d20500e7fd65 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE1ZTQ4NDUtNGExNC00MjEyLWFiNTYtZmM0MTg1NGMzYWFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTVlNDg0NS00YTE0LTQyMTItYWI1Ni1mYzQxODU0YzNhYWMpIi8+PC9zdmc+);
}








#s-4cfff1b8-3783-4573-869d-d20500e7fd65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cfff1b8-3783-4573-869d-d20500e7fd65.shg-box.shg-c {
  justify-content: center;
}

#s-83b3dec0-bd2d-4a69-97bb-c807b4a869dc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-83b3dec0-bd2d-4a69-97bb-c807b4a869dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83b3dec0-bd2d-4a69-97bb-c807b4a869dc.shg-box.shg-c {
  justify-content: center;
}

#s-242a1737-5a19-4f85-9c61-2170483c9e89 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-242a1737-5a19-4f85-9c61-2170483c9e89 .shogun-heading-component h4 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d0e4e47e-d472-4857-a2e3-7d3424ab9024 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e4e47e-d472-4857-a2e3-7d3424ab9024"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-868c6e55-8727-46c5-a4ed-96a2a91eb8b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-868c6e55-8727-46c5-a4ed-96a2a91eb8b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-868c6e55-8727-46c5-a4ed-96a2a91eb8b2.shg-box.shg-c {
  justify-content: center;
}

#s-d983bf97-aac0-41c1-bffe-0dd53c5d0512 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-d983bf97-aac0-41c1-bffe-0dd53c5d0512 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-d983bf97-aac0-41c1-bffe-0dd53c5d0512.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1b839120-4114-4c57-842f-01e10a087bab {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-1b839120-4114-4c57-842f-01e10a087bab .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ba7b6d62-9392-47b8-9d89-6a50f946552e {
  margin-left: auto;
margin-right: auto;
}

#s-ba7b6d62-9392-47b8-9d89-6a50f946552e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-ba7b6d62-9392-47b8-9d89-6a50f946552e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-ba7b6d62-9392-47b8-9d89-6a50f946552e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-ba7b6d62-9392-47b8-9d89-6a50f946552e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-ba7b6d62-9392-47b8-9d89-6a50f946552e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-ba7b6d62-9392-47b8-9d89-6a50f946552e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0b712e8a-f2e7-4189-b298-9868629ea5c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-0b712e8a-f2e7-4189-b298-9868629ea5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b712e8a-f2e7-4189-b298-9868629ea5c5.shg-box.shg-c {
  justify-content: center;
}

#s-1ae2135d-b1e5-4d4d-9c1a-e021d847e68b {
  margin-bottom: 25px;
}

#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1-root {
    text-align: center;
  }


#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1-root {
    text-align: center;
  }


#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1-root {
    text-align: center;
  }


#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1-root {
    text-align: center;
  }


#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1-root {
    text-align: center;
  }


#s-d0d4b2db-614b-4546-bb6a-73b8c0b2efe1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-21f2aa44-b47f-4e6c-ad2f-22aab67bd6a6 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-21f2aa44-b47f-4e6c-ad2f-22aab67bd6a6 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-21f2aa44-b47f-4e6c-ad2f-22aab67bd6a6.shg-box.shg-c {
  justify-content: flex-end;
}

#s-629cc6ec-a041-4349-b2e7-8116a9896490 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-629cc6ec-a041-4349-b2e7-8116a9896490 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c {
  margin-left: auto;
margin-right: auto;
}

#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-d279b0d8-152d-4c55-aa97-e8bc27dea23c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6078022e-5018-44ae-b624-a94263b01606 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6078022e-5018-44ae-b624-a94263b01606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6078022e-5018-44ae-b624-a94263b01606.shg-box.shg-c {
  justify-content: center;
}

#s-f559cd98-fc14-49cb-8d58-025df7563f40 {
  margin-bottom: 25px;
}

#s-a6864de9-2483-4eb9-8fba-39b92ed163ae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-a6864de9-2483-4eb9-8fba-39b92ed163ae:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6864de9-2483-4eb9-8fba-39b92ed163ae:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a6864de9-2483-4eb9-8fba-39b92ed163ae-root {
    text-align: center;
  }


#s-a6864de9-2483-4eb9-8fba-39b92ed163ae.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6864de9-2483-4eb9-8fba-39b92ed163ae-root {
    text-align: center;
  }


#s-a6864de9-2483-4eb9-8fba-39b92ed163ae.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6864de9-2483-4eb9-8fba-39b92ed163ae-root {
    text-align: center;
  }


#s-a6864de9-2483-4eb9-8fba-39b92ed163ae.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6864de9-2483-4eb9-8fba-39b92ed163ae-root {
    text-align: center;
  }


#s-a6864de9-2483-4eb9-8fba-39b92ed163ae.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6864de9-2483-4eb9-8fba-39b92ed163ae-root {
    text-align: center;
  }


#s-a6864de9-2483-4eb9-8fba-39b92ed163ae.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-998f468a-92a6-4d30-bcec-22b3073986be {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-998f468a-92a6-4d30-bcec-22b3073986be > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-998f468a-92a6-4d30-bcec-22b3073986be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a87752d3-fc9e-48d5-ab8b-daa54734bbeb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-a87752d3-fc9e-48d5-ab8b-daa54734bbeb .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb {
  margin-left: auto;
margin-right: auto;
}

#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-c6ea831f-ed1b-4f3f-8b26-352621a25adb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-12992ef0-77cb-4b61-9f5d-75a79482a7e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-12992ef0-77cb-4b61-9f5d-75a79482a7e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12992ef0-77cb-4b61-9f5d-75a79482a7e4.shg-box.shg-c {
  justify-content: center;
}

#s-1dc6ac7c-ae36-4af7-802f-acb53e550190 {
  margin-bottom: 25px;
}

#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0-root {
    text-align: center;
  }


#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0-root {
    text-align: center;
  }


#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0-root {
    text-align: center;
  }


#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0-root {
    text-align: center;
  }


#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0-root {
    text-align: center;
  }


#s-51cdb6ac-6ec7-4587-b965-1c9e0761e0a0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-e439c507-ba24-474b-ad78-8201a73433ca {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-e439c507-ba24-474b-ad78-8201a73433ca > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-e439c507-ba24-474b-ad78-8201a73433ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f66b2f5f-fb49-4930-ac95-25b3f39946b5 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-f66b2f5f-fb49-4930-ac95-25b3f39946b5 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 {
  margin-left: auto;
margin-right: auto;
}

#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-7c24fcab-65bf-4c5d-bc77-8a1122ff1df6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f2f40b9b-18df-4c77-8977-015b1bedf5aa {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f2f40b9b-18df-4c77-8977-015b1bedf5aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2f40b9b-18df-4c77-8977-015b1bedf5aa.shg-box.shg-c {
  justify-content: center;
}

#s-345ab75d-b23f-42de-aa3c-deb05c91c0ef {
  margin-bottom: 25px;
}

#s-2f9ab354-808b-4df5-a427-facf3a13f677 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-2f9ab354-808b-4df5-a427-facf3a13f677:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f9ab354-808b-4df5-a427-facf3a13f677:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2f9ab354-808b-4df5-a427-facf3a13f677-root {
    text-align: center;
  }


#s-2f9ab354-808b-4df5-a427-facf3a13f677.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f9ab354-808b-4df5-a427-facf3a13f677-root {
    text-align: center;
  }


#s-2f9ab354-808b-4df5-a427-facf3a13f677.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f9ab354-808b-4df5-a427-facf3a13f677-root {
    text-align: center;
  }


#s-2f9ab354-808b-4df5-a427-facf3a13f677.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f9ab354-808b-4df5-a427-facf3a13f677-root {
    text-align: center;
  }


#s-2f9ab354-808b-4df5-a427-facf3a13f677.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f9ab354-808b-4df5-a427-facf3a13f677-root {
    text-align: center;
  }


#s-2f9ab354-808b-4df5-a427-facf3a13f677.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8ff75e47-38ec-4ec8-9e47-cc598e776356 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 600px;
background-position: center center;
}








#s-8ff75e47-38ec-4ec8-9e47-cc598e776356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ff75e47-38ec-4ec8-9e47-cc598e776356.shg-box.shg-c {
  justify-content: center;
}

#s-af3da073-20be-45a3-9d2b-ab7e3cccd48a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af3da073-20be-45a3-9d2b-ab7e3cccd48a {
  
}
}@media (max-width: 767px){#s-af3da073-20be-45a3-9d2b-ab7e3cccd48a {
  
}
}







#s-af3da073-20be-45a3-9d2b-ab7e3cccd48a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af3da073-20be-45a3-9d2b-ab7e3cccd48a.shg-box.shg-c {
  justify-content: center;
}

#s-3e574140-a064-49a5-ad07-2e9c890ba3ae {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3e574140-a064-49a5-ad07-2e9c890ba3ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-e29edddd-aaca-4818-92e0-7cf93d65d7cd {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-e29edddd-aaca-4818-92e0-7cf93d65d7cd img.shogun-image,
  #s-e29edddd-aaca-4818-92e0-7cf93d65d7cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e29edddd-aaca-4818-92e0-7cf93d65d7cd {
    width: 100%;
    height: auto;
  }



  #s-e29edddd-aaca-4818-92e0-7cf93d65d7cd img.shogun-image {
    

    
    
    
  }


#s-e29edddd-aaca-4818-92e0-7cf93d65d7cd .shogun-image-content {
  
    align-items: center;
  
}

#s-4ceb867f-3441-4125-8464-d6c665debc93 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dc611749-acc8-4c1c-bb23-462b4f93479b {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc611749-acc8-4c1c-bb23-462b4f93479b {
  
}
}@media (max-width: 767px){#s-dc611749-acc8-4c1c-bb23-462b4f93479b {
  
}
}
#s-dc611749-acc8-4c1c-bb23-462b4f93479b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGIwYjZmODYtOGZiNC00NDQ2LTg2M2QtYWM0MjNiZDdhY2IzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYjBiNmY4Ni04ZmI0LTQ0NDYtODYzZC1hYzQyM2JkN2FjYjMpIi8+PC9zdmc+);
}








#s-dc611749-acc8-4c1c-bb23-462b4f93479b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc611749-acc8-4c1c-bb23-462b4f93479b.shg-box.shg-c {
  justify-content: center;
}

#s-9a744ece-61e5-419d-b793-c85fd47c3980 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-9a744ece-61e5-419d-b793-c85fd47c3980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a744ece-61e5-419d-b793-c85fd47c3980.shg-box.shg-c {
  justify-content: center;
}

#s-8c5538fd-15b2-436e-942d-d0c477d9f013 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-8c5538fd-15b2-436e-942d-d0c477d9f013 .shogun-heading-component h4 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b3da21f3-4d7c-472a-93db-6bdfafb303c1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3da21f3-4d7c-472a-93db-6bdfafb303c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-6f406b8b-c532-4e43-85cc-60084dedf323 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6f406b8b-c532-4e43-85cc-60084dedf323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f406b8b-c532-4e43-85cc-60084dedf323.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c77f5414-f1a9-4143-b6f9-15c39a237de7 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-c77f5414-f1a9-4143-b6f9-15c39a237de7 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-c77f5414-f1a9-4143-b6f9-15c39a237de7.shg-box.shg-c {
  justify-content: center;
}

#s-a2f592cd-68dd-4bab-b9db-f020445bcb0b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-a2f592cd-68dd-4bab-b9db-f020445bcb0b .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-91c08c95-e730-4c4b-ae1a-d79be313c10b {
  margin-left: auto;
margin-right: auto;
}

#s-91c08c95-e730-4c4b-ae1a-d79be313c10b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-91c08c95-e730-4c4b-ae1a-d79be313c10b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-91c08c95-e730-4c4b-ae1a-d79be313c10b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-91c08c95-e730-4c4b-ae1a-d79be313c10b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-91c08c95-e730-4c4b-ae1a-d79be313c10b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-91c08c95-e730-4c4b-ae1a-d79be313c10b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ff83d69c-9462-4b1d-8010-e9362c8e21c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ff83d69c-9462-4b1d-8010-e9362c8e21c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff83d69c-9462-4b1d-8010-e9362c8e21c9.shg-box.shg-c {
  justify-content: center;
}

#s-9c2d8440-0e09-4621-8beb-2fdba81ebeaf {
  margin-bottom: 25px;
}

#s-e023f475-0de0-44c9-9da6-b69efdcac9f5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-e023f475-0de0-44c9-9da6-b69efdcac9f5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e023f475-0de0-44c9-9da6-b69efdcac9f5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e023f475-0de0-44c9-9da6-b69efdcac9f5-root {
    text-align: center;
  }


#s-e023f475-0de0-44c9-9da6-b69efdcac9f5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e023f475-0de0-44c9-9da6-b69efdcac9f5-root {
    text-align: center;
  }


#s-e023f475-0de0-44c9-9da6-b69efdcac9f5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e023f475-0de0-44c9-9da6-b69efdcac9f5-root {
    text-align: center;
  }


#s-e023f475-0de0-44c9-9da6-b69efdcac9f5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e023f475-0de0-44c9-9da6-b69efdcac9f5-root {
    text-align: center;
  }


#s-e023f475-0de0-44c9-9da6-b69efdcac9f5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e023f475-0de0-44c9-9da6-b69efdcac9f5-root {
    text-align: center;
  }


#s-e023f475-0de0-44c9-9da6-b69efdcac9f5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-edad0cd0-6637-4047-a3a8-09e57f9714fb {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-edad0cd0-6637-4047-a3a8-09e57f9714fb > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-edad0cd0-6637-4047-a3a8-09e57f9714fb.shg-box.shg-c {
  justify-content: center;
}

#s-0420e394-52ad-400b-9865-de0c2c579b36 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-0420e394-52ad-400b-9865-de0c2c579b36 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 {
  margin-left: auto;
margin-right: auto;
}

#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-76a6df7d-cd39-4f69-9d2a-5e8bb643be19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6c917b2f-89d6-4695-91f0-ad2c6638f20b {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6c917b2f-89d6-4695-91f0-ad2c6638f20b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c917b2f-89d6-4695-91f0-ad2c6638f20b.shg-box.shg-c {
  justify-content: center;
}

#s-ca13aff3-e341-493c-97f2-354ebeccf940 {
  margin-bottom: 25px;
}

#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-09a3efc1-737f-4768-a01b-0cf07a2f5b24-root {
    text-align: center;
  }


#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09a3efc1-737f-4768-a01b-0cf07a2f5b24-root {
    text-align: center;
  }


#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09a3efc1-737f-4768-a01b-0cf07a2f5b24-root {
    text-align: center;
  }


#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09a3efc1-737f-4768-a01b-0cf07a2f5b24-root {
    text-align: center;
  }


#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09a3efc1-737f-4768-a01b-0cf07a2f5b24-root {
    text-align: center;
  }


#s-09a3efc1-737f-4768-a01b-0cf07a2f5b24.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6d9a8dd1-90f8-4f8d-8bdd-cb69b186ae6c {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-6d9a8dd1-90f8-4f8d-8bdd-cb69b186ae6c > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-6d9a8dd1-90f8-4f8d-8bdd-cb69b186ae6c.shg-box.shg-c {
  justify-content: center;
}

#s-460979f5-99e1-477a-9ef3-b8e9a0eee0d1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-460979f5-99e1-477a-9ef3-b8e9a0eee0d1 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-30d2a564-d3bc-47dd-bd9e-f03125203344 {
  margin-left: auto;
margin-right: auto;
}

#s-30d2a564-d3bc-47dd-bd9e-f03125203344 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-30d2a564-d3bc-47dd-bd9e-f03125203344 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-30d2a564-d3bc-47dd-bd9e-f03125203344 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-30d2a564-d3bc-47dd-bd9e-f03125203344 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-30d2a564-d3bc-47dd-bd9e-f03125203344 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-30d2a564-d3bc-47dd-bd9e-f03125203344 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7bfb1e52-da7e-4aaf-8f13-49f1c640da04 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7bfb1e52-da7e-4aaf-8f13-49f1c640da04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bfb1e52-da7e-4aaf-8f13-49f1c640da04.shg-box.shg-c {
  justify-content: center;
}

#s-f2810fad-386f-410e-b07c-75502515f9bb {
  margin-bottom: 25px;
}

#s-833871a5-df1b-46fd-a4db-76f966134824 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-833871a5-df1b-46fd-a4db-76f966134824:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-833871a5-df1b-46fd-a4db-76f966134824:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-833871a5-df1b-46fd-a4db-76f966134824-root {
    text-align: center;
  }


#s-833871a5-df1b-46fd-a4db-76f966134824.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-833871a5-df1b-46fd-a4db-76f966134824-root {
    text-align: center;
  }


#s-833871a5-df1b-46fd-a4db-76f966134824.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-833871a5-df1b-46fd-a4db-76f966134824-root {
    text-align: center;
  }


#s-833871a5-df1b-46fd-a4db-76f966134824.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-833871a5-df1b-46fd-a4db-76f966134824-root {
    text-align: center;
  }


#s-833871a5-df1b-46fd-a4db-76f966134824.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-833871a5-df1b-46fd-a4db-76f966134824-root {
    text-align: center;
  }


#s-833871a5-df1b-46fd-a4db-76f966134824.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-249b2746-e692-4b72-b648-f82c3a23e458 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}








#s-249b2746-e692-4b72-b648-f82c3a23e458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-249b2746-e692-4b72-b648-f82c3a23e458.shg-box.shg-c {
  justify-content: flex-start;
}

#s-273e9655-d5b9-4612-b000-ed9b9f13aa96 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-273e9655-d5b9-4612-b000-ed9b9f13aa96 {
  
}
}@media (max-width: 767px){#s-273e9655-d5b9-4612-b000-ed9b9f13aa96 {
  
}
}







#s-273e9655-d5b9-4612-b000-ed9b9f13aa96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-273e9655-d5b9-4612-b000-ed9b9f13aa96.shg-box.shg-c {
  justify-content: center;
}

#s-3a4d0152-1f2d-4c4c-b774-672412dde9de {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a4d0152-1f2d-4c4c-b774-672412dde9de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-2d706543-c60b-4ec9-a992-10e3d0faf681 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-2d706543-c60b-4ec9-a992-10e3d0faf681 img.shogun-image,
  #s-2d706543-c60b-4ec9-a992-10e3d0faf681 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d706543-c60b-4ec9-a992-10e3d0faf681 {
    width: 100%;
    height: auto;
  }



  #s-2d706543-c60b-4ec9-a992-10e3d0faf681 img.shogun-image {
    

    
    
    
  }


#s-2d706543-c60b-4ec9-a992-10e3d0faf681 .shogun-image-content {
  
    align-items: center;
  
}

#s-37d853eb-26e2-4e4b-8161-5a5f6dc5e948 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-19592c0f-2eb4-4aff-88b5-b63e5a7e2033 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19592c0f-2eb4-4aff-88b5-b63e5a7e2033 {
  
}
}@media (max-width: 767px){#s-19592c0f-2eb4-4aff-88b5-b63e5a7e2033 {
  
}
}
#s-19592c0f-2eb4-4aff-88b5-b63e5a7e2033 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGEyYjEwMDQtNmVlMi00OWM2LThjMGItYjM3ZjVkYmQ0ZGYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTJiMTAwNC02ZWUyLTQ5YzYtOGMwYi1iMzdmNWRiZDRkZjApIi8+PC9zdmc+);
}








#s-19592c0f-2eb4-4aff-88b5-b63e5a7e2033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19592c0f-2eb4-4aff-88b5-b63e5a7e2033.shg-box.shg-c {
  justify-content: center;
}

#s-4ecd1fcc-1372-4fff-9460-0c1547a86d74 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-4ecd1fcc-1372-4fff-9460-0c1547a86d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ecd1fcc-1372-4fff-9460-0c1547a86d74.shg-box.shg-c {
  justify-content: center;
}

#s-a6fe1faf-a400-4bf3-ac69-b4e993a63907 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-a6fe1faf-a400-4bf3-ac69-b4e993a63907 .shogun-heading-component h4 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5931a395-1f31-4829-8949-cdd5c076e3f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5931a395-1f31-4829-8949-cdd5c076e3f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e50d38e6-ce78-47a0-90f0-ad11978c3f39 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e50d38e6-ce78-47a0-90f0-ad11978c3f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e50d38e6-ce78-47a0-90f0-ad11978c3f39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af233e1f-9684-4f74-9abc-22e9c010670c {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-af233e1f-9684-4f74-9abc-22e9c010670c > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-af233e1f-9684-4f74-9abc-22e9c010670c.shg-box.shg-c {
  justify-content: center;
}

#s-fc1871d8-880c-487b-914a-9b8c06a1a476 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-fc1871d8-880c-487b-914a-9b8c06a1a476 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 {
  margin-left: auto;
margin-right: auto;
}

#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-e7351cb8-d4e3-4488-bfa0-7e9f0b8e1243 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7b1c02b6-c3bd-4c79-852e-589f635271a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7b1c02b6-c3bd-4c79-852e-589f635271a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b1c02b6-c3bd-4c79-852e-589f635271a7.shg-box.shg-c {
  justify-content: center;
}

#s-2f5d8405-d71e-493e-b2a6-fdf5dbb1a796 {
  margin-bottom: 25px;
}

#s-4bfb930d-f661-439d-beb8-440de5abfddb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4bfb930d-f661-439d-beb8-440de5abfddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bfb930d-f661-439d-beb8-440de5abfddb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4bfb930d-f661-439d-beb8-440de5abfddb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bfb930d-f661-439d-beb8-440de5abfddb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8d29cc4b-3c60-4716-a17a-459fd3f604f4 {
  margin-left: auto;
margin-right: auto;
}

#s-2f6a22c2-375e-4130-88a6-2107f2dd238c {
  margin-left: auto;
margin-right: auto;
}

#s-af647f66-9acd-4f2f-9b9c-27095f5b09e1 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-af647f66-9acd-4f2f-9b9c-27095f5b09e1 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-af647f66-9acd-4f2f-9b9c-27095f5b09e1.shg-box.shg-c {
  justify-content: center;
}

#s-2386c513-402c-47cc-9194-77bb58e04c72 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-2386c513-402c-47cc-9194-77bb58e04c72 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 {
  margin-left: auto;
margin-right: auto;
}

#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-2d56682a-e34a-45b9-b60a-fa07bd3de0c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3f652f22-b21d-4136-ae01-6dbe3973b6f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3f652f22-b21d-4136-ae01-6dbe3973b6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f652f22-b21d-4136-ae01-6dbe3973b6f5.shg-box.shg-c {
  justify-content: center;
}

#s-d4e40b98-de78-4d39-84f1-8925681fbc57 {
  margin-bottom: 25px;
}

#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b4717f9e-8d0c-43ca-9be7-2a505543f12d-root {
    text-align: center;
  }


#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4717f9e-8d0c-43ca-9be7-2a505543f12d-root {
    text-align: center;
  }


#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4717f9e-8d0c-43ca-9be7-2a505543f12d-root {
    text-align: center;
  }


#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4717f9e-8d0c-43ca-9be7-2a505543f12d-root {
    text-align: center;
  }


#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4717f9e-8d0c-43ca-9be7-2a505543f12d-root {
    text-align: center;
  }


#s-b4717f9e-8d0c-43ca-9be7-2a505543f12d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-260edc32-d35b-4510-9c64-737f1c0d83c9 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-260edc32-d35b-4510-9c64-737f1c0d83c9 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-260edc32-d35b-4510-9c64-737f1c0d83c9.shg-box.shg-c {
  justify-content: center;
}

#s-99c3b862-51e1-4272-a998-1b9fb30ee4f7 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-99c3b862-51e1-4272-a998-1b9fb30ee4f7 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 {
  margin-left: auto;
margin-right: auto;
}

#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-7ee8c4d6-95c3-4e42-9b7e-139709a44c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1ef87273-6c9b-482a-8419-f954075c6c52 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1ef87273-6c9b-482a-8419-f954075c6c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ef87273-6c9b-482a-8419-f954075c6c52.shg-box.shg-c {
  justify-content: center;
}

#s-0ad6c25e-5d32-4bd8-b511-62bc89d6bdd9 {
  margin-bottom: 25px;
}

#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#37803e"}, {"id"=>2, "pos"=>1, "color"=>"#195525"}];
hover-type: gradient;
}
#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(55, 128, 62, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 128, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(55, 128, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a-root {
    text-align: center;
  }


#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a-root {
    text-align: center;
  }


#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a-root {
    text-align: center;
  }


#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a-root {
    text-align: center;
  }


#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a-root {
    text-align: center;
  }


#s-a1b8e92a-b16b-4fc4-b6ec-87704633e14a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c9d7fc45-dbe0-4e13-9519-e7863bb3235b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}








#s-c9d7fc45-dbe0-4e13-9519-e7863bb3235b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9d7fc45-dbe0-4e13-9519-e7863bb3235b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4f0821e-def5-4f0e-9ab6-423839bee05e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(55, 128, 62, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4f0821e-def5-4f0e-9ab6-423839bee05e {
  
}
}@media (max-width: 767px){#s-e4f0821e-def5-4f0e-9ab6-423839bee05e {
  
}
}







#s-e4f0821e-def5-4f0e-9ab6-423839bee05e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4f0821e-def5-4f0e-9ab6-423839bee05e.shg-box.shg-c {
  justify-content: center;
}

#s-3d00eabb-8d1e-4f35-9301-beb77dd9a587 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-3d00eabb-8d1e-4f35-9301-beb77dd9a587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d00eabb-8d1e-4f35-9301-beb77dd9a587.shg-box.shg-c {
  justify-content: center;
}

#s-887988bc-dc3a-4146-b62b-8df43f9de153 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-887988bc-dc3a-4146-b62b-8df43f9de153 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-b87203a9-23f1-4de4-9eae-6b2f7b085641 {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-b87203a9-23f1-4de4-9eae-6b2f7b085641"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-b87203a9-23f1-4de4-9eae-6b2f7b085641"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b87203a9-23f1-4de4-9eae-6b2f7b085641"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b87203a9-23f1-4de4-9eae-6b2f7b085641"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-5b6765fa-0f42-4287-9b00-717c95364c64 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-5b6765fa-0f42-4287-9b00-717c95364c64 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5b6765fa-0f42-4287-9b00-717c95364c64 {
  cursor: pointer;
}#s-5b6765fa-0f42-4287-9b00-717c95364c64.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
      position: relative;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  
  
  
  
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
      position: relative;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  
  
  
  
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
      position: relative;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  
  
  
  
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
      position: relative;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  
  
  
  
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container {
      position: relative;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdcafe3e-cef7-4e39-b236-e8a1996bc863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0389a13e-3d2c-439f-a381-94a45cd02719 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-0389a13e-3d2c-439f-a381-94a45cd02719 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1d4e5eb4-39bc-4d8b-97af-08d5b5c69527 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-1d4e5eb4-39bc-4d8b-97af-08d5b5c69527 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1d4e5eb4-39bc-4d8b-97af-08d5b5c69527 {
  cursor: pointer;
}#s-1d4e5eb4-39bc-4d8b-97af-08d5b5c69527.shg-box.shg-c {
  justify-content: flex-start;
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-809685db-0993-44a6-ba1f-ef555e6583a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
      position: relative;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  
  
  
  
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-809685db-0993-44a6-ba1f-ef555e6583a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
      position: relative;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  
  
  
  
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-809685db-0993-44a6-ba1f-ef555e6583a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
      position: relative;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  
  
  
  
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-809685db-0993-44a6-ba1f-ef555e6583a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
      position: relative;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  
  
  
  
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-809685db-0993-44a6-ba1f-ef555e6583a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-809685db-0993-44a6-ba1f-ef555e6583a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-809685db-0993-44a6-ba1f-ef555e6583a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container {
      position: relative;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-809685db-0993-44a6-ba1f-ef555e6583a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-a6a93ec5-5dd8-40ec-a5a1-8974d22b0471 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-a6a93ec5-5dd8-40ec-a5a1-8974d22b0471 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8001d0a4-5df9-4de9-93a0-0fee484d0801 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-8001d0a4-5df9-4de9-93a0-0fee484d0801 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8001d0a4-5df9-4de9-93a0-0fee484d0801 {
  cursor: pointer;
}#s-8001d0a4-5df9-4de9-93a0-0fee484d0801.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-content {
  
    align-items: center;
  
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
      position: relative;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  
  
  
  
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-content {
  
    align-items: center;
  
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
      position: relative;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  
  
  
  
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-content {
  
    align-items: center;
  
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
      position: relative;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  
  
  
  
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-content {
  
    align-items: center;
  
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
      position: relative;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  
  
  
  
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-56cd2bec-d392-48a7-bf3e-e99f8b496178 .shogun-image-content {
  
    align-items: center;
  
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container {
      position: relative;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56cd2bec-d392-48a7-bf3e-e99f8b496178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-bd045e9e-f30a-4dd1-a7a5-a63d64657f4f {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bd045e9e-f30a-4dd1-a7a5-a63d64657f4f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-540c18d1-f61c-45f3-a78c-cbb0a191daa3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-540c18d1-f61c-45f3-a78c-cbb0a191daa3 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-540c18d1-f61c-45f3-a78c-cbb0a191daa3 {
  cursor: pointer;
}#s-540c18d1-f61c-45f3-a78c-cbb0a191daa3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
      position: relative;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  
  
  
  
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
      position: relative;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  
  
  
  
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
      position: relative;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  
  
  
  
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
      position: relative;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  
  
  
  
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e .shogun-image-content {
  
    align-items: center;
  
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container {
      position: relative;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1b84711-5e45-46ca-9465-ef2d20d6f15e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-36b12252-9aa3-4b6e-a7cd-0a9490b53e1c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-36b12252-9aa3-4b6e-a7cd-0a9490b53e1c .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-69baaf84-7e47-4f0c-891f-964f8d009e13 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-69baaf84-7e47-4f0c-891f-964f8d009e13 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-69baaf84-7e47-4f0c-891f-964f8d009e13 {
  cursor: pointer;
}#s-69baaf84-7e47-4f0c-891f-964f8d009e13.shg-box.shg-c {
  justify-content: flex-start;
}

#s-93231380-9973-40c3-b76d-e5518d445024 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-93231380-9973-40c3-b76d-e5518d445024 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-93231380-9973-40c3-b76d-e5518d445024 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-content {
  
    align-items: center;
  
}

.s-93231380-9973-40c3-b76d-e5518d445024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93231380-9973-40c3-b76d-e5518d445024 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
      position: relative;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-93231380-9973-40c3-b76d-e5518d445024 {
  
  
  
  
}

#s-93231380-9973-40c3-b76d-e5518d445024 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-content {
  
    align-items: center;
  
}

.s-93231380-9973-40c3-b76d-e5518d445024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93231380-9973-40c3-b76d-e5518d445024 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
      position: relative;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-93231380-9973-40c3-b76d-e5518d445024 {
  
  
  
  
}

#s-93231380-9973-40c3-b76d-e5518d445024 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-content {
  
    align-items: center;
  
}

.s-93231380-9973-40c3-b76d-e5518d445024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93231380-9973-40c3-b76d-e5518d445024 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
      position: relative;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-93231380-9973-40c3-b76d-e5518d445024 {
  
  
  
  
}

#s-93231380-9973-40c3-b76d-e5518d445024 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-content {
  
    align-items: center;
  
}

.s-93231380-9973-40c3-b76d-e5518d445024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93231380-9973-40c3-b76d-e5518d445024 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
      position: relative;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-93231380-9973-40c3-b76d-e5518d445024 {
  
  
  
  
}

#s-93231380-9973-40c3-b76d-e5518d445024 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93231380-9973-40c3-b76d-e5518d445024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-93231380-9973-40c3-b76d-e5518d445024 .shogun-image-content {
  
    align-items: center;
  
}

.s-93231380-9973-40c3-b76d-e5518d445024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93231380-9973-40c3-b76d-e5518d445024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93231380-9973-40c3-b76d-e5518d445024 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container {
      position: relative;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93231380-9973-40c3-b76d-e5518d445024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93231380-9973-40c3-b76d-e5518d445024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-b267281d-68c7-4687-83d0-01899f0ff54a {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-b267281d-68c7-4687-83d0-01899f0ff54a .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-64ec97a6-0d64-44e7-8b36-ca5b63d8c3e4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-64ec97a6-0d64-44e7-8b36-ca5b63d8c3e4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-64ec97a6-0d64-44e7-8b36-ca5b63d8c3e4 {
  cursor: pointer;
}#s-64ec97a6-0d64-44e7-8b36-ca5b63d8c3e4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
      position: relative;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  
  
  
  
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
      position: relative;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  
  
  
  
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
      position: relative;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  
  
  
  
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
      position: relative;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  
  
  
  
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container {
      position: relative;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6f7707d-db46-4b70-b5d3-48d4e6682e77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-54669926-b72c-4787-ab95-d949840e813f {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-54669926-b72c-4787-ab95-d949840e813f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bb64f0d1-e4c9-4fe3-85b8-f4237a04e929 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-bb64f0d1-e4c9-4fe3-85b8-f4237a04e929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb64f0d1-e4c9-4fe3-85b8-f4237a04e929.shg-box.shg-c {
  justify-content: center;
}

#s-b249fa57-3095-4447-b5b2-ccf8be5d9d29 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b249fa57-3095-4447-b5b2-ccf8be5d9d29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  display: none;
}
#s-4f3f23d2-60f8-4469-971c-81bac97d4586, #wrap-s-4f3f23d2-60f8-4469-971c-81bac97d4586 { display: none !important; }}


.shg-image-margin-container-s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
      position: relative;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  
  
  
  
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
      position: relative;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  
  
  
  
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
      position: relative;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  
  
  
  
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
      position: relative;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  
  
  
  
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4f3f23d2-60f8-4469-971c-81bac97d4586 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container {
      position: relative;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3f23d2-60f8-4469-971c-81bac97d4586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-eee5daca-13de-4ae4-82fa-f37533dd86da {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eee5daca-13de-4ae4-82fa-f37533dd86da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eee5daca-13de-4ae4-82fa-f37533dd86da.shg-box.shg-c {
  justify-content: center;
}

#s-d7fb4d9c-aa25-48b8-8422-53d0ab91d635 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(77, 88, 88, 0);
}

#s-d7fb4d9c-aa25-48b8-8422-53d0ab91d635 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-f12e5941-14f6-45e5-b582-2a08799e5173 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-92b0d4bb-ad86-47fc-bfe4-45bda78e8747 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-92b0d4bb-ad86-47fc-bfe4-45bda78e8747"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-92b0d4bb-ad86-47fc-bfe4-45bda78e8747"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-92b0d4bb-ad86-47fc-bfe4-45bda78e8747"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-92b0d4bb-ad86-47fc-bfe4-45bda78e8747"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-0051d2e8-ecff-4c25-afcb-9ed3bec583b6 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}








#s-0051d2e8-ecff-4c25-afcb-9ed3bec583b6 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-0051d2e8-ecff-4c25-afcb-9ed3bec583b6 {
  cursor: pointer;
}#s-0051d2e8-ecff-4c25-afcb-9ed3bec583b6.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4d2d2a40-5a35-4dd3-83b7-92f03bb07cda {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d2d2a40-5a35-4dd3-83b7-92f03bb07cda .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
  box-sizing: border-box;
}


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
      position: relative;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  
  
  
  
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
  box-sizing: border-box;
}


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
      position: relative;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  
  
  
  
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
  box-sizing: border-box;
}


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
      position: relative;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  
  
  
  
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
  box-sizing: border-box;
}


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
      position: relative;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  
  
  
  
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image {
  box-sizing: border-box;
}


.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container {
      position: relative;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887a8d4d-53b2-4bbf-b6d7-5464d0463ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-28a6cc61-877b-44a8-b575-8701c176dbae {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-28a6cc61-877b-44a8-b575-8701c176dbae > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-28a6cc61-877b-44a8-b575-8701c176dbae {
  cursor: pointer;
}#s-28a6cc61-877b-44a8-b575-8701c176dbae.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6ced6106-542b-48e1-9260-1e5a7259812a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6ced6106-542b-48e1-9260-1e5a7259812a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
  box-sizing: border-box;
}


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
      position: relative;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  
  
  
  
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
  box-sizing: border-box;
}


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
      position: relative;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  
  
  
  
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
  box-sizing: border-box;
}


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
      position: relative;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  
  
  
  
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
  box-sizing: border-box;
}


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
      position: relative;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  
  
  
  
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image {
  box-sizing: border-box;
}


.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container {
      position: relative;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-198ab2d4-4537-4658-a7a8-ae64dc7264e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-243b1011-fcfb-472d-9771-c83d6399b343 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-243b1011-fcfb-472d-9771-c83d6399b343 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-243b1011-fcfb-472d-9771-c83d6399b343 {
  cursor: pointer;
}#s-243b1011-fcfb-472d-9771-c83d6399b343.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d0a577e2-2fd2-4f59-9561-b560d91e1091 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d0a577e2-2fd2-4f59-9561-b560d91e1091 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-0305d469-964b-4972-ab41-cff6fa69586a {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-0305d469-964b-4972-ab41-cff6fa69586a {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-0305d469-964b-4972-ab41-cff6fa69586a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-content {
  
    align-items: center;
  
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
  box-sizing: border-box;
}


.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0305d469-964b-4972-ab41-cff6fa69586a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
      position: relative;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0305d469-964b-4972-ab41-cff6fa69586a {
  
  
  
  
}

#s-0305d469-964b-4972-ab41-cff6fa69586a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-content {
  
    align-items: center;
  
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
  box-sizing: border-box;
}


.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0305d469-964b-4972-ab41-cff6fa69586a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
      position: relative;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0305d469-964b-4972-ab41-cff6fa69586a {
  
  
  
  
}

#s-0305d469-964b-4972-ab41-cff6fa69586a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-content {
  
    align-items: center;
  
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
  box-sizing: border-box;
}


.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0305d469-964b-4972-ab41-cff6fa69586a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
      position: relative;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0305d469-964b-4972-ab41-cff6fa69586a {
  
  
  
  
}

#s-0305d469-964b-4972-ab41-cff6fa69586a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-content {
  
    align-items: center;
  
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
  box-sizing: border-box;
}


.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0305d469-964b-4972-ab41-cff6fa69586a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
      position: relative;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0305d469-964b-4972-ab41-cff6fa69586a {
  
  
  
  
}

#s-0305d469-964b-4972-ab41-cff6fa69586a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0305d469-964b-4972-ab41-cff6fa69586a .shogun-image-content {
  
    align-items: center;
  
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image {
  box-sizing: border-box;
}


.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0305d469-964b-4972-ab41-cff6fa69586a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0305d469-964b-4972-ab41-cff6fa69586a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container {
      position: relative;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0305d469-964b-4972-ab41-cff6fa69586a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-8f1b884b-adb1-4d1c-8ea2-9ff480cf272e {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-8f1b884b-adb1-4d1c-8ea2-9ff480cf272e > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-8f1b884b-adb1-4d1c-8ea2-9ff480cf272e {
  cursor: pointer;
}#s-8f1b884b-adb1-4d1c-8ea2-9ff480cf272e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-936487f8-23f5-46ea-8ea0-650577ad80c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-936487f8-23f5-46ea-8ea0-650577ad80c5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
  box-sizing: border-box;
}


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
      position: relative;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  
  
  
  
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
  box-sizing: border-box;
}


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
      position: relative;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  
  
  
  
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
  box-sizing: border-box;
}


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
      position: relative;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  
  
  
  
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
  box-sizing: border-box;
}


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
      position: relative;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  
  
  
  
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image {
  box-sizing: border-box;
}


.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container {
      position: relative;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cc065a-dfc3-4e33-8a6b-3ffb9d154221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-5f20c70f-84ff-4676-8fe6-70d076a1a7f6 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-5f20c70f-84ff-4676-8fe6-70d076a1a7f6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA0NjUwY2UtNTRiYi00OGU0LTkzMGItOWZjYTJlNTY1ZThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMDQ2NTBjZS01NGJiLTQ4ZTQtOTMwYi05ZmNhMmU1NjVlOGQpIi8+PC9zdmc+);
}








#s-5f20c70f-84ff-4676-8fe6-70d076a1a7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f20c70f-84ff-4676-8fe6-70d076a1a7f6.shg-box.shg-c {
  justify-content: center;
}

#s-207dca5d-cb24-4e78-a13d-bdcd221aff52 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-207dca5d-cb24-4e78-a13d-bdcd221aff52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-207dca5d-cb24-4e78-a13d-bdcd221aff52.shg-box.shg-c {
  justify-content: center;
}

#s-f4b7ac58-35ce-4cb7-b1db-7a1082f5d511 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4b7ac58-35ce-4cb7-b1db-7a1082f5d511 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-1e177ab7-0de8-4f8a-bca8-409a3528052c {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-1e177ab7-0de8-4f8a-bca8-409a3528052c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-1e177ab7-0de8-4f8a-bca8-409a3528052c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-1e177ab7-0de8-4f8a-bca8-409a3528052c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e177ab7-0de8-4f8a-bca8-409a3528052c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-a67df56a-7bce-4f57-b90e-92dafefe3576 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-a67df56a-7bce-4f57-b90e-92dafefe3576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a67df56a-7bce-4f57-b90e-92dafefe3576.shg-box.shg-c {
  justify-content: center;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-8a7a3334-f454-4075-bafd-71372875c4c1:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7a3334-f454-4075-bafd-71372875c4c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
      position: relative;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  
  
  
  
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7a3334-f454-4075-bafd-71372875c4c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
      position: relative;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  
  
  
  
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7a3334-f454-4075-bafd-71372875c4c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
      position: relative;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  
  
  
  
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7a3334-f454-4075-bafd-71372875c4c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
      position: relative;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  
  
  
  
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7a3334-f454-4075-bafd-71372875c4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8a7a3334-f454-4075-bafd-71372875c4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7a3334-f454-4075-bafd-71372875c4c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container {
      position: relative;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7a3334-f454-4075-bafd-71372875c4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3-root {
    text-align: center;
  }


#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3-root {
    text-align: center;
  }


#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3-root {
    text-align: center;
  }


#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3-root {
    text-align: center;
  }


#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3-root {
    text-align: center;
  }


#s-f4ca61ee-8be1-4a5e-a609-03cc68029ee3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-9a02c49d-7a45-4175-a020-d97e0188844d {
  min-height: 50px;
}








#s-9a02c49d-7a45-4175-a020-d97e0188844d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a02c49d-7a45-4175-a020-d97e0188844d.shg-box.shg-c {
  justify-content: center;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-ada7d137-5a03-4729-b7c5-2331863b3f0e:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  
  
  
  margin-bottom: 10px;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-content {
  
    align-items: center;
  
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
      position: relative;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  
  
  
  
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-content {
  
    align-items: center;
  
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
      position: relative;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  
  
  
  
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-content {
  
    align-items: center;
  
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
      position: relative;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  
  
  
  
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-content {
  
    align-items: center;
  
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
      position: relative;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  
  
  
  
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ada7d137-5a03-4729-b7c5-2331863b3f0e .shogun-image-content {
  
    align-items: center;
  
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container {
      position: relative;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ada7d137-5a03-4729-b7c5-2331863b3f0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-c92c6340-ca9e-4911-9ae3-31be3ec161fe-root {
    text-align: center;
  }


#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c92c6340-ca9e-4911-9ae3-31be3ec161fe-root {
    text-align: center;
  }


#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c92c6340-ca9e-4911-9ae3-31be3ec161fe-root {
    text-align: center;
  }


#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c92c6340-ca9e-4911-9ae3-31be3ec161fe-root {
    text-align: center;
  }


#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c92c6340-ca9e-4911-9ae3-31be3ec161fe-root {
    text-align: center;
  }


#s-c92c6340-ca9e-4911-9ae3-31be3ec161fe.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-d1bb15ff-129a-44d5-9915-7d912d57521e {
  min-height: 50px;
}








#s-d1bb15ff-129a-44d5-9915-7d912d57521e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1bb15ff-129a-44d5-9915-7d912d57521e.shg-box.shg-c {
  justify-content: center;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  
  
  
  margin-bottom: 10px;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-content {
  
    align-items: center;
  
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
      position: relative;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  
  
  
  
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-content {
  
    align-items: center;
  
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
      position: relative;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  
  
  
  
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-content {
  
    align-items: center;
  
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
      position: relative;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  
  
  
  
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-content {
  
    align-items: center;
  
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
      position: relative;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  
  
  
  
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e .shogun-image-content {
  
    align-items: center;
  
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container {
      position: relative;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50bed5f7-11ca-43c0-93eb-3bbe9a90be0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-33eb7e24-4a9d-4702-a063-1245a4b56f67 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-33eb7e24-4a9d-4702-a063-1245a4b56f67:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-33eb7e24-4a9d-4702-a063-1245a4b56f67:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-33eb7e24-4a9d-4702-a063-1245a4b56f67-root {
    text-align: center;
  }


#s-33eb7e24-4a9d-4702-a063-1245a4b56f67.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33eb7e24-4a9d-4702-a063-1245a4b56f67-root {
    text-align: center;
  }


#s-33eb7e24-4a9d-4702-a063-1245a4b56f67.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33eb7e24-4a9d-4702-a063-1245a4b56f67-root {
    text-align: center;
  }


#s-33eb7e24-4a9d-4702-a063-1245a4b56f67.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33eb7e24-4a9d-4702-a063-1245a4b56f67-root {
    text-align: center;
  }


#s-33eb7e24-4a9d-4702-a063-1245a4b56f67.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33eb7e24-4a9d-4702-a063-1245a4b56f67-root {
    text-align: center;
  }


#s-33eb7e24-4a9d-4702-a063-1245a4b56f67.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-198ec5fc-7cd8-4821-a63e-b4fee8913fc9 {
  min-height: 50px;
}








#s-198ec5fc-7cd8-4821-a63e-b4fee8913fc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-198ec5fc-7cd8-4821-a63e-b4fee8913fc9.shg-box.shg-c {
  justify-content: center;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  
  
  
  margin-bottom: 10px;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
      position: relative;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  
  
  
  
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
      position: relative;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  
  
  
  
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
      position: relative;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  
  
  
  
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
      position: relative;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  
  
  
  
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container {
      position: relative;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8a11b42-f19e-4f99-87a4-c20307d2bc67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-5da5f998-4713-49d0-9ddb-afbef9712154 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5da5f998-4713-49d0-9ddb-afbef9712154:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5da5f998-4713-49d0-9ddb-afbef9712154:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5da5f998-4713-49d0-9ddb-afbef9712154-root {
    text-align: center;
  }


#s-5da5f998-4713-49d0-9ddb-afbef9712154.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5da5f998-4713-49d0-9ddb-afbef9712154-root {
    text-align: center;
  }


#s-5da5f998-4713-49d0-9ddb-afbef9712154.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5da5f998-4713-49d0-9ddb-afbef9712154-root {
    text-align: center;
  }


#s-5da5f998-4713-49d0-9ddb-afbef9712154.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5da5f998-4713-49d0-9ddb-afbef9712154-root {
    text-align: center;
  }


#s-5da5f998-4713-49d0-9ddb-afbef9712154.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5da5f998-4713-49d0-9ddb-afbef9712154-root {
    text-align: center;
  }


#s-5da5f998-4713-49d0-9ddb-afbef9712154.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
