.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-ca1dcd77-92b5-447b-8a68-7ec73fe1e07a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ca1dcd77-92b5-447b-8a68-7ec73fe1e07a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca1dcd77-92b5-447b-8a68-7ec73fe1e07a {
  
}
}@media (max-width: 767px){#s-ca1dcd77-92b5-447b-8a68-7ec73fe1e07a {
  
}
}







#s-ca1dcd77-92b5-447b-8a68-7ec73fe1e07a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca1dcd77-92b5-447b-8a68-7ec73fe1e07a.shg-box.shg-c {
  justify-content: center;
}

#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 {
  display: none;
}
#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020, #wrap-s-3910ea46-eaa4-4232-9ea9-2b117e2cc020, #wrap-content-s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 {
  display: none;
}
#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020, #wrap-s-3910ea46-eaa4-4232-9ea9-2b117e2cc020, #wrap-content-s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 { display: none !important; }}@media (max-width: 767px){#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 {
  display: none;
}
#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020, #wrap-s-3910ea46-eaa4-4232-9ea9-2b117e2cc020, #wrap-content-s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 { display: none !important; }}







#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3910ea46-eaa4-4232-9ea9-2b117e2cc020.shg-box.shg-c {
  justify-content: center;
}

#s-2bb261a4-e500-4550-aff3-3e2a2dcf0ff6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
background-position: center center;
}

#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a946f468-c246-4284-a8c6-46f65b609007 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a946f468-c246-4284-a8c6-46f65b609007.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a946f468-c246-4284-a8c6-46f65b609007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a946f468-c246-4284-a8c6-46f65b609007.shg-box.shg-c {
  justify-content: center;
}

#s-b351b977-2789-4c82-a9a1-a496aea5e886 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 600px;
max-width: 1280px;
}








#s-b351b977-2789-4c82-a9a1-a496aea5e886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b351b977-2789-4c82-a9a1-a496aea5e886.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-97189d51-3716-45c0-94b1-3ad8b37449a0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-97189d51-3716-45c0-94b1-3ad8b37449a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97189d51-3716-45c0-94b1-3ad8b37449a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97189d51-3716-45c0-94b1-3ad8b37449a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97189d51-3716-45c0-94b1-3ad8b37449a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c256bc08-a155-44e2-8f9e-ac965eccaedf {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-c256bc08-a155-44e2-8f9e-ac965eccaedf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c256bc08-a155-44e2-8f9e-ac965eccaedf.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f84135b-3be8-466d-9501-9aaa626c87aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-921fa822-23a0-476d-8116-8c57e13dea78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-921fa822-23a0-476d-8116-8c57e13dea78 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-31fc3877-01ed-424e-ae6c-5e17b1d21539 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-31fc3877-01ed-424e-ae6c-5e17b1d21539 {
  display: none;
}
#s-31fc3877-01ed-424e-ae6c-5e17b1d21539, #wrap-s-31fc3877-01ed-424e-ae6c-5e17b1d21539, #wrap-content-s-31fc3877-01ed-424e-ae6c-5e17b1d21539 { display: none !important; }}
#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c {
  
}
}@media (max-width: 767px){#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c {
  
}
}







#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9f9bc3b-e99a-4e5d-81ee-61b09537285c.shg-box.shg-c {
  justify-content: center;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-586e2140-d7f6-4476-bf38-cdcc4598bc8e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(188, 3, 21, 1);
border-radius: 100px;
max-width: 200px;
background-color: rgba(188, 3, 21, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e:hover {border-style: solid !important;
border-color: rgba(188, 3, 21, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(188, 3, 21, 1) !important;}#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e:active {background-color: rgba(144, 0, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-586e2140-d7f6-4476-bf38-cdcc4598bc8e-root {
    text-align: center;
  }


#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-586e2140-d7f6-4476-bf38-cdcc4598bc8e-root {
    text-align: center;
  }


#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-586e2140-d7f6-4476-bf38-cdcc4598bc8e-root {
    text-align: center;
  }


#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-586e2140-d7f6-4476-bf38-cdcc4598bc8e-root {
    text-align: center;
  }


#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-586e2140-d7f6-4476-bf38-cdcc4598bc8e-root {
    text-align: center;
  }


#s-586e2140-d7f6-4476-bf38-cdcc4598bc8e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-702ce09a-15aa-4403-b9b1-32a8f8930d66 {
  margin-top: 20px;
text-align: left;
}

#s-3d396084-9212-4a6a-b665-9c853235e384 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-3d396084-9212-4a6a-b665-9c853235e384 {
  display: none;
}
#s-3d396084-9212-4a6a-b665-9c853235e384, #wrap-s-3d396084-9212-4a6a-b665-9c853235e384, #wrap-content-s-3d396084-9212-4a6a-b665-9c853235e384 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d396084-9212-4a6a-b665-9c853235e384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d396084-9212-4a6a-b665-9c853235e384 {
  
}
}







#s-3d396084-9212-4a6a-b665-9c853235e384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d396084-9212-4a6a-b665-9c853235e384.shg-box.shg-c {
  justify-content: center;
}

#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
background-position: center center;
}

#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 {
  background-image: url(https://i.shgcdn.com/fd7344e3-940e-46b4-9d39-77d883218eb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46fd6ff7-2006-4b1e-aaef-794756ff5cd7.shg-box.shg-c {
  justify-content: center;
}

#s-6a3725f3-d4de-4626-843e-5af274f76234 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 600px;
max-width: 1280px;
}








#s-6a3725f3-d4de-4626-843e-5af274f76234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a3725f3-d4de-4626-843e-5af274f76234.shg-box.shg-c {
  justify-content: center;
}

#s-b2ecef8b-7417-4201-8e4d-f45fcdd15bee {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-b2ecef8b-7417-4201-8e4d-f45fcdd15bee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2ecef8b-7417-4201-8e4d-f45fcdd15bee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2ecef8b-7417-4201-8e4d-f45fcdd15bee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2ecef8b-7417-4201-8e4d-f45fcdd15bee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aa07ff92-0e97-4d29-b822-abcbe6f82064 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-aa07ff92-0e97-4d29-b822-abcbe6f82064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa07ff92-0e97-4d29-b822-abcbe6f82064.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aea547cc-7b7b-414e-9165-4ddf7315faa8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-ac3877b8-9baa-4a02-8833-6ac5e1fe6ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac3877b8-9baa-4a02-8833-6ac5e1fe6ca4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-00a34008-ca24-45e3-9955-8e74f97311af {
  min-height: 50px;
}
@media (min-width: 1200px){#s-00a34008-ca24-45e3-9955-8e74f97311af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00a34008-ca24-45e3-9955-8e74f97311af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00a34008-ca24-45e3-9955-8e74f97311af {
  
}
}@media (max-width: 767px){#s-00a34008-ca24-45e3-9955-8e74f97311af {
  
}
}







#s-00a34008-ca24-45e3-9955-8e74f97311af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00a34008-ca24-45e3-9955-8e74f97311af.shg-box.shg-c {
  justify-content: center;
}

#s-344be6e9-24e9-48f3-920a-a360761c5d08 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(188, 3, 21, 1);
border-radius: 100px;
max-width: 200px;
background-color: rgba(188, 3, 21, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-344be6e9-24e9-48f3-920a-a360761c5d08:hover {border-style: solid !important;
border-color: rgba(188, 3, 21, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(188, 3, 21, 1) !important;}#s-344be6e9-24e9-48f3-920a-a360761c5d08:active {background-color: rgba(144, 0, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-344be6e9-24e9-48f3-920a-a360761c5d08-root {
    text-align: center;
  }


#s-344be6e9-24e9-48f3-920a-a360761c5d08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-344be6e9-24e9-48f3-920a-a360761c5d08-root {
    text-align: center;
  }


#s-344be6e9-24e9-48f3-920a-a360761c5d08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-344be6e9-24e9-48f3-920a-a360761c5d08-root {
    text-align: center;
  }


#s-344be6e9-24e9-48f3-920a-a360761c5d08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-344be6e9-24e9-48f3-920a-a360761c5d08-root {
    text-align: center;
  }


#s-344be6e9-24e9-48f3-920a-a360761c5d08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-344be6e9-24e9-48f3-920a-a360761c5d08-root {
    text-align: center;
  }


#s-344be6e9-24e9-48f3-920a-a360761c5d08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-e850f0b6-54fb-459d-bba3-8e7348acc036 {
  margin-top: 20px;
text-align: left;
}

#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda {
  
}
}@media (max-width: 767px){#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda {
  display: none;
}
#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda, #wrap-s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda, #wrap-content-s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda { display: none !important; }}







#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b15a8a3-7a9b-413c-bab0-a2cd4d9a6eda.shg-box.shg-c {
  justify-content: flex-start;
}

.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-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  margin-left: auto;
margin-right: auto;
max-width: 2995px;
aspect-ratio: 2000/1870;
text-align: center;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2-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-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }

    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-link {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2995px;
  }



  img.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
    
    
    
    max-height: 2995px;
  }


.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
  box-sizing: border-box;
}



.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
      --shg-aspect-ratio: calc(2000/1870); 
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
      position: relative;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2995px;
    }
  }

@media (min-width: 1200px){#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2-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-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }

    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-link {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2995px;
  }



  img.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
    
    
    
    max-height: 2995px;
  }


.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
  box-sizing: border-box;
}



.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
      --shg-aspect-ratio: calc(2000/1870); 
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
      position: relative;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2995px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2-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-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }

    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-link {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2995px;
  }



  img.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
    
    
    
    max-height: 2995px;
  }


.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
  box-sizing: border-box;
}



.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
      --shg-aspect-ratio: calc(2000/1870); 
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
      position: relative;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2995px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2-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-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }

    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-link {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2995px;
  }



  img.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
    
    
    
    max-height: 2995px;
  }


.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
  box-sizing: border-box;
}



.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
      --shg-aspect-ratio: calc(2000/1870); 
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
      position: relative;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2995px;
    }
  }

}@media (max-width: 767px){#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2-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-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }

    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-link {
      aspect-ratio: 2000/1870;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2995px;
  }



  img.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
    
    
    
    max-height: 2995px;
  }


.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image {
  box-sizing: border-box;
}



.s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 {
      --shg-aspect-ratio: calc(2000/1870); 
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container {
      position: relative;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e888433-a8ef-4f22-89fe-4200598b8ed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2995px;
    }
  }

}
#s-1f048896-5488-43b5-a4df-b2e4fadf8027 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1320px;
}








#s-1f048896-5488-43b5-a4df-b2e4fadf8027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f048896-5488-43b5-a4df-b2e4fadf8027.shg-box.shg-c {
  justify-content: center;
}

#s-142e3fec-6e9d-4c2d-ab7f-8a429be540a0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-142e3fec-6e9d-4c2d-ab7f-8a429be540a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-142e3fec-6e9d-4c2d-ab7f-8a429be540a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-142e3fec-6e9d-4c2d-ab7f-8a429be540a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-142e3fec-6e9d-4c2d-ab7f-8a429be540a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07fc29c9-9ede-41e1-bd08-2e63f6805d53 {
  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(110, 110, 110, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-07fc29c9-9ede-41e1-bd08-2e63f6805d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07fc29c9-9ede-41e1-bd08-2e63f6805d53.shg-box.shg-c {
  justify-content: center;
}

#s-0d098309-a63b-401a-985f-f27f4a66539c {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-0d098309-a63b-401a-985f-f27f4a66539c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d098309-a63b-401a-985f-f27f4a66539c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d098309-a63b-401a-985f-f27f4a66539c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d098309-a63b-401a-985f-f27f4a66539c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-edc220cc-d62b-491c-a40c-7332293ea561 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-edc220cc-d62b-491c-a40c-7332293ea561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edc220cc-d62b-491c-a40c-7332293ea561.shg-box.shg-c {
  justify-content: center;
}

#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
max-width: 250px;
background-color: rgba(31, 147, 232, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2dfe8eab-19b4-4541-8a07-15d0a329c39d-root {
    text-align: center;
  }


#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2dfe8eab-19b4-4541-8a07-15d0a329c39d-root {
    text-align: center;
  }


#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dfe8eab-19b4-4541-8a07-15d0a329c39d-root {
    text-align: center;
  }


#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dfe8eab-19b4-4541-8a07-15d0a329c39d-root {
    text-align: center;
  }


#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2dfe8eab-19b4-4541-8a07-15d0a329c39d-root {
    text-align: center;
  }


#s-2dfe8eab-19b4-4541-8a07-15d0a329c39d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-9a5105a9-04a7-49a4-b23b-9aadbeed05b5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9a5105a9-04a7-49a4-b23b-9aadbeed05b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a5105a9-04a7-49a4-b23b-9aadbeed05b5.shg-box.shg-c {
  justify-content: center;
}

#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
max-width: 250px;
background-color: rgba(31, 147, 232, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d92b5c27-1473-47a6-bf87-5c720c5ffef4-root {
    text-align: center;
  }


#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d92b5c27-1473-47a6-bf87-5c720c5ffef4-root {
    text-align: center;
  }


#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d92b5c27-1473-47a6-bf87-5c720c5ffef4-root {
    text-align: center;
  }


#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d92b5c27-1473-47a6-bf87-5c720c5ffef4-root {
    text-align: center;
  }


#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d92b5c27-1473-47a6-bf87-5c720c5ffef4-root {
    text-align: center;
  }


#s-d92b5c27-1473-47a6-bf87-5c720c5ffef4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-6bbbf33c-583a-4798-a192-6d3914ab4a54 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e68698b-9b97-4703-bed4-7c2a0184e27c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3e68698b-9b97-4703-bed4-7c2a0184e27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e68698b-9b97-4703-bed4-7c2a0184e27c.shg-box.shg-c {
  justify-content: center;
}

#s-efd9fbc6-e568-407d-ac3c-6e5920e2ff6c {
  margin-top: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(103, 102, 102, 1);
}








#s-efd9fbc6-e568-407d-ac3c-6e5920e2ff6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efd9fbc6-e568-407d-ac3c-6e5920e2ff6c.shg-box.shg-c {
  justify-content: center;
}

#s-06553123-20bd-466b-ae6c-99d9db811763 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1320px;
}








#s-06553123-20bd-466b-ae6c-99d9db811763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06553123-20bd-466b-ae6c-99d9db811763.shg-box.shg-c {
  justify-content: center;
}

