.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-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 {
  display: none;
}
#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442, #wrap-s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442, #wrap-content-s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 { display: none !important; }}@media (max-width: 767px){#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 {
  display: none;
}
#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442, #wrap-s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442, #wrap-content-s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 { display: none !important; }}
#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 {
  background-image: url(https://i.shgcdn.com/3212f567-a7dc-4948-88ce-24a7a052086a/);
}








#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-6ed273bf-7ad1-4bdb-ab4c-0a08753c4442.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e551073-54b1-4cae-8aff-2f0e1889f335 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-9e551073-54b1-4cae-8aff-2f0e1889f335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e551073-54b1-4cae-8aff-2f0e1889f335.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-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4efc3c3c-f3f4-49e0-8f54-70c0bd2c1f46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

#s-15247e7e-565a-4d1d-8ba6-1d11d1796bb5 {
  margin-left: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-15247e7e-565a-4d1d-8ba6-1d11d1796bb5 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 62px;
  line-height: 1em;
  
  text-align: left;
}



#s-539cb441-0356-4602-a46b-81a3656dd722 {
  margin-left: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-539cb441-0356-4602-a46b-81a3656dd722 .shogun-heading-component h3 {
  color: rgba(133, 220, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  
  text-align: left;
}



#s-6ce4acdb-807d-4e4b-9976-7490970d92c7 {
  margin-top: 25px;
margin-left: 15px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 30%;
text-align: left;
}

#s-6ce4acdb-807d-4e4b-9976-7490970d92c7 .shogun-heading-component h5 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.35em;
  
  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-3c01b092-c906-41e8-82c0-b95648d5f21d {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(164, 245, 107, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3c01b092-c906-41e8-82c0-b95648d5f21d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(244, 244, 244, 0.15) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c01b092-c906-41e8-82c0-b95648d5f21d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c01b092-c906-41e8-82c0-b95648d5f21d-root {
    text-align: left;
  }


#s-3c01b092-c906-41e8-82c0-b95648d5f21d.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c01b092-c906-41e8-82c0-b95648d5f21d-root {
    text-align: left;
  }


#s-3c01b092-c906-41e8-82c0-b95648d5f21d.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c01b092-c906-41e8-82c0-b95648d5f21d-root {
    text-align: left;
  }


#s-3c01b092-c906-41e8-82c0-b95648d5f21d.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c01b092-c906-41e8-82c0-b95648d5f21d-root {
    text-align: left;
  }


#s-3c01b092-c906-41e8-82c0-b95648d5f21d.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c01b092-c906-41e8-82c0-b95648d5f21d-root {
    text-align: left;
  }


#s-3c01b092-c906-41e8-82c0-b95648d5f21d.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-29c63fb4-ce43-46be-96f2-794909ebf201 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
background-position: left center;
}
@media (min-width: 1200px){#s-29c63fb4-ce43-46be-96f2-794909ebf201 {
  display: none;
}
#s-29c63fb4-ce43-46be-96f2-794909ebf201, #wrap-s-29c63fb4-ce43-46be-96f2-794909ebf201, #wrap-content-s-29c63fb4-ce43-46be-96f2-794909ebf201 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29c63fb4-ce43-46be-96f2-794909ebf201 {
  display: none;
}
#s-29c63fb4-ce43-46be-96f2-794909ebf201, #wrap-s-29c63fb4-ce43-46be-96f2-794909ebf201, #wrap-content-s-29c63fb4-ce43-46be-96f2-794909ebf201 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29c63fb4-ce43-46be-96f2-794909ebf201 {
  
}
}@media (max-width: 767px){#s-29c63fb4-ce43-46be-96f2-794909ebf201 {
  
}
}
#s-29c63fb4-ce43-46be-96f2-794909ebf201 {
  background-image: url(https://i.shgcdn.com/a72e1bcf-5c6a-4905-86ed-fea6d9990105/);
}








#s-29c63fb4-ce43-46be-96f2-794909ebf201 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.4;
  display: block;
}#s-29c63fb4-ce43-46be-96f2-794909ebf201.shg-box.shg-c {
  justify-content: center;
}

#s-0be881fa-5d61-44ed-955c-9a7415d0696a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-0be881fa-5d61-44ed-955c-9a7415d0696a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0be881fa-5d61-44ed-955c-9a7415d0696a.shg-box.shg-c {
  justify-content: center;
}

#s-12b7ba00-8f26-459b-a8a1-2436dba9b618 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-12b7ba00-8f26-459b-a8a1-2436dba9b618 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.1em;
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-cbeb0f71-8dbe-4dd0-a488-993ace1e9261 {
  margin-left: auto;
margin-right: auto;
}

#s-cbeb0f71-8dbe-4dd0-a488-993ace1e9261 .shg-proportional-font-size,
#s-cbeb0f71-8dbe-4dd0-a488-993ace1e9261 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-992554bc-77fa-4252-a41c-b63d4951c473 {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-992554bc-77fa-4252-a41c-b63d4951c473: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(48, 52, 59, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-992554bc-77fa-4252-a41c-b63d4951c473:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-992554bc-77fa-4252-a41c-b63d4951c473-root {
    text-align: left;
  }


#s-992554bc-77fa-4252-a41c-b63d4951c473.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-992554bc-77fa-4252-a41c-b63d4951c473-root {
    text-align: left;
  }


#s-992554bc-77fa-4252-a41c-b63d4951c473.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-992554bc-77fa-4252-a41c-b63d4951c473-root {
    text-align: left;
  }


#s-992554bc-77fa-4252-a41c-b63d4951c473.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-992554bc-77fa-4252-a41c-b63d4951c473-root {
    text-align: left;
  }


#s-992554bc-77fa-4252-a41c-b63d4951c473.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-992554bc-77fa-4252-a41c-b63d4951c473-root {
    text-align: left;
  }


#s-992554bc-77fa-4252-a41c-b63d4951c473.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-2e990957-5e5e-40bd-be4e-db1a53afdd53 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e990957-5e5e-40bd-be4e-db1a53afdd53 {
  display: none;
}
#s-2e990957-5e5e-40bd-be4e-db1a53afdd53, #wrap-s-2e990957-5e5e-40bd-be4e-db1a53afdd53, #wrap-content-s-2e990957-5e5e-40bd-be4e-db1a53afdd53 { display: none !important; }}
#s-2e990957-5e5e-40bd-be4e-db1a53afdd53 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODZhNTgzZDktMmNhMi00Yzk3LTkzZWMtMjAxZGIxMzhiMjQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NmE1ODNkOS0yY2EyLTRjOTctOTNlYy0yMDFkYjEzOGIyNDkpIi8+PC9zdmc+);
}








#s-2e990957-5e5e-40bd-be4e-db1a53afdd53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e990957-5e5e-40bd-be4e-db1a53afdd53.shg-box.shg-c {
  justify-content: center;
}

#s-fd3e7aa5-c582-48d4-9e21-b85f0eabf6b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1380px;
}








#s-fd3e7aa5-c582-48d4-9e21-b85f0eabf6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd3e7aa5-c582-48d4-9e21-b85f0eabf6b3.shg-box.shg-c {
  justify-content: center;
}

#s-e6283b03-5257-45d8-9a8e-3ba18bf70167 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e6283b03-5257-45d8-9a8e-3ba18bf70167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6283b03-5257-45d8-9a8e-3ba18bf70167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e6283b03-5257-45d8-9a8e-3ba18bf70167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6283b03-5257-45d8-9a8e-3ba18bf70167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-d32a22ce-46d8-4d35-b236-5b9ba4ed11a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d32a22ce-46d8-4d35-b236-5b9ba4ed11a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d32a22ce-46d8-4d35-b236-5b9ba4ed11a0.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-480c9c78-6bd9-4e08-b470-c22459878b4b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-480c9c78-6bd9-4e08-b470-c22459878b4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-480c9c78-6bd9-4e08-b470-c22459878b4b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-480c9c78-6bd9-4e08-b470-c22459878b4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-480c9c78-6bd9-4e08-b470-c22459878b4b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-480c9c78-6bd9-4e08-b470-c22459878b4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-480c9c78-6bd9-4e08-b470-c22459878b4b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-480c9c78-6bd9-4e08-b470-c22459878b4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-480c9c78-6bd9-4e08-b470-c22459878b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-480c9c78-6bd9-4e08-b470-c22459878b4b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-480c9c78-6bd9-4e08-b470-c22459878b4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-480c9c78-6bd9-4e08-b470-c22459878b4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98dfaf2-275c-46ee-8009-24ea28cd0c5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a150347f-e647-4ebd-abda-a9d21c33c6f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a150347f-e647-4ebd-abda-a9d21c33c6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a150347f-e647-4ebd-abda-a9d21c33c6f4.shg-box.shg-c {
  justify-content: center;
}

#s-478f5c7d-623a-4025-85bf-7926a5918df4 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-478f5c7d-623a-4025-85bf-7926a5918df4 .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  
  
}



#s-660ffe26-dc9a-4e37-abe3-2ddb7b811f3f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-660ffe26-dc9a-4e37-abe3-2ddb7b811f3f .shg-proportional-font-size,
#s-660ffe26-dc9a-4e37-abe3-2ddb7b811f3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(48, 52, 59, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d4b24bec-8007-46fa-b41d-a3b7046b2cac-root {
    text-align: left;
  }


