.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-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 {
  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-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 {
  display: none;
}
#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4, #wrap-s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 { display: none !important; }}@media (max-width: 767px){#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 {
  display: none;
}
#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4, #wrap-s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 { display: none !important; }}
#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 {
  background-image: url(https://i.shgcdn.com/1725c4f1-3ca6-40c7-be9a-f84a03748301/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-75fe6770-68e4-4cc6-bce0-d2bcda0c87b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0117eb31-473e-4dc4-86c8-62fd065b6df2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-0117eb31-473e-4dc4-86c8-62fd065b6df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0117eb31-473e-4dc4-86c8-62fd065b6df2.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-621c955b-f137-40db-a0e2-54cb732aa8eb {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-621c955b-f137-40db-a0e2-54cb732aa8eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

#s-84246628-fd9d-4714-b839-10ad0850e54d {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-84246628-fd9d-4714-b839-10ad0850e54d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}



#s-1e77ebef-31af-4283-b199-6868040631ad {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-1e77ebef-31af-4283-b199-6868040631ad .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  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-3ec76cba-9d64-42c0-8869-a4095ab5f4ed {
  margin-top: 5px;
margin-left: 30px;
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(250, 200, 88, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
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-3ec76cba-9d64-42c0-8869-a4095ab5f4ed: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.15) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed: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: 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;}

  #s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed-root {
    text-align: left;
  }


#s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed.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-3ec76cba-9d64-42c0-8869-a4095ab5f4ed-root {
    text-align: left;
  }


#s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed.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-3ec76cba-9d64-42c0-8869-a4095ab5f4ed-root {
    text-align: left;
  }


#s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed.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-3ec76cba-9d64-42c0-8869-a4095ab5f4ed-root {
    text-align: left;
  }


#s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed.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-3ec76cba-9d64-42c0-8869-a4095ab5f4ed-root {
    text-align: left;
  }


#s-3ec76cba-9d64-42c0-8869-a4095ab5f4ed.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-44bd1807-0879-4f05-9809-bc24c500a996 {
  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-44bd1807-0879-4f05-9809-bc24c500a996 {
  display: none;
}
#s-44bd1807-0879-4f05-9809-bc24c500a996, #wrap-s-44bd1807-0879-4f05-9809-bc24c500a996 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44bd1807-0879-4f05-9809-bc24c500a996 {
  display: none;
}
#s-44bd1807-0879-4f05-9809-bc24c500a996, #wrap-s-44bd1807-0879-4f05-9809-bc24c500a996 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44bd1807-0879-4f05-9809-bc24c500a996 {
  
}
}@media (max-width: 767px){#s-44bd1807-0879-4f05-9809-bc24c500a996 {
  
}
}
#s-44bd1807-0879-4f05-9809-bc24c500a996 {
  background-image: url(https://i.shgcdn.com/aeade940-8391-4013-b3e6-9556a74de891/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-44bd1807-0879-4f05-9809-bc24c500a996 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.4;
  display: block;
}#s-44bd1807-0879-4f05-9809-bc24c500a996.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd387061-7bb0-4cae-b271-3826c329e1c2 {
  margin-top: 200px;
margin-bottom: 0px;
min-height: 50px;
}








#s-fd387061-7bb0-4cae-b271-3826c329e1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd387061-7bb0-4cae-b271-3826c329e1c2.shg-box.shg-c {
  justify-content: center;
}

#s-e87913d4-7fc4-4090-ad5b-339b9abb265c {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e87913d4-7fc4-4090-ad5b-339b9abb265c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-ccaf2b9f-de21-4d1f-baca-0e68370b0323 {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-b1792a39-3e85-4c1f-bde1-b249d5f348d0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b1792a39-3e85-4c1f-bde1-b249d5f348d0 {
  display: none;
}
#s-b1792a39-3e85-4c1f-bde1-b249d5f348d0, #wrap-s-b1792a39-3e85-4c1f-bde1-b249d5f348d0 { display: none !important; }}@media (max-width: 767px){#s-b1792a39-3e85-4c1f-bde1-b249d5f348d0 {
  
}
}







#s-b1792a39-3e85-4c1f-bde1-b249d5f348d0 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-b1792a39-3e85-4c1f-bde1-b249d5f348d0.shg-box.shg-c {
  justify-content: center;
}

#s-8da44b4b-cb02-4777-8158-d7678828f8e3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 7%;
padding-bottom: 2%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1375px;
background-color: rgba(244, 244, 244, 1);
}








#s-8da44b4b-cb02-4777-8158-d7678828f8e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8da44b4b-cb02-4777-8158-d7678828f8e3.shg-box.shg-c {
  justify-content: center;
}

#s-35394831-e14a-4838-a3ee-8b86b1cf31a0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-35394831-e14a-4838-a3ee-8b86b1cf31a0 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-9cc3e3cd-1b76-448f-afff-655695ff376f {
  max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-9cc3e3cd-1b76-448f-afff-655695ff376f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-9cc3e3cd-1b76-448f-afff-655695ff376f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-9cc3e3cd-1b76-448f-afff-655695ff376f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cc3e3cd-1b76-448f-afff-655695ff376f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

}

#s-79badc15-6b78-4817-82df-1861d67e913c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-79badc15-6b78-4817-82df-1861d67e913c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-79badc15-6b78-4817-82df-1861d67e913c {
  cursor: pointer;
}#s-79badc15-6b78-4817-82df-1861d67e913c.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1e7650-e1ac-41df-b425-b22ff7827bce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
      position: relative;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce 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-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  
  
  
  
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1e7650-e1ac-41df-b425-b22ff7827bce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
      position: relative;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce 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-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  
  
  
  
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1e7650-e1ac-41df-b425-b22ff7827bce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
      position: relative;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce 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-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  
  
  
  
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1e7650-e1ac-41df-b425-b22ff7827bce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
      position: relative;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce 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-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  
  
  
  
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1e7650-e1ac-41df-b425-b22ff7827bce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0f1e7650-e1ac-41df-b425-b22ff7827bce .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container {
      position: relative;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1e7650-e1ac-41df-b425-b22ff7827bce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-9679229d-b218-4c93-8f9a-2f3989e60829 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

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



#s-0e86c980-de96-4735-8784-aff648f74ba3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-0e86c980-de96-4735-8784-aff648f74ba3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0e86c980-de96-4735-8784-aff648f74ba3 {
  cursor: pointer;
}#s-0e86c980-de96-4735-8784-aff648f74ba3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
      position: relative;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b 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-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  
  
  
  
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
      position: relative;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b 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-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  
  
  
  
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
      position: relative;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b 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-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  
  
  
  
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
      position: relative;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b 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-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  
  
  
  
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container {
      position: relative;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cbe5adb-e7f3-4f0b-833f-cc51b56a841b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-5ed6cd34-5064-4619-8c24-8a4daa3fb4c3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5ed6cd34-5064-4619-8c24-8a4daa3fb4c3 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fcff0219-6df9-4588-9977-3f603faa32fe {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-fcff0219-6df9-4588-9977-3f603faa32fe > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-fcff0219-6df9-4588-9977-3f603faa32fe {
  cursor: pointer;
}#s-fcff0219-6df9-4588-9977-3f603faa32fe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
      position: relative;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 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-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  
  
  
  
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
      position: relative;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 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-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  
  
  
  
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
      position: relative;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 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-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  
  
  
  
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
      position: relative;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 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-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  
  
  
  
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container {
      position: relative;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abc91f6-5c31-4845-a0a1-a6979e6b3ba4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-43f2b691-a188-4a4c-aa73-c297a4c0a04d {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-43f2b691-a188-4a4c-aa73-c297a4c0a04d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2c9d2c81-0947-4566-9eae-dad9196dd6cc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-2c9d2c81-0947-4566-9eae-dad9196dd6cc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2c9d2c81-0947-4566-9eae-dad9196dd6cc {
  cursor: pointer;
}#s-2c9d2c81-0947-4566-9eae-dad9196dd6cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-content {
  
    align-items: center;
  
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
      position: relative;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 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-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  
  
  
  
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-content {
  
    align-items: center;
  
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
      position: relative;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 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-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  
  
  
  
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-content {
  
    align-items: center;
  
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
      position: relative;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 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-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  
  
  
  
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-content {
  
    align-items: center;
  
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
      position: relative;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 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-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  
  
  
  
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a875cb6b-b1ff-4aba-980e-0d90a4549318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a875cb6b-b1ff-4aba-980e-0d90a4549318 .shogun-image-content {
  
    align-items: center;
  
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container {
      position: relative;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a875cb6b-b1ff-4aba-980e-0d90a4549318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-527fc95a-2d0e-4339-ba13-2fe7d7a2e63d {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-527fc95a-2d0e-4339-ba13-2fe7d7a2e63d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-3c3eb378-3f64-476c-919f-6df3991d0c41 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c3eb378-3f64-476c-919f-6df3991d0c41 {
  
}
}@media (max-width: 767px){#s-3c3eb378-3f64-476c-919f-6df3991d0c41 {
  
}
}







#s-3c3eb378-3f64-476c-919f-6df3991d0c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c3eb378-3f64-476c-919f-6df3991d0c41.shg-box.shg-c {
  justify-content: center;
}

#s-0123e57b-fa42-424e-8b45-c108d59d7b5b {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0123e57b-fa42-424e-8b45-c108d59d7b5b"] > .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-38cd8926-836c-479c-8c5f-497635013016 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-38cd8926-836c-479c-8c5f-497635013016 img.shogun-image,
  #s-38cd8926-836c-479c-8c5f-497635013016 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38cd8926-836c-479c-8c5f-497635013016 {
    width: 100%;
    height: auto;
  }



  #s-38cd8926-836c-479c-8c5f-497635013016 img.shogun-image {
    

    
    
    
  }


#s-38cd8926-836c-479c-8c5f-497635013016 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9355c3c-e88d-4d8f-b26d-784e8d3f44f2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2056f3f0-74db-4aa0-8797-cd56fe2288e1 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2056f3f0-74db-4aa0-8797-cd56fe2288e1 {
  
}
}@media (max-width: 767px){#s-2056f3f0-74db-4aa0-8797-cd56fe2288e1 {
  
}
}
#s-2056f3f0-74db-4aa0-8797-cd56fe2288e1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjlkODg4YTAtOGE3Ny00NjBjLWEzODEtZWJmNTdjN2YzY2NkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOWQ4ODhhMC04YTc3LTQ2MGMtYTM4MS1lYmY1N2M3ZjNjY2QpIi8+PC9zdmc+);
}








#s-2056f3f0-74db-4aa0-8797-cd56fe2288e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2056f3f0-74db-4aa0-8797-cd56fe2288e1.shg-box.shg-c {
  justify-content: center;
}