#s-ad1612fd-8b70-401e-afd0-0f5a781f996b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad1612fd-8b70-401e-afd0-0f5a781f996b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fb29b003-ba8e-4b15-97ff-36c985a39873 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fb29b003-ba8e-4b15-97ff-36c985a39873"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fb29b003-ba8e-4b15-97ff-36c985a39873"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb29b003-ba8e-4b15-97ff-36c985a39873"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb29b003-ba8e-4b15-97ff-36c985a39873"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-5609f9b0-5767-49ea-8bf6-54aea168bc4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5609f9b0-5767-49ea-8bf6-54aea168bc4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5609f9b0-5767-49ea-8bf6-54aea168bc4c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7db20c6c-5081-4e56-8fc8-c795e852ed16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c5a3027c-1ae4-4e79-838c-0868ffa6023c {
  padding-left: 0px;
padding-right: 0px;
}








#s-c5a3027c-1ae4-4e79-838c-0868ffa6023c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5a3027c-1ae4-4e79-838c-0868ffa6023c.shg-box.shg-c {
  justify-content: center;
}

#s-3917489c-55ad-418b-b73e-f721db85d238 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-3917489c-55ad-418b-b73e-f721db85d238 {
  text-align: center;
}
}
#s-3917489c-55ad-418b-b73e-f721db85d238 {
  margin: 0 !important;
  overflow: visible;
}

#s-3917489c-55ad-418b-b73e-f721db85d238-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-3917489c-55ad-418b-b73e-f721db85d238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3917489c-55ad-418b-b73e-f721db85d238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add background color handling */
  
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
  box-sizing: border-box;
}



.s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3917489c-55ad-418b-b73e-f721db85d238 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
      position: relative;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-3917489c-55ad-418b-b73e-f721db85d238 {
  margin: 0 !important;
  overflow: visible;
}

#s-3917489c-55ad-418b-b73e-f721db85d238-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-3917489c-55ad-418b-b73e-f721db85d238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3917489c-55ad-418b-b73e-f721db85d238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add background color handling */
  
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
  box-sizing: border-box;
}



.s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3917489c-55ad-418b-b73e-f721db85d238 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
      position: relative;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238 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-3917489c-55ad-418b-b73e-f721db85d238 {
  margin: 0 !important;
  overflow: visible;
}

#s-3917489c-55ad-418b-b73e-f721db85d238-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-3917489c-55ad-418b-b73e-f721db85d238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3917489c-55ad-418b-b73e-f721db85d238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add background color handling */
  
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
  box-sizing: border-box;
}



.s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3917489c-55ad-418b-b73e-f721db85d238 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
      position: relative;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238 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-3917489c-55ad-418b-b73e-f721db85d238 {
  margin: 0 !important;
  overflow: visible;
}

#s-3917489c-55ad-418b-b73e-f721db85d238-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-3917489c-55ad-418b-b73e-f721db85d238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3917489c-55ad-418b-b73e-f721db85d238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add background color handling */
  
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
  box-sizing: border-box;
}



.s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3917489c-55ad-418b-b73e-f721db85d238 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
      position: relative;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-3917489c-55ad-418b-b73e-f721db85d238 {
  margin: 0 !important;
  overflow: visible;
}

#s-3917489c-55ad-418b-b73e-f721db85d238-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-3917489c-55ad-418b-b73e-f721db85d238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3917489c-55ad-418b-b73e-f721db85d238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add background color handling */
  
}

#s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3917489c-55ad-418b-b73e-f721db85d238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3917489c-55ad-418b-b73e-f721db85d238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image {
  box-sizing: border-box;
}



.s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3917489c-55ad-418b-b73e-f721db85d238 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container {
      position: relative;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3917489c-55ad-418b-b73e-f721db85d238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b2d0548a-d3ed-4dbb-a397-f53811b4b725 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-b2d0548a-d3ed-4dbb-a397-f53811b4b725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2d0548a-d3ed-4dbb-a397-f53811b4b725.shg-box.shg-c {
  justify-content: center;
}

#s-58a90f68-6f63-46e8-8257-f74ee6e83989 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-233d2d9e-cb05-47ba-8c00-d9330d928898 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-233d2d9e-cb05-47ba-8c00-d9330d928898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-233d2d9e-cb05-47ba-8c00-d9330d928898.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51239ebd-576f-4048-bdd3-182d91677a83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0f87b544-3184-4197-aab3-d41e6fa3f825 {
  padding-left: 0px;
padding-right: 0px;
}








#s-0f87b544-3184-4197-aab3-d41e6fa3f825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f87b544-3184-4197-aab3-d41e6fa3f825.shg-box.shg-c {
  justify-content: center;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  text-align: center;
}
}
#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  margin: 0 !important;
  overflow: visible;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d-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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add background color handling */
  
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
  box-sizing: border-box;
}



.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
      position: relative;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  margin: 0 !important;
  overflow: visible;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d-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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add background color handling */
  
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
  box-sizing: border-box;
}



.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
      position: relative;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d 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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  margin: 0 !important;
  overflow: visible;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d-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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add background color handling */
  
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
  box-sizing: border-box;
}



.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
      position: relative;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d 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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  margin: 0 !important;
  overflow: visible;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d-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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add background color handling */
  
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
  box-sizing: border-box;
}



.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
      position: relative;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  margin: 0 !important;
  overflow: visible;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d-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-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add background color handling */
  
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image {
  box-sizing: border-box;
}



.s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container {
      position: relative;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36331d0-ab6e-40c5-863a-5eebc2c6032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c25b1a87-8877-480a-ae03-56d1fc196971 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-c25b1a87-8877-480a-ae03-56d1fc196971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c25b1a87-8877-480a-ae03-56d1fc196971.shg-box.shg-c {
  justify-content: center;
}

#s-c3c0379a-6a75-4524-8b9f-59176698f28b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bd67d555-3b66-4c39-b24c-bad019665497 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bd67d555-3b66-4c39-b24c-bad019665497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd67d555-3b66-4c39-b24c-bad019665497.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32575a3-727e-4738-8e58-205863332f52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-cd5d3f03-25ef-4cc3-809f-5689e01e81c7 {
  padding-left: 0px;
padding-right: 0px;
}








#s-cd5d3f03-25ef-4cc3-809f-5689e01e81c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd5d3f03-25ef-4cc3-809f-5689e01e81c7.shg-box.shg-c {
  justify-content: center;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  text-align: center;
}
}
#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  margin: 0 !important;
  overflow: visible;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580-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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add background color handling */
  
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
  box-sizing: border-box;
}



.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
      position: relative;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  margin: 0 !important;
  overflow: visible;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580-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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add background color handling */
  
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
  box-sizing: border-box;
}



.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
      position: relative;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  margin: 0 !important;
  overflow: visible;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580-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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add background color handling */
  
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
  box-sizing: border-box;
}



.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
      position: relative;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  margin: 0 !important;
  overflow: visible;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580-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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add background color handling */
  
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
  box-sizing: border-box;
}



.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
      position: relative;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  margin: 0 !important;
  overflow: visible;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580-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-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add background color handling */
  
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image {
  box-sizing: border-box;
}



.s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container {
      position: relative;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537e6235-e1b8-4e79-8e51-a90ecc6a4580 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-d44a3cae-bcd1-44e4-80d1-d570c09ee3b4 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-d44a3cae-bcd1-44e4-80d1-d570c09ee3b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d44a3cae-bcd1-44e4-80d1-d570c09ee3b4.shg-box.shg-c {
  justify-content: center;
}

#s-14aed4de-aa8c-4d50-b318-6e6032e6f01d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-af4a36a2-bf02-4933-9f08-036bd2a5e99c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-af4a36a2-bf02-4933-9f08-036bd2a5e99c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af4a36a2-bf02-4933-9f08-036bd2a5e99c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61949f59-fd2b-4afd-9579-3f10d76baddf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0d121473-e1c2-48bb-808f-aeca1c7d0ea4 {
  padding-left: 0px;
padding-right: 0px;
}








#s-0d121473-e1c2-48bb-808f-aeca1c7d0ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d121473-e1c2-48bb-808f-aeca1c7d0ea4.shg-box.shg-c {
  justify-content: center;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  text-align: center;
}
}
#s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7-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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
  box-sizing: border-box;
}



.s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
      position: relative;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7-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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
  box-sizing: border-box;
}



.s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
      position: relative;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7-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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
  box-sizing: border-box;
}



.s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
      position: relative;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7-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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
  box-sizing: border-box;
}



.s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
      position: relative;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7-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-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a1a54644-e45f-422b-adb5-c74a8c315db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image {
  box-sizing: border-box;
}



.s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container {
      position: relative;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1a54644-e45f-422b-adb5-c74a8c315db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-937908d3-9fa2-49ce-ad62-798572b69391 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-937908d3-9fa2-49ce-ad62-798572b69391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-937908d3-9fa2-49ce-ad62-798572b69391.shg-box.shg-c {
  justify-content: center;
}

#s-b35f55cd-fb97-49e7-b223-59661085983b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-de09f4a7-059b-4127-b798-b3f4b5061cd6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-de09f4a7-059b-4127-b798-b3f4b5061cd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de09f4a7-059b-4127-b798-b3f4b5061cd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de09f4a7-059b-4127-b798-b3f4b5061cd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de09f4a7-059b-4127-b798-b3f4b5061cd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d64e8074-0bb2-4a17-9973-664faa9f1c58 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d64e8074-0bb2-4a17-9973-664faa9f1c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d64e8074-0bb2-4a17-9973-664faa9f1c58.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac37964e-1b42-4e42-b10c-19f1096dc674"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-889a1e9c-1862-4bdb-85fe-a67669758b76 {
  padding-left: 0px;
padding-right: 0px;
}








#s-889a1e9c-1862-4bdb-85fe-a67669758b76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-889a1e9c-1862-4bdb-85fe-a67669758b76.shg-box.shg-c {
  justify-content: center;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  text-align: center;
}
}
#s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  margin: 0 !important;
  overflow: visible;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358-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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add background color handling */
  
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
  box-sizing: border-box;
}



.s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8757118b-9bfd-4f5c-8885-329ccce96358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
      position: relative;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  margin: 0 !important;
  overflow: visible;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358-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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add background color handling */
  
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
  box-sizing: border-box;
}



.s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8757118b-9bfd-4f5c-8885-329ccce96358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
      position: relative;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358 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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  margin: 0 !important;
  overflow: visible;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358-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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add background color handling */
  
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
  box-sizing: border-box;
}



.s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8757118b-9bfd-4f5c-8885-329ccce96358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
      position: relative;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358 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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  margin: 0 !important;
  overflow: visible;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358-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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add background color handling */
  
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
  box-sizing: border-box;
}



.s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8757118b-9bfd-4f5c-8885-329ccce96358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
      position: relative;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  margin: 0 !important;
  overflow: visible;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358-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-8757118b-9bfd-4f5c-8885-329ccce96358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8757118b-9bfd-4f5c-8885-329ccce96358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add background color handling */
  
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8757118b-9bfd-4f5c-8885-329ccce96358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8757118b-9bfd-4f5c-8885-329ccce96358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image {
  box-sizing: border-box;
}



.s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8757118b-9bfd-4f5c-8885-329ccce96358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container {
      position: relative;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8757118b-9bfd-4f5c-8885-329ccce96358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-97986e13-517c-4bc4-b779-45fb16bc29ba {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-97986e13-517c-4bc4-b779-45fb16bc29ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97986e13-517c-4bc4-b779-45fb16bc29ba.shg-box.shg-c {
  justify-content: center;
}

#s-26550f6c-778e-4c20-876a-2ac5a0ed6dd0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b14c1d1a-2a4a-4142-9cbd-25f9c1cc5dad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b14c1d1a-2a4a-4142-9cbd-25f9c1cc5dad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b14c1d1a-2a4a-4142-9cbd-25f9c1cc5dad.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b47c021-c3b4-477f-a45d-7298f29e27f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f5716572-ec98-4ff1-b5eb-539cff8f47f5 {
  padding-left: 0px;
padding-right: 0px;
}








#s-f5716572-ec98-4ff1-b5eb-539cff8f47f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5716572-ec98-4ff1-b5eb-539cff8f47f5.shg-box.shg-c {
  justify-content: center;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  text-align: center;
}
}
#s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  margin: 0 !important;
  overflow: visible;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa-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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add background color handling */
  
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
  box-sizing: border-box;
}



.s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-786d4f60-4c33-4a73-87ac-62564194c1fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
      position: relative;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  margin: 0 !important;
  overflow: visible;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa-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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add background color handling */
  
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
  box-sizing: border-box;
}



.s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-786d4f60-4c33-4a73-87ac-62564194c1fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
      position: relative;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa 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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  margin: 0 !important;
  overflow: visible;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa-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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add background color handling */
  
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
  box-sizing: border-box;
}



.s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-786d4f60-4c33-4a73-87ac-62564194c1fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
      position: relative;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa 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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  margin: 0 !important;
  overflow: visible;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa-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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add background color handling */
  
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
  box-sizing: border-box;
}



.s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-786d4f60-4c33-4a73-87ac-62564194c1fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
      position: relative;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  margin: 0 !important;
  overflow: visible;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa-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-786d4f60-4c33-4a73-87ac-62564194c1fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-786d4f60-4c33-4a73-87ac-62564194c1fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add background color handling */
  
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786d4f60-4c33-4a73-87ac-62564194c1fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-786d4f60-4c33-4a73-87ac-62564194c1fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image {
  box-sizing: border-box;
}



.s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-786d4f60-4c33-4a73-87ac-62564194c1fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container {
      position: relative;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786d4f60-4c33-4a73-87ac-62564194c1fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-53bec2e0-b194-442c-b202-2b1ca8b0a976 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-53bec2e0-b194-442c-b202-2b1ca8b0a976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53bec2e0-b194-442c-b202-2b1ca8b0a976.shg-box.shg-c {
  justify-content: center;
}

#s-c33aedf0-7126-461f-8240-463d4264b6a0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2a66b066-e88e-4d4d-a996-de46970e965c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2a66b066-e88e-4d4d-a996-de46970e965c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a66b066-e88e-4d4d-a996-de46970e965c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30646377-9d08-4739-8733-8bea4b83dad5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b5f864ce-15bf-4ed7-9609-350ad018c7e9 {
  padding-left: 0px;
padding-right: 0px;
}