#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4b24bec-8007-46fa-b41d-a3b7046b2cac-root {
    text-align: left;
  }


#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4b24bec-8007-46fa-b41d-a3b7046b2cac-root {
    text-align: left;
  }


#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4b24bec-8007-46fa-b41d-a3b7046b2cac-root {
    text-align: left;
  }


#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4b24bec-8007-46fa-b41d-a3b7046b2cac-root {
    text-align: left;
  }


#s-d4b24bec-8007-46fa-b41d-a3b7046b2cac.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 500px;
}
@media (min-width: 1200px){#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 {
  display: none;
}
#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131, #wrap-s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131, #wrap-content-s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 {
  display: none;
}
#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131, #wrap-s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131, #wrap-content-s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 {
  
}
}@media (max-width: 767px){#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 {
  display: none;
}
#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131, #wrap-s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131, #wrap-content-s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 { display: none !important; }}
#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2E4OGM2N2QtYzYzZC00MDQxLTk0NGQtOGM0MDFlZTZmNWE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYTg4YzY3ZC1jNjNkLTQwNDEtOTQ0ZC04YzQwMWVlNmY1YTQpIi8+PC9zdmc+);
}








#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cbb1123-e3f6-4dda-81ef-9afd35ee8131.shg-box.shg-c {
  justify-content: center;
}

#s-4a7f259b-f0bf-4a30-bb79-d3d72770c802 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1380px;
}








#s-4a7f259b-f0bf-4a30-bb79-d3d72770c802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a7f259b-f0bf-4a30-bb79-d3d72770c802.shg-box.shg-c {
  justify-content: center;
}

#s-bced6976-e9f4-40f7-a4d3-abaf59dcc1e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bced6976-e9f4-40f7-a4d3-abaf59dcc1e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bced6976-e9f4-40f7-a4d3-abaf59dcc1e1.shg-box.shg-c {
  justify-content: center;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c39bc528-b85e-403e-8394-f678d16d1d87 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c39bc528-b85e-403e-8394-f678d16d1d87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c39bc528-b85e-403e-8394-f678d16d1d87 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c39bc528-b85e-403e-8394-f678d16d1d87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c39bc528-b85e-403e-8394-f678d16d1d87 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c39bc528-b85e-403e-8394-f678d16d1d87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c39bc528-b85e-403e-8394-f678d16d1d87 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c39bc528-b85e-403e-8394-f678d16d1d87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c39bc528-b85e-403e-8394-f678d16d1d87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c39bc528-b85e-403e-8394-f678d16d1d87 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c39bc528-b85e-403e-8394-f678d16d1d87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39bc528-b85e-403e-8394-f678d16d1d87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-693e57bf-f6ff-4dcd-b692-ee257e3136ff {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-693e57bf-f6ff-4dcd-b692-ee257e3136ff .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  
  
}



#s-48a743cf-6d77-467d-913e-1962be009f23 {
  margin-left: auto;
margin-right: auto;
}

#s-48a743cf-6d77-467d-913e-1962be009f23 .shg-proportional-font-size,
#s-48a743cf-6d77-467d-913e-1962be009f23 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-440e577f-ef09-408c-8273-9a77ca4aec6e {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-440e577f-ef09-408c-8273-9a77ca4aec6e: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(48, 52, 59, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-440e577f-ef09-408c-8273-9a77ca4aec6e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-440e577f-ef09-408c-8273-9a77ca4aec6e-root {
    text-align: left;
  }


#s-440e577f-ef09-408c-8273-9a77ca4aec6e.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-440e577f-ef09-408c-8273-9a77ca4aec6e-root {
    text-align: left;
  }


#s-440e577f-ef09-408c-8273-9a77ca4aec6e.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-440e577f-ef09-408c-8273-9a77ca4aec6e-root {
    text-align: left;
  }


#s-440e577f-ef09-408c-8273-9a77ca4aec6e.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-440e577f-ef09-408c-8273-9a77ca4aec6e-root {
    text-align: left;
  }


#s-440e577f-ef09-408c-8273-9a77ca4aec6e.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-440e577f-ef09-408c-8273-9a77ca4aec6e-root {
    text-align: left;
  }


#s-440e577f-ef09-408c-8273-9a77ca4aec6e.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-6e8a12cd-ac51-4c2b-bf96-90ce0103b221 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 500px;
}

#s-6e8a12cd-ac51-4c2b-bf96-90ce0103b221 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWIzYmQ5MGEtOGViYy00ODc2LTgzMWUtYTliNTdiYWI3OGI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNDc0YjUxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAzNDNiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYjNiZDkwYS04ZWJjLTQ4NzYtODMxZS1hOWI1N2JhYjc4YjkpIi8+PC9zdmc+);
}








#s-6e8a12cd-ac51-4c2b-bf96-90ce0103b221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e8a12cd-ac51-4c2b-bf96-90ce0103b221.shg-box.shg-c {
  justify-content: center;
}

#s-c5d6a45e-a25f-4837-8a40-98ba7b8d5e79 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1380px;
}








#s-c5d6a45e-a25f-4837-8a40-98ba7b8d5e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5d6a45e-a25f-4837-8a40-98ba7b8d5e79.shg-box.shg-c {
  justify-content: center;
}

#s-988f189c-2bbd-45fd-b86e-e36be41dd1be {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-988f189c-2bbd-45fd-b86e-e36be41dd1be .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.125em;
  
  
}



#s-921a91f2-8a7e-49d3-87b6-7af2d4b5caaa {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
text-align: center;
}

#s-921a91f2-8a7e-49d3-87b6-7af2d4b5caaa .shogun-heading-component h3 {
  color: rgba(133, 220, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.125em;
  
  
}



#s-9a33d42f-bd3b-40ef-b809-2fe5e940f3c2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9a33d42f-bd3b-40ef-b809-2fe5e940f3c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a33d42f-bd3b-40ef-b809-2fe5e940f3c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a33d42f-bd3b-40ef-b809-2fe5e940f3c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a33d42f-bd3b-40ef-b809-2fe5e940f3c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f69c385f-e895-461f-bc94-043e64928c8f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f69c385f-e895-461f-bc94-043e64928c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f69c385f-e895-461f-bc94-043e64928c8f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a49124-7a04-400a-aeea-fc82ba69c5ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a49124-7a04-400a-aeea-fc82ba69c5ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a49124-7a04-400a-aeea-fc82ba69c5ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d34d0d07-0b3d-42ef-817d-1b3c0571562e {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-d34d0d07-0b3d-42ef-817d-1b3c0571562e .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.125em;
  
  
}



#s-276ef2d3-5f06-4b57-8c51-7224e19f554d {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-276ef2d3-5f06-4b57-8c51-7224e19f554d .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.125em;
  
  
}



#s-d5ef422e-6c54-4c65-a609-e239b4f4e1b2 {
  margin-left: auto;
margin-right: auto;
}

#s-d5ef422e-6c54-4c65-a609-e239b4f4e1b2 .shg-proportional-font-size,
#s-d5ef422e-6c54-4c65-a609-e239b4f4e1b2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(77, 88, 88, 1);
}

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(115, 125, 125, 1);
  padding: 10px;
}

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(77, 88, 88, 1);
}

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-ff3f75c6-b6af-457d-929d-95304a6d4d79 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-12e3f680-bccf-4af2-92b1-ebdd8ea7e136 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-12e3f680-bccf-4af2-92b1-ebdd8ea7e136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12e3f680-bccf-4af2-92b1-ebdd8ea7e136.shg-box.shg-c {
  justify-content: center;
}

#s-9605ba13-b3b4-4596-b28b-3049638f17bd {
  margin-left: auto;
margin-right: auto;
}

#s-9605ba13-b3b4-4596-b28b-3049638f17bd .shg-proportional-font-size,
#s-9605ba13-b3b4-4596-b28b-3049638f17bd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-12150209-f29d-4053-be97-b7305e786bb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(48, 52, 59, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-12150209-f29d-4053-be97-b7305e786bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12150209-f29d-4053-be97-b7305e786bb2.shg-box.shg-c {
  justify-content: center;
}

#s-271b928f-2618-4f91-8850-2147e3c8341c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-271b928f-2618-4f91-8850-2147e3c8341c {
  display: none;
}
#s-271b928f-2618-4f91-8850-2147e3c8341c, #wrap-s-271b928f-2618-4f91-8850-2147e3c8341c, #wrap-content-s-271b928f-2618-4f91-8850-2147e3c8341c { display: none !important; }}
@media (min-width: 0px) {
[id="s-271b928f-2618-4f91-8850-2147e3c8341c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-271b928f-2618-4f91-8850-2147e3c8341c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-271b928f-2618-4f91-8850-2147e3c8341c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-271b928f-2618-4f91-8850-2147e3c8341c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d9f79bed-955c-46e7-93e0-43f9bb0295d3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d9f79bed-955c-46e7-93e0-43f9bb0295d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9f79bed-955c-46e7-93e0-43f9bb0295d3 {
  cursor: pointer;
}#s-d9f79bed-955c-46e7-93e0-43f9bb0295d3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-d15a7b5d-f558-4275-9551-16c5ca9775b6:hover {opacity: 1 !important;}
#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
  box-sizing: border-box;
}



