.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-37ce5ebb-b198-428f-b4bf-61b899a783b1 {
  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-37ce5ebb-b198-428f-b4bf-61b899a783b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37ce5ebb-b198-428f-b4bf-61b899a783b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37ce5ebb-b198-428f-b4bf-61b899a783b1 {
  display: none;
}
#s-37ce5ebb-b198-428f-b4bf-61b899a783b1, #wrap-s-37ce5ebb-b198-428f-b4bf-61b899a783b1 { display: none !important; }}@media (max-width: 767px){#s-37ce5ebb-b198-428f-b4bf-61b899a783b1 {
  display: none;
}
#s-37ce5ebb-b198-428f-b4bf-61b899a783b1, #wrap-s-37ce5ebb-b198-428f-b4bf-61b899a783b1 { display: none !important; }}
#s-37ce5ebb-b198-428f-b4bf-61b899a783b1 {
  background-image: url(https://i.shgcdn.com/884e0d4b-e3ea-4ac0-9b41-0fb635a84049/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-37ce5ebb-b198-428f-b4bf-61b899a783b1 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-37ce5ebb-b198-428f-b4bf-61b899a783b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d3190169-41ab-44f3-be05-75479b924564 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-d3190169-41ab-44f3-be05-75479b924564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3190169-41ab-44f3-be05-75479b924564.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-ff98767d-a190-4c04-97f2-ff56c87c6a6a {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff98767d-a190-4c04-97f2-ff56c87c6a6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 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-b6a446a6-6e79-4ec1-ae6d-5ed33b0120e6 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6a446a6-6e79-4ec1-ae6d-5ed33b0120e6 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-ff8c33a5-38c6-4aef-b873-b3aed2bf363a {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ff8c33a5-38c6-4aef-b873-b3aed2bf363a .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQ2M2VlOTgtODI0MS00ODBjLTlhMGUtOWNjZmI4YTc0MjQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5NDA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNDYzZWU5OC04MjQxLTQ4MGMtOWEwZS05Y2NmYjhhNzQyNDEpIi8+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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698: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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698: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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698 {
  
}
}@media (max-width: 767px){#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698 {
  
}
}

  #s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698-root {
    text-align: left;
  }


#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698.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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698-root {
    text-align: left;
  }


#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698.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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698-root {
    text-align: left;
  }


#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698.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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698-root {
    text-align: left;
  }


#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698.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-cbc7dbf0-588f-4f80-95a9-9f6f825a3698-root {
    text-align: left;
  }


#s-cbc7dbf0-588f-4f80-95a9-9f6f825a3698.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9049ef9e-0956-44fe-9226-dab8eb768ea2 {
  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-9049ef9e-0956-44fe-9226-dab8eb768ea2 {
  display: none;
}
#s-9049ef9e-0956-44fe-9226-dab8eb768ea2, #wrap-s-9049ef9e-0956-44fe-9226-dab8eb768ea2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9049ef9e-0956-44fe-9226-dab8eb768ea2 {
  display: none;
}
#s-9049ef9e-0956-44fe-9226-dab8eb768ea2, #wrap-s-9049ef9e-0956-44fe-9226-dab8eb768ea2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9049ef9e-0956-44fe-9226-dab8eb768ea2 {
  
}
}@media (max-width: 767px){#s-9049ef9e-0956-44fe-9226-dab8eb768ea2 {
  
}
}
#s-9049ef9e-0956-44fe-9226-dab8eb768ea2 {
  background-image: url(https://i.shgcdn.com/884e0d4b-e3ea-4ac0-9b41-0fb635a84049/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9049ef9e-0956-44fe-9226-dab8eb768ea2 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-9049ef9e-0956-44fe-9226-dab8eb768ea2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fbbbe29e-1b80-47b1-a17f-f3171e70fb81 {
  margin-top: 350px;
margin-bottom: 0px;
min-height: 50px;
}








#s-fbbbe29e-1b80-47b1-a17f-f3171e70fb81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbbbe29e-1b80-47b1-a17f-f3171e70fb81.shg-box.shg-c {
  justify-content: center;
}

#s-c1823429-0089-48e6-b213-82fd1f34b11e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-c1823429-0089-48e6-b213-82fd1f34b11e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-98e16848-b9b0-426e-a798-122a4611df3b {
  border-style: solid;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-radius: 10px;
opacity: 1;
text-align: center;
background-color: rgba(255, 182, 18, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98e16848-b9b0-426e-a798-122a4611df3b:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(2, 101, 56, 0.23) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98e16848-b9b0-426e-a798-122a4611df3b:active {background-color: rgba(255, 255, 255, 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-98e16848-b9b0-426e-a798-122a4611df3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98e16848-b9b0-426e-a798-122a4611df3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98e16848-b9b0-426e-a798-122a4611df3b {
  
}
}@media (max-width: 767px){#s-98e16848-b9b0-426e-a798-122a4611df3b {
  
}
}

  #s-98e16848-b9b0-426e-a798-122a4611df3b-root {
    text-align: center;
  }


#s-98e16848-b9b0-426e-a798-122a4611df3b.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98e16848-b9b0-426e-a798-122a4611df3b-root {
    text-align: center;
  }


#s-98e16848-b9b0-426e-a798-122a4611df3b.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98e16848-b9b0-426e-a798-122a4611df3b-root {
    text-align: center;
  }


#s-98e16848-b9b0-426e-a798-122a4611df3b.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98e16848-b9b0-426e-a798-122a4611df3b-root {
    text-align: center;
  }


#s-98e16848-b9b0-426e-a798-122a4611df3b.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98e16848-b9b0-426e-a798-122a4611df3b-root {
    text-align: center;
  }


#s-98e16848-b9b0-426e-a798-122a4611df3b.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f38404f8-a876-450d-acda-d198902b28fd {
  background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 20px;
min-height: 50px;
background-attachment: scroll;
}








#s-f38404f8-a876-450d-acda-d198902b28fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f38404f8-a876-450d-acda-d198902b28fd.shg-box.shg-c {
  justify-content: center;
}

#s-9a98a5a7-220e-4089-8b90-c6543b435ce8 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 3px;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}








#s-9a98a5a7-220e-4089-8b90-c6543b435ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a98a5a7-220e-4089-8b90-c6543b435ce8.shg-box.shg-c {
  justify-content: center;
}

#s-d977af99-e981-4b58-9147-65503f5ca972 {
  margin-top: 30px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d977af99-e981-4b58-9147-65503f5ca972"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d977af99-e981-4b58-9147-65503f5ca972"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d977af99-e981-4b58-9147-65503f5ca972"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d977af99-e981-4b58-9147-65503f5ca972"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
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: 500px;
background-position: center center;
}

#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee {
  background-image: url(https://i.shgcdn.com/46670e23-58ca-44d2-a6f4-d79e4cda146c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f02e71ea-239f-4ba3-ada3-cf4cfef202ee.shg-box.shg-c {
  justify-content: center;
}

#s-07225139-a5fd-4418-b639-0ea867db2234 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 6%;
padding-bottom: 7%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-07225139-a5fd-4418-b639-0ea867db2234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07225139-a5fd-4418-b639-0ea867db2234.shg-box.shg-c {
  justify-content: center;
}

#s-34db7123-c585-44e0-bcae-27f0cfe10617 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-34db7123-c585-44e0-bcae-27f0cfe10617 .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-6e7a8cd7-e3d7-478a-8882-8a852d220cb3 {
  margin-left: auto;
margin-right: auto;
}

#s-6e7a8cd7-e3d7-478a-8882-8a852d220cb3 hr {
  border-top: 2px solid #ddd;
}

.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-c3086524-8307-43bb-a562-822625afe3a1 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-c3086524-8307-43bb-a562-822625afe3a1 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-99fa762b-acbc-4514-89da-993d7d908414 {
  margin-bottom: 15px;
}

#s-7c0c6376-41e1-42ba-830c-cfeaffabbcc2 {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
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;
}

#s-7c0c6376-41e1-42ba-830c-cfeaffabbcc2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjBmOTA4NzItNWUxMS00YjFhLWE2ZDYtNTEzN2E1NTY3OTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMGY5MDg3Mi01ZTExLTRiMWEtYTZkNi01MTM3YTU1Njc5NGQpIi8+PC9zdmc+);
}








#s-7c0c6376-41e1-42ba-830c-cfeaffabbcc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c0c6376-41e1-42ba-830c-cfeaffabbcc2.shg-box.shg-c {
  justify-content: center;
}

#s-d9643772-b535-436a-b8c8-11572f9b0a1e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY5YjhiMWMtZjY1Zi00YjRmLWFmOGItMDQzNmZkNDVkMmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTk1NTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjliOGIxYy1mNjVmLTRiNGYtYWY4Yi0wNDM2ZmQ0NWQyZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
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-d9643772-b535-436a-b8c8-11572f9b0a1e: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-d9643772-b535-436a-b8c8-11572f9b0a1e: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-d9643772-b535-436a-b8c8-11572f9b0a1e-root {
    text-align: center;
  }


#s-d9643772-b535-436a-b8c8-11572f9b0a1e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9643772-b535-436a-b8c8-11572f9b0a1e-root {
    text-align: center;
  }