#s-f74a8436-15fc-4709-91f5-e3b4d04d2da8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-f74a8436-15fc-4709-91f5-e3b4d04d2da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f74a8436-15fc-4709-91f5-e3b4d04d2da8.shg-box.shg-c {
  justify-content: center;
}

#s-815ff9ef-41f9-4afa-b23b-5e9f2da75c2c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-815ff9ef-41f9-4afa-b23b-5e9f2da75c2c .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5189999b-ef2d-47e4-8232-8ea3b7e20608 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5189999b-ef2d-47e4-8232-8ea3b7e20608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-21ea6952-5dba-4b27-a136-f7f856e77a55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-21ea6952-5dba-4b27-a136-f7f856e77a55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21ea6952-5dba-4b27-a136-f7f856e77a55.shg-box.shg-c {
  justify-content: center;
}

#s-1b05380a-ba72-480b-9222-90f572e86dbc {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-1b05380a-ba72-480b-9222-90f572e86dbc > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1b05380a-ba72-480b-9222-90f572e86dbc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c2cdc8eb-d6d2-4a47-ae20-f7b0bf092af8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-c2cdc8eb-d6d2-4a47-ae20-f7b0bf092af8 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 {
  margin-left: auto;
margin-right: auto;
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-0daeda8f-063f-4814-b6b0-6c20d3b8ccc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0adaf579-61d5-4fc9-8206-bc9e77d02fa1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-0adaf579-61d5-4fc9-8206-bc9e77d02fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0adaf579-61d5-4fc9-8206-bc9e77d02fa1.shg-box.shg-c {
  justify-content: center;
}

#s-6da27dcf-b304-4ee8-a728-c01cbf6cb28b {
  margin-bottom: 25px;
}

#s-655f451e-2dc8-4dd4-af5c-72200193b004 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmYzNzFjOWItZmMzNC00YmViLTlmODMtMGU1NzE5NTdkMjk4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZjM3MWM5Yi1mYzM0LTRiZWItOWY4My0wZTU3MTk1N2QyOTgpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-655f451e-2dc8-4dd4-af5c-72200193b004: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-655f451e-2dc8-4dd4-af5c-72200193b004: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-655f451e-2dc8-4dd4-af5c-72200193b004-root {
    text-align: center;
  }


#s-655f451e-2dc8-4dd4-af5c-72200193b004.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-655f451e-2dc8-4dd4-af5c-72200193b004-root {
    text-align: center;
  }


#s-655f451e-2dc8-4dd4-af5c-72200193b004.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-655f451e-2dc8-4dd4-af5c-72200193b004-root {
    text-align: center;
  }


#s-655f451e-2dc8-4dd4-af5c-72200193b004.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-655f451e-2dc8-4dd4-af5c-72200193b004-root {
    text-align: center;
  }


#s-655f451e-2dc8-4dd4-af5c-72200193b004.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-655f451e-2dc8-4dd4-af5c-72200193b004-root {
    text-align: center;
  }


#s-655f451e-2dc8-4dd4-af5c-72200193b004.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-11f9bc77-1f82-4fa4-90b7-1d6ff645fccf {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-11f9bc77-1f82-4fa4-90b7-1d6ff645fccf > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-11f9bc77-1f82-4fa4-90b7-1d6ff645fccf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f569e2c3-c8b5-4e1b-a68d-1b3fc3a6f309 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-f569e2c3-c8b5-4e1b-a68d-1b3fc3a6f309 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 {
  margin-left: auto;
margin-right: auto;
}

#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-04dfee0a-0387-4dae-ba05-7f268c25d4e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-10861e87-3d14-4412-9719-f1eaf331b46e {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-10861e87-3d14-4412-9719-f1eaf331b46e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10861e87-3d14-4412-9719-f1eaf331b46e.shg-box.shg-c {
  justify-content: center;
}

#s-2d3de679-4ddd-4b7d-aee9-5d410840e6b3 {
  margin-bottom: 25px;
}

#s-a02dda06-b39f-476a-a996-2da197705dec {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTgyMjc5MjktOGI5My00ODA3LWJmODQtMTJjMmRkMzFlYzliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxODIyNzkyOS04YjkzLTQ4MDctYmY4NC0xMmMyZGQzMWVjOWIpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-a02dda06-b39f-476a-a996-2da197705dec: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a02dda06-b39f-476a-a996-2da197705dec: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-a02dda06-b39f-476a-a996-2da197705dec-root {
    text-align: center;
  }


#s-a02dda06-b39f-476a-a996-2da197705dec.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a02dda06-b39f-476a-a996-2da197705dec-root {
    text-align: center;
  }


#s-a02dda06-b39f-476a-a996-2da197705dec.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-a02dda06-b39f-476a-a996-2da197705dec-root {
    text-align: center;
  }


#s-a02dda06-b39f-476a-a996-2da197705dec.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-a02dda06-b39f-476a-a996-2da197705dec-root {
    text-align: center;
  }


#s-a02dda06-b39f-476a-a996-2da197705dec.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a02dda06-b39f-476a-a996-2da197705dec-root {
    text-align: center;
  }


#s-a02dda06-b39f-476a-a996-2da197705dec.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c3aaa4fd-d114-406d-8b6a-f17bcabdb756 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-c3aaa4fd-d114-406d-8b6a-f17bcabdb756 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-c3aaa4fd-d114-406d-8b6a-f17bcabdb756.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7d2ce69e-5ece-4e06-9452-4c3f30d7fe36 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-7d2ce69e-5ece-4e06-9452-4c3f30d7fe36 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a {
  margin-left: auto;
margin-right: auto;
}

#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-957a83e0-3382-4d0d-a8bb-1711ad9e950a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9259e8d6-404c-42f2-a764-0d8b5a25b1cd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-9259e8d6-404c-42f2-a764-0d8b5a25b1cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9259e8d6-404c-42f2-a764-0d8b5a25b1cd.shg-box.shg-c {
  justify-content: center;
}

#s-d97c8f91-78dc-4623-8839-b1f362b543eb {
  margin-bottom: 25px;
}

#s-218bfd9e-743a-46c0-a886-eebf5d462a56 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTI0ZGM4N2MtM2QzYy00YzE4LTgxZDctZGVmODEwYjNlZjdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MjRkYzg3Yy0zZDNjLTRjMTgtODFkNy1kZWY4MTBiM2VmN2MpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-218bfd9e-743a-46c0-a886-eebf5d462a56: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-218bfd9e-743a-46c0-a886-eebf5d462a56: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-218bfd9e-743a-46c0-a886-eebf5d462a56-root {
    text-align: center;
  }


#s-218bfd9e-743a-46c0-a886-eebf5d462a56.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-218bfd9e-743a-46c0-a886-eebf5d462a56-root {
    text-align: center;
  }


#s-218bfd9e-743a-46c0-a886-eebf5d462a56.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-218bfd9e-743a-46c0-a886-eebf5d462a56-root {
    text-align: center;
  }


#s-218bfd9e-743a-46c0-a886-eebf5d462a56.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-218bfd9e-743a-46c0-a886-eebf5d462a56-root {
    text-align: center;
  }


#s-218bfd9e-743a-46c0-a886-eebf5d462a56.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-218bfd9e-743a-46c0-a886-eebf5d462a56-root {
    text-align: center;
  }


#s-218bfd9e-743a-46c0-a886-eebf5d462a56.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-3f66e2fa-35ae-49b7-9e8e-7fbc7ef1f84a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}








#s-3f66e2fa-35ae-49b7-9e8e-7fbc7ef1f84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f66e2fa-35ae-49b7-9e8e-7fbc7ef1f84a.shg-box.shg-c {
  justify-content: center;
}

#s-0baca896-f48f-422b-8f1d-1afaa0bb34ef {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0baca896-f48f-422b-8f1d-1afaa0bb34ef {
  
}
}@media (max-width: 767px){#s-0baca896-f48f-422b-8f1d-1afaa0bb34ef {
  
}
}