.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
      position: relative;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
  box-sizing: border-box;
}



.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
      position: relative;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
  box-sizing: border-box;
}



.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
      position: relative;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
  box-sizing: border-box;
}



.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
      position: relative;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image {
  box-sizing: border-box;
}



.s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container {
      position: relative;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d15a7b5d-f558-4275-9551-16c5ca9775b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
.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-4aa20e5b-8a3c-4c62-b246-1d31cfd91c32 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 0px;
}

#s-4ed8d59d-462f-4daf-ae48-ba6772fde169 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-4ed8d59d-462f-4daf-ae48-ba6772fde169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ed8d59d-462f-4daf-ae48-ba6772fde169 {
  cursor: pointer;
}#s-4ed8d59d-462f-4daf-ae48-ba6772fde169.shg-box.shg-c {
  justify-content: center;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c:hover {opacity: 1 !important;}
#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
  box-sizing: border-box;
}



.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
      position: relative;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
  box-sizing: border-box;
}



.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
      position: relative;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
  box-sizing: border-box;
}



.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
      position: relative;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
  box-sizing: border-box;
}



.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
      position: relative;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image {
  box-sizing: border-box;
}



.s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container {
      position: relative;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a12211a-cfad-44ae-aa1c-0f7e0d608f1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-a30a8806-7be5-4dfc-8219-db8e6e1611e1 {
  margin-left: auto;
margin-right: auto;
}

#s-215cbd9c-bca4-43ae-b221-506923622780 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-215cbd9c-bca4-43ae-b221-506923622780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-215cbd9c-bca4-43ae-b221-506923622780 {
  cursor: pointer;
}#s-215cbd9c-bca4-43ae-b221-506923622780.shg-box.shg-c {
  justify-content: center;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-bf83f728-604a-4627-b3ff-5fa9e14893be:hover {opacity: 1 !important;}
#s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  margin: 0 !important;
  overflow: visible;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add background color handling */
  
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
  box-sizing: border-box;
}



.s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf83f728-604a-4627-b3ff-5fa9e14893be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
      position: relative;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  margin: 0 !important;
  overflow: visible;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add background color handling */
  
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
  box-sizing: border-box;
}



.s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf83f728-604a-4627-b3ff-5fa9e14893be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
      position: relative;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  margin: 0 !important;
  overflow: visible;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add background color handling */
  
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
  box-sizing: border-box;
}



.s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf83f728-604a-4627-b3ff-5fa9e14893be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
      position: relative;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  margin: 0 !important;
  overflow: visible;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add background color handling */
  
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
  box-sizing: border-box;
}



.s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf83f728-604a-4627-b3ff-5fa9e14893be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
      position: relative;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  margin: 0 !important;
  overflow: visible;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf83f728-604a-4627-b3ff-5fa9e14893be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add background color handling */
  
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf83f728-604a-4627-b3ff-5fa9e14893be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf83f728-604a-4627-b3ff-5fa9e14893be .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image {
  box-sizing: border-box;
}



.s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf83f728-604a-4627-b3ff-5fa9e14893be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container {
      position: relative;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf83f728-604a-4627-b3ff-5fa9e14893be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-44308864-af50-4c34-9c91-9df2e568595e {
  margin-left: auto;
margin-right: auto;
}

#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9 {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(48, 52, 59, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9-root {
    text-align: center;
  }


#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9-root {
    text-align: center;
  }


#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9-root {
    text-align: center;
  }


#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9-root {
    text-align: center;
  }


#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9-root {
    text-align: center;
  }


#s-c7de286f-cfb5-4ef5-93fc-f1d88ee01ca9.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-891c6802-3de5-4fc7-9d53-fb5b10b533a1 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-891c6802-3de5-4fc7-9d53-fb5b10b533a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-891c6802-3de5-4fc7-9d53-fb5b10b533a1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8cac20eb-5164-4886-8382-345be7046206 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-8cac20eb-5164-4886-8382-345be7046206 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8cac20eb-5164-4886-8382-345be7046206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

#s-8cac20eb-5164-4886-8382-345be7046206 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8cac20eb-5164-4886-8382-345be7046206 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cac20eb-5164-4886-8382-345be7046206 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8cac20eb-5164-4886-8382-345be7046206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cac20eb-5164-4886-8382-345be7046206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cac20eb-5164-4886-8382-345be7046206.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8cac20eb-5164-4886-8382-345be7046206 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8cac20eb-5164-4886-8382-345be7046206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8cac20eb-5164-4886-8382-345be7046206 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8cac20eb-5164-4886-8382-345be7046206 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cac20eb-5164-4886-8382-345be7046206 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8cac20eb-5164-4886-8382-345be7046206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cac20eb-5164-4886-8382-345be7046206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cac20eb-5164-4886-8382-345be7046206.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8cac20eb-5164-4886-8382-345be7046206 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8cac20eb-5164-4886-8382-345be7046206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8cac20eb-5164-4886-8382-345be7046206 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8cac20eb-5164-4886-8382-345be7046206 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cac20eb-5164-4886-8382-345be7046206 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8cac20eb-5164-4886-8382-345be7046206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cac20eb-5164-4886-8382-345be7046206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cac20eb-5164-4886-8382-345be7046206.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8cac20eb-5164-4886-8382-345be7046206 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8cac20eb-5164-4886-8382-345be7046206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8cac20eb-5164-4886-8382-345be7046206 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8cac20eb-5164-4886-8382-345be7046206 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cac20eb-5164-4886-8382-345be7046206 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8cac20eb-5164-4886-8382-345be7046206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cac20eb-5164-4886-8382-345be7046206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cac20eb-5164-4886-8382-345be7046206.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8cac20eb-5164-4886-8382-345be7046206 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8cac20eb-5164-4886-8382-345be7046206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8cac20eb-5164-4886-8382-345be7046206 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8cac20eb-5164-4886-8382-345be7046206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8cac20eb-5164-4886-8382-345be7046206 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8cac20eb-5164-4886-8382-345be7046206 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8cac20eb-5164-4886-8382-345be7046206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cac20eb-5164-4886-8382-345be7046206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cac20eb-5164-4886-8382-345be7046206.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-34299f90-042b-47b0-a2da-5c8c50e57c2f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-34299f90-042b-47b0-a2da-5c8c50e57c2f .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.125em;
  
  
}



#s-dcba4f37-0c33-446d-9c3a-a271b8dc1b05 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-dcba4f37-0c33-446d-9c3a-a271b8dc1b05 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.125em;
  
  
}



#s-73d11023-45a7-4512-a761-56739c9c30d1 {
  margin-left: auto;
margin-right: auto;
}

#s-73d11023-45a7-4512-a761-56739c9c30d1 .shg-proportional-font-size,
#s-73d11023-45a7-4512-a761-56739c9c30d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(77, 88, 88, 1);
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(115, 125, 125, 1);
  padding: 10px;
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(77, 88, 88, 1);
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-f95ad52c-e846-41f9-8962-77acd109ad85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c5e1ff67-bdb7-422f-94e1-6b190a64e94a {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-c5e1ff67-bdb7-422f-94e1-6b190a64e94a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5e1ff67-bdb7-422f-94e1-6b190a64e94a.shg-box.shg-c {
  justify-content: center;
}

#s-724ce8f2-7c9d-4552-b609-74b1d13297ab {
  margin-left: auto;
margin-right: auto;
}

#s-724ce8f2-7c9d-4552-b609-74b1d13297ab .shg-proportional-font-size,
#s-724ce8f2-7c9d-4552-b609-74b1d13297ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e875ef10-0acc-42c1-bcb8-f2cd045ee031 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(48, 52, 59, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e875ef10-0acc-42c1-bcb8-f2cd045ee031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e875ef10-0acc-42c1-bcb8-f2cd045ee031.shg-box.shg-c {
  justify-content: center;
}

#s-88935ce1-1c1a-4372-92c0-7fcadb7e339d {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-88935ce1-1c1a-4372-92c0-7fcadb7e339d {
  display: none;
}
#s-88935ce1-1c1a-4372-92c0-7fcadb7e339d, #wrap-s-88935ce1-1c1a-4372-92c0-7fcadb7e339d, #wrap-content-s-88935ce1-1c1a-4372-92c0-7fcadb7e339d { display: none !important; }}
@media (min-width: 0px) {
[id="s-88935ce1-1c1a-4372-92c0-7fcadb7e339d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88935ce1-1c1a-4372-92c0-7fcadb7e339d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-88935ce1-1c1a-4372-92c0-7fcadb7e339d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-88935ce1-1c1a-4372-92c0-7fcadb7e339d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e08f0c13-1884-47ea-a970-0e9a164e14e3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e08f0c13-1884-47ea-a970-0e9a164e14e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e08f0c13-1884-47ea-a970-0e9a164e14e3 {
  cursor: pointer;
}#s-e08f0c13-1884-47ea-a970-0e9a164e14e3.shg-box.shg-c {
  justify-content: center;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-f13f302f-9010-4253-8fca-8884406e09a8:hover {opacity: 1 !important;}
#s-f13f302f-9010-4253-8fca-8884406e09a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
  box-sizing: border-box;
}