#s-d9643772-b535-436a-b8c8-11572f9b0a1e.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-d9643772-b535-436a-b8c8-11572f9b0a1e-root {
    text-align: center;
  }


#s-d9643772-b535-436a-b8c8-11572f9b0a1e.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-d9643772-b535-436a-b8c8-11572f9b0a1e-root {
    text-align: center;
  }


#s-d9643772-b535-436a-b8c8-11572f9b0a1e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9643772-b535-436a-b8c8-11572f9b0a1e-root {
    text-align: center;
  }


#s-d9643772-b535-436a-b8c8-11572f9b0a1e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6ac52ef1-e733-456a-9046-2d571f32fed1 {
  min-height: 50px;
}








#s-6ac52ef1-e733-456a-9046-2d571f32fed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ac52ef1-e733-456a-9046-2d571f32fed1.shg-box.shg-c {
  justify-content: center;
}

#s-8a7e793f-0fbe-46f0-b661-6296b8228226 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8a7e793f-0fbe-46f0-b661-6296b8228226"] > .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-9a603994-c9ad-44e5-a28a-1f50cdf834e5 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-9a603994-c9ad-44e5-a28a-1f50cdf834e5 img.shogun-image,
  #s-9a603994-c9ad-44e5-a28a-1f50cdf834e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a603994-c9ad-44e5-a28a-1f50cdf834e5 {
    width: 100%;
    height: auto;
  }



  #s-9a603994-c9ad-44e5-a28a-1f50cdf834e5 img.shogun-image {
    

    
    
    
  }


#s-9a603994-c9ad-44e5-a28a-1f50cdf834e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eef09d8d-2664-4fa5-bfd7-b690e4ae0a22 {
  background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 20px;
min-height: 50px;
background-attachment: scroll;
}








#s-eef09d8d-2664-4fa5-bfd7-b690e4ae0a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eef09d8d-2664-4fa5-bfd7-b690e4ae0a22.shg-box.shg-c {
  justify-content: center;
}

#s-df756c58-e1db-452c-8b6f-ad23f709dd8c {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 1360px;
}








#s-df756c58-e1db-452c-8b6f-ad23f709dd8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df756c58-e1db-452c-8b6f-ad23f709dd8c.shg-box.shg-c {
  justify-content: center;
}

#s-d0b7915d-1271-4498-a9a9-6fb985fd3545 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d0b7915d-1271-4498-a9a9-6fb985fd3545 .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-aca1dcac-af38-45fd-b857-d22a38c271cc {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-aca1dcac-af38-45fd-b857-d22a38c271cc .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-94472bcf-6bbc-4bc8-80aa-ea95eafa9518 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 30px;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 1360px;
}








#s-94472bcf-6bbc-4bc8-80aa-ea95eafa9518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94472bcf-6bbc-4bc8-80aa-ea95eafa9518.shg-box.shg-c {
  justify-content: center;
}

#s-19087ed2-49d8-4f04-9be6-4ef0ccfc56bb {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-19087ed2-49d8-4f04-9be6-4ef0ccfc56bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19087ed2-49d8-4f04-9be6-4ef0ccfc56bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19087ed2-49d8-4f04-9be6-4ef0ccfc56bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19087ed2-49d8-4f04-9be6-4ef0ccfc56bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c9d8c1fb-57ea-47e5-bf57-2a92dbac81e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c9d8c1fb-57ea-47e5-bf57-2a92dbac81e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9d8c1fb-57ea-47e5-bf57-2a92dbac81e1.shg-box.shg-c {
  justify-content: center;
}

#s-6bca049a-7433-4cc0-9169-361aceb6cb2f {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-6bca049a-7433-4cc0-9169-361aceb6cb2f .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-4b73d6eb-1cbf-44d3-9d97-b352d3b115f6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-4b73d6eb-1cbf-44d3-9d97-b352d3b115f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b73d6eb-1cbf-44d3-9d97-b352d3b115f6.shg-box.shg-c {
  justify-content: center;
}

#s-5cafe514-28e2-494c-b08d-c7d22df355ab {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
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: 0px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-5cafe514-28e2-494c-b08d-c7d22df355ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5cafe514-28e2-494c-b08d-c7d22df355ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5cafe514-28e2-494c-b08d-c7d22df355ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5cafe514-28e2-494c-b08d-c7d22df355ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-fc9fa661-6d97-4e2b-9997-3fc5c5a1b2b7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
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: 0px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0);
}








#s-fc9fa661-6d97-4e2b-9997-3fc5c5a1b2b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc9fa661-6d97-4e2b-9997-3fc5c5a1b2b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-da048074-6f6a-4699-8245-d94a922b4f8e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-da048074-6f6a-4699-8245-d94a922b4f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da048074-6f6a-4699-8245-d94a922b4f8e.shg-box.shg-c {
  justify-content: center;
}

.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-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
      position: relative;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 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-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  
  
  
  
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
      position: relative;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 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-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  
  
  
  
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
      position: relative;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 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-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  
  
  
  
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
      position: relative;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 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-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  
  
  
  
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdf31a01-863d-423c-a6f5-08adac4b93e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fdf31a01-863d-423c-a6f5-08adac4b93e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container {
      position: relative;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdf31a01-863d-423c-a6f5-08adac4b93e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ac5dac63-de3e-40cc-a071-f18ca3a8604e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-ac5dac63-de3e-40cc-a071-f18ca3a8604e .shogun-heading-component h6 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}



#s-8faff389-d251-459d-8b69-7c0ac33ba2aa {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-931cefee-b943-40c7-8ff3-e58efc1cae55 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-931cefee-b943-40c7-8ff3-e58efc1cae55 .shogun-heading-component h6 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-f83d330e-b967-4f99-8ef2-89822fdb123c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-f83d330e-b967-4f99-8ef2-89822fdb123c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f83d330e-b967-4f99-8ef2-89822fdb123c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-607fafcb-9c0d-422b-820f-55ba04dac02d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-607fafcb-9c0d-422b-820f-55ba04dac02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-607fafcb-9c0d-422b-820f-55ba04dac02d.shg-box.shg-c {
  justify-content: center;
}

#s-5201747c-27ea-420b-b10d-478a55961341 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5201747c-27ea-420b-b10d-478a55961341 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5201747c-27ea-420b-b10d-478a55961341 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5201747c-27ea-420b-b10d-478a55961341 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-content {
  
    align-items: center;
  
}

.s-5201747c-27ea-420b-b10d-478a55961341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5201747c-27ea-420b-b10d-478a55961341 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
      position: relative;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341 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-5201747c-27ea-420b-b10d-478a55961341 {
  
  
  
  
}

#s-5201747c-27ea-420b-b10d-478a55961341 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5201747c-27ea-420b-b10d-478a55961341 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-content {
  
    align-items: center;
  
}

.s-5201747c-27ea-420b-b10d-478a55961341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5201747c-27ea-420b-b10d-478a55961341 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
      position: relative;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341 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-5201747c-27ea-420b-b10d-478a55961341 {
  
  
  
  
}

#s-5201747c-27ea-420b-b10d-478a55961341 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5201747c-27ea-420b-b10d-478a55961341 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-content {
  
    align-items: center;
  
}

.s-5201747c-27ea-420b-b10d-478a55961341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5201747c-27ea-420b-b10d-478a55961341 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
      position: relative;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341 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-5201747c-27ea-420b-b10d-478a55961341 {
  
  
  
  
}

#s-5201747c-27ea-420b-b10d-478a55961341 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5201747c-27ea-420b-b10d-478a55961341 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-content {
  
    align-items: center;
  
}

.s-5201747c-27ea-420b-b10d-478a55961341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5201747c-27ea-420b-b10d-478a55961341 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
      position: relative;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341 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-5201747c-27ea-420b-b10d-478a55961341 {
  
  
  
  
}

#s-5201747c-27ea-420b-b10d-478a55961341 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5201747c-27ea-420b-b10d-478a55961341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5201747c-27ea-420b-b10d-478a55961341 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5201747c-27ea-420b-b10d-478a55961341 .shogun-image-content {
  
    align-items: center;
  
}

.s-5201747c-27ea-420b-b10d-478a55961341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5201747c-27ea-420b-b10d-478a55961341.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5201747c-27ea-420b-b10d-478a55961341 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container {
      position: relative;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5201747c-27ea-420b-b10d-478a55961341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5201747c-27ea-420b-b10d-478a55961341 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-8f044f9a-ec8e-4e84-9d39-52b261b718e6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8f044f9a-ec8e-4e84-9d39-52b261b718e6 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}



#s-8f93ff9e-a106-4053-900e-7af6a33d2afd {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-fe506c3d-1b70-4be7-8a16-52edc651fe06 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-fe506c3d-1b70-4be7-8a16-52edc651fe06 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a5356656-e1f7-40db-8cec-d9e1644efcb1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-a5356656-e1f7-40db-8cec-d9e1644efcb1 hr {
  border-top: 2px solid #ddd;
}