#s-b5f864ce-15bf-4ed7-9609-350ad018c7e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5f864ce-15bf-4ed7-9609-350ad018c7e9.shg-box.shg-c {
  justify-content: center;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  text-align: center;
}
}
#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  margin: 0 !important;
  overflow: visible;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72-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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add background color handling */
  
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
  box-sizing: border-box;
}



.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
      position: relative;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  margin: 0 !important;
  overflow: visible;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72-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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add background color handling */
  
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
  box-sizing: border-box;
}



.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
      position: relative;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  margin: 0 !important;
  overflow: visible;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72-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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add background color handling */
  
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
  box-sizing: border-box;
}



.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
      position: relative;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  margin: 0 !important;
  overflow: visible;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72-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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add background color handling */
  
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
  box-sizing: border-box;
}



.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
      position: relative;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  margin: 0 !important;
  overflow: visible;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72-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-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add background color handling */
  
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image {
  box-sizing: border-box;
}



.s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container {
      position: relative;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daa87e1e-8926-4d92-8e74-bce8910cfb72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-fdbb4849-197e-471e-a1c3-9277bcbe73a0 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-fdbb4849-197e-471e-a1c3-9277bcbe73a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdbb4849-197e-471e-a1c3-9277bcbe73a0.shg-box.shg-c {
  justify-content: center;
}

#s-fc60a410-05bd-4400-8ac4-6db979594c81 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-9868bd88-0006-49ea-9812-abddfbcdc9f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9868bd88-0006-49ea-9812-abddfbcdc9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9868bd88-0006-49ea-9812-abddfbcdc9f5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eeb2423c-e7e3-4379-8e6c-4259bbe718bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-09dfbf69-c443-41d6-9149-1eb90286a97c {
  padding-left: 0px;
padding-right: 0px;
}








#s-09dfbf69-c443-41d6-9149-1eb90286a97c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09dfbf69-c443-41d6-9149-1eb90286a97c.shg-box.shg-c {
  justify-content: center;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  text-align: center;
}
}
#s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f-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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
  box-sizing: border-box;
}



.s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcda737e-6c61-411e-a719-f8d70fafa26f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
      position: relative;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f-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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
  box-sizing: border-box;
}



.s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcda737e-6c61-411e-a719-f8d70fafa26f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
      position: relative;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f 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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f-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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
  box-sizing: border-box;
}



.s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcda737e-6c61-411e-a719-f8d70fafa26f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
      position: relative;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f 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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f-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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
  box-sizing: border-box;
}



.s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcda737e-6c61-411e-a719-f8d70fafa26f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
      position: relative;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f-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-fcda737e-6c61-411e-a719-f8d70fafa26f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcda737e-6c61-411e-a719-f8d70fafa26f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcda737e-6c61-411e-a719-f8d70fafa26f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fcda737e-6c61-411e-a719-f8d70fafa26f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image {
  box-sizing: border-box;
}



.s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcda737e-6c61-411e-a719-f8d70fafa26f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container {
      position: relative;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcda737e-6c61-411e-a719-f8d70fafa26f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-03e25169-8223-4d66-8360-ed078f9d2a98 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
min-height: 50px;
}








#s-03e25169-8223-4d66-8360-ed078f9d2a98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03e25169-8223-4d66-8360-ed078f9d2a98.shg-box.shg-c {
  justify-content: center;
}

#s-dfefe0ee-0d97-4689-81b4-71be8d2229fa {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-506ae4b9-b16a-4704-8d73-98f30baf1b43 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-506ae4b9-b16a-4704-8d73-98f30baf1b43 {
  display: none;
}
#s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-content-s-506ae4b9-b16a-4704-8d73-98f30baf1b43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-506ae4b9-b16a-4704-8d73-98f30baf1b43 {
  display: none;
}
#s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-content-s-506ae4b9-b16a-4704-8d73-98f30baf1b43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-506ae4b9-b16a-4704-8d73-98f30baf1b43 {
  display: none;
}
#s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-content-s-506ae4b9-b16a-4704-8d73-98f30baf1b43 { display: none !important; }}@media (max-width: 767px){#s-506ae4b9-b16a-4704-8d73-98f30baf1b43 {
  display: none;
}
#s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-s-506ae4b9-b16a-4704-8d73-98f30baf1b43, #wrap-content-s-506ae4b9-b16a-4704-8d73-98f30baf1b43 { display: none !important; }}







#s-506ae4b9-b16a-4704-8d73-98f30baf1b43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-506ae4b9-b16a-4704-8d73-98f30baf1b43.shg-box.shg-c {
  justify-content: center;
}

#s-d7fb7027-0c03-4750-b8a4-fb8b16d74c6d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 120px;
padding-left: 30px;
padding-bottom: 120px;
padding-right: 30px;
min-height: 50px;
}








#s-d7fb7027-0c03-4750-b8a4-fb8b16d74c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7fb7027-0c03-4750-b8a4-fb8b16d74c6d.shg-box.shg-c {
  justify-content: center;
}

#s-a832ff36-9cf3-4722-a564-d1d3f1afc473 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-a832ff36-9cf3-4722-a564-d1d3f1afc473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a832ff36-9cf3-4722-a564-d1d3f1afc473.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a8a32ee6-dd0d-406c-84a6-507eba6c62ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8a32ee6-dd0d-406c-84a6-507eba6c62ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8a32ee6-dd0d-406c-84a6-507eba6c62ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8a32ee6-dd0d-406c-84a6-507eba6c62ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-739cd496-cc3e-49e5-a8c4-08f91da59995 {
  min-height: 50px;
}








#s-739cd496-cc3e-49e5-a8c4-08f91da59995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-739cd496-cc3e-49e5-a8c4-08f91da59995.shg-box.shg-c {
  justify-content: center;
}

#s-8493cc4f-519d-4e0c-9c4f-3dccd4f17565 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8493cc4f-519d-4e0c-9c4f-3dccd4f17565 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-62a45881-e2f6-4a86-b4ec-e9390e3f2ec0 {
  min-height: 50px;
}








#s-62a45881-e2f6-4a86-b4ec-e9390e3f2ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62a45881-e2f6-4a86-b4ec-e9390e3f2ec0.shg-box.shg-c {
  justify-content: center;
}

#s-26879c25-2a87-4e6f-a358-3bde1c181394 {
  text-align: left;
}

#s-643fb596-d6f8-431c-a0ca-b9f05ef8a81a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 120px;
padding-left: 30px;
padding-bottom: 120px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(253, 205, 43, 1);
}








#s-643fb596-d6f8-431c-a0ca-b9f05ef8a81a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-643fb596-d6f8-431c-a0ca-b9f05ef8a81a.shg-box.shg-c {
  justify-content: center;
}

#s-beae1e26-ddca-40fa-8f8a-71abcc7d6987 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 120px;
padding-bottom: 240px;
min-height: 50px;
background-position: right bottom;
}








#s-beae1e26-ddca-40fa-8f8a-71abcc7d6987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beae1e26-ddca-40fa-8f8a-71abcc7d6987.shg-box.shg-c {
  justify-content: center;
}

#s-b7136c44-d60b-472d-bbe7-8623862712a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7136c44-d60b-472d-bbe7-8623862712a0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-24f497ac-25de-46a3-bfee-c53e5623dfb9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-835c7330-58bc-40b0-a046-c32572b39755 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 120px;
padding-left: 30px;
padding-bottom: 120px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(50, 50, 50, 1);
}








#s-835c7330-58bc-40b0-a046-c32572b39755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-835c7330-58bc-40b0-a046-c32572b39755.shg-box.shg-c {
  justify-content: center;
}

#s-9434a991-f1f4-4013-8b85-ebbc88132c4d {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-position: right bottom;
}








#s-9434a991-f1f4-4013-8b85-ebbc88132c4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9434a991-f1f4-4013-8b85-ebbc88132c4d.shg-box.shg-c {
  justify-content: center;
}

#s-ce4084b2-17e8-4ff8-ab56-ef7137e01146 {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
max-width: 1280px;
}








#s-ce4084b2-17e8-4ff8-ab56-ef7137e01146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce4084b2-17e8-4ff8-ab56-ef7137e01146.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aa5ae49e-3f4f-4a7f-81f7-6133a82d6ba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa5ae49e-3f4f-4a7f-81f7-6133a82d6ba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa5ae49e-3f4f-4a7f-81f7-6133a82d6ba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa5ae49e-3f4f-4a7f-81f7-6133a82d6ba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a16afec-d3cc-41c8-86d7-3424e16e0e32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a16afec-d3cc-41c8-86d7-3424e16e0e32 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-38a6fdf6-4193-4fd6-864f-0daafc9cf141 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(239, 197, 197, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-38a6fdf6-4193-4fd6-864f-0daafc9cf141 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-38a6fdf6-4193-4fd6-864f-0daafc9cf141 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-38a6fdf6-4193-4fd6-864f-0daafc9cf141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38a6fdf6-4193-4fd6-864f-0daafc9cf141.shg-box.shg-c {
  justify-content: center;
}

#s-ad87a1a4-9a78-4be3-9a09-bcd38ee0af47 {
  background-size: contain;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-position: left center;
}








#s-ad87a1a4-9a78-4be3-9a09-bcd38ee0af47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad87a1a4-9a78-4be3-9a09-bcd38ee0af47.shg-box.shg-c {
  justify-content: center;
}

#s-575085f6-de98-4d02-9b6d-57c15da407d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1280px;
}








#s-575085f6-de98-4d02-9b6d-57c15da407d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-575085f6-de98-4d02-9b6d-57c15da407d5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-34591784-f471-4cb0-a182-45612d1e82ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34591784-f471-4cb0-a182-45612d1e82ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34591784-f471-4cb0-a182-45612d1e82ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34591784-f471-4cb0-a182-45612d1e82ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  text-align: center;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  margin: 0 !important;
  overflow: visible;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc-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-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add background color handling */
  
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
    
    
    
    
  }


.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
  box-sizing: border-box;
}



.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  
}


@media (min-width: 1200px){#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  margin: 0 !important;
  overflow: visible;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc-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-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add background color handling */
  
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
    
    
    
    
  }


.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
  box-sizing: border-box;
}



.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  margin: 0 !important;
  overflow: visible;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc-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-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add background color handling */
  
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
    
    
    
    
  }


.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
  box-sizing: border-box;
}



.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  margin: 0 !important;
  overflow: visible;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc-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-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add background color handling */
  
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
    
    
    
    
  }


.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
  box-sizing: border-box;
}



.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  
}


}@media (max-width: 767px){#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  margin: 0 !important;
  overflow: visible;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc-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-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add background color handling */
  
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
    
    
    
    
  }


.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc.shogun-image {
  box-sizing: border-box;
}



.s-af3ff0e5-3ad8-4cc0-91eb-f2b30676eadc img.shogun-image {
  
}


}
#s-49299bec-21f2-4aa1-974c-08398ac12025 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(239, 197, 197, 0.9);
}








#s-49299bec-21f2-4aa1-974c-08398ac12025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49299bec-21f2-4aa1-974c-08398ac12025.shg-box.shg-c {
  justify-content: center;
}

#s-3616d7b4-9038-44f3-88a3-8902965e4e16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3616d7b4-9038-44f3-88a3-8902965e4e16 .shogun-heading-component h2 {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5cdfe582-f68d-45fb-8949-e50e596c4cdb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5cdfe582-f68d-45fb-8949-e50e596c4cdb {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5cdfe582-f68d-45fb-8949-e50e596c4cdb {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-5cdfe582-f68d-45fb-8949-e50e596c4cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cdfe582-f68d-45fb-8949-e50e596c4cdb.shg-box.shg-c {
  justify-content: center;
}

#s-ec3a1f1f-1a49-4a2a-af8e-6b0f50327b9b {
  background-size: contain;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: right center;
}








#s-ec3a1f1f-1a49-4a2a-af8e-6b0f50327b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec3a1f1f-1a49-4a2a-af8e-6b0f50327b9b.shg-box.shg-c {
  justify-content: center;
}

#s-b7e32584-8c54-41ac-a192-1ec5fd9f2559 {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
max-width: 1280px;
}








#s-b7e32584-8c54-41ac-a192-1ec5fd9f2559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7e32584-8c54-41ac-a192-1ec5fd9f2559.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-98ca1062-c829-427b-89d1-5324339f3754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98ca1062-c829-427b-89d1-5324339f3754"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98ca1062-c829-427b-89d1-5324339f3754"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98ca1062-c829-427b-89d1-5324339f3754"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a6bc9d4e-0f5b-4472-bf10-8ebfb26ab879 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(236, 236, 236, 0.9);
}








#s-a6bc9d4e-0f5b-4472-bf10-8ebfb26ab879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6bc9d4e-0f5b-4472-bf10-8ebfb26ab879.shg-box.shg-c {
  justify-content: center;
}

#s-20d44c02-b522-4699-862c-6b83d57b8bae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20d44c02-b522-4699-862c-6b83d57b8bae .shogun-heading-component h2 {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  text-align: center;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  margin: 0 !important;
  overflow: visible;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c-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-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add background color handling */
  
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
    
    
    
    
  }


.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
  box-sizing: border-box;
}



.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  margin: 0 !important;
  overflow: visible;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c-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-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add background color handling */
  
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
    
    
    
    
  }


.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
  box-sizing: border-box;
}



.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  margin: 0 !important;
  overflow: visible;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c-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-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add background color handling */
  
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
    
    
    
    
  }


.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
  box-sizing: border-box;
}



.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  margin: 0 !important;
  overflow: visible;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c-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-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add background color handling */
  
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
    
    
    
    
  }


.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
  box-sizing: border-box;
}



.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  margin: 0 !important;
  overflow: visible;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c-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-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add background color handling */
  
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
    
    
    
    
  }


.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c.shogun-image {
  box-sizing: border-box;
}



.s-e8e8a6ab-5650-4475-9a3d-6b11a7a2a84c img.shogun-image {
  
}


}
#s-065d0e55-65f6-4362-bf4b-ec5b61853f9e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-065d0e55-65f6-4362-bf4b-ec5b61853f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-065d0e55-65f6-4362-bf4b-ec5b61853f9e.shg-box.shg-c {
  justify-content: center;
}

#s-6993a398-2771-4c63-b414-e32a507ca822 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1320px;
}








