.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-696a51de-593d-4b44-b5cd-b4ab162b83aa {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-696a51de-593d-4b44-b5cd-b4ab162b83aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-696a51de-593d-4b44-b5cd-b4ab162b83aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-696a51de-593d-4b44-b5cd-b4ab162b83aa {
  display: none;
}
#s-696a51de-593d-4b44-b5cd-b4ab162b83aa, #wrap-s-696a51de-593d-4b44-b5cd-b4ab162b83aa { display: none !important; }}@media (max-width: 767px){#s-696a51de-593d-4b44-b5cd-b4ab162b83aa {
  display: none;
}
#s-696a51de-593d-4b44-b5cd-b4ab162b83aa, #wrap-s-696a51de-593d-4b44-b5cd-b4ab162b83aa { display: none !important; }}
#s-696a51de-593d-4b44-b5cd-b4ab162b83aa {
  background-image: url(https://i.shgcdn.com/69efbfd5-de07-4046-b34d-0494c6ace71e/);
}








#s-696a51de-593d-4b44-b5cd-b4ab162b83aa > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.1;
  display: block;
}#s-696a51de-593d-4b44-b5cd-b4ab162b83aa.shg-box.shg-c {
  justify-content: center;
}

#s-7d4c019a-f70b-4e56-a17f-aa96af063f9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-7d4c019a-f70b-4e56-a17f-aa96af063f9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d4c019a-f70b-4e56-a17f-aa96af063f9a.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-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb {
  margin-top: 100px;
margin-left: 3%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df7f0d71-0ac7-4b7c-9579-c2e2cfa361eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 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-b7c08604-185d-4858-927a-750eb28f0c26 {
  margin-left: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b7c08604-185d-4858-927a-750eb28f0c26 .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-ec7b334b-8cb2-4b29-a0f1-eeaf15d37b89 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 35px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-ec7b334b-8cb2-4b29-a0f1-eeaf15d37b89 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  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-d4151d56-3756-418b-a587-f91442b3af4c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzRjZWI5NzgtZjE0My00ZmZjLWFlNTgtYzdhZWEzODQ1NmZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNGNlYjk3OC1mMTQzLTRmZmMtYWU1OC1jN2FlYTM4NDU2ZmMpIi8+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(208, 44, 47, 1);
border-style: solid;
border-radius: 10px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-d4151d56-3756-418b-a587-f91442b3af4c: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(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4151d56-3756-418b-a587-f91442b3af4c: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(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d4151d56-3756-418b-a587-f91442b3af4c-root {
    text-align: left;
  }


#s-d4151d56-3756-418b-a587-f91442b3af4c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4151d56-3756-418b-a587-f91442b3af4c-root {
    text-align: left;
  }


#s-d4151d56-3756-418b-a587-f91442b3af4c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4151d56-3756-418b-a587-f91442b3af4c-root {
    text-align: left;
  }


#s-d4151d56-3756-418b-a587-f91442b3af4c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4151d56-3756-418b-a587-f91442b3af4c-root {
    text-align: left;
  }


#s-d4151d56-3756-418b-a587-f91442b3af4c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4151d56-3756-418b-a587-f91442b3af4c-root {
    text-align: left;
  }


#s-d4151d56-3756-418b-a587-f91442b3af4c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-3985071e-a0da-465c-89eb-917a43846fc8 {
  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-3985071e-a0da-465c-89eb-917a43846fc8 {
  display: none;
}
#s-3985071e-a0da-465c-89eb-917a43846fc8, #wrap-s-3985071e-a0da-465c-89eb-917a43846fc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3985071e-a0da-465c-89eb-917a43846fc8 {
  display: none;
}
#s-3985071e-a0da-465c-89eb-917a43846fc8, #wrap-s-3985071e-a0da-465c-89eb-917a43846fc8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3985071e-a0da-465c-89eb-917a43846fc8 {
  
}
}@media (max-width: 767px){#s-3985071e-a0da-465c-89eb-917a43846fc8 {
  
}
}
#s-3985071e-a0da-465c-89eb-917a43846fc8 {
  background-image: url(https://i.shgcdn.com/ad9b897a-1ec1-47b3-890b-8e610605363a/);
}








#s-3985071e-a0da-465c-89eb-917a43846fc8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-3985071e-a0da-465c-89eb-917a43846fc8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d64c005c-629e-49f8-81d7-0998dfbe7270 {
  margin-top: 100px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d64c005c-629e-49f8-81d7-0998dfbe7270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d64c005c-629e-49f8-81d7-0998dfbe7270.shg-box.shg-c {
  justify-content: center;
}

#s-b01f2f13-2f07-4b63-a6c1-98a014d9d9dc {
  margin-top: 40px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b01f2f13-2f07-4b63-a6c1-98a014d9d9dc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



.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-92e5e209-9e78-47cf-8ab4-9fc8b7bffb79 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDFlZWE0ZjAtOTNjZS00MzdmLTkxODgtYzBhYjNkMTE0ZTNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZDAyYTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTcxNzFjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MWVlYTRmMC05M2NlLTQzN2YtOTE4OC1jMGFiM2QxMTRlM2QpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 44, 47, 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.07272727272727272, "color"=>"#d02a2f"}, {"id"=>2, "pos"=>1, "color"=>"#97171c"}];
hover-type: gradient;
}
#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a: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(208, 44, 47, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(208, 44, 47, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a: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(208, 44, 47, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(208, 44, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a-root {
    text-align: center;
  }