#s-9cbb5e9e-6e78-46b8-88d7-348145d59907 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-9cbb5e9e-6e78-46b8-88d7-348145d59907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cbb5e9e-6e78-46b8-88d7-348145d59907.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a3cf03ca-81af-4067-8449-99cdc0eb08de {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-a3cf03ca-81af-4067-8449-99cdc0eb08de .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5c48d424-ebe0-44b5-bbc1-a31e0a64e2f7 {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-5c48d424-ebe0-44b5-bbc1-a31e0a64e2f7 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-eb3a5bfb-4f8f-4895-992d-ce63dcc2dbe5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb3a5bfb-4f8f-4895-992d-ce63dcc2dbe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb3a5bfb-4f8f-4895-992d-ce63dcc2dbe5.shg-box.shg-c {
  justify-content: center;
}

#s-ff8c6759-0198-41e3-984d-17cd8a98ec99 {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-ff8c6759-0198-41e3-984d-17cd8a98ec99 .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ecb0ac36-4002-43d9-ab4e-19a4fb10629a {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(1, 67, 35, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(55, 128, 62, 1);
}








#s-ecb0ac36-4002-43d9-ab4e-19a4fb10629a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecb0ac36-4002-43d9-ab4e-19a4fb10629a.shg-box.shg-c {
  justify-content: center;
}

#s-33a7f6ce-871e-4551-8620-764d09af8b60 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(1, 68, 36, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(0, 105, 55, 0);
}

@media (min-width: 0px) {
[id="s-33a7f6ce-871e-4551-8620-764d09af8b60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-33a7f6ce-871e-4551-8620-764d09af8b60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-33a7f6ce-871e-4551-8620-764d09af8b60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-33a7f6ce-871e-4551-8620-764d09af8b60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-d85a9de3-28e0-4e49-872b-d51ac8f579e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0);
}








#s-d85a9de3-28e0-4e49-872b-d51ac8f579e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d85a9de3-28e0-4e49-872b-d51ac8f579e7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8942e296-c5eb-4a90-902e-a889deb96835 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8942e296-c5eb-4a90-902e-a889deb96835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8942e296-c5eb-4a90-902e-a889deb96835.shg-box.shg-c {
  justify-content: center;
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
      position: relative;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c 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-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  
  
  
  
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
      position: relative;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c 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-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  
  
  
  
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
      position: relative;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c 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-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  
  
  
  
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
      position: relative;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c 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-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  
  
  
  
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e1e878f-5e2f-403f-b3ee-c049de23d49c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container {
      position: relative;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1e878f-5e2f-403f-b3ee-c049de23d49c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6db170ab-6dc0-493e-9b84-fc34acc7e387 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6db170ab-6dc0-493e-9b84-fc34acc7e387 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}



#s-0befa97f-a69a-42b7-9981-01272f2f48ab {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-5a786e4f-86a1-4e45-a974-376e9963d409 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-5a786e4f-86a1-4e45-a974-376e9963d409 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-9d63c35f-b3b3-4cef-8297-4797b67af3c5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-9d63c35f-b3b3-4cef-8297-4797b67af3c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d63c35f-b3b3-4cef-8297-4797b67af3c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4758d8f9-e792-48f8-8ccc-df64db36ee9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4758d8f9-e792-48f8-8ccc-df64db36ee9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4758d8f9-e792-48f8-8ccc-df64db36ee9e.shg-box.shg-c {
  justify-content: center;
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-934dfd2f-6431-495e-ad3a-d683f700602d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-content {
  
    align-items: center;
  
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-934dfd2f-6431-495e-ad3a-d683f700602d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
      position: relative;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d 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-934dfd2f-6431-495e-ad3a-d683f700602d {
  
  
  
  
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-934dfd2f-6431-495e-ad3a-d683f700602d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-content {
  
    align-items: center;
  
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-934dfd2f-6431-495e-ad3a-d683f700602d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
      position: relative;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d 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-934dfd2f-6431-495e-ad3a-d683f700602d {
  
  
  
  
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-934dfd2f-6431-495e-ad3a-d683f700602d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-content {
  
    align-items: center;
  
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-934dfd2f-6431-495e-ad3a-d683f700602d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
      position: relative;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d 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-934dfd2f-6431-495e-ad3a-d683f700602d {
  
  
  
  
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-934dfd2f-6431-495e-ad3a-d683f700602d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-content {
  
    align-items: center;
  
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-934dfd2f-6431-495e-ad3a-d683f700602d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
      position: relative;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d 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-934dfd2f-6431-495e-ad3a-d683f700602d {
  
  
  
  
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-934dfd2f-6431-495e-ad3a-d683f700602d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-934dfd2f-6431-495e-ad3a-d683f700602d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-934dfd2f-6431-495e-ad3a-d683f700602d .shogun-image-content {
  
    align-items: center;
  
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-934dfd2f-6431-495e-ad3a-d683f700602d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container {
      position: relative;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-934dfd2f-6431-495e-ad3a-d683f700602d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-718cc22c-8486-46a1-9e99-6d46ef78003d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-718cc22c-8486-46a1-9e99-6d46ef78003d .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}



#s-aaa9237d-e8b1-40a2-b8a5-1f24ebd70be7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-284f92a5-8979-4008-af0c-bbe83803aa2a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-284f92a5-8979-4008-af0c-bbe83803aa2a .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0b2ef7e5-6ed2-4ece-8f54-300380a2b1d8 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-0b2ef7e5-6ed2-4ece-8f54-300380a2b1d8 hr {
  border-top: 2px solid rgba(244, 244, 244, 1);
}

#s-08b06ec8-8c82-4cc4-ae77-b00fa02f00d8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(1, 68, 36, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0);
}








#s-08b06ec8-8c82-4cc4-ae77-b00fa02f00d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08b06ec8-8c82-4cc4-ae77-b00fa02f00d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0be5a6a-c534-4279-8841-c8c0b05d02a0 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-a0be5a6a-c534-4279-8841-c8c0b05d02a0 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-98c47ffa-ff5f-4cda-a08d-b8e0534f9b07 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-98c47ffa-ff5f-4cda-a08d-b8e0534f9b07 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-74b2e58e-fc42-4905-8399-a9c5c95e3b93 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-74b2e58e-fc42-4905-8399-a9c5c95e3b93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-c37c9aab-87a9-4ae8-ad45-c32512d035c0 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-c37c9aab-87a9-4ae8-ad45-c32512d035c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c37c9aab-87a9-4ae8-ad45-c32512d035c0.shg-box.shg-c {
  justify-content: center;
}

#s-6c9b53a5-41e5-41ee-9ac4-c41624035169 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6c9b53a5-41e5-41ee-9ac4-c41624035169 img.shogun-image,
  #s-6c9b53a5-41e5-41ee-9ac4-c41624035169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c9b53a5-41e5-41ee-9ac4-c41624035169 {
    width: 100%;
    height: auto;
  }



  #s-6c9b53a5-41e5-41ee-9ac4-c41624035169 img.shogun-image {
    

    
    
    
  }


#s-6c9b53a5-41e5-41ee-9ac4-c41624035169 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ec2efe9-be4f-465e-9007-a6cfc5667cc3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(1, 68, 36, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(55, 128, 62, 1);
}








#s-7ec2efe9-be4f-465e-9007-a6cfc5667cc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ec2efe9-be4f-465e-9007-a6cfc5667cc3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62451dd9-0edf-47fc-95d6-a1dc076e89c4 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-62451dd9-0edf-47fc-95d6-a1dc076e89c4 .shogun-heading-component h3 {
  color: rgba(246, 190, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 55px;
  
  
  text-align: center;
}



#s-4fc8c83e-8902-46ce-8f33-8557b6b30bc3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-3fa5521f-d244-4333-8622-785993504090 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
min-height: 50px;
}








#s-3fa5521f-d244-4333-8622-785993504090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fa5521f-d244-4333-8622-785993504090.shg-box.shg-c {
  justify-content: center;
}

#s-1c1b5429-ccc3-48d5-8e6e-5c80ea9a09c4 {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
}

#s-1c1b5429-ccc3-48d5-8e6e-5c80ea9a09c4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk5ZGIyYTctNTNiZi00YWM0LTlkNTYtZTk3NjFkY2U0ZGE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjU1NjJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU0MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiMyNTU2MmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMzNzgwM2U7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg5OWRiMmE3LTUzYmYtNGFjNC05ZDU2LWU5NzYxZGNlNGRhOSkiLz48L3N2Zz4=);
}








#s-1c1b5429-ccc3-48d5-8e6e-5c80ea9a09c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c1b5429-ccc3-48d5-8e6e-5c80ea9a09c4.shg-box.shg-c {
  justify-content: center;
}

#s-054d6dec-fd8c-4a14-9226-aaec48f625e3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQ2M2VlOTgtODI0MS00ODBjLTlhMGUtOWNjZmI4YTc0MjQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5NDA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNDYzZWU5OC04MjQxLTQ4MGMtOWEwZS05Y2NmYjhhNzQyNDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
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: center;
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-054d6dec-fd8c-4a14-9226-aaec48f625e3: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-054d6dec-fd8c-4a14-9226-aaec48f625e3: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-054d6dec-fd8c-4a14-9226-aaec48f625e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-054d6dec-fd8c-4a14-9226-aaec48f625e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-054d6dec-fd8c-4a14-9226-aaec48f625e3 {
  
}
}@media (max-width: 767px){#s-054d6dec-fd8c-4a14-9226-aaec48f625e3 {
  
}
}

  #s-054d6dec-fd8c-4a14-9226-aaec48f625e3-root {
    text-align: center;
  }