.s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f13f302f-9010-4253-8fca-8884406e09a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
      position: relative;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-f13f302f-9010-4253-8fca-8884406e09a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
  box-sizing: border-box;
}



.s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f13f302f-9010-4253-8fca-8884406e09a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
      position: relative;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f13f302f-9010-4253-8fca-8884406e09a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
  box-sizing: border-box;
}



.s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f13f302f-9010-4253-8fca-8884406e09a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
      position: relative;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f13f302f-9010-4253-8fca-8884406e09a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
  box-sizing: border-box;
}



.s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f13f302f-9010-4253-8fca-8884406e09a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
      position: relative;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-f13f302f-9010-4253-8fca-8884406e09a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f13f302f-9010-4253-8fca-8884406e09a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13f302f-9010-4253-8fca-8884406e09a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f13f302f-9010-4253-8fca-8884406e09a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image {
  box-sizing: border-box;
}



.s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f13f302f-9010-4253-8fca-8884406e09a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container {
      position: relative;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13f302f-9010-4253-8fca-8884406e09a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-0b1013f0-feb9-4545-aa19-460c3b6f85cb {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 0px;
}

#s-7603141f-cbe4-4961-9ed3-cdc56ca12238 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-7603141f-cbe4-4961-9ed3-cdc56ca12238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7603141f-cbe4-4961-9ed3-cdc56ca12238 {
  cursor: pointer;
}#s-7603141f-cbe4-4961-9ed3-cdc56ca12238.shg-box.shg-c {
  justify-content: center;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52:hover {opacity: 1 !important;}
#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  margin: 0 !important;
  overflow: visible;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add background color handling */
  
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
  box-sizing: border-box;
}



.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
      position: relative;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  margin: 0 !important;
  overflow: visible;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add background color handling */
  
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
  box-sizing: border-box;
}



.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
      position: relative;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  margin: 0 !important;
  overflow: visible;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add background color handling */
  
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
  box-sizing: border-box;
}



.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
      position: relative;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  margin: 0 !important;
  overflow: visible;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add background color handling */
  
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
  box-sizing: border-box;
}



.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
      position: relative;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  margin: 0 !important;
  overflow: visible;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add background color handling */
  
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image {
  box-sizing: border-box;
}



.s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container {
      position: relative;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-845b4be8-f535-4f54-9d0b-cfaafcb5bf52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-de0c3105-255d-48fc-b4aa-614119945b37 {
  margin-left: auto;
margin-right: auto;
}

#s-d779b57f-3c1f-47ca-bbc0-8ef6987d1110 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d779b57f-3c1f-47ca-bbc0-8ef6987d1110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d779b57f-3c1f-47ca-bbc0-8ef6987d1110 {
  cursor: pointer;
}#s-d779b57f-3c1f-47ca-bbc0-8ef6987d1110.shg-box.shg-c {
  justify-content: center;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692:hover {opacity: 1 !important;}
#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  margin: 0 !important;
  overflow: visible;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add background color handling */
  
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-content {
  
    justify-content: center;
  
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
  box-sizing: border-box;
}



.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
      position: relative;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  margin: 0 !important;
  overflow: visible;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add background color handling */
  
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-content {
  
    justify-content: center;
  
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
  box-sizing: border-box;
}



.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
      position: relative;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  margin: 0 !important;
  overflow: visible;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add background color handling */
  
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-content {
  
    justify-content: center;
  
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
  box-sizing: border-box;
}



.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
      position: relative;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  margin: 0 !important;
  overflow: visible;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add background color handling */
  
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-content {
  
    justify-content: center;
  
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
  box-sizing: border-box;
}



.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
      position: relative;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  margin: 0 !important;
  overflow: visible;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add background color handling */
  
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 .shogun-image-content {
  
    justify-content: center;
  
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shg-align-container {
  display: flex;
  justify-content: center
}

.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image {
  box-sizing: border-box;
}



.s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container {
      position: relative;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-689d1d9f-ef58-4caa-9ea1-798ea0f28692 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-3e8006b0-bdb2-4760-8a56-96473fbcceb2 {
  margin-left: auto;
margin-right: auto;
}

#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4 {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(48, 52, 59, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4-root {
    text-align: center;
  }


#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4-root {
    text-align: center;
  }


#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4-root {
    text-align: center;
  }


#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4-root {
    text-align: center;
  }


#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4-root {
    text-align: center;
  }


#s-9f93689e-47b4-4bf9-8dc2-6f37b0fa91b4.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-468c4ac7-ab31-4e5d-9cb8-fe34fbb146ea {
  background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(133, 220, 72, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}

#s-468c4ac7-ab31-4e5d-9cb8-fe34fbb146ea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzNiZTE4NDktZjRlNC00NzNhLTk4ZTUtMjU3ZGVjMWJkOWNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYTNmODY3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODVkYzQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3M2JlMTg0OS1mNGU0LTQ3M2EtOThlNS0yNTdkZWMxYmQ5Y2QpIi8+PC9zdmc+);
}








#s-468c4ac7-ab31-4e5d-9cb8-fe34fbb146ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-468c4ac7-ab31-4e5d-9cb8-fe34fbb146ea.shg-box.shg-c {
  justify-content: center;
}

#s-09e0197a-ba6c-4719-b3be-af7fe10fa500 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-09e0197a-ba6c-4719-b3be-af7fe10fa500 .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.125em;
  
  
}



#s-baed80c1-17c3-40ee-b957-f04a609e32c9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-baed80c1-17c3-40ee-b957-f04a609e32c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-baed80c1-17c3-40ee-b957-f04a609e32c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-baed80c1-17c3-40ee-b957-f04a609e32c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-baed80c1-17c3-40ee-b957-f04a609e32c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-aa1a80c7-e147-4e30-a42a-f0330061cfa3 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-aa1a80c7-e147-4e30-a42a-f0330061cfa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa1a80c7-e147-4e30-a42a-f0330061cfa3.shg-box.shg-c {
  justify-content: center;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-27be20b0-dc53-49af-b94f-7c398a0d3234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-27be20b0-dc53-49af-b94f-7c398a0d3234 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-27be20b0-dc53-49af-b94f-7c398a0d3234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27be20b0-dc53-49af-b94f-7c398a0d3234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-650106ec-6482-4b8d-9daa-9f7d77b7504f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-650106ec-6482-4b8d-9daa-9f7d77b7504f .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}



#s-6e9d7c91-7bef-4f36-8658-29833de20488 {
  margin-left: auto;
margin-right: auto;
}

#s-6e9d7c91-7bef-4f36-8658-29833de20488 .shg-proportional-font-size,
#s-6e9d7c91-7bef-4f36-8658-29833de20488 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4584f5a1-8253-436d-98b3-fd0b26dbd7e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-4584f5a1-8253-436d-98b3-fd0b26dbd7e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4584f5a1-8253-436d-98b3-fd0b26dbd7e7.shg-box.shg-c {
  justify-content: center;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7037b9ec-4551-4d16-8b96-d4f24cb12061 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7037b9ec-4551-4d16-8b96-d4f24cb12061 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7037b9ec-4551-4d16-8b96-d4f24cb12061.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-391dd2d4-389a-449f-b95a-8e6ca40cff0f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-391dd2d4-389a-449f-b95a-8e6ca40cff0f .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}



#s-f23ebfe9-ea9c-4d7e-99da-95cc6713e589 {
  margin-left: auto;
margin-right: auto;
}

#s-f23ebfe9-ea9c-4d7e-99da-95cc6713e589 .shg-proportional-font-size,
#s-f23ebfe9-ea9c-4d7e-99da-95cc6713e589 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ae3551de-40d2-4d76-8853-ee6bbd24af64 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-ae3551de-40d2-4d76-8853-ee6bbd24af64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae3551de-40d2-4d76-8853-ee6bbd24af64.shg-box.shg-c {
  justify-content: center;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529ccc7-4b99-4f82-967a-522e63967784 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b529ccc7-4b99-4f82-967a-522e63967784 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b529ccc7-4b99-4f82-967a-522e63967784 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529ccc7-4b99-4f82-967a-522e63967784 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b529ccc7-4b99-4f82-967a-522e63967784 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b529ccc7-4b99-4f82-967a-522e63967784 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529ccc7-4b99-4f82-967a-522e63967784 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b529ccc7-4b99-4f82-967a-522e63967784 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b529ccc7-4b99-4f82-967a-522e63967784 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529ccc7-4b99-4f82-967a-522e63967784 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b529ccc7-4b99-4f82-967a-522e63967784 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b529ccc7-4b99-4f82-967a-522e63967784 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529ccc7-4b99-4f82-967a-522e63967784 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b529ccc7-4b99-4f82-967a-522e63967784 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529ccc7-4b99-4f82-967a-522e63967784 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b529ccc7-4b99-4f82-967a-522e63967784 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529ccc7-4b99-4f82-967a-522e63967784.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-981932a6-f99d-4db2-b59c-6cb86c3a0d39 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-981932a6-f99d-4db2-b59c-6cb86c3a0d39 .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}