#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a-root {
    text-align: center;
  }


#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a-root {
    text-align: center;
  }


#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a-root {
    text-align: center;
  }


#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a-root {
    text-align: center;
  }


#s-a7a0ac9a-6f0d-45e9-a57c-1f7323f30e7a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-04baca2a-e612-4828-a824-b9cc7473b0b0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-04baca2a-e612-4828-a824-b9cc7473b0b0 {
  
}
}@media (max-width: 767px){#s-04baca2a-e612-4828-a824-b9cc7473b0b0 {
  
}
}







#s-04baca2a-e612-4828-a824-b9cc7473b0b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04baca2a-e612-4828-a824-b9cc7473b0b0.shg-box.shg-c {
  justify-content: center;
}

#s-b0c08c50-7455-4e9f-aa9b-947e5163bcf0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
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-b0c08c50-7455-4e9f-aa9b-947e5163bcf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0c08c50-7455-4e9f-aa9b-947e5163bcf0.shg-box.shg-c {
  justify-content: center;
}

#s-baccced7-4a6a-4d9e-904b-2f03fb9e67a7 {
  max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-baccced7-4a6a-4d9e-904b-2f03fb9e67a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-baccced7-4a6a-4d9e-904b-2f03fb9e67a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-baccced7-4a6a-4d9e-904b-2f03fb9e67a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-baccced7-4a6a-4d9e-904b-2f03fb9e67a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-17add871-a886-4e56-9614-7065b52762fb {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(178, 10, 12, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
background-color: rgba(208, 44, 47, 1);
}








#s-17add871-a886-4e56-9614-7065b52762fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17add871-a886-4e56-9614-7065b52762fb.shg-box.shg-c {
  justify-content: center;
}

#s-ac37d5b1-301b-4205-a1fa-cbf23a18fb7e {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac37d5b1-301b-4205-a1fa-cbf23a18fb7e .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-e2df7dea-da88-48d8-af71-36178f5e3ef2 {
  margin-bottom: 10px;
}

#s-9d60ee71-3475-491b-ad73-4c4090643009 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}

#s-9d60ee71-3475-491b-ad73-4c4090643009 {
  background-image: url(https://i.shgcdn.com/dda14c05-72b7-45f4-aaa6-1596d38afc03/);
}








#s-9d60ee71-3475-491b-ad73-4c4090643009 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-9d60ee71-3475-491b-ad73-4c4090643009 {
  cursor: pointer;
}#s-9d60ee71-3475-491b-ad73-4c4090643009.shg-box.shg-c {
  justify-content: flex-end;
}