#s-6993a398-2771-4c63-b414-e32a507ca822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6993a398-2771-4c63-b414-e32a507ca822.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4cf8c929-5744-4b80-97b6-6e52971e0262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cf8c929-5744-4b80-97b6-6e52971e0262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cf8c929-5744-4b80-97b6-6e52971e0262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cf8c929-5744-4b80-97b6-6e52971e0262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5115e38b-a52b-49c0-8c1b-2076461d88cc {
  background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-5115e38b-a52b-49c0-8c1b-2076461d88cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5115e38b-a52b-49c0-8c1b-2076461d88cc.shg-box.shg-c {
  justify-content: center;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c {
  text-align: center;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c-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-c5e1c057-2942-4584-976e-0e1a720d534c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e1c057-2942-4584-976e-0e1a720d534c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
    
    
    
    
  }


.s-c5e1c057-2942-4584-976e-0e1a720d534c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
  box-sizing: border-box;
}



.s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  
}


@media (min-width: 1200px){#s-c5e1c057-2942-4584-976e-0e1a720d534c {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c-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-c5e1c057-2942-4584-976e-0e1a720d534c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e1c057-2942-4584-976e-0e1a720d534c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
    
    
    
    
  }


.s-c5e1c057-2942-4584-976e-0e1a720d534c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
  box-sizing: border-box;
}



.s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c5e1c057-2942-4584-976e-0e1a720d534c {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c-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-c5e1c057-2942-4584-976e-0e1a720d534c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e1c057-2942-4584-976e-0e1a720d534c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
    
    
    
    
  }


.s-c5e1c057-2942-4584-976e-0e1a720d534c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
  box-sizing: border-box;
}



.s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5e1c057-2942-4584-976e-0e1a720d534c {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c-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-c5e1c057-2942-4584-976e-0e1a720d534c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e1c057-2942-4584-976e-0e1a720d534c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
    
    
    
    
  }


.s-c5e1c057-2942-4584-976e-0e1a720d534c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
  box-sizing: border-box;
}



.s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  
}


}@media (max-width: 767px){#s-c5e1c057-2942-4584-976e-0e1a720d534c {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c-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-c5e1c057-2942-4584-976e-0e1a720d534c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e1c057-2942-4584-976e-0e1a720d534c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
    
    
    
    
  }


.s-c5e1c057-2942-4584-976e-0e1a720d534c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e1c057-2942-4584-976e-0e1a720d534c.shogun-image {
  box-sizing: border-box;
}



.s-c5e1c057-2942-4584-976e-0e1a720d534c img.shogun-image {
  
}


}
#s-b5f41f27-a2c0-410f-b321-4808212ccef0 {
  margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-b5f41f27-a2c0-410f-b321-4808212ccef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5f41f27-a2c0-410f-b321-4808212ccef0.shg-box.shg-c {
  justify-content: center;
}

#s-0c54d2a8-5306-4a79-a8be-51457084fe7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c54d2a8-5306-4a79-a8be-51457084fe7e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e7d39bf0-1037-4c42-9b3e-3d681adaced0 {
  margin-left: auto;
margin-right: auto;
}

#s-b2b2d6e6-1a08-4a76-8fa7-5683e8bf400e {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-b2b2d6e6-1a08-4a76-8fa7-5683e8bf400e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2b2d6e6-1a08-4a76-8fa7-5683e8bf400e.shg-box.shg-c {
  justify-content: center;
}

#s-f88d11ea-0b11-440c-950e-02d49c620689 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(233, 233, 233, 1);
}








#s-f88d11ea-0b11-440c-950e-02d49c620689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f88d11ea-0b11-440c-950e-02d49c620689.shg-box.shg-c {
  justify-content: center;
}

#s-b4a0a7ae-b063-4f7e-b25e-0c92e387c928 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4a0a7ae-b063-4f7e-b25e-0c92e387c928 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b1faa1db-8e6a-4e25-8233-3f03f948cfc4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-b1faa1db-8e6a-4e25-8233-3f03f948cfc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1faa1db-8e6a-4e25-8233-3f03f948cfc4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a1ab252d-fc60-4840-8a26-352fca3715d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1ab252d-fc60-4840-8a26-352fca3715d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1ab252d-fc60-4840-8a26-352fca3715d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1ab252d-fc60-4840-8a26-352fca3715d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8fa0b109-41d5-4ac3-826b-77bcb94646da {
  min-height: 50px;
}








#s-8fa0b109-41d5-4ac3-826b-77bcb94646da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fa0b109-41d5-4ac3-826b-77bcb94646da.shg-box.shg-c {
  justify-content: center;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  max-width: 952px;
aspect-ratio: 930/627;
text-align: center;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  margin: 0 !important;
  overflow: visible;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f-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-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add background color handling */
  
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }

    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-link {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
  box-sizing: border-box;
}



.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
      --shg-aspect-ratio: calc(930/627); 
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
      position: relative;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

@media (min-width: 1200px){#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  margin: 0 !important;
  overflow: visible;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f-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-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add background color handling */
  
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }

    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-link {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
  box-sizing: border-box;
}



.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
      --shg-aspect-ratio: calc(930/627); 
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
      position: relative;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  margin: 0 !important;
  overflow: visible;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f-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-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add background color handling */
  
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }

    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-link {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
  box-sizing: border-box;
}



.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
      --shg-aspect-ratio: calc(930/627); 
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
      position: relative;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  margin: 0 !important;
  overflow: visible;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f-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-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add background color handling */
  
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }

    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-link {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
  box-sizing: border-box;
}



.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
      --shg-aspect-ratio: calc(930/627); 
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
      position: relative;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}@media (max-width: 767px){#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  margin: 0 !important;
  overflow: visible;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f-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-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add background color handling */
  
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }

    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-link {
      aspect-ratio: 930/627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image {
  box-sizing: border-box;
}



.s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f {
      --shg-aspect-ratio: calc(930/627); 
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container {
      position: relative;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90915c5-d4ac-4cc4-917c-8fd0f6639d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}
#s-7cff1c60-e588-494b-ad23-7ba67acbe98b {
  min-height: 50px;
}








#s-7cff1c60-e588-494b-ad23-7ba67acbe98b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cff1c60-e588-494b-ad23-7ba67acbe98b.shg-box.shg-c {
  justify-content: center;
}

#s-b4b60033-6d92-4d27-880d-f18e07a81d60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4b60033-6d92-4d27-880d-f18e07a81d60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-97d85464-dcac-4e47-be23-9abba3e0d947 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
}








#s-97d85464-dcac-4e47-be23-9abba3e0d947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97d85464-dcac-4e47-be23-9abba3e0d947.shg-box.shg-c {
  justify-content: center;
}

#s-ddf1620f-1d7b-4a71-a01a-09dd4a269bca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-ddf1620f-1d7b-4a71-a01a-09dd4a269bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddf1620f-1d7b-4a71-a01a-09dd4a269bca.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f0c58377-5f28-4ae5-b75e-255dadc0fcca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0c58377-5f28-4ae5-b75e-255dadc0fcca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0c58377-5f28-4ae5-b75e-255dadc0fcca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0c58377-5f28-4ae5-b75e-255dadc0fcca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3572cd5d-c57f-4d2e-8bf1-1f307f3be70c {
  min-height: 50px;
}








#s-3572cd5d-c57f-4d2e-8bf1-1f307f3be70c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3572cd5d-c57f-4d2e-8bf1-1f307f3be70c.shg-box.shg-c {
  justify-content: center;
}

#s-77d2273d-2b85-466a-94b6-744202bb3bff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77d2273d-2b85-466a-94b6-744202bb3bff .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-42458754-07ba-483b-83b3-415c62a89e99 {
  min-height: 50px;
}








#s-42458754-07ba-483b-83b3-415c62a89e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42458754-07ba-483b-83b3-415c62a89e99.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-0190c854-5f33-4a28-b400-e52af22a00ab {
  max-width: 1357px;
aspect-ratio: 1357/649;
text-align: center;
}

#s-0190c854-5f33-4a28-b400-e52af22a00ab {
  overflow: hidden;
  
  
      max-width: 1357px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0190c854-5f33-4a28-b400-e52af22a00ab img.shogun-image,
  #s-0190c854-5f33-4a28-b400-e52af22a00ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0190c854-5f33-4a28-b400-e52af22a00ab {
    width: 100%;
    height: auto;
  }



  #s-0190c854-5f33-4a28-b400-e52af22a00ab img.shogun-image {
    

    
    
    
  }


#s-0190c854-5f33-4a28-b400-e52af22a00ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7f4fa19-2f6c-478d-822e-b28440530896 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(233, 233, 233, 1);
}








#s-d7f4fa19-2f6c-478d-822e-b28440530896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7f4fa19-2f6c-478d-822e-b28440530896.shg-box.shg-c {
  justify-content: center;
}

#s-154f77a1-d660-4641-9994-57c043b63dd1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-154f77a1-d660-4641-9994-57c043b63dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-154f77a1-d660-4641-9994-57c043b63dd1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0b580ec4-18a0-40be-90ac-1c54818e5b1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b580ec4-18a0-40be-90ac-1c54818e5b1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b580ec4-18a0-40be-90ac-1c54818e5b1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b580ec4-18a0-40be-90ac-1c54818e5b1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c9d00af-5a54-4fcb-8bd4-c78ccfd47f35 {
  min-height: 50px;
}








#s-1c9d00af-5a54-4fcb-8bd4-c78ccfd47f35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c9d00af-5a54-4fcb-8bd4-c78ccfd47f35.shg-box.shg-c {
  justify-content: center;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  max-width: 952px;
aspect-ratio: 1000/369;
text-align: center;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45-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-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }

    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-link {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
  box-sizing: border-box;
}



.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
      --shg-aspect-ratio: calc(1000/369); 
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
      position: relative;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

@media (min-width: 1200px){#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45-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-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }

    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-link {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
  box-sizing: border-box;
}



.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
      --shg-aspect-ratio: calc(1000/369); 
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
      position: relative;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45-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-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }

    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-link {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
  box-sizing: border-box;
}



.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
      --shg-aspect-ratio: calc(1000/369); 
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
      position: relative;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45-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-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }

    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-link {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
  box-sizing: border-box;
}



.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
      --shg-aspect-ratio: calc(1000/369); 
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
      position: relative;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}@media (max-width: 767px){#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45-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-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }

    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-link {
      aspect-ratio: 1000/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 952px;
  }



  img.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
    
    
    
    max-height: 952px;
  }


.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image {
  box-sizing: border-box;
}



.s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 {
      --shg-aspect-ratio: calc(1000/369); 
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container {
      position: relative;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eaeab94-9edb-4327-b5ce-5b98a4fe2b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 952px;
    }
  }

}
#s-da8724ae-5080-4651-b3ad-50a06c72da26 {
  min-height: 50px;
}








#s-da8724ae-5080-4651-b3ad-50a06c72da26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da8724ae-5080-4651-b3ad-50a06c72da26.shg-box.shg-c {
  justify-content: center;
}

#s-cbf6a6ee-52ba-46c1-bd82-6f587784c60b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cbf6a6ee-52ba-46c1-bd82-6f587784c60b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e0b1f800-6960-430a-8db5-5677e9f1f782 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 120px;
padding-left: 30px;
padding-bottom: 120px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-e0b1f800-6960-430a-8db5-5677e9f1f782 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-e0b1f800-6960-430a-8db5-5677e9f1f782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0b1f800-6960-430a-8db5-5677e9f1f782.shg-box.shg-c {
  justify-content: center;
}

#s-15aae2ef-39fd-4605-9965-b259c84c3c85 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-15aae2ef-39fd-4605-9965-b259c84c3c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15aae2ef-39fd-4605-9965-b259c84c3c85.shg-box.shg-c {
  justify-content: center;
}

#s-4b618ecb-83ed-4d86-80af-eb6ba9cd0c3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b618ecb-83ed-4d86-80af-eb6ba9cd0c3f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fbbd161c-082e-4a1b-b785-a626cdda9ad8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1307/697;
text-align: center;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  margin: 0 !important;
  overflow: visible;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937-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-341219ac-b637-453c-ad1d-7bd360eb0937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add background color handling */
  
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }

    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-link {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
  box-sizing: border-box;
}



.s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-341219ac-b637-453c-ad1d-7bd360eb0937 {
      --shg-aspect-ratio: calc(1307/697); 
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
      position: relative;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  margin: 0 !important;
  overflow: visible;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937-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-341219ac-b637-453c-ad1d-7bd360eb0937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add background color handling */
  
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }

    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-link {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
  box-sizing: border-box;
}



.s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-341219ac-b637-453c-ad1d-7bd360eb0937 {
      --shg-aspect-ratio: calc(1307/697); 
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
      position: relative;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  margin: 0 !important;
  overflow: visible;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937-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-341219ac-b637-453c-ad1d-7bd360eb0937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add background color handling */
  
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }

    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-link {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
  box-sizing: border-box;
}



.s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-341219ac-b637-453c-ad1d-7bd360eb0937 {
      --shg-aspect-ratio: calc(1307/697); 
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
      position: relative;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  margin: 0 !important;
  overflow: visible;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937-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-341219ac-b637-453c-ad1d-7bd360eb0937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add background color handling */
  
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }

    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-link {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
  box-sizing: border-box;
}



.s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-341219ac-b637-453c-ad1d-7bd360eb0937 {
      --shg-aspect-ratio: calc(1307/697); 
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
      position: relative;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  margin: 0 !important;
  overflow: visible;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937-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-341219ac-b637-453c-ad1d-7bd360eb0937 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-341219ac-b637-453c-ad1d-7bd360eb0937 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add background color handling */
  
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }

    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-link {
      aspect-ratio: 1307/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341219ac-b637-453c-ad1d-7bd360eb0937 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-341219ac-b637-453c-ad1d-7bd360eb0937 .shogun-image-content {
  
    justify-content: center;
  
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image {
  box-sizing: border-box;
}



.s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-341219ac-b637-453c-ad1d-7bd360eb0937 {
      --shg-aspect-ratio: calc(1307/697); 
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container {
      position: relative;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341219ac-b637-453c-ad1d-7bd360eb0937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-6b703f81-e9fc-41b9-a907-a7809b581a41 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
}








#s-6b703f81-e9fc-41b9-a907-a7809b581a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b703f81-e9fc-41b9-a907-a7809b581a41.shg-box.shg-c {
  justify-content: center;
}

#s-c4694426-8667-4280-a14c-2133b5ac6065 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-c4694426-8667-4280-a14c-2133b5ac6065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4694426-8667-4280-a14c-2133b5ac6065.shg-box.shg-c {
  justify-content: center;
}

#s-d155c73a-59d7-4365-a0e8-3133b168abef {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d155c73a-59d7-4365-a0e8-3133b168abef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-c4603739-44a4-4be5-8acd-a4916e991e39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4603739-44a4-4be5-8acd-a4916e991e39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4603739-44a4-4be5-8acd-a4916e991e39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4603739-44a4-4be5-8acd-a4916e991e39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-85ee6d19-cae5-4121-93d3-ea331f33e988 {
  min-height: 50px;
}