#s-054d6dec-fd8c-4a14-9226-aaec48f625e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-054d6dec-fd8c-4a14-9226-aaec48f625e3-root {
    text-align: center;
  }


#s-054d6dec-fd8c-4a14-9226-aaec48f625e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-054d6dec-fd8c-4a14-9226-aaec48f625e3-root {
    text-align: center;
  }


#s-054d6dec-fd8c-4a14-9226-aaec48f625e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-054d6dec-fd8c-4a14-9226-aaec48f625e3-root {
    text-align: center;
  }


#s-054d6dec-fd8c-4a14-9226-aaec48f625e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-054d6dec-fd8c-4a14-9226-aaec48f625e3-root {
    text-align: center;
  }


#s-054d6dec-fd8c-4a14-9226-aaec48f625e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-970306e7-1927-4701-9c8a-33bee9c6f6c0 {
  min-height: 50px;
}








#s-970306e7-1927-4701-9c8a-33bee9c6f6c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-970306e7-1927-4701-9c8a-33bee9c6f6c0.shg-box.shg-c {
  justify-content: center;
}

#s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f6985a91-7ea6-4356-8a80-dfe6b8c2a40a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-662ffe75-597c-4040-86f6-1e8e6ed9c0c2 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-662ffe75-597c-4040-86f6-1e8e6ed9c0c2 img.shogun-image,
  #s-662ffe75-597c-4040-86f6-1e8e6ed9c0c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-662ffe75-597c-4040-86f6-1e8e6ed9c0c2 {
    width: 100%;
    height: auto;
  }



  #s-662ffe75-597c-4040-86f6-1e8e6ed9c0c2 img.shogun-image {
    

    
    
    
  }


#s-662ffe75-597c-4040-86f6-1e8e6ed9c0c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-30b40889-248a-497e-b6b4-34dfd04ba550 {
  background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 20px;
min-height: 50px;
background-attachment: scroll;
}








#s-30b40889-248a-497e-b6b4-34dfd04ba550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30b40889-248a-497e-b6b4-34dfd04ba550.shg-box.shg-c {
  justify-content: center;
}

#s-4ac83a56-209a-4844-ad45-82405f4a4f7f {
  background-attachment: fixed;
margin-top: 25px;
margin-bottom: 25px;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}








#s-4ac83a56-209a-4844-ad45-82405f4a4f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ac83a56-209a-4844-ad45-82405f4a4f7f.shg-box.shg-c {
  justify-content: center;
}

#s-fc534a21-db79-4409-b8a5-5d6f48856d57 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc534a21-db79-4409-b8a5-5d6f48856d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc534a21-db79-4409-b8a5-5d6f48856d57.shg-box.shg-c {
  justify-content: center;
}

#s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b {
  display: none;
}
#s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b, #wrap-s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b { display: none !important; }}@media (max-width: 767px){#s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b {
  display: none;
}
#s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b, #wrap-s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b { display: none !important; }}
@media (min-width: 0px) {
[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-db8dbb50-6fc7-423d-ba80-c6e24dfe812b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-f76aca4b-aee0-4c10-8ef0-e4df46f6dd78 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f76aca4b-aee0-4c10-8ef0-e4df46f6dd78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f76aca4b-aee0-4c10-8ef0-e4df46f6dd78.shg-box.shg-c {
  justify-content: center;
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin-left: auto;
margin-right: 0%;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin-left: auto;
  margin-right: 0%;
  
  
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
      position: relative;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e 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-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  
  
  
  
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
      position: relative;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e 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-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  
  
  
  
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
      position: relative;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e 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-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  
  
  
  
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
      position: relative;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e 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-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  
  
  
  
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container {
      position: relative;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc68224c-c452-4fdb-8c25-bafdd85cbd3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-8c9330f5-aa03-469b-b7b2-5f1a771b5f6e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c9330f5-aa03-469b-b7b2-5f1a771b5f6e .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-ce3c476b-ec28-4112-935a-25cd222325a9 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-ce3c476b-ec28-4112-935a-25cd222325a9 {
  display: none;
}
#s-ce3c476b-ec28-4112-935a-25cd222325a9, #wrap-s-ce3c476b-ec28-4112-935a-25cd222325a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce3c476b-ec28-4112-935a-25cd222325a9 {
  display: none;
}
#s-ce3c476b-ec28-4112-935a-25cd222325a9, #wrap-s-ce3c476b-ec28-4112-935a-25cd222325a9 { display: none !important; }}
#s-ce3c476b-ec28-4112-935a-25cd222325a9 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-e512fb66-505a-4b54-9fb1-19350cc0a0c9 {
  margin-top: 20px;
margin-bottom: 25px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-e512fb66-505a-4b54-9fb1-19350cc0a0c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e512fb66-505a-4b54-9fb1-19350cc0a0c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e512fb66-505a-4b54-9fb1-19350cc0a0c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e512fb66-505a-4b54-9fb1-19350cc0a0c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-a25ac1db-8d39-448b-8699-471216c7d562 {
  background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}

#s-a25ac1db-8d39-448b-8699-471216c7d562 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2M3YzllNTQtMGRlNi00NGJkLWEyM2EtZTM5NThlMjg1ZmFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YzdjOWU1NC0wZGU2LTQ0YmQtYTIzYS1lMzk1OGUyODVmYWEpIi8+PC9zdmc+);
}








#s-a25ac1db-8d39-448b-8699-471216c7d562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a25ac1db-8d39-448b-8699-471216c7d562.shg-box.shg-c {
  justify-content: center;
}

#s-fb402ab4-c353-4054-b7b7-416b25fd8479 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0);
}








#s-fb402ab4-c353-4054-b7b7-416b25fd8479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb402ab4-c353-4054-b7b7-416b25fd8479.shg-box.shg-c {
  justify-content: center;
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
      position: relative;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 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-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  
  
  
  
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
      position: relative;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 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-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  
  
  
  
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
      position: relative;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 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-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  
  
  
  
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
      position: relative;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 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-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  
  
  
  
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container {
      position: relative;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54aedff-6170-4bde-a48d-ccd3229fd4d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4e84a375-7327-4000-a76a-dea893847db8 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-4e84a375-7327-4000-a76a-dea893847db8 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c4f59060-75ec-4898-b857-b5770403d4cf {
  background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}

#s-c4f59060-75ec-4898-b857-b5770403d4cf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjM5OWM3NWItNTBhZS00Yzc5LWE4ODMtZjNjYWY1MmI4OTc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzk5Yzc1Yi01MGFlLTRjNzktYTg4My1mM2NhZjUyYjg5NzUpIi8+PC9zdmc+);
}








#s-c4f59060-75ec-4898-b857-b5770403d4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4f59060-75ec-4898-b857-b5770403d4cf.shg-box.shg-c {
  justify-content: center;
}

#s-d41149b7-ad1c-4f31-9527-f8fa0627c997 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0);
}








#s-d41149b7-ad1c-4f31-9527-f8fa0627c997 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d41149b7-ad1c-4f31-9527-f8fa0627c997.shg-box.shg-c {
  justify-content: center;
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
      position: relative;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 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-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  
  
  
  
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
      position: relative;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 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-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  
  
  
  
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
      position: relative;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 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-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  
  
  
  
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
      position: relative;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 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-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  
  
  
  
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container {
      position: relative;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c08e3862-dd42-4fbf-85de-bc7e6dd590d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-17e1e7fd-af8e-48d4-ba91-8982127fca79 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-17e1e7fd-af8e-48d4-ba91-8982127fca79 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-069b220e-0aaf-411d-8012-031f3847c2b6 {
  background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}

#s-069b220e-0aaf-411d-8012-031f3847c2b6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2U3NTBlYzQtMDM0Yy00NWI5LTk5YjgtYTdhMTYzYTQ3MWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZTc1MGVjNC0wMzRjLTQ1YjktOTliOC1hN2ExNjNhNDcxZTkpIi8+PC9zdmc+);
}








#s-069b220e-0aaf-411d-8012-031f3847c2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-069b220e-0aaf-411d-8012-031f3847c2b6.shg-box.shg-c {
  justify-content: center;
}

#s-2aa90610-83a7-4cb4-82c8-f77790a1bbbf {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0);
}








#s-2aa90610-83a7-4cb4-82c8-f77790a1bbbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2aa90610-83a7-4cb4-82c8-f77790a1bbbf.shg-box.shg-c {
  justify-content: center;
}

#s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493d99ef-5e13-453e-b71b-2348ea499216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-content {
  
    align-items: center;
  
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-493d99ef-5e13-453e-b71b-2348ea499216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
      position: relative;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216 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-493d99ef-5e13-453e-b71b-2348ea499216 {
  
  
  
  
}