#s-37a60586-4bcb-4f71-9ef6-d7c371a82f10 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-37a60586-4bcb-4f71-9ef6-d7c371a82f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a60586-4bcb-4f71-9ef6-d7c371a82f10.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
      position: relative;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
      position: relative;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
      position: relative;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
      position: relative;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container {
      position: relative;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-406e99d7-0fec-4e5b-8ff7-98cf0441dbd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-aab74f9f-a208-482c-a142-3691013831cc {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-aab74f9f-a208-482c-a142-3691013831cc .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-f197e82c-18f7-474d-b04e-30ad11716c73 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
background-position: center center;
opacity: 1;
}

#s-f197e82c-18f7-474d-b04e-30ad11716c73 {
  background-image: url(https://i.shgcdn.com/79a410d1-37b4-4218-8b92-88e7862edb21/);
}








#s-f197e82c-18f7-474d-b04e-30ad11716c73 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-f197e82c-18f7-474d-b04e-30ad11716c73 {
  cursor: pointer;
}#s-f197e82c-18f7-474d-b04e-30ad11716c73.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3de9dfb3-06b6-4ad1-92b9-41dbdf3fb45d {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-3de9dfb3-06b6-4ad1-92b9-41dbdf3fb45d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3de9dfb3-06b6-4ad1-92b9-41dbdf3fb45d.shg-box.shg-c {
  justify-content: center;
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
      position: relative;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
      position: relative;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
      position: relative;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
      position: relative;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container {
      position: relative;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06a72ba4-1884-4ac2-8400-1372c4e4c1ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-1ceb4c57-92f5-4a12-b8b7-a8508c407e05 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
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-1ceb4c57-92f5-4a12-b8b7-a8508c407e05 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6d155345-09ae-49f1-9c54-3dec502ac6bf {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}

#s-6d155345-09ae-49f1-9c54-3dec502ac6bf {
  background-image: url(https://i.shgcdn.com/d4b4dcb0-73cf-4765-9f31-81a76f759b43/);
}








#s-6d155345-09ae-49f1-9c54-3dec502ac6bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-6d155345-09ae-49f1-9c54-3dec502ac6bf {
  cursor: pointer;
}#s-6d155345-09ae-49f1-9c54-3dec502ac6bf.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f0ef24c4-e330-4ad4-aa27-e1d69888f543 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-f0ef24c4-e330-4ad4-aa27-e1d69888f543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0ef24c4-e330-4ad4-aa27-e1d69888f543.shg-box.shg-c {
  justify-content: center;
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
      position: relative;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 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-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
      position: relative;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 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-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
      position: relative;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 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-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
      position: relative;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 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-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container {
      position: relative;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-092c0c7f-f67f-4f9c-92c9-95ac4fbf32d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ee77b155-5b65-4e3a-8bba-377da4df9f46 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-ee77b155-5b65-4e3a-8bba-377da4df9f46 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-df31517b-919a-43b7-866e-b65f4a20e0b8 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-df31517b-919a-43b7-866e-b65f4a20e0b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-df31517b-919a-43b7-866e-b65f4a20e0b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-df31517b-919a-43b7-866e-b65f4a20e0b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-df31517b-919a-43b7-866e-b65f4a20e0b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8c9b22cd-9b8f-4d0d-99b1-d3a8d8fbe509 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-8c9b22cd-9b8f-4d0d-99b1-d3a8d8fbe509 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8c9b22cd-9b8f-4d0d-99b1-d3a8d8fbe509 {
  cursor: pointer;
}#s-8c9b22cd-9b8f-4d0d-99b1-d3a8d8fbe509.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7a04bba6-4f6b-48a5-aaac-1bdfb73fa056 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-7a04bba6-4f6b-48a5-aaac-1bdfb73fa056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a04bba6-4f6b-48a5-aaac-1bdfb73fa056.shg-box.shg-c {
  justify-content: center;
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
      position: relative;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
      position: relative;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
      position: relative;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
      position: relative;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container {
      position: relative;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d7a9e0-2835-4270-8ea8-a6c7313f3f79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-b02f6edb-cfbc-4f82-8de4-fe8503eea478 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-b02f6edb-cfbc-4f82-8de4-fe8503eea478 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-192d4441-e053-4370-b922-e79da3ec6c20 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-192d4441-e053-4370-b922-e79da3ec6c20 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-192d4441-e053-4370-b922-e79da3ec6c20 {
  cursor: pointer;
}#s-192d4441-e053-4370-b922-e79da3ec6c20.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1a8bcd24-d28a-4b93-9b26-750197744ed1 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-1a8bcd24-d28a-4b93-9b26-750197744ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a8bcd24-d28a-4b93-9b26-750197744ed1.shg-box.shg-c {
  justify-content: center;
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-content {
  
    align-items: center;
  
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e70cc09-6481-48a9-b347-608e32de81cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
      position: relative;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e70cc09-6481-48a9-b347-608e32de81cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-content {
  
    align-items: center;
  
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e70cc09-6481-48a9-b347-608e32de81cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
      position: relative;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-2e70cc09-6481-48a9-b347-608e32de81cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-content {
  
    align-items: center;
  
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e70cc09-6481-48a9-b347-608e32de81cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
      position: relative;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-2e70cc09-6481-48a9-b347-608e32de81cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-content {
  
    align-items: center;
  
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e70cc09-6481-48a9-b347-608e32de81cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
      position: relative;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-2e70cc09-6481-48a9-b347-608e32de81cc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e70cc09-6481-48a9-b347-608e32de81cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2e70cc09-6481-48a9-b347-608e32de81cc .shogun-image-content {
  
    align-items: center;
  
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e70cc09-6481-48a9-b347-608e32de81cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container {
      position: relative;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e70cc09-6481-48a9-b347-608e32de81cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-15004714-758b-4548-83ff-6923335665ea {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-15004714-758b-4548-83ff-6923335665ea .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-88a19da3-901b-4a81-9e9e-a034b1909f00 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
background-position: center center;
opacity: 1;
}








#s-88a19da3-901b-4a81-9e9e-a034b1909f00 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-88a19da3-901b-4a81-9e9e-a034b1909f00 {
  cursor: pointer;
}#s-88a19da3-901b-4a81-9e9e-a034b1909f00.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6ef70118-5e3c-4953-9f4c-72c6f13ce5a4 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-6ef70118-5e3c-4953-9f4c-72c6f13ce5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ef70118-5e3c-4953-9f4c-72c6f13ce5a4.shg-box.shg-c {
  justify-content: center;
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
      position: relative;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
      position: relative;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
      position: relative;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
      position: relative;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container {
      position: relative;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c755a772-10e2-4333-9cc7-ac99ebaa53c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e2343b79-a369-419a-a54e-4b32654083a0 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
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-e2343b79-a369-419a-a54e-4b32654083a0 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a94ef1e7-55fe-4989-b49f-016dac537019 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-a94ef1e7-55fe-4989-b49f-016dac537019 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a94ef1e7-55fe-4989-b49f-016dac537019 {
  cursor: pointer;
}#s-a94ef1e7-55fe-4989-b49f-016dac537019.shg-box.shg-c {
  justify-content: flex-end;
}

#s-20ce9d5d-9afa-4497-979f-6cefa5fc7056 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-20ce9d5d-9afa-4497-979f-6cefa5fc7056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20ce9d5d-9afa-4497-979f-6cefa5fc7056.shg-box.shg-c {
  justify-content: center;
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
      position: relative;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
      position: relative;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
      position: relative;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
      position: relative;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container {
      position: relative;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc86e64d-07d1-4f9c-b83f-6e99bfcde792 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-d7db0d44-3709-49d1-97b6-e5e8e530858c {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-d7db0d44-3709-49d1-97b6-e5e8e530858c .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-69b41962-0b11-4105-a52d-b7322a0fd0af {
  min-height: 50px;
}








#s-69b41962-0b11-4105-a52d-b7322a0fd0af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69b41962-0b11-4105-a52d-b7322a0fd0af.shg-box.shg-c {
  justify-content: center;
}

#s-46714d79-13d4-406e-b7d0-50875ca8eee1 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46714d79-13d4-406e-b7d0-50875ca8eee1"] > .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-5afaa90d-8e42-47e4-92d6-02848c068555 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}





  #s-5afaa90d-8e42-47e4-92d6-02848c068555 img.shogun-image,
  #s-5afaa90d-8e42-47e4-92d6-02848c068555 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5afaa90d-8e42-47e4-92d6-02848c068555 {
    width: 100%;
    height: auto;
  }



  #s-5afaa90d-8e42-47e4-92d6-02848c068555 img.shogun-image {
    

    
    
    
  }


#s-5afaa90d-8e42-47e4-92d6-02848c068555 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc9eb5d-7e9a-4920-a54f-3937a896c393 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-color: rgba(244, 244, 244, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-fdc9eb5d-7e9a-4920-a54f-3937a896c393 {
  
}
}@media (max-width: 767px){#s-fdc9eb5d-7e9a-4920-a54f-3937a896c393 {
  
}
}







#s-fdc9eb5d-7e9a-4920-a54f-3937a896c393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdc9eb5d-7e9a-4920-a54f-3937a896c393.shg-box.shg-c {
  justify-content: center;
}

#s-bb38fefe-ea1f-473d-a1d3-742fbf3ed7a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
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-bb38fefe-ea1f-473d-a1d3-742fbf3ed7a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb38fefe-ea1f-473d-a1d3-742fbf3ed7a0.shg-box.shg-c {
  justify-content: center;
}

#s-896573eb-e699-4dae-80b3-50df44bfb88c {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-896573eb-e699-4dae-80b3-50df44bfb88c .shogun-heading-component h3 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-495be01f-15c0-4b01-8550-af473775d691 {
  margin-bottom: 10px;
}

#s-be43b5f2-05be-4372-b3c7-2ac23d7864f4 {
  max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-be43b5f2-05be-4372-b3c7-2ac23d7864f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-be43b5f2-05be-4372-b3c7-2ac23d7864f4"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-be43b5f2-05be-4372-b3c7-2ac23d7864f4"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-be43b5f2-05be-4372-b3c7-2ac23d7864f4"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-1a31e84a-fa5f-4662-a008-048ad1827506 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 400px;
background-position: center bottom;
opacity: 1;
}