#s-85ee6d19-cae5-4121-93d3-ea331f33e988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee6d19-cae5-4121-93d3-ea331f33e988.shg-box.shg-c {
  justify-content: center;
}

#s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 {
  max-width: 1357px;
aspect-ratio: 879/520;
text-align: center;
}

#s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 {
  overflow: hidden;
  
  
      max-width: 1357px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 img.shogun-image,
  #s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 {
    width: 100%;
    height: auto;
  }



  #s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 img.shogun-image {
    

    
    
    
  }


#s-286ad13b-2dca-40ed-9ede-cc99e0cafd65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-74f68281-951e-44b4-bada-39efb5abf5dc {
  min-height: 50px;
}








#s-74f68281-951e-44b4-bada-39efb5abf5dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74f68281-951e-44b4-bada-39efb5abf5dc.shg-box.shg-c {
  justify-content: center;
}

#s-95c19889-9823-4e27-a5db-ee28c60058dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95c19889-9823-4e27-a5db-ee28c60058dd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f12e88bd-48d4-4346-ad58-1a515af23406 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(163, 193, 96, 1);
}








#s-f12e88bd-48d4-4346-ad58-1a515af23406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f12e88bd-48d4-4346-ad58-1a515af23406.shg-box.shg-c {
  justify-content: center;
}

#s-d1c7d45f-e88d-4779-9098-2aa743046e73 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d1c7d45f-e88d-4779-9098-2aa743046e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1c7d45f-e88d-4779-9098-2aa743046e73.shg-box.shg-c {
  justify-content: center;
}

#s-7965bb73-efc6-483e-a172-ec993377948c {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-7965bb73-efc6-483e-a172-ec993377948c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7965bb73-efc6-483e-a172-ec993377948c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7965bb73-efc6-483e-a172-ec993377948c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7965bb73-efc6-483e-a172-ec993377948c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d0bddef0-b0b1-480a-9a1a-4ccb37bb4072 {
  margin-left: auto;
min-height: 50px;
max-width: 625px;
}








#s-d0bddef0-b0b1-480a-9a1a-4ccb37bb4072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0bddef0-b0b1-480a-9a1a-4ccb37bb4072.shg-box.shg-c {
  justify-content: center;
}

#s-e422d7b0-dee9-4401-8b4e-d6ecf2bc2e9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e422d7b0-dee9-4401-8b4e-d6ecf2bc2e9f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4112d960-b025-4dbb-8f15-8af71a9ade7b {
  padding-right: 20px;
min-height: 50px;
}








#s-4112d960-b025-4dbb-8f15-8af71a9ade7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4112d960-b025-4dbb-8f15-8af71a9ade7b.shg-box.shg-c {
  justify-content: center;
}

#s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 {
  aspect-ratio: 900/791;
text-align: right;
}

#s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 {
  overflow: hidden;
  
  
}





  #s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 img.shogun-image,
  #s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 {
    width: 100%;
    height: auto;
  }



  #s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 img.shogun-image {
    

    
    
    
  }


#s-6010eb7f-5cc6-47cd-8d10-caf3727826a8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed683e62-8533-42dc-93db-ad90f54ff3ab {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ed683e62-8533-42dc-93db-ad90f54ff3ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed683e62-8533-42dc-93db-ad90f54ff3ab.shg-box.shg-c {
  justify-content: center;
}

#s-f79e0c2f-97a0-48b1-93f5-cec1c5bc6031 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-f79e0c2f-97a0-48b1-93f5-cec1c5bc6031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f79e0c2f-97a0-48b1-93f5-cec1c5bc6031.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8e618334-c4fa-479a-a696-75fb0a4da9e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e618334-c4fa-479a-a696-75fb0a4da9e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e618334-c4fa-479a-a696-75fb0a4da9e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e618334-c4fa-479a-a696-75fb0a4da9e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a8b8c80-b8ef-48eb-8a2c-9c2ef2a77f1c {
  min-height: 50px;
}








#s-5a8b8c80-b8ef-48eb-8a2c-9c2ef2a77f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a8b8c80-b8ef-48eb-8a2c-9c2ef2a77f1c.shg-box.shg-c {
  justify-content: center;
}

#s-866f1f44-d768-42dd-bc18-bf320c608ce8 {
  max-width: 1357px;
aspect-ratio: 900/416;
text-align: center;
}

#s-866f1f44-d768-42dd-bc18-bf320c608ce8 {
  overflow: hidden;
  
  
      max-width: 1357px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-866f1f44-d768-42dd-bc18-bf320c608ce8 img.shogun-image,
  #s-866f1f44-d768-42dd-bc18-bf320c608ce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-866f1f44-d768-42dd-bc18-bf320c608ce8 {
    width: 100%;
    height: auto;
  }



  #s-866f1f44-d768-42dd-bc18-bf320c608ce8 img.shogun-image {
    

    
    
    
  }


#s-866f1f44-d768-42dd-bc18-bf320c608ce8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae71ca46-f2e2-48f0-9246-70dc1c353122 {
  min-height: 50px;
}








#s-ae71ca46-f2e2-48f0-9246-70dc1c353122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae71ca46-f2e2-48f0-9246-70dc1c353122.shg-box.shg-c {
  justify-content: center;
}

#s-edc5bfc5-5d87-4f10-b380-eebd8947e05a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-edc5bfc5-5d87-4f10-b380-eebd8947e05a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-eae002e5-9537-440a-a892-9d419ed00c81 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eae002e5-9537-440a-a892-9d419ed00c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eae002e5-9537-440a-a892-9d419ed00c81.shg-box.shg-c {
  justify-content: center;
}

#s-92f51ec7-5bfa-473d-ab2a-731b8221c6d6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-92f51ec7-5bfa-473d-ab2a-731b8221c6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92f51ec7-5bfa-473d-ab2a-731b8221c6d6.shg-box.shg-c {
  justify-content: center;
}

#s-2a234145-5412-4eee-8406-57123627e8a4 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2a234145-5412-4eee-8406-57123627e8a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a234145-5412-4eee-8406-57123627e8a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a234145-5412-4eee-8406-57123627e8a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a234145-5412-4eee-8406-57123627e8a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5454ce5-e896-413e-a00d-97033b2e5284 {
  margin-left: auto;
min-height: 50px;
max-width: 625px;
}








#s-a5454ce5-e896-413e-a00d-97033b2e5284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5454ce5-e896-413e-a00d-97033b2e5284.shg-box.shg-c {
  justify-content: center;
}

#s-44855ec8-b62f-4742-a95b-1a6d45072c8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44855ec8-b62f-4742-a95b-1a6d45072c8d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-51faaa2a-c6a3-426f-8eb1-bf1a52701270 {
  padding-right: 20px;
min-height: 50px;
}








#s-51faaa2a-c6a3-426f-8eb1-bf1a52701270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51faaa2a-c6a3-426f-8eb1-bf1a52701270.shg-box.shg-c {
  justify-content: center;
}

#s-e9452302-d6a8-41aa-bf6b-389d38deb365 {
  max-width: 800px;
aspect-ratio: 640/568;
text-align: right;
}

#s-e9452302-d6a8-41aa-bf6b-389d38deb365 {
  overflow: hidden;
  
  
      max-width: 800px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}





  #s-e9452302-d6a8-41aa-bf6b-389d38deb365 img.shogun-image,
  #s-e9452302-d6a8-41aa-bf6b-389d38deb365 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9452302-d6a8-41aa-bf6b-389d38deb365 {
    width: 100%;
    height: auto;
  }



  #s-e9452302-d6a8-41aa-bf6b-389d38deb365 img.shogun-image {
    

    
    
    
  }


#s-e9452302-d6a8-41aa-bf6b-389d38deb365 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9a1f816d-169f-40b9-abea-7aad2df04350 {
  background-repeat: repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
background-position: center center;
}








#s-9a1f816d-169f-40b9-abea-7aad2df04350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a1f816d-169f-40b9-abea-7aad2df04350.shg-box.shg-c {
  justify-content: center;
}

#s-c81c8130-b082-4dbe-b842-26a30e3f11de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1320px;
}








#s-c81c8130-b082-4dbe-b842-26a30e3f11de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c81c8130-b082-4dbe-b842-26a30e3f11de.shg-box.shg-c {
  justify-content: center;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d {
  margin-left: auto;
margin-right: auto;
max-width: 2034px;
aspect-ratio: 2034/464;
text-align: center;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d-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-51468f45-80c7-4402-b309-9ae406074f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51468f45-80c7-4402-b309-9ae406074f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }

    #s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-link {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2034px;
  }



  img.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
    
    
    
    max-height: 2034px;
  }


.s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
  box-sizing: border-box;
}



.s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51468f45-80c7-4402-b309-9ae406074f9d {
      --shg-aspect-ratio: calc(2034/464); 
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
      position: relative;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2034px;
    }
  }

@media (min-width: 1200px){#s-51468f45-80c7-4402-b309-9ae406074f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d-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-51468f45-80c7-4402-b309-9ae406074f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51468f45-80c7-4402-b309-9ae406074f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }

    #s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-link {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2034px;
  }



  img.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
    
    
    
    max-height: 2034px;
  }


.s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
  box-sizing: border-box;
}



.s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51468f45-80c7-4402-b309-9ae406074f9d {
      --shg-aspect-ratio: calc(2034/464); 
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
      position: relative;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2034px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51468f45-80c7-4402-b309-9ae406074f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d-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-51468f45-80c7-4402-b309-9ae406074f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51468f45-80c7-4402-b309-9ae406074f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }

    #s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-link {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2034px;
  }



  img.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
    
    
    
    max-height: 2034px;
  }


.s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
  box-sizing: border-box;
}



.s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51468f45-80c7-4402-b309-9ae406074f9d {
      --shg-aspect-ratio: calc(2034/464); 
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
      position: relative;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2034px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51468f45-80c7-4402-b309-9ae406074f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d-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-51468f45-80c7-4402-b309-9ae406074f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51468f45-80c7-4402-b309-9ae406074f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }

    #s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-link {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2034px;
  }



  img.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
    
    
    
    max-height: 2034px;
  }


.s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
  box-sizing: border-box;
}



.s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51468f45-80c7-4402-b309-9ae406074f9d {
      --shg-aspect-ratio: calc(2034/464); 
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
      position: relative;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2034px;
    }
  }

}@media (max-width: 767px){#s-51468f45-80c7-4402-b309-9ae406074f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d-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-51468f45-80c7-4402-b309-9ae406074f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51468f45-80c7-4402-b309-9ae406074f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }

    #s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-link {
      aspect-ratio: 2034/464;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51468f45-80c7-4402-b309-9ae406074f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2034px;
  }



  img.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
    
    
    
    max-height: 2034px;
  }


.s-51468f45-80c7-4402-b309-9ae406074f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image {
  box-sizing: border-box;
}



.s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51468f45-80c7-4402-b309-9ae406074f9d {
      --shg-aspect-ratio: calc(2034/464); 
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container {
      position: relative;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51468f45-80c7-4402-b309-9ae406074f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2034px;
    }
  }

}
#s-2c6f5ce0-2c01-424c-9a0d-d83491b5c311 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c6f5ce0-2c01-424c-9a0d-d83491b5c311"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c6f5ce0-2c01-424c-9a0d-d83491b5c311"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6f5ce0-2c01-424c-9a0d-d83491b5c311"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6f5ce0-2c01-424c-9a0d-d83491b5c311"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b2303d4-5656-467c-97c8-82b89d1887e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7b2303d4-5656-467c-97c8-82b89d1887e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b2303d4-5656-467c-97c8-82b89d1887e5.shg-box.shg-c {
  justify-content: center;
}

#s-bd2cca4d-0b45-4d35-9fd6-4e68b412b5e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd2cca4d-0b45-4d35-9fd6-4e68b412b5e6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-34325c2b-eb00-4521-a3e1-4e7f232895b9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-ccf20129-8b90-4725-97fb-1a5d4121713b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ccf20129-8b90-4725-97fb-1a5d4121713b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccf20129-8b90-4725-97fb-1a5d4121713b.shg-box.shg-c {
  justify-content: center;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d {
  margin-left: auto;
margin-right: auto;
max-width: 1067px;
aspect-ratio: 1067/541;
text-align: center;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d {
  margin: 0 !important;
  overflow: visible;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d-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-210f79c5-f35b-4577-bd22-004d6409f76d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210f79c5-f35b-4577-bd22-004d6409f76d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add background color handling */
  
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }

    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-link {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1067px;
  }



  img.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
    
    
    
    max-height: 1067px;
  }


.s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-content {
  
    justify-content: center;
  
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
  box-sizing: border-box;
}



.s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210f79c5-f35b-4577-bd22-004d6409f76d {
      --shg-aspect-ratio: calc(1067/541); 
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
      position: relative;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1067px;
    }
  }

@media (min-width: 1200px){#s-210f79c5-f35b-4577-bd22-004d6409f76d {
  margin: 0 !important;
  overflow: visible;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d-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-210f79c5-f35b-4577-bd22-004d6409f76d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210f79c5-f35b-4577-bd22-004d6409f76d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add background color handling */
  
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }

    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-link {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1067px;
  }



  img.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
    
    
    
    max-height: 1067px;
  }


.s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-content {
  
    justify-content: center;
  
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
  box-sizing: border-box;
}



.s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210f79c5-f35b-4577-bd22-004d6409f76d {
      --shg-aspect-ratio: calc(1067/541); 
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
      position: relative;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1067px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-210f79c5-f35b-4577-bd22-004d6409f76d {
  margin: 0 !important;
  overflow: visible;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d-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-210f79c5-f35b-4577-bd22-004d6409f76d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210f79c5-f35b-4577-bd22-004d6409f76d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add background color handling */
  
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }

    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-link {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1067px;
  }



  img.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
    
    
    
    max-height: 1067px;
  }


.s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-content {
  
    justify-content: center;
  
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
  box-sizing: border-box;
}