#s-0baca896-f48f-422b-8f1d-1afaa0bb34ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0baca896-f48f-422b-8f1d-1afaa0bb34ef.shg-box.shg-c {
  justify-content: center;
}

#s-726b7879-3aa4-46cd-95e2-9de05337c1e1 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-726b7879-3aa4-46cd-95e2-9de05337c1e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-71a40a7a-a3b2-4f9a-9313-99b53ff6a6cf {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-71a40a7a-a3b2-4f9a-9313-99b53ff6a6cf img.shogun-image,
  #s-71a40a7a-a3b2-4f9a-9313-99b53ff6a6cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71a40a7a-a3b2-4f9a-9313-99b53ff6a6cf {
    width: 100%;
    height: auto;
  }



  #s-71a40a7a-a3b2-4f9a-9313-99b53ff6a6cf img.shogun-image {
    

    
    
    
  }


#s-71a40a7a-a3b2-4f9a-9313-99b53ff6a6cf .shogun-image-content {
  
    align-items: center;
  
}

#s-41c405a7-4f5d-4ffb-a68f-38c9e112a0dc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7bda782c-3a21-4a93-91fc-ed1c0d930142 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bda782c-3a21-4a93-91fc-ed1c0d930142 {
  
}
}@media (max-width: 767px){#s-7bda782c-3a21-4a93-91fc-ed1c0d930142 {
  
}
}
#s-7bda782c-3a21-4a93-91fc-ed1c0d930142 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODRjMTJkY2YtM2I2MC00YzFlLTg0ZTctNjA0NWU5ZDM0ZTYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NGMxMmRjZi0zYjYwLTRjMWUtODRlNy02MDQ1ZTlkMzRlNjEpIi8+PC9zdmc+);
}








#s-7bda782c-3a21-4a93-91fc-ed1c0d930142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bda782c-3a21-4a93-91fc-ed1c0d930142.shg-box.shg-c {
  justify-content: center;
}

#s-6dfa5d84-43ec-4f3d-bce2-93acb4810b4f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-6dfa5d84-43ec-4f3d-bce2-93acb4810b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dfa5d84-43ec-4f3d-bce2-93acb4810b4f.shg-box.shg-c {
  justify-content: center;
}

#s-4aad90d4-af2f-4b96-91f1-432429ae7bf1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-4aad90d4-af2f-4b96-91f1-432429ae7bf1 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-074c1dd2-2049-4f54-a186-13216c787f68 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-074c1dd2-2049-4f54-a186-13216c787f68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-733e6388-b8b7-4ed4-961f-6e9995d4c6d6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-733e6388-b8b7-4ed4-961f-6e9995d4c6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-733e6388-b8b7-4ed4-961f-6e9995d4c6d6.shg-box.shg-c {
  justify-content: center;
}

#s-4d384b08-160a-4fcf-9f3e-e638c41b4e8e {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-4d384b08-160a-4fcf-9f3e-e638c41b4e8e > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-4d384b08-160a-4fcf-9f3e-e638c41b4e8e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c9849a39-5fb6-463a-bf7a-0fc20a6cd1e4 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-c9849a39-5fb6-463a-bf7a-0fc20a6cd1e4 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-cfa456f0-3fae-4985-8819-ae99afb6f68c {
  margin-left: auto;
margin-right: auto;
}

#s-cfa456f0-3fae-4985-8819-ae99afb6f68c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-cfa456f0-3fae-4985-8819-ae99afb6f68c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-cfa456f0-3fae-4985-8819-ae99afb6f68c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-cfa456f0-3fae-4985-8819-ae99afb6f68c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-cfa456f0-3fae-4985-8819-ae99afb6f68c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-cfa456f0-3fae-4985-8819-ae99afb6f68c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-dd853dd8-f83a-4644-bf0c-7f528fb13c64 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-dd853dd8-f83a-4644-bf0c-7f528fb13c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd853dd8-f83a-4644-bf0c-7f528fb13c64.shg-box.shg-c {
  justify-content: center;
}

#s-6af664ed-cd72-47b0-9f89-5808f68d2deb {
  margin-bottom: 25px;
}

#s-644b7103-e5c4-40be-92e1-5abbe246c352 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzJhZmE2YWUtODJkNy00Mjc5LWFkMWQtZGU0ZjcwMjI5NTU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMmFmYTZhZS04MmQ3LTQyNzktYWQxZC1kZTRmNzAyMjk1NTgpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-644b7103-e5c4-40be-92e1-5abbe246c352: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-644b7103-e5c4-40be-92e1-5abbe246c352: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-644b7103-e5c4-40be-92e1-5abbe246c352-root {
    text-align: center;
  }


#s-644b7103-e5c4-40be-92e1-5abbe246c352.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-644b7103-e5c4-40be-92e1-5abbe246c352-root {
    text-align: center;
  }


#s-644b7103-e5c4-40be-92e1-5abbe246c352.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-644b7103-e5c4-40be-92e1-5abbe246c352-root {
    text-align: center;
  }


#s-644b7103-e5c4-40be-92e1-5abbe246c352.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-644b7103-e5c4-40be-92e1-5abbe246c352-root {
    text-align: center;
  }


#s-644b7103-e5c4-40be-92e1-5abbe246c352.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-644b7103-e5c4-40be-92e1-5abbe246c352-root {
    text-align: center;
  }


#s-644b7103-e5c4-40be-92e1-5abbe246c352.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8fd93af4-c095-482e-861e-2a8f07f28090 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-8fd93af4-c095-482e-861e-2a8f07f28090 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-8fd93af4-c095-482e-861e-2a8f07f28090.shg-box.shg-c {
  justify-content: flex-end;
}

#s-840bbb16-8066-41ac-b0be-e1cbc2790523 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-840bbb16-8066-41ac-b0be-e1cbc2790523 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 {
  margin-left: auto;
margin-right: auto;
}

#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-09d7a9bc-c4ff-4b6c-908a-cad510f89b98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1c2e5597-d251-4809-ad0d-3b1ca5c28985 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1c2e5597-d251-4809-ad0d-3b1ca5c28985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c2e5597-d251-4809-ad0d-3b1ca5c28985.shg-box.shg-c {
  justify-content: center;
}

#s-2419eb10-2ded-4cc2-90a6-6dfc3ced0653 {
  margin-bottom: 25px;
}

#s-4c598625-ae0e-4dec-9322-a040cfc013ce {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGUwOGQ0ZWYtNTZkMy00YjRjLThiZGQtNWU3Nzk2ZTU2MzM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZTA4ZDRlZi01NmQzLTRiNGMtOGJkZC01ZTc3OTZlNTYzMzgpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-4c598625-ae0e-4dec-9322-a040cfc013ce: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c598625-ae0e-4dec-9322-a040cfc013ce: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-4c598625-ae0e-4dec-9322-a040cfc013ce-root {
    text-align: center;
  }


#s-4c598625-ae0e-4dec-9322-a040cfc013ce.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c598625-ae0e-4dec-9322-a040cfc013ce-root {
    text-align: center;
  }


#s-4c598625-ae0e-4dec-9322-a040cfc013ce.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-4c598625-ae0e-4dec-9322-a040cfc013ce-root {
    text-align: center;
  }


#s-4c598625-ae0e-4dec-9322-a040cfc013ce.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-4c598625-ae0e-4dec-9322-a040cfc013ce-root {
    text-align: center;
  }


#s-4c598625-ae0e-4dec-9322-a040cfc013ce.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c598625-ae0e-4dec-9322-a040cfc013ce-root {
    text-align: center;
  }


#s-4c598625-ae0e-4dec-9322-a040cfc013ce.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-95ca1549-86a8-4e0d-be3d-60cbcdc0c17d {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-95ca1549-86a8-4e0d-be3d-60cbcdc0c17d > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-95ca1549-86a8-4e0d-be3d-60cbcdc0c17d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d540f2b2-0432-4463-b494-52f4e3c91f20 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d540f2b2-0432-4463-b494-52f4e3c91f20 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c {
  margin-left: auto;
margin-right: auto;
}

#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-dcabe7c8-aa37-40a1-ad27-3daa48d5a46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a5898abe-5baf-4226-96cc-26bdee9be619 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a5898abe-5baf-4226-96cc-26bdee9be619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5898abe-5baf-4226-96cc-26bdee9be619.shg-box.shg-c {
  justify-content: center;
}

#s-36a6c06e-0e56-4593-aaa4-92e0df9caa3c {
  margin-bottom: 25px;
}

#s-61a211a4-ba44-439d-b219-665b2135e8cc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDk5NGU2NTItY2ViYS00ZmE2LWIzMWUtYTViNzkzOGRjODYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0OTk0ZTY1Mi1jZWJhLTRmYTYtYjMxZS1hNWI3OTM4ZGM4NjEpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-61a211a4-ba44-439d-b219-665b2135e8cc: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61a211a4-ba44-439d-b219-665b2135e8cc: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-61a211a4-ba44-439d-b219-665b2135e8cc-root {
    text-align: center;
  }


#s-61a211a4-ba44-439d-b219-665b2135e8cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-61a211a4-ba44-439d-b219-665b2135e8cc-root {
    text-align: center;
  }


#s-61a211a4-ba44-439d-b219-665b2135e8cc.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-61a211a4-ba44-439d-b219-665b2135e8cc-root {
    text-align: center;
  }