#s-154803c1-7892-4f32-9b3f-35f41406ca5a {
  margin-left: auto;
margin-right: auto;
}

#s-154803c1-7892-4f32-9b3f-35f41406ca5a .shg-proportional-font-size,
#s-154803c1-7892-4f32-9b3f-35f41406ca5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a5eebdfb-10b3-43a7-aa06-cb6d9bfa0c18 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-a5eebdfb-10b3-43a7-aa06-cb6d9bfa0c18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5eebdfb-10b3-43a7-aa06-cb6d9bfa0c18.shg-box.shg-c {
  justify-content: center;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5px;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17a0fd9-84ed-40e3-ad9d-9227e4e17f32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-df3e751c-4ed7-4e77-be2c-b204167f06be {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: center;
}

#s-df3e751c-4ed7-4e77-be2c-b204167f06be .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}



#s-acfac525-3a52-4a16-a4ea-710cadc5c8dc {
  margin-left: auto;
margin-right: auto;
}

#s-acfac525-3a52-4a16-a4ea-710cadc5c8dc .shg-proportional-font-size,
#s-acfac525-3a52-4a16-a4ea-710cadc5c8dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a {
  margin-left: auto;
margin-right: auto;
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 28px;
}

#s-8ac235ac-02b0-4995-9bdf-1df964ef5d4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 28px;
}
#s-1b6c611c-9d55-4563-9602-d7176335a542 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-1b6c611c-9d55-4563-9602-d7176335a542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b6c611c-9d55-4563-9602-d7176335a542.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-90d78959-14a3-414d-a364-7192679f044b {
  margin-left: auto;
margin-right: auto;
}

#s-90d78959-14a3-414d-a364-7192679f044b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 10px;
}

#s-90d78959-14a3-414d-a364-7192679f044b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-90d78959-14a3-414d-a364-7192679f044b td.shogun-table-column {
  background-color: rgba(167, 168, 169, 0.5);
  padding: 10px;
  text-align: inherit;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  color: rgba(48, 52, 59, 1);
  
  
  
}

#s-90d78959-14a3-414d-a364-7192679f044b td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-90d78959-14a3-414d-a364-7192679f044b td.shogun-table-column, #s-90d78959-14a3-414d-a364-7192679f044b td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-c63d7bb4-5583-4112-b562-de7b92210ddc {
  margin-left: auto;
margin-right: auto;
}

#s-c63d7bb4-5583-4112-b562-de7b92210ddc .shg-proportional-font-size,
#s-c63d7bb4-5583-4112-b562-de7b92210ddc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a584252d-f1be-48f6-a1d3-f3e9d762d3ba {
  margin-left: auto;
margin-right: auto;
}

#s-a584252d-f1be-48f6-a1d3-f3e9d762d3ba .shg-proportional-font-size,
#s-a584252d-f1be-48f6-a1d3-f3e9d762d3ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f3604ed5-5351-49ed-bb09-bdecfeb8125f {
  margin-left: auto;
margin-right: auto;
}

#s-f3604ed5-5351-49ed-bb09-bdecfeb8125f .shg-proportional-font-size,
#s-f3604ed5-5351-49ed-bb09-bdecfeb8125f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eae7df8a-d8b3-4f00-af44-135933eca274 {
  margin-left: auto;
margin-right: auto;
}

#s-eae7df8a-d8b3-4f00-af44-135933eca274 .shg-proportional-font-size,
#s-eae7df8a-d8b3-4f00-af44-135933eca274 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-93c1392d-cc27-44dc-9f29-909125d17141 {
  margin-left: auto;
margin-right: auto;
}

#s-93c1392d-cc27-44dc-9f29-909125d17141 .shg-proportional-font-size,
#s-93c1392d-cc27-44dc-9f29-909125d17141 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2873b9c-47a7-443f-8138-b86b7b8c465d {
  margin-left: auto;
margin-right: auto;
}

#s-d2873b9c-47a7-443f-8138-b86b7b8c465d .shg-proportional-font-size,
#s-d2873b9c-47a7-443f-8138-b86b7b8c465d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a55ac800-13de-4c67-bd1a-d014ff8f9ef4 {
  margin-left: auto;
margin-right: auto;
}

#s-a55ac800-13de-4c67-bd1a-d014ff8f9ef4 .shg-proportional-font-size,
#s-a55ac800-13de-4c67-bd1a-d014ff8f9ef4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5cf5f384-bf73-45ae-836d-86e549173a8b {
  margin-left: auto;
margin-right: auto;
}

#s-5cf5f384-bf73-45ae-836d-86e549173a8b .shg-proportional-font-size,
#s-5cf5f384-bf73-45ae-836d-86e549173a8b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-84a86511-8049-4562-93d6-bb592e38b5d5 {
  margin-left: auto;
margin-right: auto;
}

#s-84a86511-8049-4562-93d6-bb592e38b5d5 .shg-proportional-font-size,
#s-84a86511-8049-4562-93d6-bb592e38b5d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-47a1f9b4-f9b9-460d-984f-842fdba73840 {
  margin-left: auto;
margin-right: auto;
}

#s-47a1f9b4-f9b9-460d-984f-842fdba73840 .shg-proportional-font-size,
#s-47a1f9b4-f9b9-460d-984f-842fdba73840 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ffe8aa17-e5b3-4b59-99e1-25f029910953 {
  margin-left: auto;
margin-right: auto;
}

#s-ffe8aa17-e5b3-4b59-99e1-25f029910953 .shg-proportional-font-size,
#s-ffe8aa17-e5b3-4b59-99e1-25f029910953 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e81a68b3-f7fe-4227-aad5-4c2c3fb34519 {
  margin-left: auto;
margin-right: auto;
}

#s-e81a68b3-f7fe-4227-aad5-4c2c3fb34519 .shg-proportional-font-size,
#s-e81a68b3-f7fe-4227-aad5-4c2c3fb34519 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bdd9c313-9d3d-4bba-97a2-c333908601d8 {
  margin-left: auto;
margin-right: auto;
}

#s-bdd9c313-9d3d-4bba-97a2-c333908601d8 .shg-proportional-font-size,
#s-bdd9c313-9d3d-4bba-97a2-c333908601d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a018265f-b8ce-4d8a-8e1d-7ab9ef4b8a80 {
  margin-left: auto;
margin-right: auto;
}

#s-a018265f-b8ce-4d8a-8e1d-7ab9ef4b8a80 .shg-proportional-font-size,
#s-a018265f-b8ce-4d8a-8e1d-7ab9ef4b8a80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-59b50dce-0564-41c6-94ac-e666a71c0ceb {
  margin-left: auto;
margin-right: auto;
}

#s-59b50dce-0564-41c6-94ac-e666a71c0ceb .shg-proportional-font-size,
#s-59b50dce-0564-41c6-94ac-e666a71c0ceb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e4d606f9-ef08-4a5a-a3d9-da5fb4903642 {
  margin-left: auto;
margin-right: auto;
}

#s-e4d606f9-ef08-4a5a-a3d9-da5fb4903642 .shg-proportional-font-size,
#s-e4d606f9-ef08-4a5a-a3d9-da5fb4903642 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b9fbb1c1-34b4-4a2f-9585-bd685724e0ed {
  margin-left: auto;
margin-right: auto;
}

#s-b9fbb1c1-34b4-4a2f-9585-bd685724e0ed .shg-proportional-font-size,
#s-b9fbb1c1-34b4-4a2f-9585-bd685724e0ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9cb264b-7f2f-4e67-a428-a84e014f9b0a {
  margin-left: auto;
margin-right: auto;
}

#s-e9cb264b-7f2f-4e67-a428-a84e014f9b0a .shg-proportional-font-size,
#s-e9cb264b-7f2f-4e67-a428-a84e014f9b0a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d80a81c9-e5f1-4c6f-8a31-622cf6c57b53 {
  margin-left: auto;
margin-right: auto;
}

#s-d80a81c9-e5f1-4c6f-8a31-622cf6c57b53 .shg-proportional-font-size,
#s-d80a81c9-e5f1-4c6f-8a31-622cf6c57b53 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4b36c561-0c10-4025-8723-446867251bb0 {
  margin-left: auto;
margin-right: auto;
}

#s-4b36c561-0c10-4025-8723-446867251bb0 .shg-proportional-font-size,
#s-4b36c561-0c10-4025-8723-446867251bb0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5de6c842-bb13-4a2d-a35f-534f1368e419 {
  margin-left: auto;
margin-right: auto;
}

#s-5de6c842-bb13-4a2d-a35f-534f1368e419 .shg-proportional-font-size,
#s-5de6c842-bb13-4a2d-a35f-534f1368e419 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cd693c09-0464-42fe-95da-ce97a5420b9b {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
background-position: center center;
}








#s-cd693c09-0464-42fe-95da-ce97a5420b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd693c09-0464-42fe-95da-ce97a5420b9b.shg-box.shg-c {
  justify-content: center;
}