#s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493d99ef-5e13-453e-b71b-2348ea499216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-content {
  
    align-items: center;
  
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-493d99ef-5e13-453e-b71b-2348ea499216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
      position: relative;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216 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-493d99ef-5e13-453e-b71b-2348ea499216 {
  
  
  
  
}

#s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493d99ef-5e13-453e-b71b-2348ea499216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-content {
  
    align-items: center;
  
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-493d99ef-5e13-453e-b71b-2348ea499216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
      position: relative;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216 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-493d99ef-5e13-453e-b71b-2348ea499216 {
  
  
  
  
}

#s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493d99ef-5e13-453e-b71b-2348ea499216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-content {
  
    align-items: center;
  
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-493d99ef-5e13-453e-b71b-2348ea499216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
      position: relative;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216 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-493d99ef-5e13-453e-b71b-2348ea499216 {
  
  
  
  
}

#s-493d99ef-5e13-453e-b71b-2348ea499216 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-493d99ef-5e13-453e-b71b-2348ea499216 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-493d99ef-5e13-453e-b71b-2348ea499216 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-493d99ef-5e13-453e-b71b-2348ea499216 .shogun-image-content {
  
    align-items: center;
  
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-493d99ef-5e13-453e-b71b-2348ea499216 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container {
      position: relative;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-493d99ef-5e13-453e-b71b-2348ea499216 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-b80729d2-1044-42b0-ad82-3d8fcb031096 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-b80729d2-1044-42b0-ad82-3d8fcb031096 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-29be483f-9060-4535-8cd9-9858972fb7f2 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(55, 128, 62, 1);
}








#s-29be483f-9060-4535-8cd9-9858972fb7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29be483f-9060-4535-8cd9-9858972fb7f2.shg-box.shg-c {
  justify-content: center;
}

#s-fc680b1e-8104-464b-8beb-9722d4d86325 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fc680b1e-8104-464b-8beb-9722d4d86325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc680b1e-8104-464b-8beb-9722d4d86325"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc680b1e-8104-464b-8beb-9722d4d86325"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc680b1e-8104-464b-8beb-9722d4d86325"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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: 300px;
background-position: center center;
}

#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf {
  background-image: url(https://i.shgcdn.com/12628158-6fdd-4c3a-8b83-af4ae1d7b546/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2fd0719-358d-4f8f-a212-1711e6a9aecf.shg-box.shg-c {
  justify-content: center;
}

#s-7453a780-5ee1-4aa4-ab62-87820fb81e03 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7453a780-5ee1-4aa4-ab62-87820fb81e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7453a780-5ee1-4aa4-ab62-87820fb81e03.shg-box.shg-c {
  justify-content: center;
}

#s-69a35c44-5a0a-47d1-9d3c-349c2731d0b6 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-69a35c44-5a0a-47d1-9d3c-349c2731d0b6 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-faee8cdc-0df4-413d-971f-b88651c121c6 {
  margin-bottom: 5px;
}

#s-01bf23cb-3a47-4006-8cf0-3830b10d38ef {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-01bf23cb-3a47-4006-8cf0-3830b10d38ef .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1a2c53e0-57ae-4d76-a881-9695739d24f2 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-right: 25%;
min-height: 50px;
}








#s-1a2c53e0-57ae-4d76-a881-9695739d24f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a2c53e0-57ae-4d76-a881-9695739d24f2.shg-box.shg-c {
  justify-content: center;
}

#s-ec76e19a-8435-40b0-9382-08696cf2ed8b {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
}

#s-ec76e19a-8435-40b0-9382-08696cf2ed8b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWViYmQ4MmEtZjBmNi00ZTYwLTgzZjItZTI2MWQwZDdlMGU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjU1NjJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU0MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiMyNTU2MmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMzNzgwM2U7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2VlYmJkODJhLWYwZjYtNGU2MC04M2YyLWUyNjFkMGQ3ZTBlNykiLz48L3N2Zz4=);
}








#s-ec76e19a-8435-40b0-9382-08696cf2ed8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec76e19a-8435-40b0-9382-08696cf2ed8b.shg-box.shg-c {
  justify-content: center;
}

#s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYxYmZhYWYtYWVkYy00NmI0LWEzOTktMmIzNDA1OTU3OTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5NDA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjFiZmFhZi1hZWRjLTQ2YjQtYTM5OS0yYjM0MDU5NTc5NWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 190, 0, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
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-7a7157b1-50b7-44fa-b4ea-65772fad2bbe: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: 10px !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-7a7157b1-50b7-44fa-b4ea-65772fad2bbe: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(0, 105, 55, 1) !important;
border-radius: 10px !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;}

  #s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe-root {
    text-align: center;
  }


#s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe-root {
    text-align: center;
  }


#s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe-root {
    text-align: center;
  }


#s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe-root {
    text-align: center;
  }


#s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe-root {
    text-align: center;
  }


#s-7a7157b1-50b7-44fa-b4ea-65772fad2bbe.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-fb655aa9-e27b-48dd-a659-4ac28aad4768 {
  background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
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: 20px;
min-height: 50px;
background-attachment: scroll;
}








#s-fb655aa9-e27b-48dd-a659-4ac28aad4768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb655aa9-e27b-48dd-a659-4ac28aad4768.shg-box.shg-c {
  justify-content: center;
}

#s-8ad973e2-d903-4177-8736-1359f9906c5d {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 30px;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}








#s-8ad973e2-d903-4177-8736-1359f9906c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ad973e2-d903-4177-8736-1359f9906c5d.shg-box.shg-c {
  justify-content: center;
}

#s-379801e4-0440-4710-adc0-28638b07641c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-379801e4-0440-4710-adc0-28638b07641c {
  display: none;
}
#s-379801e4-0440-4710-adc0-28638b07641c, #wrap-s-379801e4-0440-4710-adc0-28638b07641c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-379801e4-0440-4710-adc0-28638b07641c {
  display: none;
}
#s-379801e4-0440-4710-adc0-28638b07641c, #wrap-s-379801e4-0440-4710-adc0-28638b07641c { display: none !important; }}







#s-379801e4-0440-4710-adc0-28638b07641c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-379801e4-0440-4710-adc0-28638b07641c.shg-box.shg-c {
  justify-content: center;
}

#s-d8405b64-8854-44b4-bf8c-e621058af00e {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-d8405b64-8854-44b4-bf8c-e621058af00e .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-104ec626-68d9-47b3-8cea-2d9010203f49 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-104ec626-68d9-47b3-8cea-2d9010203f49 {
  display: none;
}
#s-104ec626-68d9-47b3-8cea-2d9010203f49, #wrap-s-104ec626-68d9-47b3-8cea-2d9010203f49 { display: none !important; }}@media (max-width: 767px){#s-104ec626-68d9-47b3-8cea-2d9010203f49 {
  display: none;
}
#s-104ec626-68d9-47b3-8cea-2d9010203f49, #wrap-s-104ec626-68d9-47b3-8cea-2d9010203f49 { display: none !important; }}







#s-104ec626-68d9-47b3-8cea-2d9010203f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-104ec626-68d9-47b3-8cea-2d9010203f49.shg-box.shg-c {
  justify-content: center;
}

#s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96f183d0-e32e-4ba2-8e02-8af9f6a9a7d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-fa6708c0-cbde-484c-bb79-cf354d742905 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
min-height: 50px;
}








#s-fa6708c0-cbde-484c-bb79-cf354d742905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa6708c0-cbde-484c-bb79-cf354d742905.shg-box.shg-c {
  justify-content: center;
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin-left: auto;
margin-right: 0%;
max-width: 150px;
aspect-ratio: 1/1;
text-align: right;
}