#s-1a31e84a-fa5f-4662-a008-048ad1827506 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1a31e84a-fa5f-4662-a008-048ad1827506 {
  cursor: pointer;
}#s-1a31e84a-fa5f-4662-a008-048ad1827506.shg-box.shg-c {
  justify-content: flex-end;
}

#s-11a03083-ab7a-4975-8fef-b46bb7dfe8c0 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
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-11a03083-ab7a-4975-8fef-b46bb7dfe8c0 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2f7ee174-6da7-49d3-937b-ffb4e4e533db {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 400px;
background-position: center center;
}








#s-2f7ee174-6da7-49d3-937b-ffb4e4e533db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2f7ee174-6da7-49d3-937b-ffb4e4e533db {
  cursor: pointer;
}#s-2f7ee174-6da7-49d3-937b-ffb4e4e533db.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2c01b0f8-98e8-488d-899c-3ba79fd2ec22 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-2c01b0f8-98e8-488d-899c-3ba79fd2ec22 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-7ab4843c-25be-467b-9aac-2a53fb2c418c {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 400px;
background-position: center center;
}








#s-7ab4843c-25be-467b-9aac-2a53fb2c418c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-7ab4843c-25be-467b-9aac-2a53fb2c418c {
  cursor: pointer;
}#s-7ab4843c-25be-467b-9aac-2a53fb2c418c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-830bf95d-f759-4b49-b13d-834a8f96f3e7 {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-830bf95d-f759-4b49-b13d-834a8f96f3e7 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-77eb7b8b-5d38-4fa9-ad8c-88bada5a5b5c {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 400px;
background-position: center center;
opacity: 1;
}








#s-77eb7b8b-5d38-4fa9-ad8c-88bada5a5b5c > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-77eb7b8b-5d38-4fa9-ad8c-88bada5a5b5c {
  cursor: pointer;
}#s-77eb7b8b-5d38-4fa9-ad8c-88bada5a5b5c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-54a540b4-040e-4365-ab77-28bd531ea17a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
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-54a540b4-040e-4365-ab77-28bd531ea17a .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-dcc8a8a6-33a3-4157-90e9-d0ac0dcb3bcb {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 400px;
background-position: center center;
}








#s-dcc8a8a6-33a3-4157-90e9-d0ac0dcb3bcb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-dcc8a8a6-33a3-4157-90e9-d0ac0dcb3bcb {
  cursor: pointer;
}#s-dcc8a8a6-33a3-4157-90e9-d0ac0dcb3bcb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0cd97ec2-9361-469a-b340-6c22d055ec44 {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-0cd97ec2-9361-469a-b340-6c22d055ec44 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-b3496e20-2fde-4680-ba59-e55ae26d6e4f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
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(0, 105, 55, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(208, 44, 47, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3496e20-2fde-4680-ba59-e55ae26d6e4f {
  
}
}@media (max-width: 767px){#s-b3496e20-2fde-4680-ba59-e55ae26d6e4f {
  
}
}







#s-b3496e20-2fde-4680-ba59-e55ae26d6e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3496e20-2fde-4680-ba59-e55ae26d6e4f.shg-box.shg-c {
  justify-content: center;
}

#s-8e6e047a-e506-4375-a254-a125b76cca32 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
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: none;
border-radius: 10px;
min-height: 50px;
max-width: 1365px;
background-color: rgba(0, 105, 55, 0);
}








#s-8e6e047a-e506-4375-a254-a125b76cca32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e6e047a-e506-4375-a254-a125b76cca32.shg-box.shg-c {
  justify-content: center;
}