.s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210f79c5-f35b-4577-bd22-004d6409f76d {
      --shg-aspect-ratio: calc(1067/541); 
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
      position: relative;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1067px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-210f79c5-f35b-4577-bd22-004d6409f76d {
  margin: 0 !important;
  overflow: visible;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d-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-210f79c5-f35b-4577-bd22-004d6409f76d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210f79c5-f35b-4577-bd22-004d6409f76d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add background color handling */
  
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }

    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-link {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1067px;
  }



  img.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
    
    
    
    max-height: 1067px;
  }


.s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-content {
  
    justify-content: center;
  
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
  box-sizing: border-box;
}



.s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210f79c5-f35b-4577-bd22-004d6409f76d {
      --shg-aspect-ratio: calc(1067/541); 
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
      position: relative;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1067px;
    }
  }

}@media (max-width: 767px){#s-210f79c5-f35b-4577-bd22-004d6409f76d {
  margin: 0 !important;
  overflow: visible;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d-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-210f79c5-f35b-4577-bd22-004d6409f76d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-210f79c5-f35b-4577-bd22-004d6409f76d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add background color handling */
  
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }

    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-link {
      aspect-ratio: 1067/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-210f79c5-f35b-4577-bd22-004d6409f76d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1067px;
  }



  img.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
    
    
    
    max-height: 1067px;
  }


.s-210f79c5-f35b-4577-bd22-004d6409f76d .shogun-image-content {
  
    justify-content: center;
  
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image {
  box-sizing: border-box;
}



.s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-210f79c5-f35b-4577-bd22-004d6409f76d {
      --shg-aspect-ratio: calc(1067/541); 
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container {
      position: relative;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-210f79c5-f35b-4577-bd22-004d6409f76d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1067px;
    }
  }

}
#s-533d4339-9f48-49be-9c2c-54faac6eceb3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 0px;
padding-bottom: 60px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-533d4339-9f48-49be-9c2c-54faac6eceb3 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-533d4339-9f48-49be-9c2c-54faac6eceb3 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-533d4339-9f48-49be-9c2c-54faac6eceb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-533d4339-9f48-49be-9c2c-54faac6eceb3.shg-box.shg-c {
  justify-content: center;
}

#s-55cc0a7a-5f14-4b6e-9bec-bae40b29058d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1320px;
}








#s-55cc0a7a-5f14-4b6e-9bec-bae40b29058d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55cc0a7a-5f14-4b6e-9bec-bae40b29058d.shg-box.shg-c {
  justify-content: center;
}

#s-b377571e-fde0-48eb-9cc3-db6b12af4933 {
  margin-top: 40px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b377571e-fde0-48eb-9cc3-db6b12af4933"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b377571e-fde0-48eb-9cc3-db6b12af4933"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b377571e-fde0-48eb-9cc3-db6b12af4933"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b377571e-fde0-48eb-9cc3-db6b12af4933"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3fdf0b8b-57b9-43fb-8dc1-61d496900088 {
  min-height: 50px;
}








#s-3fdf0b8b-57b9-43fb-8dc1-61d496900088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fdf0b8b-57b9-43fb-8dc1-61d496900088.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3be914ec-84ac-4b6b-8f15-4c179ac40c2f {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(160, 160, 160, 1);
border-style: solid;
min-height: 50px;
}








#s-3be914ec-84ac-4b6b-8f15-4c179ac40c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3be914ec-84ac-4b6b-8f15-4c179ac40c2f.shg-box.shg-c {
  justify-content: center;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  max-width: 400px;
aspect-ratio: 900/580;
text-align: center;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  margin: 0 !important;
  overflow: visible;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396-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-63bc5da5-32f4-4793-b34c-0082bf613396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add background color handling */
  
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(202, 202, 202, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
  box-sizing: border-box;
}



.s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63bc5da5-32f4-4793-b34c-0082bf613396 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
      position: relative;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  margin: 0 !important;
  overflow: visible;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396-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-63bc5da5-32f4-4793-b34c-0082bf613396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add background color handling */
  
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
  box-sizing: border-box;
}



.s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63bc5da5-32f4-4793-b34c-0082bf613396 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
      position: relative;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  margin: 0 !important;
  overflow: visible;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396-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-63bc5da5-32f4-4793-b34c-0082bf613396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add background color handling */
  
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
  box-sizing: border-box;
}



.s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63bc5da5-32f4-4793-b34c-0082bf613396 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
      position: relative;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  margin: 0 !important;
  overflow: visible;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396-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-63bc5da5-32f4-4793-b34c-0082bf613396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add background color handling */
  
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
  box-sizing: border-box;
}



.s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63bc5da5-32f4-4793-b34c-0082bf613396 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
      position: relative;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  margin: 0 !important;
  overflow: visible;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396-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-63bc5da5-32f4-4793-b34c-0082bf613396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63bc5da5-32f4-4793-b34c-0082bf613396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add background color handling */
  
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63bc5da5-32f4-4793-b34c-0082bf613396 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-63bc5da5-32f4-4793-b34c-0082bf613396 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image {
  box-sizing: border-box;
}



.s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63bc5da5-32f4-4793-b34c-0082bf613396 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container {
      position: relative;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bc5da5-32f4-4793-b34c-0082bf613396 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-94d73be5-6e99-4ffd-b98c-63e6c7731f61 {
  padding-top: 20px;
padding-bottom: 10px;
}

#s-03f69062-124c-4935-ae87-8520947329ea {
  min-height: 50px;
}








#s-03f69062-124c-4935-ae87-8520947329ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03f69062-124c-4935-ae87-8520947329ea.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1fa84245-f6cc-4b54-88a5-39482b68194a {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(160, 160, 160, 1);
border-style: solid;
min-height: 50px;
}








#s-1fa84245-f6cc-4b54-88a5-39482b68194a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fa84245-f6cc-4b54-88a5-39482b68194a.shg-box.shg-c {
  justify-content: center;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  max-width: 400px;
aspect-ratio: 900/580;
text-align: center;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad-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-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(202, 202, 202, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
  box-sizing: border-box;
}



.s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
      position: relative;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad-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-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
  box-sizing: border-box;
}



.s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
      position: relative;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad-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-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
  box-sizing: border-box;
}



.s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
      position: relative;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad-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-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
  box-sizing: border-box;
}



.s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
      position: relative;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  margin: 0 !important;
  overflow: visible;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad-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-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add background color handling */
  
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e486f3b6-0b29-42ac-9834-3127bf3160ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image {
  box-sizing: border-box;
}



.s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container {
      position: relative;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e486f3b6-0b29-42ac-9834-3127bf3160ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-4e5a2642-0978-488a-b0b1-09a11612aaca {
  padding-top: 20px;
padding-bottom: 10px;
}

#s-18af50a6-43a1-4a9a-9746-07dadabcdeed {
  min-height: 50px;
}








#s-18af50a6-43a1-4a9a-9746-07dadabcdeed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18af50a6-43a1-4a9a-9746-07dadabcdeed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55284273-9bd9-4865-b263-6937373a5b4c {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(160, 160, 160, 1);
border-style: solid;
min-height: 50px;
}








#s-55284273-9bd9-4865-b263-6937373a5b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55284273-9bd9-4865-b263-6937373a5b4c.shg-box.shg-c {
  justify-content: center;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc {
  max-width: 400px;
aspect-ratio: 900/580;
text-align: center;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc {
  margin: 0 !important;
  overflow: visible;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc-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-16a9532e-be5f-402e-8769-b2db675099bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16a9532e-be5f-402e-8769-b2db675099bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add background color handling */
  
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(202, 202, 202, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
  box-sizing: border-box;
}



.s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16a9532e-be5f-402e-8769-b2db675099bc {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
      position: relative;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-16a9532e-be5f-402e-8769-b2db675099bc {
  margin: 0 !important;
  overflow: visible;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc-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-16a9532e-be5f-402e-8769-b2db675099bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16a9532e-be5f-402e-8769-b2db675099bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add background color handling */
  
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
  box-sizing: border-box;
}



.s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16a9532e-be5f-402e-8769-b2db675099bc {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
      position: relative;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-16a9532e-be5f-402e-8769-b2db675099bc {
  margin: 0 !important;
  overflow: visible;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc-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-16a9532e-be5f-402e-8769-b2db675099bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16a9532e-be5f-402e-8769-b2db675099bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add background color handling */
  
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
  box-sizing: border-box;
}



.s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16a9532e-be5f-402e-8769-b2db675099bc {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
      position: relative;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-16a9532e-be5f-402e-8769-b2db675099bc {
  margin: 0 !important;
  overflow: visible;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc-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-16a9532e-be5f-402e-8769-b2db675099bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16a9532e-be5f-402e-8769-b2db675099bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add background color handling */
  
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
  box-sizing: border-box;
}



.s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16a9532e-be5f-402e-8769-b2db675099bc {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
      position: relative;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-16a9532e-be5f-402e-8769-b2db675099bc {
  margin: 0 !important;
  overflow: visible;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc-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-16a9532e-be5f-402e-8769-b2db675099bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16a9532e-be5f-402e-8769-b2db675099bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add background color handling */
  
}

#s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16a9532e-be5f-402e-8769-b2db675099bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-16a9532e-be5f-402e-8769-b2db675099bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image {
  box-sizing: border-box;
}



.s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16a9532e-be5f-402e-8769-b2db675099bc {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container {
      position: relative;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16a9532e-be5f-402e-8769-b2db675099bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-6ce7b999-44ee-4aeb-8afa-a5bd2cdd3ab2 {
  padding-top: 20px;
padding-bottom: 10px;
}

#s-5daef9dd-dff5-4fc2-9767-476688ff99ec {
  min-height: 50px;
}








#s-5daef9dd-dff5-4fc2-9767-476688ff99ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5daef9dd-dff5-4fc2-9767-476688ff99ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37703680-be92-4d68-a261-5691a989b10a {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(160, 160, 160, 1);
border-style: solid;
min-height: 50px;
}








#s-37703680-be92-4d68-a261-5691a989b10a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37703680-be92-4d68-a261-5691a989b10a.shg-box.shg-c {
  justify-content: center;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  max-width: 400px;
aspect-ratio: 900/580;
text-align: center;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13-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-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(202, 202, 202, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
  box-sizing: border-box;
}



.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
      position: relative;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13-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-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
  box-sizing: border-box;
}



.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
      position: relative;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13-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-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
  box-sizing: border-box;
}



.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
      position: relative;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13-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-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
  box-sizing: border-box;
}



.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
      position: relative;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13-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-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }

    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-link {
      aspect-ratio: 900/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image {
  box-sizing: border-box;
}



.s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 {
      --shg-aspect-ratio: calc(900/580); 
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container {
      position: relative;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af2c45f-f558-4b30-b80b-122eb7bdde13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-7cd29ee2-2554-4126-a690-2591d939f26a {
  padding-top: 20px;
padding-bottom: 10px;
}

#s-57e5f00e-6ae6-4a2b-b748-4905741e1a7e {
  margin-top: 120px;
margin-bottom: 120px;
min-height: 50px;
}








#s-57e5f00e-6ae6-4a2b-b748-4905741e1a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57e5f00e-6ae6-4a2b-b748-4905741e1a7e.shg-box.shg-c {
  justify-content: center;
}

#s-15ef31f7-af0d-438c-b46f-1fd789e40b5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15ef31f7-af0d-438c-b46f-1fd789e40b5b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-33667a43-c8d4-4ddf-aa57-67a155077ba7 {
  margin-bottom: 30px;
}

#s-910df605-fcf3-430e-b04c-a71c27ec6940 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-910df605-fcf3-430e-b04c-a71c27ec6940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-910df605-fcf3-430e-b04c-a71c27ec6940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-910df605-fcf3-430e-b04c-a71c27ec6940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-910df605-fcf3-430e-b04c-a71c27ec6940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3fe575a4-968a-4ecb-b81e-2d2370315a8b {
  min-height: 50px;
}








#s-3fe575a4-968a-4ecb-b81e-2d2370315a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fe575a4-968a-4ecb-b81e-2d2370315a8b.shg-box.shg-c {
  justify-content: center;
}

#s-69e16ca1-5667-483d-9fb0-964c9a8b5235 {
  text-align: center;
}

#s-69e16ca1-5667-483d-9fb0-964c9a8b5235 {
  overflow: hidden;
  
  
}







  #s-69e16ca1-5667-483d-9fb0-964c9a8b5235 img.shogun-image {
    

    
    
    
  }


#s-69e16ca1-5667-483d-9fb0-964c9a8b5235 .shogun-image-content {
  
    justify-content: center;
  
}

#s-25690181-26eb-4530-b4ff-1aeaac1586bc {
  min-height: 50px;
}








#s-25690181-26eb-4530-b4ff-1aeaac1586bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25690181-26eb-4530-b4ff-1aeaac1586bc.shg-box.shg-c {
  justify-content: center;
}

#s-31ce5089-54ea-4411-adc0-7c6f95f40cb6 {
  text-align: center;
}

#s-31ce5089-54ea-4411-adc0-7c6f95f40cb6 {
  overflow: hidden;
  
  
}







  #s-31ce5089-54ea-4411-adc0-7c6f95f40cb6 img.shogun-image {
    

    
    
    
  }


#s-31ce5089-54ea-4411-adc0-7c6f95f40cb6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eba2b4ea-eaec-4f20-928d-3342c925181d {
  min-height: 50px;
}








#s-eba2b4ea-eaec-4f20-928d-3342c925181d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eba2b4ea-eaec-4f20-928d-3342c925181d.shg-box.shg-c {
  justify-content: center;
}

#s-abd0f76a-91a2-483a-80b1-8deef9fb2ffe {
  text-align: center;
}

#s-abd0f76a-91a2-483a-80b1-8deef9fb2ffe {
  overflow: hidden;
  
  
}







  #s-abd0f76a-91a2-483a-80b1-8deef9fb2ffe img.shogun-image {
    

    
    
    
  }


#s-abd0f76a-91a2-483a-80b1-8deef9fb2ffe .shogun-image-content {
  
    justify-content: center;
  
}

#s-76d6fef1-4723-4581-b480-12c20a93312f {
  min-height: 50px;
}








#s-76d6fef1-4723-4581-b480-12c20a93312f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76d6fef1-4723-4581-b480-12c20a93312f.shg-box.shg-c {
  justify-content: center;
}

#s-da62a9fc-2562-4ded-b163-a4fc3353e374 {
  text-align: center;
}

#s-da62a9fc-2562-4ded-b163-a4fc3353e374 {
  overflow: hidden;
  
  
}







  #s-da62a9fc-2562-4ded-b163-a4fc3353e374 img.shogun-image {
    

    
    
    
  }