.shg-image-margin-container-s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin-left: auto;
  margin-right: 0%;
  
  
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
      position: relative;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 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-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  
  
  
  
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
      position: relative;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 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-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  
  
  
  
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
      position: relative;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 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-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  
  
  
  
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
      position: relative;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 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-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  
  
  
  
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad3faa4c-e190-4017-86e0-8aa8abc31506 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ad3faa4c-e190-4017-86e0-8aa8abc31506 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container {
      position: relative;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad3faa4c-e190-4017-86e0-8aa8abc31506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-8afb6fb8-aca4-4b62-b763-d602347450c7 {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8afb6fb8-aca4-4b62-b763-d602347450c7 .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-fa32e3b0-7379-46c8-9f21-d5a4af120297 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-fa32e3b0-7379-46c8-9f21-d5a4af120297"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa32e3b0-7379-46c8-9f21-d5a4af120297"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa32e3b0-7379-46c8-9f21-d5a4af120297"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa32e3b0-7379-46c8-9f21-d5a4af120297"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15866d72-a981-44b1-a3f5-3f6594538c25 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 7%;
padding-left: 6%;
padding-bottom: 7%;
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: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-15866d72-a981-44b1-a3f5-3f6594538c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15866d72-a981-44b1-a3f5-3f6594538c25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bd04c61d-918b-4458-b4c9-e343a5007f14 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-bd04c61d-918b-4458-b4c9-e343a5007f14 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1dddb9a4-39b2-4cf3-a3ca-6cc1a010f840 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 7%;
padding-left: 6%;
padding-bottom: 7%;
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: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-1dddb9a4-39b2-4cf3-a3ca-6cc1a010f840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dddb9a4-39b2-4cf3-a3ca-6cc1a010f840.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bd47cd1-4fdf-447c-8b06-6afa55c58e69 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-4bd47cd1-4fdf-447c-8b06-6afa55c58e69 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-79448529-566c-4b48-810e-16cb7cf37878 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 7%;
padding-left: 6%;
padding-bottom: 7%;
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: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-79448529-566c-4b48-810e-16cb7cf37878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79448529-566c-4b48-810e-16cb7cf37878.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37ccdf21-36c8-439a-9a36-966f783ea299 {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-37ccdf21-36c8-439a-9a36-966f783ea299 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-efba2846-0fd2-4ca5-8f45-fddbe6efd517 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 7%;
padding-left: 6%;
padding-bottom: 7%;
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: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-efba2846-0fd2-4ca5-8f45-fddbe6efd517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efba2846-0fd2-4ca5-8f45-fddbe6efd517.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e60f2110-5f02-47c6-8e29-b4208a1a9deb {
  margin-top: 0px;
margin-bottom: 15px;
text-align: center;
}

#s-e60f2110-5f02-47c6-8e29-b4208a1a9deb .shogun-heading-component h2 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-577e0b89-feda-46ae-adea-8f5551b0b5a6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(1, 68, 36, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(55, 128, 62, 1);
}








#s-577e0b89-feda-46ae-adea-8f5551b0b5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-577e0b89-feda-46ae-adea-8f5551b0b5a6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54063209-afdd-439e-9b58-a6a429ec9f12 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-54063209-afdd-439e-9b58-a6a429ec9f12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc {
  display: none;
}
#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc, #wrap-s-19ef48d7-c045-47d5-afbb-cc32e47d01dc { display: none !important; }}@media (max-width: 767px){#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc {
  display: none;
}
#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc, #wrap-s-19ef48d7-c045-47d5-afbb-cc32e47d01dc { display: none !important; }}







#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19ef48d7-c045-47d5-afbb-cc32e47d01dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin-left: auto;
margin-right: 0%;
max-width: 150px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin-left: auto;
  margin-right: 0%;
  
  
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
      position: relative;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc 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-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  
  
  
  
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
      position: relative;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc 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-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  
  
  
  
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
      position: relative;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc 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-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  
  
  
  
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
      position: relative;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc 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-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  
  
  
  
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f761264b-f249-4a6e-aefc-1f2490a0dbfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container {
      position: relative;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f761264b-f249-4a6e-aefc-1f2490a0dbfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-16c73d4f-182e-4510-a480-9c2e3d3bafbe {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-16c73d4f-182e-4510-a480-9c2e3d3bafbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16c73d4f-182e-4510-a480-9c2e3d3bafbe.shg-box.shg-c {
  justify-content: center;
}

#s-b3084a72-f25f-4716-a6f0-acd567a81746 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b3084a72-f25f-4716-a6f0-acd567a81746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3084a72-f25f-4716-a6f0-acd567a81746.shg-box.shg-c {
  justify-content: center;
}

#s-83d18049-9283-4f29-940e-ec8cbc220e61 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83d18049-9283-4f29-940e-ec8cbc220e61 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-267e9c3c-1601-42e6-98c1-852a9c173d1f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-267e9c3c-1601-42e6-98c1-852a9c173d1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-267e9c3c-1601-42e6-98c1-852a9c173d1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-267e9c3c-1601-42e6-98c1-852a9c173d1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-267e9c3c-1601-42e6-98c1-852a9c173d1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-33f41e4c-6245-4847-93dd-23ec351b5b66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-33f41e4c-6245-4847-93dd-23ec351b5b66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33f41e4c-6245-4847-93dd-23ec351b5b66.shg-box.shg-c {
  justify-content: center;
}

#s-376bee81-55f0-4704-91cd-03df3f06c766 {
  padding-bottom: 10px;
text-align: left;
}

#s-376bee81-55f0-4704-91cd-03df3f06c766 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-7f3aec07-4de2-4dea-af16-5229d39b9055 {
  margin-left: auto;
margin-right: auto;
padding-right: 50%;
min-height: 50px;
}








#s-7f3aec07-4de2-4dea-af16-5229d39b9055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f3aec07-4de2-4dea-af16-5229d39b9055.shg-box.shg-c {
  justify-content: center;
}

#s-1c2666db-4b78-4ee3-a9f9-5a39b3e0f512 {
  background-repeat: no-repeat;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 7px;
padding-left: 17px;
padding-bottom: 7px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
}

#s-1c2666db-4b78-4ee3-a9f9-5a39b3e0f512 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDdmOTc1OWMtM2Q5YS00YWQxLWFiNzMtZTcyMjc3YWJjMmU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjU1NjJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU0MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiMyNTU2MmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMzNzgwM2U7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzA3Zjk3NTljLTNkOWEtNGFkMS1hYjczLWU3MjI3N2FiYzJlOCkiLz48L3N2Zz4=);
}








#s-1c2666db-4b78-4ee3-a9f9-5a39b3e0f512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c2666db-4b78-4ee3-a9f9-5a39b3e0f512.shg-box.shg-c {
  justify-content: center;
}

#s-a0db8f14-64be-4a5b-8084-b7b87700efde {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTc5ODg3MjQtZDRkZC00M2I4LTk4MTQtODI2OTE4ZDFmYjUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5NDA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNzk4ODcyNC1kNGRkLTQzYjgtOTgxNC04MjY5MThkMWZiNTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 190, 0, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: center;
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-a0db8f14-64be-4a5b-8084-b7b87700efde: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: 10px !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-a0db8f14-64be-4a5b-8084-b7b87700efde: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(0, 105, 55, 1) !important;
border-radius: 10px !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;}

  #s-a0db8f14-64be-4a5b-8084-b7b87700efde-root {
    text-align: center;
  }


#s-a0db8f14-64be-4a5b-8084-b7b87700efde.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0db8f14-64be-4a5b-8084-b7b87700efde-root {
    text-align: center;
  }


#s-a0db8f14-64be-4a5b-8084-b7b87700efde.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0db8f14-64be-4a5b-8084-b7b87700efde-root {
    text-align: center;
  }


#s-a0db8f14-64be-4a5b-8084-b7b87700efde.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0db8f14-64be-4a5b-8084-b7b87700efde-root {
    text-align: center;
  }


#s-a0db8f14-64be-4a5b-8084-b7b87700efde.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0db8f14-64be-4a5b-8084-b7b87700efde-root {
    text-align: center;
  }


#s-a0db8f14-64be-4a5b-8084-b7b87700efde.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-5de6be01-5ba2-436e-a597-e9c506d8c435 {
  min-height: 50px;
}








#s-5de6be01-5ba2-436e-a597-e9c506d8c435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5de6be01-5ba2-436e-a597-e9c506d8c435.shg-box.shg-c {
  justify-content: center;
}

#s-675a943b-3c81-4ea7-b573-33f8ff5fd07a {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-675a943b-3c81-4ea7-b573-33f8ff5fd07a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-d8aeb2c2-59f4-4195-bbf1-e3aea8d7a3a4 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-d8aeb2c2-59f4-4195-bbf1-e3aea8d7a3a4 img.shogun-image,
  #s-d8aeb2c2-59f4-4195-bbf1-e3aea8d7a3a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8aeb2c2-59f4-4195-bbf1-e3aea8d7a3a4 {
    width: 100%;
    height: auto;
  }



  #s-d8aeb2c2-59f4-4195-bbf1-e3aea8d7a3a4 img.shogun-image {
    

    
    
    
  }


#s-d8aeb2c2-59f4-4195-bbf1-e3aea8d7a3a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0962efb-af37-40f4-8098-b4fb241d92ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-566c35e5-1964-41b1-bd49-e67ae2039662 {
  background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 3%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 4%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(55, 128, 62, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-566c35e5-1964-41b1-bd49-e67ae2039662 {
  
}
}
#s-566c35e5-1964-41b1-bd49-e67ae2039662 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWFiNGM0ZGEtNWEwMi00MGJiLTlmOTgtMTUyMzQyNjQzNzRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYWI0YzRkYS01YTAyLTQwYmItOWY5OC0xNTIzNDI2NDM3NGEpIi8+PC9zdmc+);
}








#s-566c35e5-1964-41b1-bd49-e67ae2039662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-566c35e5-1964-41b1-bd49-e67ae2039662.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c9060f4d-9992-4d86-a210-61c8fab5bd7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9060f4d-9992-4d86-a210-61c8fab5bd7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c9060f4d-9992-4d86-a210-61c8fab5bd7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9060f4d-9992-4d86-a210-61c8fab5bd7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-60048c64-3b22-4185-b123-43456be983bf {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-bottom: 7%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-60048c64-3b22-4185-b123-43456be983bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60048c64-3b22-4185-b123-43456be983bf.shg-box.shg-c {
  justify-content: center;
}