#s-2e3aefc6-94aa-4d63-b0f7-72ee1248909c {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e3aefc6-94aa-4d63-b0f7-72ee1248909c .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-1a7fd0ca-1912-4a81-8979-09d9fe97f469 {
  margin-bottom: 0px;
}

#s-2d1057e0-f36e-4dec-abb5-f3289fc579c3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-2d1057e0-f36e-4dec-abb5-f3289fc579c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2d1057e0-f36e-4dec-abb5-f3289fc579c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2d1057e0-f36e-4dec-abb5-f3289fc579c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2d1057e0-f36e-4dec-abb5-f3289fc579c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d8b787e9-9a8c-4a46-bee8-f353a5f996a1 {
  box-shadow:2px 2px 5px 2px rgba(162, 8, 11, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
background-position: center center;
opacity: 1;
}








#s-d8b787e9-9a8c-4a46-bee8-f353a5f996a1 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-d8b787e9-9a8c-4a46-bee8-f353a5f996a1 {
  cursor: pointer;
}#s-d8b787e9-9a8c-4a46-bee8-f353a5f996a1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c09d37ff-fd87-4d93-affe-218b9d62b621 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c09d37ff-fd87-4d93-affe-218b9d62b621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c09d37ff-fd87-4d93-affe-218b9d62b621.shg-box.shg-c {
  justify-content: center;
}

#s-ff5221b9-deff-4b05-887c-f634ed4a7daf {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
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-ff5221b9-deff-4b05-887c-f634ed4a7daf .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1a4091e6-35bf-490e-8aaa-f191ab123621 {
  box-shadow:2px 2px 5px 2px rgba(162, 8, 11, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-1a4091e6-35bf-490e-8aaa-f191ab123621 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1a4091e6-35bf-490e-8aaa-f191ab123621 {
  cursor: pointer;
}#s-1a4091e6-35bf-490e-8aaa-f191ab123621.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3fc123c2-8378-44b4-8cd8-900c4a00995c {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-3fc123c2-8378-44b4-8cd8-900c4a00995c .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-73bef348-3d6b-4ef5-be46-bdaee5bfcde7 {
  box-shadow:2px 2px 5px 2px rgba(162, 8, 11, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-73bef348-3d6b-4ef5-be46-bdaee5bfcde7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-73bef348-3d6b-4ef5-be46-bdaee5bfcde7 {
  cursor: pointer;
}#s-73bef348-3d6b-4ef5-be46-bdaee5bfcde7.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3f140199-a5d1-4177-8f18-525b20ff420d {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-3f140199-a5d1-4177-8f18-525b20ff420d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-333b446d-50b7-49be-8016-83e13550881f {
  box-shadow:2px 2px 5px 2px rgba(162, 8, 11, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-333b446d-50b7-49be-8016-83e13550881f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-333b446d-50b7-49be-8016-83e13550881f {
  cursor: pointer;
}#s-333b446d-50b7-49be-8016-83e13550881f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1a0e3411-5706-4fce-9e2f-08c2bba140f9 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-1a0e3411-5706-4fce-9e2f-08c2bba140f9 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-448a0aeb-682e-42b9-aab5-9a39f4e669aa {
  background-repeat: no-repeat;
margin-bottom: 0px;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-448a0aeb-682e-42b9-aab5-9a39f4e669aa {
  
}
}
#s-448a0aeb-682e-42b9-aab5-9a39f4e669aa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY4MTQxZDEtZGIxOS00YjI3LWFhNWMtNDdkNzQ0YjY0NWI3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZjgxNDFkMS1kYjE5LTRiMjctYWE1Yy00N2Q3NDRiNjQ1YjcpIi8+PC9zdmc+);
}








#s-448a0aeb-682e-42b9-aab5-9a39f4e669aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-448a0aeb-682e-42b9-aab5-9a39f4e669aa.shg-box.shg-c {
  justify-content: center;
}

#s-b9f00782-ce33-47cf-94ec-5a89d0389828 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
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: 10px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(244, 244, 244, 0);
}








#s-b9f00782-ce33-47cf-94ec-5a89d0389828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9f00782-ce33-47cf-94ec-5a89d0389828.shg-box.shg-c {
  justify-content: flex-end;
}

#s-50086f8e-52fd-4114-b709-a644f02812fa {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-50086f8e-52fd-4114-b709-a644f02812fa .shogun-heading-component h4 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-45ef08f5-4b5a-41e8-93c0-ec0c8a133142 {
  margin-top: 10px;
margin-bottom: 25px;
}

#s-19e99e15-cc1d-4162-b2e0-86b88126b2f6 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.15);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-19e99e15-cc1d-4162-b2e0-86b88126b2f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19e99e15-cc1d-4162-b2e0-86b88126b2f6.shg-box.shg-c {
  justify-content: flex-end;
}

#s-57866c58-4dbf-4d5f-b094-7651b70b529c {
  margin-top: 60px;
text-align: left;
}

#s-9cdadcf1-96d0-4610-853b-90fe398ea50d {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 1);
}








#s-9cdadcf1-96d0-4610-853b-90fe398ea50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cdadcf1-96d0-4610-853b-90fe398ea50d.shg-box.shg-c {
  justify-content: center;
}