#s-61a211a4-ba44-439d-b219-665b2135e8cc.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-61a211a4-ba44-439d-b219-665b2135e8cc-root {
    text-align: center;
  }


#s-61a211a4-ba44-439d-b219-665b2135e8cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-61a211a4-ba44-439d-b219-665b2135e8cc-root {
    text-align: center;
  }


#s-61a211a4-ba44-439d-b219-665b2135e8cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6bf3943d-e7b5-40e5-9408-57759304cfc2 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-6bf3943d-e7b5-40e5-9408-57759304cfc2 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-6bf3943d-e7b5-40e5-9408-57759304cfc2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-871041a4-79d0-49ef-b324-8f4e815a1f11 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-871041a4-79d0-49ef-b324-8f4e815a1f11 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 {
  margin-left: auto;
margin-right: auto;
}

#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-143d116a-fcd2-408e-80b7-a8f4d1f75ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5e08060f-406c-48c9-a933-bfe83ddb8720 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-5e08060f-406c-48c9-a933-bfe83ddb8720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e08060f-406c-48c9-a933-bfe83ddb8720.shg-box.shg-c {
  justify-content: center;
}

#s-a2b1cc0b-cdf9-453f-86a0-b27fc926f305 {
  margin-bottom: 25px;
}

#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmRlYzFjYTUtMjAyOC00YzgwLTkwYTgtZTcxMzM0YWM1NDdmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZGVjMWNhNS0yMDI4LTRjODAtOTBhOC1lNzEzMzRhYzU0N2YpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58: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-cc4ffa4d-aaa2-4169-8461-4e498acd0c58-root {
    text-align: center;
  }


#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58-root {
    text-align: center;
  }


#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58.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-cc4ffa4d-aaa2-4169-8461-4e498acd0c58-root {
    text-align: center;
  }


#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58.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-cc4ffa4d-aaa2-4169-8461-4e498acd0c58-root {
    text-align: center;
  }


#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58-root {
    text-align: center;
  }


#s-cc4ffa4d-aaa2-4169-8461-4e498acd0c58.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-940ca290-40ee-4e60-90bc-5c1171c55d90 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 600px;
background-position: center center;
}








#s-940ca290-40ee-4e60-90bc-5c1171c55d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-940ca290-40ee-4e60-90bc-5c1171c55d90.shg-box.shg-c {
  justify-content: center;
}

#s-cb9c470b-021b-45f4-a5d2-9c52fa7d41af {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb9c470b-021b-45f4-a5d2-9c52fa7d41af {
  
}
}@media (max-width: 767px){#s-cb9c470b-021b-45f4-a5d2-9c52fa7d41af {
  
}
}







#s-cb9c470b-021b-45f4-a5d2-9c52fa7d41af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb9c470b-021b-45f4-a5d2-9c52fa7d41af.shg-box.shg-c {
  justify-content: center;
}

#s-6d48798e-d75b-4889-a24e-3c94d022b66e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6d48798e-d75b-4889-a24e-3c94d022b66e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-a1489bc9-7ca1-46da-8380-2f39fa060da5 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-a1489bc9-7ca1-46da-8380-2f39fa060da5 img.shogun-image,
  #s-a1489bc9-7ca1-46da-8380-2f39fa060da5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1489bc9-7ca1-46da-8380-2f39fa060da5 {
    width: 100%;
    height: auto;
  }



  #s-a1489bc9-7ca1-46da-8380-2f39fa060da5 img.shogun-image {
    

    
    
    
  }


#s-a1489bc9-7ca1-46da-8380-2f39fa060da5 .shogun-image-content {
  
    align-items: center;
  
}

#s-abdcc2d1-85c7-4f8c-916e-f41bcd87a7f2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-42e38141-83ff-415b-988b-7a7122cef1c2 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42e38141-83ff-415b-988b-7a7122cef1c2 {
  
}
}@media (max-width: 767px){#s-42e38141-83ff-415b-988b-7a7122cef1c2 {
  
}
}
#s-42e38141-83ff-415b-988b-7a7122cef1c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjE2MWFjNmQtYTk4Ny00ODFhLThhYjQtYjgyZDBjZDA1ZjdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMTYxYWM2ZC1hOTg3LTQ4MWEtOGFiNC1iODJkMGNkMDVmN2EpIi8+PC9zdmc+);
}








#s-42e38141-83ff-415b-988b-7a7122cef1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42e38141-83ff-415b-988b-7a7122cef1c2.shg-box.shg-c {
  justify-content: center;
}

#s-49f6ab63-efce-4126-9898-9f42e269b943 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-49f6ab63-efce-4126-9898-9f42e269b943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f6ab63-efce-4126-9898-9f42e269b943.shg-box.shg-c {
  justify-content: center;
}

#s-e8617eaa-d016-4490-a13a-eda4033c5959 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-e8617eaa-d016-4490-a13a-eda4033c5959 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-0fb99e4b-08a1-44fc-a414-1708a8b731cc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fb99e4b-08a1-44fc-a414-1708a8b731cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-18c4212a-708a-4e0c-95af-88124b7147e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18c4212a-708a-4e0c-95af-88124b7147e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18c4212a-708a-4e0c-95af-88124b7147e7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6001a49c-62d6-48fd-8093-dfffa74f12e8 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-6001a49c-62d6-48fd-8093-dfffa74f12e8 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-6001a49c-62d6-48fd-8093-dfffa74f12e8.shg-box.shg-c {
  justify-content: center;
}

#s-a442962a-1436-4f36-833b-55f20b956451 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-a442962a-1436-4f36-833b-55f20b956451 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c691e270-4d07-44a2-a88f-6d703794d75f {
  margin-left: auto;
margin-right: auto;
}

#s-c691e270-4d07-44a2-a88f-6d703794d75f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-c691e270-4d07-44a2-a88f-6d703794d75f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-c691e270-4d07-44a2-a88f-6d703794d75f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-c691e270-4d07-44a2-a88f-6d703794d75f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-c691e270-4d07-44a2-a88f-6d703794d75f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-c691e270-4d07-44a2-a88f-6d703794d75f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fa55e930-c82f-4f93-9ad0-419dea90f88f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-fa55e930-c82f-4f93-9ad0-419dea90f88f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa55e930-c82f-4f93-9ad0-419dea90f88f.shg-box.shg-c {
  justify-content: center;
}

#s-52139ba5-70e4-4efc-b7f7-0f73b137652e {
  margin-bottom: 25px;
}

#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWI3NTdiZGEtMmVjOS00ZWY0LThlOGMtZGFhMjMyMjk0MDIxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYjc1N2JkYS0yZWM5LTRlZjQtOGU4Yy1kYWEyMzIyOTQwMjEpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd: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-753f3519-65cf-4766-bfc3-5cf8d32abcbd-root {
    text-align: center;
  }


#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-753f3519-65cf-4766-bfc3-5cf8d32abcbd-root {
    text-align: center;
  }


#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd.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-753f3519-65cf-4766-bfc3-5cf8d32abcbd-root {
    text-align: center;
  }


#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd.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-753f3519-65cf-4766-bfc3-5cf8d32abcbd-root {
    text-align: center;
  }


#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-753f3519-65cf-4766-bfc3-5cf8d32abcbd-root {
    text-align: center;
  }


#s-753f3519-65cf-4766-bfc3-5cf8d32abcbd.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-cca0bf42-1914-498c-a4a7-98ea06cc29f6 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-cca0bf42-1914-498c-a4a7-98ea06cc29f6 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-cca0bf42-1914-498c-a4a7-98ea06cc29f6.shg-box.shg-c {
  justify-content: center;
}

#s-410f7ded-02d3-4b10-af8b-8d41112e55d2 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-410f7ded-02d3-4b10-af8b-8d41112e55d2 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-79226a68-811d-4d23-88ca-e76a671b201f {
  margin-left: auto;
margin-right: auto;
}

#s-79226a68-811d-4d23-88ca-e76a671b201f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-79226a68-811d-4d23-88ca-e76a671b201f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-79226a68-811d-4d23-88ca-e76a671b201f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-79226a68-811d-4d23-88ca-e76a671b201f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-79226a68-811d-4d23-88ca-e76a671b201f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-79226a68-811d-4d23-88ca-e76a671b201f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6d2d3528-a0f5-45a8-9170-565f9e77b7db {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6d2d3528-a0f5-45a8-9170-565f9e77b7db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d2d3528-a0f5-45a8-9170-565f9e77b7db.shg-box.shg-c {
  justify-content: center;
}

#s-bd2a4cad-1b3c-4231-9863-f58ae0ed51d0 {
  margin-bottom: 25px;
}

#s-79850371-7c43-4206-bcd2-dd1372ad2274 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTM2ZTY0NTYtMTc2ZC00OTYxLWIyZmItYjYzYzA0N2ZiOTc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMzZlNjQ1Ni0xNzZkLTQ5NjEtYjJmYi1iNjNjMDQ3ZmI5NzkpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-79850371-7c43-4206-bcd2-dd1372ad2274: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79850371-7c43-4206-bcd2-dd1372ad2274: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-79850371-7c43-4206-bcd2-dd1372ad2274-root {
    text-align: center;
  }


#s-79850371-7c43-4206-bcd2-dd1372ad2274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79850371-7c43-4206-bcd2-dd1372ad2274-root {
    text-align: center;
  }