#s-da62a9fc-2562-4ded-b163-a4fc3353e374 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3249b5ff-3d73-48e6-a4fb-015653d8cbb3 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-3249b5ff-3d73-48e6-a4fb-015653d8cbb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3249b5ff-3d73-48e6-a4fb-015653d8cbb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3249b5ff-3d73-48e6-a4fb-015653d8cbb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3249b5ff-3d73-48e6-a4fb-015653d8cbb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a01258cf-0625-4164-be0e-cad7583531b1 {
  min-height: 50px;
}








#s-a01258cf-0625-4164-be0e-cad7583531b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a01258cf-0625-4164-be0e-cad7583531b1.shg-box.shg-c {
  justify-content: center;
}

#s-7f029043-17a4-481f-8e5e-6be13ec41267 {
  text-align: center;
}

#s-7f029043-17a4-481f-8e5e-6be13ec41267 {
  overflow: hidden;
  
  
}







  #s-7f029043-17a4-481f-8e5e-6be13ec41267 img.shogun-image {
    

    
    
    
  }


#s-7f029043-17a4-481f-8e5e-6be13ec41267 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef31eaa6-7485-4aa5-90c5-d2e9841e5c7e {
  min-height: 50px;
}








#s-ef31eaa6-7485-4aa5-90c5-d2e9841e5c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef31eaa6-7485-4aa5-90c5-d2e9841e5c7e.shg-box.shg-c {
  justify-content: center;
}

#s-d37552d8-9412-441a-98cc-bdf63db4eac8 {
  max-width: 60px;
text-align: center;
}

#s-d37552d8-9412-441a-98cc-bdf63db4eac8 {
  overflow: hidden;
  
  
      max-width: 60px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d37552d8-9412-441a-98cc-bdf63db4eac8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-271c9c69-a429-42a9-b20e-7e16a44c3432 {
  min-height: 50px;
}








#s-271c9c69-a429-42a9-b20e-7e16a44c3432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-271c9c69-a429-42a9-b20e-7e16a44c3432.shg-box.shg-c {
  justify-content: center;
}

#s-3ef68257-6256-4959-bd31-d6250138619e {
  text-align: center;
}

#s-3ef68257-6256-4959-bd31-d6250138619e {
  overflow: hidden;
  
  
}







  #s-3ef68257-6256-4959-bd31-d6250138619e img.shogun-image {
    

    
    
    
  }


#s-3ef68257-6256-4959-bd31-d6250138619e .shogun-image-content {
  
    justify-content: center;
  
}

#s-bae033df-476a-4812-aef1-30f5ce8f39eb {
  min-height: 50px;
}








#s-bae033df-476a-4812-aef1-30f5ce8f39eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bae033df-476a-4812-aef1-30f5ce8f39eb.shg-box.shg-c {
  justify-content: center;
}

#s-970a8631-6932-472a-8a0d-33e97e6deea2 {
  text-align: center;
}

#s-970a8631-6932-472a-8a0d-33e97e6deea2 {
  overflow: hidden;
  
  
}







  #s-970a8631-6932-472a-8a0d-33e97e6deea2 img.shogun-image {
    

    
    
    
  }


#s-970a8631-6932-472a-8a0d-33e97e6deea2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0c5a5d31-6083-47b3-a3ba-1f7f0626c0fc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0c5a5d31-6083-47b3-a3ba-1f7f0626c0fc {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0c5a5d31-6083-47b3-a3ba-1f7f0626c0fc {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-0c5a5d31-6083-47b3-a3ba-1f7f0626c0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c5a5d31-6083-47b3-a3ba-1f7f0626c0fc.shg-box.shg-c {
  justify-content: center;
}

#s-1a639e29-a778-4e67-80b1-32658396bd31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-1a639e29-a778-4e67-80b1-32658396bd31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a639e29-a778-4e67-80b1-32658396bd31.shg-box.shg-c {
  justify-content: center;
}

#s-35bc572e-b3a6-4d72-80ad-40c7514866eb {
  margin-bottom: 60px;
min-height: 50px;
}








#s-35bc572e-b3a6-4d72-80ad-40c7514866eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35bc572e-b3a6-4d72-80ad-40c7514866eb.shg-box.shg-c {
  justify-content: center;
}

#s-8baa2e00-9cb2-4b2e-a390-8b58116b732a {
  margin-top: 60px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8baa2e00-9cb2-4b2e-a390-8b58116b732a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-75181817-392b-4271-829f-8d64c55238f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-75181817-392b-4271-829f-8d64c55238f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75181817-392b-4271-829f-8d64c55238f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75181817-392b-4271-829f-8d64c55238f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-99e202f1-7f8d-4005-af26-c8380944d4e2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 54, 176, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-99e202f1-7f8d-4005-af26-c8380944d4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99e202f1-7f8d-4005-af26-c8380944d4e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  max-width: 320px;
text-align: center;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac-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-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image {
  box-sizing: border-box;
}



.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  
}


@media (min-width: 1200px){#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac-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-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image {
  box-sizing: border-box;
}



.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac-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-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image {
  box-sizing: border-box;
}



.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac-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-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image {
  box-sizing: border-box;
}



.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  
}


}@media (max-width: 767px){#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac-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-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac.shogun-image {
  box-sizing: border-box;
}



.s-1fc092a6-f0d6-4d22-80ce-59c05af0dcac img.shogun-image {
  
}


}
#s-c6922e3f-9820-4a41-a153-4d4dd9c773d1 {
  padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
}








#s-c6922e3f-9820-4a41-a153-4d4dd9c773d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6922e3f-9820-4a41-a153-4d4dd9c773d1.shg-box.shg-c {
  justify-content: center;
}

#s-8f2732b3-a039-4c49-9135-75f6b1ff1e4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f2732b3-a039-4c49-9135-75f6b1ff1e4c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2163625b-4369-4862-aaf6-3c590fcd6c37 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2163625b-4369-4862-aaf6-3c590fcd6c37:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2163625b-4369-4862-aaf6-3c590fcd6c37:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2163625b-4369-4862-aaf6-3c590fcd6c37-root {
    text-align: center;
  }


#s-2163625b-4369-4862-aaf6-3c590fcd6c37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2163625b-4369-4862-aaf6-3c590fcd6c37-root {
    text-align: center;
  }


#s-2163625b-4369-4862-aaf6-3c590fcd6c37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2163625b-4369-4862-aaf6-3c590fcd6c37-root {
    text-align: center;
  }


#s-2163625b-4369-4862-aaf6-3c590fcd6c37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2163625b-4369-4862-aaf6-3c590fcd6c37-root {
    text-align: center;
  }


#s-2163625b-4369-4862-aaf6-3c590fcd6c37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2163625b-4369-4862-aaf6-3c590fcd6c37-root {
    text-align: center;
  }


#s-2163625b-4369-4862-aaf6-3c590fcd6c37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-655cf13b-884d-4773-bf1f-162d541a0973 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 54, 176, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-655cf13b-884d-4773-bf1f-162d541a0973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-655cf13b-884d-4773-bf1f-162d541a0973.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  max-width: 320px;
aspect-ratio: 450/408;
text-align: center;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  margin: 0 !important;
  overflow: visible;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb-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-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add background color handling */
  
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
  box-sizing: border-box;
}



.s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
      position: relative;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  margin: 0 !important;
  overflow: visible;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb-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-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add background color handling */
  
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
  box-sizing: border-box;
}



.s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
      position: relative;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  margin: 0 !important;
  overflow: visible;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb-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-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add background color handling */
  
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
  box-sizing: border-box;
}



.s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
      position: relative;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  margin: 0 !important;
  overflow: visible;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb-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-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add background color handling */
  
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
  box-sizing: border-box;
}



.s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
      position: relative;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  margin: 0 !important;
  overflow: visible;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb-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-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add background color handling */
  
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-ca6073b2-17ff-4618-af92-9cca4836e7bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image {
  box-sizing: border-box;
}



.s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container {
      position: relative;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6073b2-17ff-4618-af92-9cca4836e7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-e0ff5d66-4640-43be-ab92-5d40948a65c4 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-e0ff5d66-4640-43be-ab92-5d40948a65c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0ff5d66-4640-43be-ab92-5d40948a65c4.shg-box.shg-c {
  justify-content: center;
}

#s-ea558f4e-1250-4bd3-af2e-7b97d81ea675 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea558f4e-1250-4bd3-af2e-7b97d81ea675 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5e1a041f-f889-4b81-a420-31d149fe8c2e {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e1a041f-f889-4b81-a420-31d149fe8c2e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5e1a041f-f889-4b81-a420-31d149fe8c2e:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5e1a041f-f889-4b81-a420-31d149fe8c2e-root {
    text-align: center;
  }


#s-5e1a041f-f889-4b81-a420-31d149fe8c2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5e1a041f-f889-4b81-a420-31d149fe8c2e-root {
    text-align: center;
  }


#s-5e1a041f-f889-4b81-a420-31d149fe8c2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e1a041f-f889-4b81-a420-31d149fe8c2e-root {
    text-align: center;
  }


#s-5e1a041f-f889-4b81-a420-31d149fe8c2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e1a041f-f889-4b81-a420-31d149fe8c2e-root {
    text-align: center;
  }


#s-5e1a041f-f889-4b81-a420-31d149fe8c2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5e1a041f-f889-4b81-a420-31d149fe8c2e-root {
    text-align: center;
  }


#s-5e1a041f-f889-4b81-a420-31d149fe8c2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-c84c9e24-e980-47ba-86f3-8852bd7c8173 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 54, 176, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-c84c9e24-e980-47ba-86f3-8852bd7c8173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c84c9e24-e980-47ba-86f3-8852bd7c8173.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 {
  max-width: 320px;
aspect-ratio: 450/408;
text-align: center;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3-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-bb62a2ca-f111-4308-b503-d249322529b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb62a2ca-f111-4308-b503-d249322529b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
  box-sizing: border-box;
}



.s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb62a2ca-f111-4308-b503-d249322529b3 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
      position: relative;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-bb62a2ca-f111-4308-b503-d249322529b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3-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-bb62a2ca-f111-4308-b503-d249322529b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb62a2ca-f111-4308-b503-d249322529b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
  box-sizing: border-box;
}



.s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb62a2ca-f111-4308-b503-d249322529b3 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
      position: relative;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bb62a2ca-f111-4308-b503-d249322529b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3-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-bb62a2ca-f111-4308-b503-d249322529b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb62a2ca-f111-4308-b503-d249322529b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
  box-sizing: border-box;
}



.s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb62a2ca-f111-4308-b503-d249322529b3 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
      position: relative;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bb62a2ca-f111-4308-b503-d249322529b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3-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-bb62a2ca-f111-4308-b503-d249322529b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb62a2ca-f111-4308-b503-d249322529b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
  box-sizing: border-box;
}



.s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb62a2ca-f111-4308-b503-d249322529b3 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
      position: relative;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-bb62a2ca-f111-4308-b503-d249322529b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3-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-bb62a2ca-f111-4308-b503-d249322529b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb62a2ca-f111-4308-b503-d249322529b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb62a2ca-f111-4308-b503-d249322529b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-bb62a2ca-f111-4308-b503-d249322529b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image {
  box-sizing: border-box;
}



.s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb62a2ca-f111-4308-b503-d249322529b3 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container {
      position: relative;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb62a2ca-f111-4308-b503-d249322529b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-32fe02be-d178-4207-bab0-eec397925ee6 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-32fe02be-d178-4207-bab0-eec397925ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32fe02be-d178-4207-bab0-eec397925ee6.shg-box.shg-c {
  justify-content: center;
}

#s-8c897b7f-ec04-400c-b1aa-b2e50660efc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c897b7f-ec04-400c-b1aa-b2e50660efc5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7d4cc552-cf47-479f-a2a7-0d09773950c5 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7d4cc552-cf47-479f-a2a7-0d09773950c5:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7d4cc552-cf47-479f-a2a7-0d09773950c5:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7d4cc552-cf47-479f-a2a7-0d09773950c5-root {
    text-align: center;
  }


#s-7d4cc552-cf47-479f-a2a7-0d09773950c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d4cc552-cf47-479f-a2a7-0d09773950c5-root {
    text-align: center;
  }


#s-7d4cc552-cf47-479f-a2a7-0d09773950c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d4cc552-cf47-479f-a2a7-0d09773950c5-root {
    text-align: center;
  }


#s-7d4cc552-cf47-479f-a2a7-0d09773950c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d4cc552-cf47-479f-a2a7-0d09773950c5-root {
    text-align: center;
  }


#s-7d4cc552-cf47-479f-a2a7-0d09773950c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d4cc552-cf47-479f-a2a7-0d09773950c5-root {
    text-align: center;
  }


#s-7d4cc552-cf47-479f-a2a7-0d09773950c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-fe21e9dd-03fd-46b8-bfd7-e682c577fd9f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 54, 176, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-fe21e9dd-03fd-46b8-bfd7-e682c577fd9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe21e9dd-03fd-46b8-bfd7-e682c577fd9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  max-width: 320px;
aspect-ratio: 450/408;
text-align: center;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158-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-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
  box-sizing: border-box;
}



.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
      position: relative;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

@media (min-width: 1200px){#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158-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-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
  box-sizing: border-box;
}



.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
      position: relative;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158-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-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
  box-sizing: border-box;
}



.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
      position: relative;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158-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-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
  box-sizing: border-box;
}



.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
      position: relative;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}@media (max-width: 767px){#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158-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-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }

    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-link {
      aspect-ratio: 450/408;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 320px;
  }



  img.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image {
  box-sizing: border-box;
}



.s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 {
      --shg-aspect-ratio: calc(450/408); 
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container {
      position: relative;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bcae8e9-5948-4fbd-8c27-a82aaa30a158 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 320px;
    }
  }

}
#s-ad075dd2-80b7-4709-b964-07385bead5c3 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-ad075dd2-80b7-4709-b964-07385bead5c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad075dd2-80b7-4709-b964-07385bead5c3.shg-box.shg-c {
  justify-content: center;
}

#s-274b7165-b072-4ddd-af57-84742ed5f128 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-274b7165-b072-4ddd-af57-84742ed5f128 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 100px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a-root {
    text-align: center;
  }


#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a-root {
    text-align: center;
  }


#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a-root {
    text-align: center;
  }


#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a-root {
    text-align: center;
  }