#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 1380px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  display: none;
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d, #wrap-s-821b9060-b0b3-4db8-aa9f-11dc5b60115d, #wrap-content-s-821b9060-b0b3-4db8-aa9f-11dc5b60115d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  display: none;
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d, #wrap-s-821b9060-b0b3-4db8-aa9f-11dc5b60115d, #wrap-content-s-821b9060-b0b3-4db8-aa9f-11dc5b60115d { display: none !important; }}@media (max-width: 767px){#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  display: none;
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d, #wrap-s-821b9060-b0b3-4db8-aa9f-11dc5b60115d, #wrap-content-s-821b9060-b0b3-4db8-aa9f-11dc5b60115d { display: none !important; }}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/480x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/960x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/768x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/1536x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/1024x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/2048x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/1200x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/2048x/);
}
#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-821b9060-b0b3-4db8-aa9f-11dc5b60115d.shg-box.shg-c {
  justify-content: center;
}

#s-ae3c8482-463d-4a91-8932-29364536b187 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ae3c8482-463d-4a91-8932-29364536b187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae3c8482-463d-4a91-8932-29364536b187"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae3c8482-463d-4a91-8932-29364536b187"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae3c8482-463d-4a91-8932-29364536b187"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39f0b9cd-62d2-426b-adf8-904fe5aeb066 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.65);
}








#s-39f0b9cd-62d2-426b-adf8-904fe5aeb066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39f0b9cd-62d2-426b-adf8-904fe5aeb066.shg-box.shg-c {
  justify-content: center;
}

#s-2dd75d2d-0541-4761-b3eb-49376a75f3f4 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-2dd75d2d-0541-4761-b3eb-49376a75f3f4 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.125em;
  
  
}



#s-c0905621-4668-4efd-87fe-f54fa501b172 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-c0905621-4668-4efd-87fe-f54fa501b172 .shg-proportional-font-size,
#s-c0905621-4668-4efd-87fe-f54fa501b172 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-451ac7c1-6a52-4183-8a6c-b92396107fcd {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-451ac7c1-6a52-4183-8a6c-b92396107fcd: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.15) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-451ac7c1-6a52-4183-8a6c-b92396107fcd:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-451ac7c1-6a52-4183-8a6c-b92396107fcd-root {
    text-align: left;
  }


#s-451ac7c1-6a52-4183-8a6c-b92396107fcd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-451ac7c1-6a52-4183-8a6c-b92396107fcd-root {
    text-align: left;
  }


#s-451ac7c1-6a52-4183-8a6c-b92396107fcd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-451ac7c1-6a52-4183-8a6c-b92396107fcd-root {
    text-align: left;
  }


#s-451ac7c1-6a52-4183-8a6c-b92396107fcd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-451ac7c1-6a52-4183-8a6c-b92396107fcd-root {
    text-align: left;
  }


#s-451ac7c1-6a52-4183-8a6c-b92396107fcd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-451ac7c1-6a52-4183-8a6c-b92396107fcd-root {
    text-align: left;
  }


#s-451ac7c1-6a52-4183-8a6c-b92396107fcd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7f06a371-9fb2-41f3-8228-43aadf1f5fec {
  background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 1380px;
}

#s-7f06a371-9fb2-41f3-8228-43aadf1f5fec {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc2YjExZTYtY2IwZi00MTc1LTkzMGYtMWYzOWMwOGY2MDllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjQ1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDVkNmQ3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NzZiMTFlNi1jYjBmLTQxNzUtOTMwZi0xZjM5YzA4ZjYwOWUpIi8+PC9zdmc+);
}








#s-7f06a371-9fb2-41f3-8228-43aadf1f5fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f06a371-9fb2-41f3-8228-43aadf1f5fec.shg-box.shg-c {
  justify-content: center;
}

#s-baa0060c-8f8d-4db4-bd3e-03f175a6a9b2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-baa0060c-8f8d-4db4-bd3e-03f175a6a9b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baa0060c-8f8d-4db4-bd3e-03f175a6a9b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-baa0060c-8f8d-4db4-bd3e-03f175a6a9b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa0060c-8f8d-4db4-bd3e-03f175a6a9b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d87bb369-8e1e-4939-bea3-057acfdee3e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d87bb369-8e1e-4939-bea3-057acfdee3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d87bb369-8e1e-4939-bea3-057acfdee3e9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c3cd6e35-dd49-4838-944b-970970284328 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-c3cd6e35-dd49-4838-944b-970970284328 .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  
  
}



#s-6e6cb5e2-fbc4-46cc-a787-50501b3373b0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-6e6cb5e2-fbc4-46cc-a787-50501b3373b0 .shg-proportional-font-size,
#s-6e6cb5e2-fbc4-46cc-a787-50501b3373b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-16d69b1b-16cf-4331-aaba-4068556ba290 {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-16d69b1b-16cf-4331-aaba-4068556ba290: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(48, 52, 59, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16d69b1b-16cf-4331-aaba-4068556ba290:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-16d69b1b-16cf-4331-aaba-4068556ba290-root {
    text-align: center;
  }


#s-16d69b1b-16cf-4331-aaba-4068556ba290.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-16d69b1b-16cf-4331-aaba-4068556ba290-root {
    text-align: center;
  }


#s-16d69b1b-16cf-4331-aaba-4068556ba290.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16d69b1b-16cf-4331-aaba-4068556ba290-root {
    text-align: center;
  }


#s-16d69b1b-16cf-4331-aaba-4068556ba290.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16d69b1b-16cf-4331-aaba-4068556ba290-root {
    text-align: center;
  }


#s-16d69b1b-16cf-4331-aaba-4068556ba290.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-16d69b1b-16cf-4331-aaba-4068556ba290-root {
    text-align: center;
  }


#s-16d69b1b-16cf-4331-aaba-4068556ba290.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-d994eacc-a20f-443b-af8d-577024eec3b3 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 50px;
}








#s-d994eacc-a20f-443b-af8d-577024eec3b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d994eacc-a20f-443b-af8d-577024eec3b3.shg-box.shg-c {
  justify-content: flex-end;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80fb6dcb-13da-4941-bac3-12ab6d17dc70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-80fb6dcb-13da-4941-bac3-12ab6d17dc70 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89 {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(48, 52, 59, 1);
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(133, 220, 72, 1) !important;
color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-26543514-aa5f-4bdc-8117-d4a3e3d10d89-root {
    text-align: center;
  }


#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89.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-26543514-aa5f-4bdc-8117-d4a3e3d10d89-root {
    text-align: center;
  }


#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89.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-26543514-aa5f-4bdc-8117-d4a3e3d10d89-root {
    text-align: center;
  }


#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89.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-26543514-aa5f-4bdc-8117-d4a3e3d10d89-root {
    text-align: center;
  }


#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89.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-26543514-aa5f-4bdc-8117-d4a3e3d10d89-root {
    text-align: center;
  }


#s-26543514-aa5f-4bdc-8117-d4a3e3d10d89.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-3434ec0b-4d5a-480b-82c2-fd8c1aec606d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 50px;
}








#s-3434ec0b-4d5a-480b-82c2-fd8c1aec606d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3434ec0b-4d5a-480b-82c2-fd8c1aec606d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-35ae3c66-bab6-4668-a13a-e5c0804324e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ae3c66-bab6-4668-a13a-e5c0804324e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-35ae3c66-bab6-4668-a13a-e5c0804324e5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-3f511d8e-cedf-4fbb-8414-6ad29605d287 {
  margin-top: 5px;
margin-bottom: 5px;
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(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(48, 52, 59, 1);
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f511d8e-cedf-4fbb-8414-6ad29605d287: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(133, 220, 72, 1) !important;
color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f511d8e-cedf-4fbb-8414-6ad29605d287:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3f511d8e-cedf-4fbb-8414-6ad29605d287-root {
    text-align: center;
  }


#s-3f511d8e-cedf-4fbb-8414-6ad29605d287.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-3f511d8e-cedf-4fbb-8414-6ad29605d287-root {
    text-align: center;
  }


#s-3f511d8e-cedf-4fbb-8414-6ad29605d287.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-3f511d8e-cedf-4fbb-8414-6ad29605d287-root {
    text-align: center;
  }


#s-3f511d8e-cedf-4fbb-8414-6ad29605d287.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-3f511d8e-cedf-4fbb-8414-6ad29605d287-root {
    text-align: center;
  }


#s-3f511d8e-cedf-4fbb-8414-6ad29605d287.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-3f511d8e-cedf-4fbb-8414-6ad29605d287-root {
    text-align: center;
  }


#s-3f511d8e-cedf-4fbb-8414-6ad29605d287.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 1380px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  display: none;
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c, #wrap-s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c, #wrap-content-s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  display: none;
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c, #wrap-s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c, #wrap-content-s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c { display: none !important; }}@media (max-width: 767px){#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  display: none;
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c, #wrap-s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c, #wrap-content-s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c { display: none !important; }}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/480x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/960x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/768x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/1536x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/1024x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/2048x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/1200x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c {
  background-image: url(https://i.shgcdn.com/d05867ca-39fa-41fc-9467-8230c4392f64/-/resize/2048x/);
}
#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeab98b7-6348-479a-8bb9-e7ba2e4fa52c.shg-box.shg-c {
  justify-content: center;
}