#s-79850371-7c43-4206-bcd2-dd1372ad2274.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-79850371-7c43-4206-bcd2-dd1372ad2274-root {
    text-align: center;
  }


#s-79850371-7c43-4206-bcd2-dd1372ad2274.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-79850371-7c43-4206-bcd2-dd1372ad2274-root {
    text-align: center;
  }


#s-79850371-7c43-4206-bcd2-dd1372ad2274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79850371-7c43-4206-bcd2-dd1372ad2274-root {
    text-align: center;
  }


#s-79850371-7c43-4206-bcd2-dd1372ad2274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-1c5d88bb-3904-41ac-a2bf-0bccc10dc4a1 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-1c5d88bb-3904-41ac-a2bf-0bccc10dc4a1 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1c5d88bb-3904-41ac-a2bf-0bccc10dc4a1.shg-box.shg-c {
  justify-content: center;
}

#s-31ea5bcb-9693-4d26-8840-d6a1208569ed {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-31ea5bcb-9693-4d26-8840-d6a1208569ed .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a {
  margin-left: auto;
margin-right: auto;
}

#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-2b451b75-ee86-43d0-99ff-a50eb7cab10a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-989f248c-931d-4e67-ac1f-c0d596ebc24a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-989f248c-931d-4e67-ac1f-c0d596ebc24a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-989f248c-931d-4e67-ac1f-c0d596ebc24a.shg-box.shg-c {
  justify-content: center;
}

#s-989b7d45-f269-4cad-9887-75608bacf9ac {
  margin-bottom: 25px;
}

#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc4NzhkOTItM2QxOC00ZjZjLWE5NDMtODhiNjM2MmVmYjlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3Nzg3OGQ5Mi0zZDE4LTRmNmMtYTk0My04OGI2MzYyZWZiOWQpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8: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-a87b3bdc-a181-407f-b21e-6d4e04631ef8-root {
    text-align: center;
  }


#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a87b3bdc-a181-407f-b21e-6d4e04631ef8-root {
    text-align: center;
  }


#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8.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-a87b3bdc-a181-407f-b21e-6d4e04631ef8-root {
    text-align: center;
  }


#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8.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-a87b3bdc-a181-407f-b21e-6d4e04631ef8-root {
    text-align: center;
  }


#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a87b3bdc-a181-407f-b21e-6d4e04631ef8-root {
    text-align: center;
  }


#s-a87b3bdc-a181-407f-b21e-6d4e04631ef8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-950b463a-d598-4d8f-82c5-c1327573bc9d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}








#s-950b463a-d598-4d8f-82c5-c1327573bc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-950b463a-d598-4d8f-82c5-c1327573bc9d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a37e93cc-2d4f-4698-b0fc-0bd791d21d95 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a37e93cc-2d4f-4698-b0fc-0bd791d21d95 {
  
}
}@media (max-width: 767px){#s-a37e93cc-2d4f-4698-b0fc-0bd791d21d95 {
  
}
}







#s-a37e93cc-2d4f-4698-b0fc-0bd791d21d95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a37e93cc-2d4f-4698-b0fc-0bd791d21d95.shg-box.shg-c {
  justify-content: center;
}

#s-6e2c558c-19ba-4db6-ac17-50ae30634187 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e2c558c-19ba-4db6-ac17-50ae30634187"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-502c8ac1-b1ad-49ac-a078-149862783064 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-502c8ac1-b1ad-49ac-a078-149862783064 img.shogun-image,
  #s-502c8ac1-b1ad-49ac-a078-149862783064 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-502c8ac1-b1ad-49ac-a078-149862783064 {
    width: 100%;
    height: auto;
  }



  #s-502c8ac1-b1ad-49ac-a078-149862783064 img.shogun-image {
    

    
    
    
  }


#s-502c8ac1-b1ad-49ac-a078-149862783064 .shogun-image-content {
  
    align-items: center;
  
}

#s-b90c25c1-6c05-4e9b-b415-491110f3f9e3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-02b77710-bdf3-4290-b870-a2066efd36c2 {
  background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02b77710-bdf3-4290-b870-a2066efd36c2 {
  
}
}@media (max-width: 767px){#s-02b77710-bdf3-4290-b870-a2066efd36c2 {
  
}
}
#s-02b77710-bdf3-4290-b870-a2066efd36c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGU4ZTU4YWItYWQ4ZS00NjZjLTg3YmUtMGVjZWU2MDM0MDA3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZThlNThhYi1hZDhlLTQ2NmMtODdiZS0wZWNlZTYwMzQwMDcpIi8+PC9zdmc+);
}








#s-02b77710-bdf3-4290-b870-a2066efd36c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02b77710-bdf3-4290-b870-a2066efd36c2.shg-box.shg-c {
  justify-content: center;
}

#s-fe6a0ec6-0fb9-4762-bfb7-d2de58a16898 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-fe6a0ec6-0fb9-4762-bfb7-d2de58a16898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe6a0ec6-0fb9-4762-bfb7-d2de58a16898.shg-box.shg-c {
  justify-content: center;
}

#s-c5828056-1184-4070-97f1-770906c07cc9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-c5828056-1184-4070-97f1-770906c07cc9 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ba07e88-f66d-4956-87a4-ce56dcdbcc76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d1502d29-f29e-4104-abbd-c872057710a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d1502d29-f29e-4104-abbd-c872057710a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1502d29-f29e-4104-abbd-c872057710a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54bc4797-569f-4cdc-b0a2-7df890f143b0 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-54bc4797-569f-4cdc-b0a2-7df890f143b0 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-54bc4797-569f-4cdc-b0a2-7df890f143b0.shg-box.shg-c {
  justify-content: center;
}

#s-f306b0b9-d000-416d-b9a2-e1bf3941fc1c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-f306b0b9-d000-416d-b9a2-e1bf3941fc1c .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-953ba966-5c28-4873-b7d0-58a60459560d {
  margin-left: auto;
margin-right: auto;
}

#s-953ba966-5c28-4873-b7d0-58a60459560d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-953ba966-5c28-4873-b7d0-58a60459560d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-953ba966-5c28-4873-b7d0-58a60459560d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-953ba966-5c28-4873-b7d0-58a60459560d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-953ba966-5c28-4873-b7d0-58a60459560d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-953ba966-5c28-4873-b7d0-58a60459560d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2d13b935-e733-4aa4-84b2-fcb5c29fc958 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2d13b935-e733-4aa4-84b2-fcb5c29fc958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d13b935-e733-4aa4-84b2-fcb5c29fc958.shg-box.shg-c {
  justify-content: center;
}

#s-3b2353d1-6d97-4ade-a252-0687b3e1aa8e {
  margin-bottom: 25px;
}

#s-10706546-98c0-4679-b4d3-9ffb8d48c8e9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-10706546-98c0-4679-b4d3-9ffb8d48c8e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10706546-98c0-4679-b4d3-9ffb8d48c8e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-10706546-98c0-4679-b4d3-9ffb8d48c8e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-10706546-98c0-4679-b4d3-9ffb8d48c8e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-39d36b5a-c85e-4f78-893d-1e469df71143 {
  margin-left: auto;
margin-right: auto;
}

#s-eef11d4f-320b-457e-b5e6-714049602b4b {
  margin-left: auto;
margin-right: auto;
}

#s-d96c9c6f-82cf-41cc-b89b-479c47a843ec {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-d96c9c6f-82cf-41cc-b89b-479c47a843ec > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-d96c9c6f-82cf-41cc-b89b-479c47a843ec.shg-box.shg-c {
  justify-content: center;
}

#s-df578cc4-f997-493a-9dd8-7ecc31bec90e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-df578cc4-f997-493a-9dd8-7ecc31bec90e .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-e31607ec-ac90-4bff-a473-a36f448f41d8 {
  margin-left: auto;
margin-right: auto;
}

#s-e31607ec-ac90-4bff-a473-a36f448f41d8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-e31607ec-ac90-4bff-a473-a36f448f41d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-e31607ec-ac90-4bff-a473-a36f448f41d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-e31607ec-ac90-4bff-a473-a36f448f41d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-e31607ec-ac90-4bff-a473-a36f448f41d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-e31607ec-ac90-4bff-a473-a36f448f41d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-52dc332b-b69b-4ba0-8505-cfe17c6740dc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-52dc332b-b69b-4ba0-8505-cfe17c6740dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52dc332b-b69b-4ba0-8505-cfe17c6740dc.shg-box.shg-c {
  justify-content: center;
}

#s-25efbd8f-d1ac-485d-b0c6-31e824d12c79 {
  margin-bottom: 25px;
}

#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQyNzIzMGItMTRmMy00NTUzLTkyNzgtYWNhYjQzMzA2OTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDI3MjMwYi0xNGYzLTQ1NTMtOTI3OC1hY2FiNDMzMDY5MjUpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517: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-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517-root {
    text-align: center;
  }


#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517-root {
    text-align: center;
  }


#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517.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-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517-root {
    text-align: center;
  }


#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517.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-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517-root {
    text-align: center;
  }


#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517-root {
    text-align: center;
  }


#s-8bc8ad32-f1ce-44f7-a9ad-4b1f28838517.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8f96421c-2570-48ef-b913-5232e1ba69e7 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-8f96421c-2570-48ef-b913-5232e1ba69e7 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-8f96421c-2570-48ef-b913-5232e1ba69e7.shg-box.shg-c {
  justify-content: center;
}