#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a-root {
    text-align: center;
  }


#s-81dab6e8-ab06-437f-9e5c-ff2d071bd31a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 {
  background-image: url(https://i.shgcdn.com/5edb3d46-5d74-445b-b3e3-db0922903d82/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-70123b33-40b6-45c2-aac9-51829ec2b9a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70123b33-40b6-45c2-aac9-51829ec2b9a5.shg-box.shg-c {
  justify-content: center;
}

#s-df66adb4-5c7d-4725-809b-91266c3b60a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 90px;
padding-left: 20px;
padding-bottom: 90px;
padding-right: 20px;
min-height: 50px;
max-width: 1000px;
}








#s-df66adb4-5c7d-4725-809b-91266c3b60a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 2.775557561562891e-17;
  display: block;
}#s-df66adb4-5c7d-4725-809b-91266c3b60a4.shg-box.shg-c {
  justify-content: center;
}

#s-2889c0b7-4122-4ae2-89cb-47284808b6d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2889c0b7-4122-4ae2-89cb-47284808b6d0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-68207fcd-5dd4-47d0-9a24-e240a12bb010 {
  margin-left: auto;
margin-right: auto;
}

#s-c52b4882-aebf-459a-b2f4-d5c547dfb480 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
max-width: 300px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c52b4882-aebf-459a-b2f4-d5c547dfb480:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c52b4882-aebf-459a-b2f4-d5c547dfb480:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c52b4882-aebf-459a-b2f4-d5c547dfb480-root {
    text-align: center;
  }


#s-c52b4882-aebf-459a-b2f4-d5c547dfb480.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c52b4882-aebf-459a-b2f4-d5c547dfb480-root {
    text-align: center;
  }


#s-c52b4882-aebf-459a-b2f4-d5c547dfb480.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c52b4882-aebf-459a-b2f4-d5c547dfb480-root {
    text-align: center;
  }


#s-c52b4882-aebf-459a-b2f4-d5c547dfb480.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c52b4882-aebf-459a-b2f4-d5c547dfb480-root {
    text-align: center;
  }


#s-c52b4882-aebf-459a-b2f4-d5c547dfb480.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c52b4882-aebf-459a-b2f4-d5c547dfb480-root {
    text-align: center;
  }


#s-c52b4882-aebf-459a-b2f4-d5c547dfb480.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-bd07bbe1-a5f1-4dc8-a3c2-894b61b52484 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(56, 56, 56, 1);
}








#s-bd07bbe1-a5f1-4dc8-a3c2-894b61b52484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd07bbe1-a5f1-4dc8-a3c2-894b61b52484.shg-box.shg-c {
  justify-content: center;
}

#s-d39674c6-4905-40ee-a693-2c1af44632df {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
padding-top: 90px;
padding-left: 20px;
padding-bottom: 90px;
padding-right: 20px;
min-height: 50px;
max-width: 1280px;
background-position: center custom;
}








#s-d39674c6-4905-40ee-a693-2c1af44632df > .shg-box-overlay {
  background-color: #fff;
  opacity: 2.775557561562891e-17;
  display: block;
}#s-d39674c6-4905-40ee-a693-2c1af44632df.shg-box.shg-c {
  justify-content: center;
}

#s-05098cfc-9176-4156-b218-431b7c739c74 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05098cfc-9176-4156-b218-431b7c739c74 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18.72px;
  
  
  text-align: center;
}



#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 65, 65, 1);
border-radius: 100px;
max-width: 200px;
background-color: rgba(239, 65, 65, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4:hover {border-style: solid !important;
border-color: rgba(239, 65, 65, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(239, 65, 65, 1) !important;}#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4:active {border-style: solid !important;
border-color: rgba(239, 65, 65, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(239, 65, 65, 1) !important;}

  #s-0b8c1602-6178-42dd-b4d4-43c831cc14a4-root {
    text-align: center;
  }


#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b8c1602-6178-42dd-b4d4-43c831cc14a4-root {
    text-align: center;
  }


#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b8c1602-6178-42dd-b4d4-43c831cc14a4-root {
    text-align: center;
  }


#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b8c1602-6178-42dd-b4d4-43c831cc14a4-root {
    text-align: center;
  }


#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b8c1602-6178-42dd-b4d4-43c831cc14a4-root {
    text-align: center;
  }


#s-0b8c1602-6178-42dd-b4d4-43c831cc14a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-8963d4af-41f6-4dfe-822c-63d2f42deee3 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(31, 147, 232, 1);
border-radius: 100px;
max-width: 250px;
background-color: rgba(31, 147, 232, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8963d4af-41f6-4dfe-822c-63d2f42deee3:hover {border-style: solid !important;
border-color: rgba(31, 147, 232, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(31, 147, 232, 1) !important;}#s-8963d4af-41f6-4dfe-822c-63d2f42deee3:active {border-style: solid !important;
border-color: rgba(31, 147, 232, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(31, 147, 232, 1) !important;}

  #s-8963d4af-41f6-4dfe-822c-63d2f42deee3-root {
    text-align: center;
  }


#s-8963d4af-41f6-4dfe-822c-63d2f42deee3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8963d4af-41f6-4dfe-822c-63d2f42deee3-root {
    text-align: center;
  }


#s-8963d4af-41f6-4dfe-822c-63d2f42deee3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8963d4af-41f6-4dfe-822c-63d2f42deee3-root {
    text-align: center;
  }


#s-8963d4af-41f6-4dfe-822c-63d2f42deee3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8963d4af-41f6-4dfe-822c-63d2f42deee3-root {
    text-align: center;
  }


#s-8963d4af-41f6-4dfe-822c-63d2f42deee3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8963d4af-41f6-4dfe-822c-63d2f42deee3-root {
    text-align: center;
  }


#s-8963d4af-41f6-4dfe-822c-63d2f42deee3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-9f1e34ad-06ce-4874-823c-918ec9077244 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-9f1e34ad-06ce-4874-823c-918ec9077244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f1e34ad-06ce-4874-823c-918ec9077244.shg-box.shg-c {
  justify-content: center;
}

#s-95364dbd-5f3c-4573-862f-c7ac7b169bb9 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-95364dbd-5f3c-4573-862f-c7ac7b169bb9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-02c42180-4639-4b62-a3ff-27406c5d556e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-02c42180-4639-4b62-a3ff-27406c5d556e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02c42180-4639-4b62-a3ff-27406c5d556e.shg-box.shg-c {
  justify-content: center;
}

#s-50c09b14-1e14-4c72-a44e-338b77e4888b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3fb6d826-b705-4725-805c-d520a1db2d91 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-3fb6d826-b705-4725-805c-d520a1db2d91 {
  display: none;
}
#s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-content-s-3fb6d826-b705-4725-805c-d520a1db2d91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fb6d826-b705-4725-805c-d520a1db2d91 {
  display: none;
}
#s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-content-s-3fb6d826-b705-4725-805c-d520a1db2d91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fb6d826-b705-4725-805c-d520a1db2d91 {
  display: none;
}
#s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-content-s-3fb6d826-b705-4725-805c-d520a1db2d91 { display: none !important; }}@media (max-width: 767px){#s-3fb6d826-b705-4725-805c-d520a1db2d91 {
  display: none;
}
#s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-s-3fb6d826-b705-4725-805c-d520a1db2d91, #wrap-content-s-3fb6d826-b705-4725-805c-d520a1db2d91 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3fb6d826-b705-4725-805c-d520a1db2d91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3fb6d826-b705-4725-805c-d520a1db2d91"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb6d826-b705-4725-805c-d520a1db2d91"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb6d826-b705-4725-805c-d520a1db2d91"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-d21ec0fd-70ba-4619-9da7-af696bdc7c20 {
  min-height: 50px;
}








#s-d21ec0fd-70ba-4619-9da7-af696bdc7c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d21ec0fd-70ba-4619-9da7-af696bdc7c20.shg-box.shg-c {
  justify-content: center;
}

#s-614dff5d-8d2f-40ec-9c9b-c16c23949502 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 16/9;
text-align: center;
}

#s-614dff5d-8d2f-40ec-9c9b-c16c23949502 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-614dff5d-8d2f-40ec-9c9b-c16c23949502 img.shogun-image,
  #s-614dff5d-8d2f-40ec-9c9b-c16c23949502 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-614dff5d-8d2f-40ec-9c9b-c16c23949502 {
    width: 100%;
    height: auto;
  }



  #s-614dff5d-8d2f-40ec-9c9b-c16c23949502 img.shogun-image {
    

    
    
    
  }


#s-614dff5d-8d2f-40ec-9c9b-c16c23949502 .shogun-image-content {
  
    justify-content: center;
  
}

#s-14bbacbe-8788-4661-9891-ee0631e83500 {
  min-height: 50px;
}








#s-14bbacbe-8788-4661-9891-ee0631e83500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14bbacbe-8788-4661-9891-ee0631e83500.shg-box.shg-c {
  justify-content: center;
}

#s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 320/86;
text-align: center;
}

#s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 img.shogun-image,
  #s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 {
    width: 100%;
    height: auto;
  }



  #s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 img.shogun-image {
    

    
    
    
  }


#s-db1b13cc-ae2b-46b3-8083-b9ee2844e766 .shogun-image-content {
  
    justify-content: center;
  
}

#s-235bd7df-9cb1-4dab-a02a-fdf22c4256b5 {
  min-height: 50px;
}








#s-235bd7df-9cb1-4dab-a02a-fdf22c4256b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-235bd7df-9cb1-4dab-a02a-fdf22c4256b5.shg-box.shg-c {
  justify-content: center;
}

#s-385eafa5-cc6d-478b-a994-56b68dedbc37 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-385eafa5-cc6d-478b-a994-56b68dedbc37 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-385eafa5-cc6d-478b-a994-56b68dedbc37 img.shogun-image,
  #s-385eafa5-cc6d-478b-a994-56b68dedbc37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-385eafa5-cc6d-478b-a994-56b68dedbc37 {
    width: 100%;
    height: auto;
  }



  #s-385eafa5-cc6d-478b-a994-56b68dedbc37 img.shogun-image {
    

    
    
    
  }


#s-385eafa5-cc6d-478b-a994-56b68dedbc37 .shogun-image-content {
  
    justify-content: center;
  
}

#s-962339d0-9e22-499b-bb62-2967fd619165 {
  min-height: 50px;
}








#s-962339d0-9e22-499b-bb62-2967fd619165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-962339d0-9e22-499b-bb62-2967fd619165.shg-box.shg-c {
  justify-content: center;
}

#s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1521/311;
text-align: center;
}

#s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 img.shogun-image,
  #s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 {
    width: 100%;
    height: auto;
  }



  #s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 img.shogun-image {
    

    
    
    
  }


#s-22b7149e-c0fa-4f5c-8892-baf3d7a501c3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-14cca0dc-f2b7-4c2a-8823-79ff643239f3 {
  min-height: 50px;
}








#s-14cca0dc-f2b7-4c2a-8823-79ff643239f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14cca0dc-f2b7-4c2a-8823-79ff643239f3.shg-box.shg-c {
  justify-content: center;
}

#s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 326/159;
text-align: center;
}

#s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 img.shogun-image,
  #s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 {
    width: 100%;
    height: auto;
  }



  #s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 img.shogun-image {
    

    
    
    
  }


#s-31940d8e-7bb0-4c24-ba00-bf45f53849a1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 {
  display: none;
}
#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-content-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 {
  display: none;
}
#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-content-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 {
  display: none;
}
#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-content-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 { display: none !important; }}@media (max-width: 767px){#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 {
  display: none;
}
#s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5, #wrap-content-s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dfed93bd-1a7d-442a-a38d-766dfb8c9fb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a8857ba1-e269-43d3-957b-cad40d488822 {
  min-height: 50px;
}








#s-a8857ba1-e269-43d3-957b-cad40d488822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8857ba1-e269-43d3-957b-cad40d488822.shg-box.shg-c {
  justify-content: center;
}

#s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 500/917;
text-align: center;
}

#s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 img.shogun-image,
  #s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 {
    width: 100%;
    height: auto;
  }



  #s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 img.shogun-image {
    

    
    
    
  }


#s-600d7836-4a47-4e48-a8f3-2e7c07e30cf4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3e4641c1-5a97-4a0c-b4b5-b95668c9f29e {
  min-height: 50px;
}








#s-3e4641c1-5a97-4a0c-b4b5-b95668c9f29e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e4641c1-5a97-4a0c-b4b5-b95668c9f29e.shg-box.shg-c {
  justify-content: center;
}

#s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 2560/1109;
text-align: center;
}

#s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 img.shogun-image,
  #s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 {
    width: 100%;
    height: auto;
  }



  #s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 img.shogun-image {
    

    
    
    
  }


#s-b5bc7c1c-5ba4-4d02-9173-ed9f5de2c479 .shogun-image-content {
  
    justify-content: center;
  
}

#s-76de58ff-d3e4-4020-94af-ac42184579cc {
  min-height: 50px;
}








#s-76de58ff-d3e4-4020-94af-ac42184579cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76de58ff-d3e4-4020-94af-ac42184579cc.shg-box.shg-c {
  justify-content: center;
}

#s-c87d5f02-f139-4986-adfe-a92256c6da95 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 2560/1478;
text-align: center;
}

#s-c87d5f02-f139-4986-adfe-a92256c6da95 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c87d5f02-f139-4986-adfe-a92256c6da95 img.shogun-image,
  #s-c87d5f02-f139-4986-adfe-a92256c6da95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c87d5f02-f139-4986-adfe-a92256c6da95 {
    width: 100%;
    height: auto;
  }



  #s-c87d5f02-f139-4986-adfe-a92256c6da95 img.shogun-image {
    

    
    
    
  }


#s-c87d5f02-f139-4986-adfe-a92256c6da95 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8fbcdf6e-9e76-40cf-ada6-878dc4315845 {
  min-height: 50px;
}








#s-8fbcdf6e-9e76-40cf-ada6-878dc4315845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fbcdf6e-9e76-40cf-ada6-878dc4315845.shg-box.shg-c {
  justify-content: center;
}

#s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1090/252;
text-align: center;
}

#s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 img.shogun-image,
  #s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 {
    width: 100%;
    height: auto;
  }



  #s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 img.shogun-image {
    

    
    
    
  }


#s-1f99c7ca-d947-493f-83a1-3ef65bcc8299 .shogun-image-content {
  
    justify-content: center;
  
}

/*
  $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}