#s-9550e7e2-810b-4e16-bdd2-a7965597d14c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9550e7e2-810b-4e16-bdd2-a7965597d14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9550e7e2-810b-4e16-bdd2-a7965597d14c.shg-box.shg-c {
  justify-content: center;
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
      position: relative;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  
  
  
  
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
      position: relative;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  
  
  
  
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
      position: relative;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  
  
  
  
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
      position: relative;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  
  
  
  
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container {
      position: relative;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ec71e1-9079-4a91-8aab-0cd33c8ed835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e51c7c6-8eaf-46e3-a2f3-3056851f17b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-24c50188-50d1-4c7f-a28c-6332a3719d8e {
  margin-left: auto;
margin-right: auto;
}

#s-24c50188-50d1-4c7f-a28c-6332a3719d8e hr {
  border-top: 2px solid #ddd;
}

#s-671ff67a-3ea1-4e69-a571-ee73df27d387 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-671ff67a-3ea1-4e69-a571-ee73df27d387 .shogun-heading-component h3 {
  color: rgba(55, 128, 62, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-43ea5160-ac56-48a4-989a-914034ca9227 {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
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;
}
@media (min-width: 1200px){#s-43ea5160-ac56-48a4-989a-914034ca9227 {
  display: none;
}
#s-43ea5160-ac56-48a4-989a-914034ca9227, #wrap-s-43ea5160-ac56-48a4-989a-914034ca9227 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43ea5160-ac56-48a4-989a-914034ca9227 {
  display: none;
}
#s-43ea5160-ac56-48a4-989a-914034ca9227, #wrap-s-43ea5160-ac56-48a4-989a-914034ca9227 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43ea5160-ac56-48a4-989a-914034ca9227 {
  display: none;
}
#s-43ea5160-ac56-48a4-989a-914034ca9227, #wrap-s-43ea5160-ac56-48a4-989a-914034ca9227 { display: none !important; }}@media (max-width: 767px){#s-43ea5160-ac56-48a4-989a-914034ca9227 {
  display: none;
}
#s-43ea5160-ac56-48a4-989a-914034ca9227, #wrap-s-43ea5160-ac56-48a4-989a-914034ca9227 { display: none !important; }}
#s-43ea5160-ac56-48a4-989a-914034ca9227 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2VkZmQyOTgtOWUyOC00Y2IyLTg0ZDctMTYyNTA2ODdkZWI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZWRmZDI5OC05ZTI4LTRjYjItODRkNy0xNjI1MDY4N2RlYjgpIi8+PC9zdmc+);
}








#s-43ea5160-ac56-48a4-989a-914034ca9227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43ea5160-ac56-48a4-989a-914034ca9227.shg-box.shg-c {
  justify-content: center;
}

#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFmZmQ4NzItMjNhMy00OGY4LThiYjQtYjBhYmZlNzMzNjYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc4MDNlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzOTkzMDMwODk0ODg2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiMyNTU2MmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMyNTU2MmE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzUxZmZkODcyLTIzYTMtNDhmOC04YmI0LWIwYWJmZTczMzY2MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
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(0, 105, 55, 1);
border-style: solid;
border-radius: 10px;
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"=>3, "pos"=>0.5399303089488636, "color"=>"#25562a"}, {"id"=>2, "pos"=>1, "color"=>"#25562a"}];
hover-type: gradient;
}
#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef: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: 10px !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-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef: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: 10px !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-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef-root {
    text-align: center;
  }


#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef-root {
    text-align: center;
  }


#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef.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-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef-root {
    text-align: center;
  }


#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef.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-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef-root {
    text-align: center;
  }


#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef-root {
    text-align: center;
  }


#s-00fbe58b-c01a-4f82-b9e7-dfbd28adb2ef.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-3125ef00-80a9-446f-952d-4ce50e867bc3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3125ef00-80a9-446f-952d-4ce50e867bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3125ef00-80a9-446f-952d-4ce50e867bc3.shg-box.shg-c {
  justify-content: center;
}

#s-53940297-9afd-4b15-9226-54c7a4ed3cc5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-eadfc01d-e02d-45c4-b1ab-3ff5a7feea93 {
  min-height: 50px;
}








#s-eadfc01d-e02d-45c4-b1ab-3ff5a7feea93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eadfc01d-e02d-45c4-b1ab-3ff5a7feea93.shg-box.shg-c {
  justify-content: center;
}

#s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-82ec29f2-05ef-40a4-b1c5-ce2b6f512d89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-41203abf-489a-4f75-a3dc-1cf61135632d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-41203abf-489a-4f75-a3dc-1cf61135632d img.shogun-image,
  #s-41203abf-489a-4f75-a3dc-1cf61135632d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41203abf-489a-4f75-a3dc-1cf61135632d {
    width: 100%;
    height: auto;
  }



  #s-41203abf-489a-4f75-a3dc-1cf61135632d img.shogun-image {
    

    
    
    
  }


#s-41203abf-489a-4f75-a3dc-1cf61135632d .shogun-image-content {
  
    align-items: center;
  
}

#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}

#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2045b4-43e1-4237-adac-464c964ac526 {
  background-image: url(https://i.shgcdn.com/55c9db8e-fb90-418c-8e32-72df48888af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6b2045b4-43e1-4237-adac-464c964ac526.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6b2045b4-43e1-4237-adac-464c964ac526 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0;
  display: block;
}#s-6b2045b4-43e1-4237-adac-464c964ac526.shg-box.shg-c {
  justify-content: center;
}

#s-4205f7af-5f1e-4872-acd3-81c0835d9ae6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(18, 18, 19, 0.1);
}








#s-4205f7af-5f1e-4872-acd3-81c0835d9ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4205f7af-5f1e-4872-acd3-81c0835d9ae6.shg-box.shg-c {
  justify-content: center;
}

#s-b7d9478a-7f62-4065-878e-36b9336f5a52 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7d9478a-7f62-4065-878e-36b9336f5a52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7d9478a-7f62-4065-878e-36b9336f5a52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7d9478a-7f62-4065-878e-36b9336f5a52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7d9478a-7f62-4065-878e-36b9336f5a52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-593acc38-7146-496d-a2b2-155b50e4a4e9 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(167, 168, 169, 0);
}








#s-593acc38-7146-496d-a2b2-155b50e4a4e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-593acc38-7146-496d-a2b2-155b50e4a4e9.shg-box.shg-c {
  justify-content: center;
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/587;
text-align: center;
}