#s-1fabec11-e554-420f-8404-12db381725c1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-1fabec11-e554-420f-8404-12db381725c1 .shogun-heading-component h3 {
  color: rgba(208, 44, 47, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-ce0d0b88-24bf-4c7d-a65f-790fb87e38a8 {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-ce0d0b88-24bf-4c7d-a65f-790fb87e38a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-ce0d0b88-24bf-4c7d-a65f-790fb87e38a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ce0d0b88-24bf-4c7d-a65f-790fb87e38a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ce0d0b88-24bf-4c7d-a65f-790fb87e38a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-46d3f95c-f96d-4910-99cf-3a1182e76570 {
  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-46d3f95c-f96d-4910-99cf-3a1182e76570 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-46d3f95c-f96d-4910-99cf-3a1182e76570 {
  cursor: pointer;
}#s-46d3f95c-f96d-4910-99cf-3a1182e76570.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
      position: relative;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 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-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
      position: relative;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 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-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
      position: relative;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 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-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
      position: relative;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 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-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container {
      position: relative;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe2580e-ec12-4595-af5c-519f2bfcb8c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-9db0754f-8032-411b-aaf6-df2253600e62 {
  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-9db0754f-8032-411b-aaf6-df2253600e62 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-d7c85ad6-0f1f-4927-b5c2-3999dd66d991 {
  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-d7c85ad6-0f1f-4927-b5c2-3999dd66d991 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-d7c85ad6-0f1f-4927-b5c2-3999dd66d991 {
  cursor: pointer;
}#s-d7c85ad6-0f1f-4927-b5c2-3999dd66d991.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
      position: relative;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec 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-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
      position: relative;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec 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-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
      position: relative;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec 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-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
      position: relative;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec 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-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container {
      position: relative;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbdd6275-8197-4d3c-ae76-34e37ff2b7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-5bdfb798-0077-442e-8ea1-768e15673fec {
  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-5bdfb798-0077-442e-8ea1-768e15673fec .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-10229392-07e5-4762-9889-c41c6f9a790b {
  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-10229392-07e5-4762-9889-c41c6f9a790b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-10229392-07e5-4762-9889-c41c6f9a790b {
  cursor: pointer;
}#s-10229392-07e5-4762-9889-c41c6f9a790b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-content {
  
    align-items: center;
  
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
      position: relative;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 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-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-content {
  
    align-items: center;
  
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
      position: relative;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 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-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-content {
  
    align-items: center;
  
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
      position: relative;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 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-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-content {
  
    align-items: center;
  
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
      position: relative;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 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-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 .shogun-image-content {
  
    align-items: center;
  
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container {
      position: relative;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0190f0d1-4865-47fa-90f8-6bda8e3f0c27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-269be225-00a0-4d29-b7d5-cc83d5ed5a66 {
  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-269be225-00a0-4d29-b7d5-cc83d5ed5a66 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-4933a2b5-4d44-478e-b8b4-dd26f6dda6b4 {
  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-4933a2b5-4d44-478e-b8b4-dd26f6dda6b4 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-4933a2b5-4d44-478e-b8b4-dd26f6dda6b4 {
  cursor: pointer;
}#s-4933a2b5-4d44-478e-b8b4-dd26f6dda6b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-380d3dd5-343e-416b-980e-ff7de0cd514e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-content {
  
    align-items: center;
  
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-380d3dd5-343e-416b-980e-ff7de0cd514e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
      position: relative;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e 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-380d3dd5-343e-416b-980e-ff7de0cd514e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-380d3dd5-343e-416b-980e-ff7de0cd514e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-content {
  
    align-items: center;
  
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-380d3dd5-343e-416b-980e-ff7de0cd514e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
      position: relative;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e 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-380d3dd5-343e-416b-980e-ff7de0cd514e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-380d3dd5-343e-416b-980e-ff7de0cd514e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-content {
  
    align-items: center;
  
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-380d3dd5-343e-416b-980e-ff7de0cd514e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
      position: relative;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e 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-380d3dd5-343e-416b-980e-ff7de0cd514e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-380d3dd5-343e-416b-980e-ff7de0cd514e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-content {
  
    align-items: center;
  
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-380d3dd5-343e-416b-980e-ff7de0cd514e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
      position: relative;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e 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-380d3dd5-343e-416b-980e-ff7de0cd514e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-380d3dd5-343e-416b-980e-ff7de0cd514e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-380d3dd5-343e-416b-980e-ff7de0cd514e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-380d3dd5-343e-416b-980e-ff7de0cd514e .shogun-image-content {
  
    align-items: center;
  
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-380d3dd5-343e-416b-980e-ff7de0cd514e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container {
      position: relative;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-380d3dd5-343e-416b-980e-ff7de0cd514e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-25ed22d7-3723-4309-99e7-30b0fbfaab9d {
  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-25ed22d7-3723-4309-99e7-30b0fbfaab9d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-74c41d9d-3b34-40b8-859f-3fe2637f8baa {
  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-74c41d9d-3b34-40b8-859f-3fe2637f8baa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-74c41d9d-3b34-40b8-859f-3fe2637f8baa {
  cursor: pointer;
}#s-74c41d9d-3b34-40b8-859f-3fe2637f8baa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebef322c-579d-4269-91e4-90153907e6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebef322c-579d-4269-91e4-90153907e6f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
      position: relative;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5 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-ebef322c-579d-4269-91e4-90153907e6f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebef322c-579d-4269-91e4-90153907e6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebef322c-579d-4269-91e4-90153907e6f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
      position: relative;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5 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-ebef322c-579d-4269-91e4-90153907e6f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebef322c-579d-4269-91e4-90153907e6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebef322c-579d-4269-91e4-90153907e6f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
      position: relative;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5 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-ebef322c-579d-4269-91e4-90153907e6f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebef322c-579d-4269-91e4-90153907e6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebef322c-579d-4269-91e4-90153907e6f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
      position: relative;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5 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-ebef322c-579d-4269-91e4-90153907e6f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebef322c-579d-4269-91e4-90153907e6f5 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebef322c-579d-4269-91e4-90153907e6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebef322c-579d-4269-91e4-90153907e6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-ebef322c-579d-4269-91e4-90153907e6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebef322c-579d-4269-91e4-90153907e6f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container {
      position: relative;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebef322c-579d-4269-91e4-90153907e6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-36208e64-afd8-479d-80d3-38f7fe155723 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-36208e64-afd8-479d-80d3-38f7fe155723 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-0a7e022d-810f-494b-b6fb-e783b44bd533 {
  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-0a7e022d-810f-494b-b6fb-e783b44bd533 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0a7e022d-810f-494b-b6fb-e783b44bd533 {
  cursor: pointer;
}#s-0a7e022d-810f-494b-b6fb-e783b44bd533.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c970c6f-9d57-4312-88cb-4abc20156e53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
      position: relative;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 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-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c970c6f-9d57-4312-88cb-4abc20156e53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
      position: relative;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 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-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c970c6f-9d57-4312-88cb-4abc20156e53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
      position: relative;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 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-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c970c6f-9d57-4312-88cb-4abc20156e53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
      position: relative;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 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-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c970c6f-9d57-4312-88cb-4abc20156e53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4c970c6f-9d57-4312-88cb-4abc20156e53 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container {
      position: relative;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c970c6f-9d57-4312-88cb-4abc20156e53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-381c2fae-2921-4bf5-a161-063e476e0699 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-381c2fae-2921-4bf5-a161-063e476e0699 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bdbf8406-13fa-4524-83f9-b155d84feb13 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}

#s-bdbf8406-13fa-4524-83f9-b155d84feb13 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2ZiMGJjZjMtZDcxZC00Mzg0LThlNjktYTUzOGY0MWNkNTQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZmIwYmNmMy1kNzFkLTQzODQtOGU2OS1hNTM4ZjQxY2Q1NDcpIi8+PC9zdmc+);
}








#s-bdbf8406-13fa-4524-83f9-b155d84feb13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdbf8406-13fa-4524-83f9-b155d84feb13.shg-box.shg-c {
  justify-content: center;
}

#s-8e988fb1-c9cf-4b70-8c2b-b9b1e1e1ce15 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-8e988fb1-c9cf-4b70-8c2b-b9b1e1e1ce15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e988fb1-c9cf-4b70-8c2b-b9b1e1e1ce15.shg-box.shg-c {
  justify-content: center;
}

#s-d8c4bbea-d8f6-4da7-b196-90c36a8aa3ca {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8c4bbea-d8f6-4da7-b196-90c36a8aa3ca .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-06ed9710-0ce2-4b6e-8983-948286a98d4d {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-06ed9710-0ce2-4b6e-8983-948286a98d4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-06ed9710-0ce2-4b6e-8983-948286a98d4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-06ed9710-0ce2-4b6e-8983-948286a98d4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-06ed9710-0ce2-4b6e-8983-948286a98d4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-87329eeb-a5ab-43be-9293-f48c307a724e {
  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-87329eeb-a5ab-43be-9293-f48c307a724e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87329eeb-a5ab-43be-9293-f48c307a724e.shg-box.shg-c {
  justify-content: center;
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-e5eba6ac-b745-4f31-ac01-0f790dec6824:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
      position: relative;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 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-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
      position: relative;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 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-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
      position: relative;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 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-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
      position: relative;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 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-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5eba6ac-b745-4f31-ac01-0f790dec6824 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e5eba6ac-b745-4f31-ac01-0f790dec6824 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container {
      position: relative;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5eba6ac-b745-4f31-ac01-0f790dec6824 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-1e7da711-feb3-439b-abbc-8605d6ab5b60 {
  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-1e7da711-feb3-439b-abbc-8605d6ab5b60: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-1e7da711-feb3-439b-abbc-8605d6ab5b60: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-1e7da711-feb3-439b-abbc-8605d6ab5b60-root {
    text-align: center;
  }


#s-1e7da711-feb3-439b-abbc-8605d6ab5b60.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e7da711-feb3-439b-abbc-8605d6ab5b60-root {
    text-align: center;
  }


#s-1e7da711-feb3-439b-abbc-8605d6ab5b60.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-1e7da711-feb3-439b-abbc-8605d6ab5b60-root {
    text-align: center;
  }


#s-1e7da711-feb3-439b-abbc-8605d6ab5b60.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-1e7da711-feb3-439b-abbc-8605d6ab5b60-root {
    text-align: center;
  }


#s-1e7da711-feb3-439b-abbc-8605d6ab5b60.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e7da711-feb3-439b-abbc-8605d6ab5b60-root {
    text-align: center;
  }


#s-1e7da711-feb3-439b-abbc-8605d6ab5b60.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-5ab89701-1fc9-44df-980e-a2b04e4e8a30 {
  min-height: 50px;
}








#s-5ab89701-1fc9-44df-980e-a2b04e4e8a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ab89701-1fc9-44df-980e-a2b04e4e8a30.shg-box.shg-c {
  justify-content: center;
}

#s-b2002007-ada8-4994-bd6e-0305682f6620 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-b2002007-ada8-4994-bd6e-0305682f6620:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-b2002007-ada8-4994-bd6e-0305682f6620 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-b2002007-ada8-4994-bd6e-0305682f6620 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2002007-ada8-4994-bd6e-0305682f6620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2002007-ada8-4994-bd6e-0305682f6620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
      position: relative;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620 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-b2002007-ada8-4994-bd6e-0305682f6620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b2002007-ada8-4994-bd6e-0305682f6620 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2002007-ada8-4994-bd6e-0305682f6620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2002007-ada8-4994-bd6e-0305682f6620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
      position: relative;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620 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-b2002007-ada8-4994-bd6e-0305682f6620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b2002007-ada8-4994-bd6e-0305682f6620 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2002007-ada8-4994-bd6e-0305682f6620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2002007-ada8-4994-bd6e-0305682f6620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
      position: relative;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620 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-b2002007-ada8-4994-bd6e-0305682f6620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b2002007-ada8-4994-bd6e-0305682f6620 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2002007-ada8-4994-bd6e-0305682f6620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2002007-ada8-4994-bd6e-0305682f6620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
      position: relative;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620 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-b2002007-ada8-4994-bd6e-0305682f6620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b2002007-ada8-4994-bd6e-0305682f6620 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2002007-ada8-4994-bd6e-0305682f6620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2002007-ada8-4994-bd6e-0305682f6620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2002007-ada8-4994-bd6e-0305682f6620 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2002007-ada8-4994-bd6e-0305682f6620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container {
      position: relative;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2002007-ada8-4994-bd6e-0305682f6620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-07baaf52-9800-4367-b654-c688830e225f {
  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-07baaf52-9800-4367-b654-c688830e225f: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-07baaf52-9800-4367-b654-c688830e225f: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-07baaf52-9800-4367-b654-c688830e225f-root {
    text-align: center;
  }


#s-07baaf52-9800-4367-b654-c688830e225f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07baaf52-9800-4367-b654-c688830e225f-root {
    text-align: center;
  }


#s-07baaf52-9800-4367-b654-c688830e225f.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-07baaf52-9800-4367-b654-c688830e225f-root {
    text-align: center;
  }


#s-07baaf52-9800-4367-b654-c688830e225f.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-07baaf52-9800-4367-b654-c688830e225f-root {
    text-align: center;
  }


#s-07baaf52-9800-4367-b654-c688830e225f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07baaf52-9800-4367-b654-c688830e225f-root {
    text-align: center;
  }


#s-07baaf52-9800-4367-b654-c688830e225f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-45b3b5de-1f87-43b1-ae03-c4cc4ecbc9db {
  min-height: 50px;
}








#s-45b3b5de-1f87-43b1-ae03-c4cc4ecbc9db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45b3b5de-1f87-43b1-ae03-c4cc4ecbc9db.shg-box.shg-c {
  justify-content: center;
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
      position: relative;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b 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-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
      position: relative;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b 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-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
      position: relative;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b 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-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
      position: relative;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b 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-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container {
      position: relative;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e950c56-905e-4cc8-a6c1-27d05b68eb1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7 {
  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-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7: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-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7: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-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7-root {
    text-align: center;
  }


#s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7-root {
    text-align: center;
  }


#s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7.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-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7-root {
    text-align: center;
  }


#s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7.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-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7-root {
    text-align: center;
  }


#s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7-root {
    text-align: center;
  }


#s-a499f5d2-2c23-4ee2-b504-bba96c3d7bf7.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-06a53ad9-63ab-4257-89b7-b44e02676925 {
  min-height: 50px;
}








#s-06a53ad9-63ab-4257-89b7-b44e02676925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06a53ad9-63ab-4257-89b7-b44e02676925.shg-box.shg-c {
  justify-content: center;
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-d32c26f8-ec75-40ac-95ee-96e63854d932:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32c26f8-ec75-40ac-95ee-96e63854d932 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
      position: relative;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 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-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32c26f8-ec75-40ac-95ee-96e63854d932 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
      position: relative;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 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-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32c26f8-ec75-40ac-95ee-96e63854d932 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
      position: relative;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 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-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32c26f8-ec75-40ac-95ee-96e63854d932 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
      position: relative;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 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-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32c26f8-ec75-40ac-95ee-96e63854d932 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d32c26f8-ec75-40ac-95ee-96e63854d932 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container {
      position: relative;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32c26f8-ec75-40ac-95ee-96e63854d932 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-204eb42e-2182-4a4f-890c-73b8bc693364 {
  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-204eb42e-2182-4a4f-890c-73b8bc693364: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-204eb42e-2182-4a4f-890c-73b8bc693364: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-204eb42e-2182-4a4f-890c-73b8bc693364-root {
    text-align: center;
  }


#s-204eb42e-2182-4a4f-890c-73b8bc693364.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-204eb42e-2182-4a4f-890c-73b8bc693364-root {
    text-align: center;
  }


#s-204eb42e-2182-4a4f-890c-73b8bc693364.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-204eb42e-2182-4a4f-890c-73b8bc693364-root {
    text-align: center;
  }


#s-204eb42e-2182-4a4f-890c-73b8bc693364.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-204eb42e-2182-4a4f-890c-73b8bc693364-root {
    text-align: center;
  }


#s-204eb42e-2182-4a4f-890c-73b8bc693364.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-204eb42e-2182-4a4f-890c-73b8bc693364-root {
    text-align: center;
  }


#s-204eb42e-2182-4a4f-890c-73b8bc693364.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;
  }
}