#s-7098baa7-a21f-43f3-8d72-79498097582f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7098baa7-a21f-43f3-8d72-79498097582f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7098baa7-a21f-43f3-8d72-79498097582f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7098baa7-a21f-43f3-8d72-79498097582f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7098baa7-a21f-43f3-8d72-79498097582f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00fb9886-43c1-49a2-bfb0-a55997614144 {
  background-size: contain;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 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: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}








#s-00fb9886-43c1-49a2-bfb0-a55997614144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00fb9886-43c1-49a2-bfb0-a55997614144.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6e41c9-bea5-4dad-b7e1-fcff536f5d64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-84862da5-711d-4e51-85bf-d3920cb0effa {
  background-size: contain;
margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}








#s-84862da5-711d-4e51-85bf-d3920cb0effa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84862da5-711d-4e51-85bf-d3920cb0effa.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3b66b802-4402-4cef-b399-db6d1b04d457 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-3b66b802-4402-4cef-b399-db6d1b04d457 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.125em;
  
  
}



#s-44d28723-70f8-44a0-9d11-51be7147ba15 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-44d28723-70f8-44a0-9d11-51be7147ba15 .shg-proportional-font-size,
#s-44d28723-70f8-44a0-9d11-51be7147ba15 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2U3OGM0YmItZmNjYS00YjYwLWFkNjctZDA5M2I0ZGExMjkyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA0ODQ4NDEwODY2NDc3MjczIiBzdHlsZT0ic3RvcC1jb2xvcjojOWZmMzY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODVkYzQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZTc4YzRiYi1mY2NhLTRiNjAtYWQ2Ny1kMDkzYjRkYTEyOTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(133, 220, 72, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.04848410866477273, "color"=>"#9ff364"}, {"id"=>2, "pos"=>1, "color"=>"#85dc48"}];
hover-type: gradient;
}
#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.15) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1ca39828-5f92-47bd-b780-4f073ca7c0a7-root {
    text-align: left;
  }


#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ca39828-5f92-47bd-b780-4f073ca7c0a7-root {
    text-align: left;
  }


#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ca39828-5f92-47bd-b780-4f073ca7c0a7-root {
    text-align: left;
  }


#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ca39828-5f92-47bd-b780-4f073ca7c0a7-root {
    text-align: left;
  }


#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ca39828-5f92-47bd-b780-4f073ca7c0a7-root {
    text-align: left;
  }


#s-1ca39828-5f92-47bd-b780-4f073ca7c0a7.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(133, 220, 72, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
max-width: 1380px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  display: none;
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7, #wrap-s-142d8f42-5846-4a99-ac04-36d90e0a81b7, #wrap-content-s-142d8f42-5846-4a99-ac04-36d90e0a81b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  display: none;
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7, #wrap-s-142d8f42-5846-4a99-ac04-36d90e0a81b7, #wrap-content-s-142d8f42-5846-4a99-ac04-36d90e0a81b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  
}
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/480x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/960x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/768x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/1536x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/1024x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/2048x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/1200x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 {
  background-image: url(https://i.shgcdn.com/c5c8d1f7-1249-4c54-bf42-3c52fb9d5054/-/resize/2048x/);
}
#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-142d8f42-5846-4a99-ac04-36d90e0a81b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-142d8f42-5846-4a99-ac04-36d90e0a81b7.shg-box.shg-c {
  justify-content: center;
}

#s-f09d2b5a-b7ec-430f-8714-7b6f6ea59471 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-f09d2b5a-b7ec-430f-8714-7b6f6ea59471 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.125em;
  
  
}



#s-ff79abc7-7f3c-42e1-8c96-0db5f9fff8f0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-ff79abc7-7f3c-42e1-8c96-0db5f9fff8f0 .shg-proportional-font-size,
#s-ff79abc7-7f3c-42e1-8c96-0db5f9fff8f0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(149, 230, 93, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(133, 220, 72, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43: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(133, 220, 72, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.15) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43-root {
    text-align: left;
  }


#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43-root {
    text-align: left;
  }


#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43-root {
    text-align: left;
  }


#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43-root {
    text-align: left;
  }


#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43-root {
    text-align: left;
  }


#s-31f3c5e3-02c3-4c4c-893e-5139b3e61f43.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-dd164eef-839e-4be2-8eec-2053f9cfd538 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
background-color: rgba(133, 220, 72, 1);
background-position: center center;
}








#s-dd164eef-839e-4be2-8eec-2053f9cfd538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd164eef-839e-4be2-8eec-2053f9cfd538.shg-box.shg-c {
  justify-content: center;
}

#s-6331391c-95e7-49d2-a46d-d1977f29a9b3 {
  box-shadow:0px 0px 0px 0px rgba(81, 147, 35, 0);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.35);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 1380px;
background-color: rgba(255, 255, 255, 0.35);
}








#s-6331391c-95e7-49d2-a46d-d1977f29a9b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6331391c-95e7-49d2-a46d-d1977f29a9b3.shg-box.shg-c {
  justify-content: center;
}

#s-b50581b9-4365-485c-8365-b113a91adb17 {
  margin-bottom: -30px;
margin-right: 3%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-b50581b9-4365-485c-8365-b113a91adb17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b50581b9-4365-485c-8365-b113a91adb17.shg-box.shg-c {
  justify-content: center;
}

#s-021956d1-dd94-46ce-8945-740e9269647e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-021956d1-dd94-46ce-8945-740e9269647e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-dbd08cfe-5592-4385-8cad-e4f6633dbf9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dbd08cfe-5592-4385-8cad-e4f6633dbf9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbd08cfe-5592-4385-8cad-e4f6633dbf9e.shg-box.shg-c {
  justify-content: center;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: right;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b2e495f-be72-4aee-9707-39f658b5e002 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4b2e495f-be72-4aee-9707-39f658b5e002 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b2e495f-be72-4aee-9707-39f658b5e002 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4b2e495f-be72-4aee-9707-39f658b5e002 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b2e495f-be72-4aee-9707-39f658b5e002 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4b2e495f-be72-4aee-9707-39f658b5e002 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b2e495f-be72-4aee-9707-39f658b5e002 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4b2e495f-be72-4aee-9707-39f658b5e002 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b2e495f-be72-4aee-9707-39f658b5e002 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4b2e495f-be72-4aee-9707-39f658b5e002 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4b2e495f-be72-4aee-9707-39f658b5e002 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2e495f-be72-4aee-9707-39f658b5e002.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c89252c-f008-44f7-966c-334566ebdfa9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c89252c-f008-44f7-966c-334566ebdfa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c89252c-f008-44f7-966c-334566ebdfa9.shg-box.shg-c {
  justify-content: center;
}

#s-a31851a6-1ac6-4612-9399-b6cd879248f1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a31851a6-1ac6-4612-9399-b6cd879248f1 .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.1em;
  
  
}



#s-38b5348f-fc20-49a3-a262-4a435e14d4b5 {
  margin-top: 5px;
}

#s-5313530d-9e38-4425-9454-852e2c641003 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 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;
background-color: rgba(244, 244, 244, 0);
}








#s-5313530d-9e38-4425-9454-852e2c641003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5313530d-9e38-4425-9454-852e2c641003.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d409a917-90d3-4834-925f-9c0e62e4fbd7 {
  margin-top: 60px;
text-align: left;
}

#s-06acf6d4-8d7a-4442-bd14-028e8388d86c {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}

#s-06acf6d4-8d7a-4442-bd14-028e8388d86c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGFhYmIzNGUtZTgxNy00ZjE3LThlMmYtMTQ4MTljN2RmMDMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYWFiYjM0ZS1lODE3LTRmMTctOGUyZi0xNDgxOWM3ZGYwMzApIi8+PC9zdmc+);
}








#s-06acf6d4-8d7a-4442-bd14-028e8388d86c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06acf6d4-8d7a-4442-bd14-028e8388d86c.shg-box.shg-c {
  justify-content: center;
}

#s-44b00316-d1fc-4ad1-814b-4d2eff49bd49 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-44b00316-d1fc-4ad1-814b-4d2eff49bd49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44b00316-d1fc-4ad1-814b-4d2eff49bd49.shg-box.shg-c {
  justify-content: center;
}

#s-ade271e1-3110-48c1-bbf4-e4e0e253ec6a {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ade271e1-3110-48c1-bbf4-e4e0e253ec6a .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4171eacf-6018-4ba4-9e50-6a66f6b81f27 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-4171eacf-6018-4ba4-9e50-6a66f6b81f27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-4171eacf-6018-4ba4-9e50-6a66f6b81f27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-4171eacf-6018-4ba4-9e50-6a66f6b81f27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-4171eacf-6018-4ba4-9e50-6a66f6b81f27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-a36ef8c3-07a8-4c05-ba9f-119686bdea86 {
  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-a36ef8c3-07a8-4c05-ba9f-119686bdea86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a36ef8c3-07a8-4c05-ba9f-119686bdea86.shg-box.shg-c {
  justify-content: center;
}

#s-645643de-0107-4627-b352-2e1739ca5e17 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-645643de-0107-4627-b352-2e1739ca5e17:hover {opacity: 0.85 !important;}
#s-645643de-0107-4627-b352-2e1739ca5e17 {
  margin: 0 !important;
  overflow: visible;
}