#s-164a59ed-9c9f-4edc-9444-d2c02460c429 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-164a59ed-9c9f-4edc-9444-d2c02460c429 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 {
  margin-left: auto;
margin-right: auto;
}

#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 10px;
}

#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(244, 244, 244, 1);
}

#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-2f9c9b4b-5f88-4962-b720-a43a5de4a378 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-77ddfc88-d101-4750-aa05-9f8ae0541dda {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-77ddfc88-d101-4750-aa05-9f8ae0541dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77ddfc88-d101-4750-aa05-9f8ae0541dda.shg-box.shg-c {
  justify-content: center;
}

#s-86fd0742-613e-46f4-9d75-4654accf4a27 {
  margin-bottom: 25px;
}

#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMxM2YwZWQtZGNlZS00ZDcxLTgwNWQtNWE2MWExM2NkYzdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBiMzVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTM3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzEzZjBlZC1kY2VlLTRkNzEtODA1ZC01YTYxYTEzY2RjN2IpIi8+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(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"=>"#00b35f"}, {"id"=>2, "pos"=>1, "color"=>"#006937"}];
hover-type: gradient;
}
#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7: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(0, 105, 55, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7: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-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7-root {
    text-align: center;
  }


#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7-root {
    text-align: center;
  }


#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7.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-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7-root {
    text-align: center;
  }


#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7.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-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7-root {
    text-align: center;
  }


#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7-root {
    text-align: center;
  }


#s-4c87e7cd-1b9a-4f0b-ac0f-a5921f51c8b7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7ef7d7b5-efb5-4262-ab5e-69dc4175ae55 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 450px;
background-position: center center;
}








#s-7ef7d7b5-efb5-4262-ab5e-69dc4175ae55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ef7d7b5-efb5-4262-ab5e-69dc4175ae55.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d8fcac0a-5710-4a19-b660-5791f65ee225 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8fcac0a-5710-4a19-b660-5791f65ee225 {
  
}
}@media (max-width: 767px){#s-d8fcac0a-5710-4a19-b660-5791f65ee225 {
  
}
}







#s-d8fcac0a-5710-4a19-b660-5791f65ee225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8fcac0a-5710-4a19-b660-5791f65ee225.shg-box.shg-c {
  justify-content: center;
}

#s-b2997b95-98d4-4230-8773-c26d2ab4278b {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b2997b95-98d4-4230-8773-c26d2ab4278b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-45c6d2c0-732f-4da2-8061-edcf79bbe1aa {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-45c6d2c0-732f-4da2-8061-edcf79bbe1aa img.shogun-image,
  #s-45c6d2c0-732f-4da2-8061-edcf79bbe1aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45c6d2c0-732f-4da2-8061-edcf79bbe1aa {
    width: 100%;
    height: auto;
  }



  #s-45c6d2c0-732f-4da2-8061-edcf79bbe1aa img.shogun-image {
    

    
    
    
  }


#s-45c6d2c0-732f-4da2-8061-edcf79bbe1aa .shogun-image-content {
  
    align-items: center;
  
}

#s-460f44e7-909b-4c5b-a80f-8e2833443edb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(0, 105, 55, 0.07);
}
@media (min-width: 768px) and (max-width: 991px){#s-460f44e7-909b-4c5b-a80f-8e2833443edb {
  display: none;
}
#s-460f44e7-909b-4c5b-a80f-8e2833443edb, #wrap-s-460f44e7-909b-4c5b-a80f-8e2833443edb { display: none !important; }}@media (max-width: 767px){#s-460f44e7-909b-4c5b-a80f-8e2833443edb {
  
}
}







#s-460f44e7-909b-4c5b-a80f-8e2833443edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-460f44e7-909b-4c5b-a80f-8e2833443edb.shg-box.shg-c {
  justify-content: center;
}

#s-b1db68e0-e0b8-4489-a76e-3949da999a11 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-b1db68e0-e0b8-4489-a76e-3949da999a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1db68e0-e0b8-4489-a76e-3949da999a11.shg-box.shg-c {
  justify-content: center;
}