.shg-image-margin-container-s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }

    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-link {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-content {
  
    align-items: center;
  
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35fd91ad-93d4-41cc-a255-218deecca18b {
      --shg-aspect-ratio: calc(1000/587); 
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
      position: relative;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-35fd91ad-93d4-41cc-a255-218deecca18b {
  
  
  
  
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }

    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-link {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-content {
  
    align-items: center;
  
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35fd91ad-93d4-41cc-a255-218deecca18b {
      --shg-aspect-ratio: calc(1000/587); 
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
      position: relative;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-35fd91ad-93d4-41cc-a255-218deecca18b {
  
  
  
  
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }

    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-link {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-content {
  
    align-items: center;
  
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35fd91ad-93d4-41cc-a255-218deecca18b {
      --shg-aspect-ratio: calc(1000/587); 
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
      position: relative;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-35fd91ad-93d4-41cc-a255-218deecca18b {
  
  
  
  
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }

    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-link {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-content {
  
    align-items: center;
  
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35fd91ad-93d4-41cc-a255-218deecca18b {
      --shg-aspect-ratio: calc(1000/587); 
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
      position: relative;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-35fd91ad-93d4-41cc-a255-218deecca18b {
  
  
  
  
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }

    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-link {
      aspect-ratio: 1000/587;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35fd91ad-93d4-41cc-a255-218deecca18b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-35fd91ad-93d4-41cc-a255-218deecca18b .shogun-image-content {
  
    align-items: center;
  
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35fd91ad-93d4-41cc-a255-218deecca18b {
      --shg-aspect-ratio: calc(1000/587); 
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container {
      position: relative;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35fd91ad-93d4-41cc-a255-218deecca18b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-c6d0a7df-ee09-41db-9b37-bb2c769662b7 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
min-height: 50px;
}








#s-c6d0a7df-ee09-41db-9b37-bb2c769662b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6d0a7df-ee09-41db-9b37-bb2c769662b7.shg-box.shg-c {
  justify-content: center;
}

#s-dde1e7f8-5979-403f-a8cd-af59b8c72ce1 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dde1e7f8-5979-403f-a8cd-af59b8c72ce1 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-7761fec9-5a98-444c-b117-eafce74c732e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjA3MDYzOGItN2E0Yy00ODlkLWI1YjYtZTQ3Njc3MjRjZjgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDM5NDA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMDcwNjM4Yi03YTRjLTQ4OWQtYjViNi1lNDc2NzcyNGNmODEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 190, 0, 1);
border-style: solid;
border-radius: 10px;
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-7761fec9-5a98-444c-b117-eafce74c732e: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: 10px !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-7761fec9-5a98-444c-b117-eafce74c732e: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: 10px !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-7761fec9-5a98-444c-b117-eafce74c732e-root {
    text-align: left;
  }


#s-7761fec9-5a98-444c-b117-eafce74c732e.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-7761fec9-5a98-444c-b117-eafce74c732e-root {
    text-align: left;
  }


#s-7761fec9-5a98-444c-b117-eafce74c732e.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-7761fec9-5a98-444c-b117-eafce74c732e-root {
    text-align: left;
  }


#s-7761fec9-5a98-444c-b117-eafce74c732e.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-7761fec9-5a98-444c-b117-eafce74c732e-root {
    text-align: left;
  }


#s-7761fec9-5a98-444c-b117-eafce74c732e.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-7761fec9-5a98-444c-b117-eafce74c732e-root {
    text-align: left;
  }


#s-7761fec9-5a98-444c-b117-eafce74c732e.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0d83b735-7c42-4baa-9a3e-4fbaec196b01 {
  background-repeat: no-repeat;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-0d83b735-7c42-4baa-9a3e-4fbaec196b01 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzg3OGMyNzMtMzgxYS00YWZlLTk4NGMtMGQ1N2MxYWNkZWY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjODc4YzI3My0zODFhLTRhZmUtOTg0Yy0wZDU3YzFhY2RlZjUpIi8+PC9zdmc+);
}








#s-0d83b735-7c42-4baa-9a3e-4fbaec196b01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d83b735-7c42-4baa-9a3e-4fbaec196b01.shg-box.shg-c {
  justify-content: center;
}

#s-cf6a3863-74ae-4126-b2ba-882a0b1b9431 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-cf6a3863-74ae-4126-b2ba-882a0b1b9431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf6a3863-74ae-4126-b2ba-882a0b1b9431.shg-box.shg-c {
  justify-content: center;
}

#s-dc5fe6c6-0a8d-45b6-803a-c0922574e4e8 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc5fe6c6-0a8d-45b6-803a-c0922574e4e8 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-91bbb1b9-07f2-4eff-9a45-02a9d74a3c89 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-91bbb1b9-07f2-4eff-9a45-02a9d74a3c89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-91bbb1b9-07f2-4eff-9a45-02a9d74a3c89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-91bbb1b9-07f2-4eff-9a45-02a9d74a3c89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-91bbb1b9-07f2-4eff-9a45-02a9d74a3c89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-d3023be0-d75c-41cc-8b5c-0fc203e879cf {
  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-d3023be0-d75c-41cc-8b5c-0fc203e879cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3023be0-d75c-41cc-8b5c-0fc203e879cf.shg-box.shg-c {
  justify-content: center;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-b4f64b28-c85e-4554-9f7d-40d9775951e4:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
      position: relative;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 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-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  
  
  
  
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
      position: relative;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 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-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  
  
  
  
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
      position: relative;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 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-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  
  
  
  
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
      position: relative;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 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-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  
  
  
  
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f64b28-c85e-4554-9f7d-40d9775951e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f64b28-c85e-4554-9f7d-40d9775951e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container {
      position: relative;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f64b28-c85e-4554-9f7d-40d9775951e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166 {
  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-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166: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-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166: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-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166-root {
    text-align: center;
  }


#s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166-root {
    text-align: center;
  }


#s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166.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-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166-root {
    text-align: center;
  }


#s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166.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-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166-root {
    text-align: center;
  }


#s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166-root {
    text-align: center;
  }


#s-bb43bdf2-884f-4ea4-b6ae-4b1ca5175166.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-f2ab1258-5f77-4f40-8bdd-6c314be796b6 {
  min-height: 50px;
}








#s-f2ab1258-5f77-4f40-8bdd-6c314be796b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2ab1258-5f77-4f40-8bdd-6c314be796b6.shg-box.shg-c {
  justify-content: center;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-80b39061-58cf-43ea-9956-c8b8032cc721:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  
  
  
  margin-bottom: 10px;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b39061-58cf-43ea-9956-c8b8032cc721 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b39061-58cf-43ea-9956-c8b8032cc721 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
      position: relative;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721 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-80b39061-58cf-43ea-9956-c8b8032cc721 {
  
  
  
  
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b39061-58cf-43ea-9956-c8b8032cc721 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b39061-58cf-43ea-9956-c8b8032cc721 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
      position: relative;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721 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-80b39061-58cf-43ea-9956-c8b8032cc721 {
  
  
  
  
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b39061-58cf-43ea-9956-c8b8032cc721 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b39061-58cf-43ea-9956-c8b8032cc721 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
      position: relative;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721 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-80b39061-58cf-43ea-9956-c8b8032cc721 {
  
  
  
  
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b39061-58cf-43ea-9956-c8b8032cc721 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b39061-58cf-43ea-9956-c8b8032cc721 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
      position: relative;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721 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-80b39061-58cf-43ea-9956-c8b8032cc721 {
  
  
  
  
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b39061-58cf-43ea-9956-c8b8032cc721 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b39061-58cf-43ea-9956-c8b8032cc721 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-80b39061-58cf-43ea-9956-c8b8032cc721 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b39061-58cf-43ea-9956-c8b8032cc721 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container {
      position: relative;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b39061-58cf-43ea-9956-c8b8032cc721 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d {
  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-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d: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-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d: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-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d-root {
    text-align: center;
  }


#s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d-root {
    text-align: center;
  }


#s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d.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-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d-root {
    text-align: center;
  }


#s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d.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-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d-root {
    text-align: center;
  }


#s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d-root {
    text-align: center;
  }


#s-a8c4baf2-f63d-4d7f-9c82-cfcfa5c8103d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-1846c931-1e24-426c-b8a3-857b55c3d375 {
  min-height: 50px;
}








#s-1846c931-1e24-426c-b8a3-857b55c3d375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1846c931-1e24-426c-b8a3-857b55c3d375.shg-box.shg-c {
  justify-content: center;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-5825eef1-81f7-4efd-8f1c-863a975ff302:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  
  
  
  margin-bottom: 10px;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5825eef1-81f7-4efd-8f1c-863a975ff302 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-content {
  
    align-items: center;
  
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
      position: relative;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 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-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  
  
  
  
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5825eef1-81f7-4efd-8f1c-863a975ff302 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-content {
  
    align-items: center;
  
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
      position: relative;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 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-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  
  
  
  
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5825eef1-81f7-4efd-8f1c-863a975ff302 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-content {
  
    align-items: center;
  
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
      position: relative;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 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-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  
  
  
  
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5825eef1-81f7-4efd-8f1c-863a975ff302 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-content {
  
    align-items: center;
  
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
      position: relative;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 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-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  
  
  
  
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5825eef1-81f7-4efd-8f1c-863a975ff302 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5825eef1-81f7-4efd-8f1c-863a975ff302 .shogun-image-content {
  
    align-items: center;
  
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container {
      position: relative;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5825eef1-81f7-4efd-8f1c-863a975ff302 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6a2644e4-6290-4b9b-83c6-b6c873f49c27 {
  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-6a2644e4-6290-4b9b-83c6-b6c873f49c27: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-6a2644e4-6290-4b9b-83c6-b6c873f49c27: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-6a2644e4-6290-4b9b-83c6-b6c873f49c27-root {
    text-align: center;
  }


#s-6a2644e4-6290-4b9b-83c6-b6c873f49c27.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a2644e4-6290-4b9b-83c6-b6c873f49c27-root {
    text-align: center;
  }


#s-6a2644e4-6290-4b9b-83c6-b6c873f49c27.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-6a2644e4-6290-4b9b-83c6-b6c873f49c27-root {
    text-align: center;
  }


#s-6a2644e4-6290-4b9b-83c6-b6c873f49c27.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-6a2644e4-6290-4b9b-83c6-b6c873f49c27-root {
    text-align: center;
  }


#s-6a2644e4-6290-4b9b-83c6-b6c873f49c27.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a2644e4-6290-4b9b-83c6-b6c873f49c27-root {
    text-align: center;
  }


#s-6a2644e4-6290-4b9b-83c6-b6c873f49c27.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7f81f78e-2b40-4b2b-a4f4-32c351964255 {
  min-height: 50px;
}








#s-7f81f78e-2b40-4b2b-a4f4-32c351964255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f81f78e-2b40-4b2b-a4f4-32c351964255.shg-box.shg-c {
  justify-content: center;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  
  
  
  margin-bottom: 10px;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-content {
  
    align-items: center;
  
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
      position: relative;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 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-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  
  
  
  
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-content {
  
    align-items: center;
  
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
      position: relative;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 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-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  
  
  
  
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-content {
  
    align-items: center;
  
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
      position: relative;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 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-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  
  
  
  
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-content {
  
    align-items: center;
  
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
      position: relative;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 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-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  
  
  
  
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 .shogun-image-content {
  
    align-items: center;
  
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container {
      position: relative;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26baa8cc-41ff-4012-b0ec-78ca1d05d007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0 {
  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-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0: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-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0: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-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0-root {
    text-align: center;
  }


#s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0-root {
    text-align: center;
  }


#s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0.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-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0-root {
    text-align: center;
  }


#s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0.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-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0-root {
    text-align: center;
  }


#s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0-root {
    text-align: center;
  }


#s-cae65c1d-ae52-4f72-a3f6-fe6cb6f3b9e0.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;
  }
}