#s-645643de-0107-4627-b352-2e1739ca5e17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add background color handling */
  
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
  box-sizing: border-box;
}



.s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-645643de-0107-4627-b352-2e1739ca5e17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
      position: relative;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-645643de-0107-4627-b352-2e1739ca5e17 {
  margin: 0 !important;
  overflow: visible;
}

#s-645643de-0107-4627-b352-2e1739ca5e17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add background color handling */
  
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
  box-sizing: border-box;
}



.s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-645643de-0107-4627-b352-2e1739ca5e17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
      position: relative;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-645643de-0107-4627-b352-2e1739ca5e17 {
  margin: 0 !important;
  overflow: visible;
}

#s-645643de-0107-4627-b352-2e1739ca5e17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add background color handling */
  
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
  box-sizing: border-box;
}



.s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-645643de-0107-4627-b352-2e1739ca5e17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
      position: relative;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-645643de-0107-4627-b352-2e1739ca5e17 {
  margin: 0 !important;
  overflow: visible;
}

#s-645643de-0107-4627-b352-2e1739ca5e17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add background color handling */
  
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
  box-sizing: border-box;
}



.s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-645643de-0107-4627-b352-2e1739ca5e17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
      position: relative;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-645643de-0107-4627-b352-2e1739ca5e17 {
  margin: 0 !important;
  overflow: visible;
}

#s-645643de-0107-4627-b352-2e1739ca5e17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-645643de-0107-4627-b352-2e1739ca5e17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add background color handling */
  
}

#s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-645643de-0107-4627-b352-2e1739ca5e17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-645643de-0107-4627-b352-2e1739ca5e17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image {
  box-sizing: border-box;
}



.s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-645643de-0107-4627-b352-2e1739ca5e17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container {
      position: relative;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-645643de-0107-4627-b352-2e1739ca5e17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-1bb59189-ff1a-483a-b3a1-218b604807f2 {
  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-1bb59189-ff1a-483a-b3a1-218b604807f2: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-1bb59189-ff1a-483a-b3a1-218b604807f2: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-1bb59189-ff1a-483a-b3a1-218b604807f2-root {
    text-align: center;
  }


#s-1bb59189-ff1a-483a-b3a1-218b604807f2.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1bb59189-ff1a-483a-b3a1-218b604807f2-root {
    text-align: center;
  }


#s-1bb59189-ff1a-483a-b3a1-218b604807f2.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-1bb59189-ff1a-483a-b3a1-218b604807f2-root {
    text-align: center;
  }


#s-1bb59189-ff1a-483a-b3a1-218b604807f2.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-1bb59189-ff1a-483a-b3a1-218b604807f2-root {
    text-align: center;
  }


#s-1bb59189-ff1a-483a-b3a1-218b604807f2.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1bb59189-ff1a-483a-b3a1-218b604807f2-root {
    text-align: center;
  }


#s-1bb59189-ff1a-483a-b3a1-218b604807f2.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-710675e9-2b46-401f-9743-dfb812b9d925 {
  min-height: 50px;
}








#s-710675e9-2b46-401f-9743-dfb812b9d925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-710675e9-2b46-401f-9743-dfb812b9d925.shg-box.shg-c {
  justify-content: center;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702:hover {opacity: 0.85 !important;}
#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  margin: 0 !important;
  overflow: visible;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add background color handling */
  
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-content {
  
    justify-content: center;
  
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
  box-sizing: border-box;
}



.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
      position: relative;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  margin: 0 !important;
  overflow: visible;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add background color handling */
  
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-content {
  
    justify-content: center;
  
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
  box-sizing: border-box;
}



.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
      position: relative;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  margin: 0 !important;
  overflow: visible;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add background color handling */
  
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-content {
  
    justify-content: center;
  
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
  box-sizing: border-box;
}



.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
      position: relative;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  margin: 0 !important;
  overflow: visible;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add background color handling */
  
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-content {
  
    justify-content: center;
  
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
  box-sizing: border-box;
}



.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
      position: relative;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  margin: 0 !important;
  overflow: visible;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add background color handling */
  
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 .shogun-image-content {
  
    justify-content: center;
  
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image {
  box-sizing: border-box;
}



.s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container {
      position: relative;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-594ae1ed-57c2-4da2-b0c5-22e0bd1ea702 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61 {
  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-3635cc44-ce4e-4e0f-bf08-0d19e810ac61: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-3635cc44-ce4e-4e0f-bf08-0d19e810ac61: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-3635cc44-ce4e-4e0f-bf08-0d19e810ac61-root {
    text-align: center;
  }


#s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61-root {
    text-align: center;
  }


#s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61.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-3635cc44-ce4e-4e0f-bf08-0d19e810ac61-root {
    text-align: center;
  }


#s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61.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-3635cc44-ce4e-4e0f-bf08-0d19e810ac61-root {
    text-align: center;
  }


#s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61-root {
    text-align: center;
  }


#s-3635cc44-ce4e-4e0f-bf08-0d19e810ac61.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-3f476fcd-12b6-418b-baef-86de671882a6 {
  min-height: 50px;
}








#s-3f476fcd-12b6-418b-baef-86de671882a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f476fcd-12b6-418b-baef-86de671882a6.shg-box.shg-c {
  justify-content: center;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262:hover {opacity: 0.85 !important;}
#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
  box-sizing: border-box;
}



.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
      position: relative;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
  box-sizing: border-box;
}



.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
      position: relative;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
  box-sizing: border-box;
}



.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
      position: relative;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
  box-sizing: border-box;
}



.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
      position: relative;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image {
  box-sizing: border-box;
}



.s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container {
      position: relative;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d075f36-46e7-4a15-8b57-1da3ca3e4262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ccb7e293-67bb-44c4-b7f8-40b93359bd61 {
  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-ccb7e293-67bb-44c4-b7f8-40b93359bd61: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-ccb7e293-67bb-44c4-b7f8-40b93359bd61: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-ccb7e293-67bb-44c4-b7f8-40b93359bd61-root {
    text-align: center;
  }


#s-ccb7e293-67bb-44c4-b7f8-40b93359bd61.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ccb7e293-67bb-44c4-b7f8-40b93359bd61-root {
    text-align: center;
  }


#s-ccb7e293-67bb-44c4-b7f8-40b93359bd61.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-ccb7e293-67bb-44c4-b7f8-40b93359bd61-root {
    text-align: center;
  }


#s-ccb7e293-67bb-44c4-b7f8-40b93359bd61.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-ccb7e293-67bb-44c4-b7f8-40b93359bd61-root {
    text-align: center;
  }


#s-ccb7e293-67bb-44c4-b7f8-40b93359bd61.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ccb7e293-67bb-44c4-b7f8-40b93359bd61-root {
    text-align: center;
  }


#s-ccb7e293-67bb-44c4-b7f8-40b93359bd61.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-0bb07aca-4ebe-48aa-a21f-d65fa2b2566a {
  min-height: 50px;
}








#s-0bb07aca-4ebe-48aa-a21f-d65fa2b2566a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bb07aca-4ebe-48aa-a21f-d65fa2b2566a.shg-box.shg-c {
  justify-content: center;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226:hover {opacity: 0.85 !important;}
#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  margin: 0 !important;
  overflow: visible;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add background color handling */
  
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
  box-sizing: border-box;
}



.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
      position: relative;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  margin: 0 !important;
  overflow: visible;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add background color handling */
  
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
  box-sizing: border-box;
}



.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
      position: relative;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  margin: 0 !important;
  overflow: visible;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add background color handling */
  
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
  box-sizing: border-box;
}



.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
      position: relative;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  margin: 0 !important;
  overflow: visible;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add background color handling */
  
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
  box-sizing: border-box;
}



.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
      position: relative;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  margin: 0 !important;
  overflow: visible;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add background color handling */
  
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image {
  box-sizing: border-box;
}



.s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container {
      position: relative;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64944b86-df1a-4a0b-8a75-9e11a1ea3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-1d8c10d5-3775-4d29-a450-5a757e5dd854 {
  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-1d8c10d5-3775-4d29-a450-5a757e5dd854: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-1d8c10d5-3775-4d29-a450-5a757e5dd854: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-1d8c10d5-3775-4d29-a450-5a757e5dd854-root {
    text-align: center;
  }


#s-1d8c10d5-3775-4d29-a450-5a757e5dd854.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d8c10d5-3775-4d29-a450-5a757e5dd854-root {
    text-align: center;
  }


#s-1d8c10d5-3775-4d29-a450-5a757e5dd854.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-1d8c10d5-3775-4d29-a450-5a757e5dd854-root {
    text-align: center;
  }


#s-1d8c10d5-3775-4d29-a450-5a757e5dd854.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-1d8c10d5-3775-4d29-a450-5a757e5dd854-root {
    text-align: center;
  }


#s-1d8c10d5-3775-4d29-a450-5a757e5dd854.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d8c10d5-3775-4d29-a450-5a757e5dd854-root {
    text-align: center;
  }


#s-1d8c10d5-3775-4d29-a450-5a757e5dd854.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;
  }
}