#s-588f5c71-fa90-4fe2-b4bb-f27fe0ca0e81 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-588f5c71-fa90-4fe2-b4bb-f27fe0ca0e81 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-60f239d7-939a-46f2-b7ee-f32760ae2a44 {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-60f239d7-939a-46f2-b7ee-f32760ae2a44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-60f239d7-939a-46f2-b7ee-f32760ae2a44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-60f239d7-939a-46f2-b7ee-f32760ae2a44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-60f239d7-939a-46f2-b7ee-f32760ae2a44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-e7f8453a-f253-499e-83d8-caa99a5e4786 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-e7f8453a-f253-499e-83d8-caa99a5e4786 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e7f8453a-f253-499e-83d8-caa99a5e4786 {
  cursor: pointer;
}#s-e7f8453a-f253-499e-83d8-caa99a5e4786.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1add6e28-f8cd-4d7f-9572-a8049f003015 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-content {
  
    align-items: center;
  
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
      position: relative;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 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-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  
  
  
  
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1add6e28-f8cd-4d7f-9572-a8049f003015 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-content {
  
    align-items: center;
  
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
      position: relative;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 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-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  
  
  
  
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1add6e28-f8cd-4d7f-9572-a8049f003015 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-content {
  
    align-items: center;
  
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
      position: relative;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 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-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  
  
  
  
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1add6e28-f8cd-4d7f-9572-a8049f003015 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-content {
  
    align-items: center;
  
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
      position: relative;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 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-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  
  
  
  
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1add6e28-f8cd-4d7f-9572-a8049f003015 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1add6e28-f8cd-4d7f-9572-a8049f003015 .shogun-image-content {
  
    align-items: center;
  
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container {
      position: relative;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1add6e28-f8cd-4d7f-9572-a8049f003015 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-a04ecbe6-eb49-42f4-91f8-45dff215590e {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-a04ecbe6-eb49-42f4-91f8-45dff215590e .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-57d2cd40-391c-4fc8-bb6b-632b72e5e9c7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-57d2cd40-391c-4fc8-bb6b-632b72e5e9c7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-57d2cd40-391c-4fc8-bb6b-632b72e5e9c7 {
  cursor: pointer;
}#s-57d2cd40-391c-4fc8-bb6b-632b72e5e9c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d15d13-80b5-4fd3-862d-c81961327053 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d15d13-80b5-4fd3-862d-c81961327053 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
      position: relative;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053 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-89d15d13-80b5-4fd3-862d-c81961327053 {
  
  
  
  
}

#s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d15d13-80b5-4fd3-862d-c81961327053 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d15d13-80b5-4fd3-862d-c81961327053 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
      position: relative;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053 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-89d15d13-80b5-4fd3-862d-c81961327053 {
  
  
  
  
}

#s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d15d13-80b5-4fd3-862d-c81961327053 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d15d13-80b5-4fd3-862d-c81961327053 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
      position: relative;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053 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-89d15d13-80b5-4fd3-862d-c81961327053 {
  
  
  
  
}

#s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d15d13-80b5-4fd3-862d-c81961327053 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d15d13-80b5-4fd3-862d-c81961327053 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
      position: relative;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053 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-89d15d13-80b5-4fd3-862d-c81961327053 {
  
  
  
  
}

#s-89d15d13-80b5-4fd3-862d-c81961327053 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d15d13-80b5-4fd3-862d-c81961327053 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d15d13-80b5-4fd3-862d-c81961327053 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-89d15d13-80b5-4fd3-862d-c81961327053 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d15d13-80b5-4fd3-862d-c81961327053 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container {
      position: relative;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d15d13-80b5-4fd3-862d-c81961327053 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-f8a4d4b2-9ee4-4b65-813b-c174115a067f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f8a4d4b2-9ee4-4b65-813b-c174115a067f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ea67f0f5-a563-4391-a073-7ab2145ed6b0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-ea67f0f5-a563-4391-a073-7ab2145ed6b0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ea67f0f5-a563-4391-a073-7ab2145ed6b0 {
  cursor: pointer;
}#s-ea67f0f5-a563-4391-a073-7ab2145ed6b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c61b7db-19fe-459c-ba2f-a9597c14501c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-content {
  
    align-items: center;
  
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
      position: relative;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c 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-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  
  
  
  
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c61b7db-19fe-459c-ba2f-a9597c14501c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-content {
  
    align-items: center;
  
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
      position: relative;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c 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-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  
  
  
  
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c61b7db-19fe-459c-ba2f-a9597c14501c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-content {
  
    align-items: center;
  
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
      position: relative;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c 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-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  
  
  
  
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c61b7db-19fe-459c-ba2f-a9597c14501c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-content {
  
    align-items: center;
  
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
      position: relative;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c 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-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  
  
  
  
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c61b7db-19fe-459c-ba2f-a9597c14501c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5c61b7db-19fe-459c-ba2f-a9597c14501c .shogun-image-content {
  
    align-items: center;
  
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container {
      position: relative;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c61b7db-19fe-459c-ba2f-a9597c14501c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-e05a15e2-990b-4bd3-8845-9e6839f6470b {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e05a15e2-990b-4bd3-8845-9e6839f6470b .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-7ba3756c-7f83-4e44-97f4-e40f6823f0bb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-7ba3756c-7f83-4e44-97f4-e40f6823f0bb > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-7ba3756c-7f83-4e44-97f4-e40f6823f0bb {
  cursor: pointer;
}#s-7ba3756c-7f83-4e44-97f4-e40f6823f0bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-content {
  
    align-items: center;
  
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
      position: relative;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc 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-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  
  
  
  
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-content {
  
    align-items: center;
  
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
      position: relative;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc 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-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  
  
  
  
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-content {
  
    align-items: center;
  
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
      position: relative;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc 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-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  
  
  
  
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-content {
  
    align-items: center;
  
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
      position: relative;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc 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-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  
  
  
  
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aad747c8-c7e0-4308-a1cf-1eeb816233bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc .shogun-image-content {
  
    align-items: center;
  
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container {
      position: relative;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aad747c8-c7e0-4308-a1cf-1eeb816233bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-63bd52cc-e7e8-48f4-8965-856ed896a024 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-63bd52cc-e7e8-48f4-8965-856ed896a024 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-0b6db299-c936-4122-bb1c-4a758d47c6e1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-0b6db299-c936-4122-bb1c-4a758d47c6e1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0b6db299-c936-4122-bb1c-4a758d47c6e1 {
  cursor: pointer;
}#s-0b6db299-c936-4122-bb1c-4a758d47c6e1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
      position: relative;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d 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-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  
  
  
  
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
      position: relative;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d 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-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  
  
  
  
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
      position: relative;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d 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-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  
  
  
  
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
      position: relative;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d 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-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  
  
  
  
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container {
      position: relative;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7ab6825-1c7d-48b6-a792-5b95d5701d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-f220456b-6d91-4c2c-8dd1-6b71e21df6b4 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f220456b-6d91-4c2c-8dd1-6b71e21df6b4 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a4b9ade5-768a-4151-bf2c-f82db8063c7c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-a4b9ade5-768a-4151-bf2c-f82db8063c7c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a4b9ade5-768a-4151-bf2c-f82db8063c7c {
  cursor: pointer;
}#s-a4b9ade5-768a-4151-bf2c-f82db8063c7c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e16b57-749b-4fb3-a820-f5e834b94863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-content {
  
    align-items: center;
  
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57e16b57-749b-4fb3-a820-f5e834b94863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
      position: relative;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863 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-57e16b57-749b-4fb3-a820-f5e834b94863 {
  
  
  
  
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e16b57-749b-4fb3-a820-f5e834b94863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-content {
  
    align-items: center;
  
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57e16b57-749b-4fb3-a820-f5e834b94863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
      position: relative;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863 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-57e16b57-749b-4fb3-a820-f5e834b94863 {
  
  
  
  
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e16b57-749b-4fb3-a820-f5e834b94863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-content {
  
    align-items: center;
  
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57e16b57-749b-4fb3-a820-f5e834b94863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
      position: relative;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863 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-57e16b57-749b-4fb3-a820-f5e834b94863 {
  
  
  
  
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e16b57-749b-4fb3-a820-f5e834b94863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-content {
  
    align-items: center;
  
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57e16b57-749b-4fb3-a820-f5e834b94863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
      position: relative;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863 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-57e16b57-749b-4fb3-a820-f5e834b94863 {
  
  
  
  
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57e16b57-749b-4fb3-a820-f5e834b94863 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57e16b57-749b-4fb3-a820-f5e834b94863 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-57e16b57-749b-4fb3-a820-f5e834b94863 .shogun-image-content {
  
    align-items: center;
  
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57e16b57-749b-4fb3-a820-f5e834b94863 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container {
      position: relative;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57e16b57-749b-4fb3-a820-f5e834b94863 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-d0e1bde2-e10b-4ea2-915e-c47df6b2ade8 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d0e1bde2-e10b-4ea2-915e-c47df6b2ade8 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-32dd085c-4c18-47bd-89e1-713c43332554 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-32dd085c-4c18-47bd-89e1-713c43332554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32dd085c-4c18-47bd-89e1-713c43332554.shg-box.shg-c {
  justify-content: center;
}

#s-3d716faa-d9c7-4d74-b15f-67f50270d001 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3d716faa-d9c7-4d74-b15f-67f50270d001"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}



.shg-image-margin-container-s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
      position: relative;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 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-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  
  
  
  
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
      position: relative;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 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-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  
  
  
  
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
      position: relative;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 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-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  
  
  
  
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
      position: relative;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 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-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  
  
  
  
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container {
      position: relative;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f49a9c9-5185-4285-bb36-2b29aec7ad85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e91321be-db8e-41e9-8fdc-11c8d6e9fe4a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e91321be-db8e-41e9-8fdc-11c8d6e9fe4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e91321be-db8e-41e9-8fdc-11c8d6e9fe4a.shg-box.shg-c {
  justify-content: center;
}

#s-e24e85a4-8dd8-4369-ad2b-e4dd38c3e908 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(77, 88, 88, 0);
}

#s-e24e85a4-8dd8-4369-ad2b-e4dd38c3e908 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-678d01d8-21f0-4f62-8cca-635279906ba1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-56cdf741-fbf3-4060-8942-32183412d1a7 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-56cdf741-fbf3-4060-8942-32183412d1a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56cdf741-fbf3-4060-8942-32183412d1a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56cdf741-fbf3-4060-8942-32183412d1a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56cdf741-fbf3-4060-8942-32183412d1a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9307a92d-0035-4d19-baae-3efdcc079321 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: left center;
background-attachment: scroll;
}








#s-9307a92d-0035-4d19-baae-3efdcc079321 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-9307a92d-0035-4d19-baae-3efdcc079321 {
  cursor: pointer;
}#s-9307a92d-0035-4d19-baae-3efdcc079321.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5540e84d-9699-46a8-88e3-45c4a936aa40 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5540e84d-9699-46a8-88e3-45c4a936aa40 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


#s-5540e84d-9699-46a8-88e3-45c4a936aa40 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  margin-top: 15px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-content {
  
    align-items: center;
  
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
  box-sizing: border-box;
}


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
      position: relative;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 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-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  
  
  
  
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-content {
  
    align-items: center;
  
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
  box-sizing: border-box;
}


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
      position: relative;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 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-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  
  
  
  
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-content {
  
    align-items: center;
  
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
  box-sizing: border-box;
}


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
      position: relative;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 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-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  
  
  
  
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-content {
  
    align-items: center;
  
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
  box-sizing: border-box;
}


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
      position: relative;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 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-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  
  
  
  
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shogun-image-content {
  
    align-items: center;
  
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image {
  box-sizing: border-box;
}


.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container {
      position: relative;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74eb7d1e-d3ca-4b6d-95cd-8eeffd862565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-febd934d-7dab-43bd-8885-e92dd5f29c1b {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-febd934d-7dab-43bd-8885-e92dd5f29c1b > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-febd934d-7dab-43bd-8885-e92dd5f29c1b {
  cursor: pointer;
}#s-febd934d-7dab-43bd-8885-e92dd5f29c1b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-241e9acc-b240-4530-a090-1b02a78e0180 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-241e9acc-b240-4530-a090-1b02a78e0180 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


#s-241e9acc-b240-4530-a090-1b02a78e0180 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-450188b7-5e25-4538-989c-1116ba83df1d {
  margin-top: 15px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-450188b7-5e25-4538-989c-1116ba83df1d {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-450188b7-5e25-4538-989c-1116ba83df1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450188b7-5e25-4538-989c-1116ba83df1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-content {
  
    align-items: center;
  
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
  box-sizing: border-box;
}


.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-450188b7-5e25-4538-989c-1116ba83df1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
      position: relative;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d 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-450188b7-5e25-4538-989c-1116ba83df1d {
  
  
  
  
}

#s-450188b7-5e25-4538-989c-1116ba83df1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450188b7-5e25-4538-989c-1116ba83df1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-content {
  
    align-items: center;
  
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
  box-sizing: border-box;
}


.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-450188b7-5e25-4538-989c-1116ba83df1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
      position: relative;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d 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-450188b7-5e25-4538-989c-1116ba83df1d {
  
  
  
  
}

#s-450188b7-5e25-4538-989c-1116ba83df1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450188b7-5e25-4538-989c-1116ba83df1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-content {
  
    align-items: center;
  
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
  box-sizing: border-box;
}


.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-450188b7-5e25-4538-989c-1116ba83df1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
      position: relative;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d 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-450188b7-5e25-4538-989c-1116ba83df1d {
  
  
  
  
}

#s-450188b7-5e25-4538-989c-1116ba83df1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450188b7-5e25-4538-989c-1116ba83df1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-content {
  
    align-items: center;
  
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
  box-sizing: border-box;
}


.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-450188b7-5e25-4538-989c-1116ba83df1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
      position: relative;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d 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-450188b7-5e25-4538-989c-1116ba83df1d {
  
  
  
  
}

#s-450188b7-5e25-4538-989c-1116ba83df1d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-450188b7-5e25-4538-989c-1116ba83df1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-450188b7-5e25-4538-989c-1116ba83df1d .shogun-image-content {
  
    align-items: center;
  
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image {
  box-sizing: border-box;
}


.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-450188b7-5e25-4538-989c-1116ba83df1d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-450188b7-5e25-4538-989c-1116ba83df1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container {
      position: relative;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-450188b7-5e25-4538-989c-1116ba83df1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-5d03733f-7dca-4d9b-a18a-43810f6712ae {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-5d03733f-7dca-4d9b-a18a-43810f6712ae > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.6;
  display: block;
}#s-5d03733f-7dca-4d9b-a18a-43810f6712ae {
  cursor: pointer;
}#s-5d03733f-7dca-4d9b-a18a-43810f6712ae.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ca05eca5-8985-4865-8ab3-058777f544d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ca05eca5-8985-4865-8ab3-058777f544d6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


#s-ca05eca5-8985-4865-8ab3-058777f544d6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  margin-top: 15px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  
  margin-right: auto;
  margin-top: 15px;
  
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
  box-sizing: border-box;
}


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
      position: relative;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd 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-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  
  
  
  
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
  box-sizing: border-box;
}


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
      position: relative;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd 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-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  
  
  
  
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
  box-sizing: border-box;
}


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
      position: relative;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd 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-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  
  
  
  
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
  box-sizing: border-box;
}


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
      position: relative;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd 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-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  
  
  
  
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2690db9-589b-4ef0-96e6-5422c99ed5bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shogun-image-content {
  
    align-items: center;
  
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image {
  box-sizing: border-box;
}


.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2690db9-589b-4ef0-96e6-5422c99ed5bd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container {
      position: relative;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2690db9-589b-4ef0-96e6-5422c99ed5bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ce898955-f78c-444d-967b-933d74e37d7a {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-ce898955-f78c-444d-967b-933d74e37d7a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjdkOTUyOTEtMTE0NS00YTg5LThhMmUtMmY5ODg2MmRmYjk3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2N2Q5NTI5MS0xMTQ1LTRhODktOGEyZS0yZjk4ODYyZGZiOTcpIi8+PC9zdmc+);
}








#s-ce898955-f78c-444d-967b-933d74e37d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce898955-f78c-444d-967b-933d74e37d7a.shg-box.shg-c {
  justify-content: center;
}

#s-8ec3b327-4aa6-433b-a5c4-29a083024e11 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-8ec3b327-4aa6-433b-a5c4-29a083024e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ec3b327-4aa6-433b-a5c4-29a083024e11.shg-box.shg-c {
  justify-content: center;
}

#s-8dc0ca36-d063-4643-b881-4f7f7a910565 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dc0ca36-d063-4643-b881-4f7f7a910565 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-47cfb537-69bc-4342-a81d-e53bfc162374 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-47cfb537-69bc-4342-a81d-e53bfc162374"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-47cfb537-69bc-4342-a81d-e53bfc162374"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-47cfb537-69bc-4342-a81d-e53bfc162374"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-47cfb537-69bc-4342-a81d-e53bfc162374"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-e4d39ac9-e512-4a2f-8f21-f896fa23cfda {
  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-e4d39ac9-e512-4a2f-8f21-f896fa23cfda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4d39ac9-e512-4a2f-8f21-f896fa23cfda.shg-box.shg-c {
  justify-content: center;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
      position: relative;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 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-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  
  
  
  
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
      position: relative;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 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-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  
  
  
  
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
      position: relative;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 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-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  
  
  
  
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
      position: relative;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 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-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  
  
  
  
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container {
      position: relative;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd8f02-bbfe-4662-9acb-a570663c2f94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-21ebad18-d8bb-4b99-a770-b33115bcb5dc {
  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-21ebad18-d8bb-4b99-a770-b33115bcb5dc: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-21ebad18-d8bb-4b99-a770-b33115bcb5dc: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-21ebad18-d8bb-4b99-a770-b33115bcb5dc-root {
    text-align: center;
  }


#s-21ebad18-d8bb-4b99-a770-b33115bcb5dc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-21ebad18-d8bb-4b99-a770-b33115bcb5dc-root {
    text-align: center;
  }


#s-21ebad18-d8bb-4b99-a770-b33115bcb5dc.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-21ebad18-d8bb-4b99-a770-b33115bcb5dc-root {
    text-align: center;
  }


#s-21ebad18-d8bb-4b99-a770-b33115bcb5dc.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-21ebad18-d8bb-4b99-a770-b33115bcb5dc-root {
    text-align: center;
  }


#s-21ebad18-d8bb-4b99-a770-b33115bcb5dc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-21ebad18-d8bb-4b99-a770-b33115bcb5dc-root {
    text-align: center;
  }


#s-21ebad18-d8bb-4b99-a770-b33115bcb5dc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-09777358-b087-41a4-82fd-af4790280910 {
  min-height: 50px;
}








#s-09777358-b087-41a4-82fd-af4790280910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09777358-b087-41a4-82fd-af4790280910.shg-box.shg-c {
  justify-content: center;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  
  
  
  margin-bottom: 10px;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
      position: relative;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 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-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  
  
  
  
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
      position: relative;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 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-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  
  
  
  
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
      position: relative;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 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-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  
  
  
  
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
      position: relative;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 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-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  
  
  
  
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container {
      position: relative;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd6e99-52ee-41ed-bef1-76f38fc17be5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-000faa9e-b944-4dd7-b168-b60416f3db92 {
  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-000faa9e-b944-4dd7-b168-b60416f3db92: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-000faa9e-b944-4dd7-b168-b60416f3db92: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-000faa9e-b944-4dd7-b168-b60416f3db92-root {
    text-align: center;
  }


#s-000faa9e-b944-4dd7-b168-b60416f3db92.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-000faa9e-b944-4dd7-b168-b60416f3db92-root {
    text-align: center;
  }


#s-000faa9e-b944-4dd7-b168-b60416f3db92.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-000faa9e-b944-4dd7-b168-b60416f3db92-root {
    text-align: center;
  }


#s-000faa9e-b944-4dd7-b168-b60416f3db92.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-000faa9e-b944-4dd7-b168-b60416f3db92-root {
    text-align: center;
  }


#s-000faa9e-b944-4dd7-b168-b60416f3db92.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-000faa9e-b944-4dd7-b168-b60416f3db92-root {
    text-align: center;
  }


#s-000faa9e-b944-4dd7-b168-b60416f3db92.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-0778b9e6-dc99-4ec0-8c37-1d543cfdf7a8 {
  min-height: 50px;
}








#s-0778b9e6-dc99-4ec0-8c37-1d543cfdf7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0778b9e6-dc99-4ec0-8c37-1d543cfdf7a8.shg-box.shg-c {
  justify-content: center;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  
  
  
  margin-bottom: 10px;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
      position: relative;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff 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-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  
  
  
  
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
      position: relative;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff 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-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  
  
  
  
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
      position: relative;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff 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-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  
  
  
  
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
      position: relative;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff 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-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  
  
  
  
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container {
      position: relative;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca2ac12-a42e-4863-8b3f-65b26a8ed5ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-dbbf9b01-bcc7-462d-860e-517312254666 {
  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-dbbf9b01-bcc7-462d-860e-517312254666: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-dbbf9b01-bcc7-462d-860e-517312254666: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-dbbf9b01-bcc7-462d-860e-517312254666-root {
    text-align: center;
  }


#s-dbbf9b01-bcc7-462d-860e-517312254666.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dbbf9b01-bcc7-462d-860e-517312254666-root {
    text-align: center;
  }


#s-dbbf9b01-bcc7-462d-860e-517312254666.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-dbbf9b01-bcc7-462d-860e-517312254666-root {
    text-align: center;
  }


#s-dbbf9b01-bcc7-462d-860e-517312254666.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-dbbf9b01-bcc7-462d-860e-517312254666-root {
    text-align: center;
  }


#s-dbbf9b01-bcc7-462d-860e-517312254666.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dbbf9b01-bcc7-462d-860e-517312254666-root {
    text-align: center;
  }


#s-dbbf9b01-bcc7-462d-860e-517312254666.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-56ff4111-f00b-419c-a1ee-489417a93613 {
  min-height: 50px;
}








#s-56ff4111-f00b-419c-a1ee-489417a93613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56ff4111-f00b-419c-a1ee-489417a93613.shg-box.shg-c {
  justify-content: center;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-b440eced-72cf-42bd-adc9-38f6bc52f37f:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  
  
  
  margin-bottom: 10px;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b440eced-72cf-42bd-adc9-38f6bc52f37f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-content {
  
    align-items: center;
  
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
      position: relative;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f 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-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  
  
  
  
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b440eced-72cf-42bd-adc9-38f6bc52f37f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-content {
  
    align-items: center;
  
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
      position: relative;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f 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-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  
  
  
  
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b440eced-72cf-42bd-adc9-38f6bc52f37f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-content {
  
    align-items: center;
  
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
      position: relative;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f 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-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  
  
  
  
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b440eced-72cf-42bd-adc9-38f6bc52f37f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-content {
  
    align-items: center;
  
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
      position: relative;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f 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-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  
  
  
  
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b440eced-72cf-42bd-adc9-38f6bc52f37f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b440eced-72cf-42bd-adc9-38f6bc52f37f .shogun-image-content {
  
    align-items: center;
  
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container {
      position: relative;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b440eced-72cf-42bd-adc9-38f6bc52f37f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7 {
  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-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7: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-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7: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-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7-root {
    text-align: center;
  }


#s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7-root {
    text-align: center;
  }


#s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7.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-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7-root {
    text-align: center;
  }


#s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7.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-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7-root {
    text-align: center;
  }


#s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7-root {
    text-align: center;
  }


#s-4b3d9ddb-cfb7-455e-b7a8-29c5fe05c7d7.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;
  }
}
